/*
Theme Name: Finpug
Theme URI: https://finpug.mx/
Author: ОНП
Description: Официальный сайт Finpug
Version: 1.7.38
License: Commercial
*/

.inputHolder label {
	display: none;
}

.inputHolder input {
	width: 100%;
    height: 60px;
    padding: 10px 16px 10px 16px;
    border: 1px solid #e6e8ec;
    border-radius: 8px;
    background-color: #f8f9fa;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.inputHolder input:focus {
	border-color: #7b61ff;
    background-color: #fff;
    outline: none;
}

/* Для WebKit-браузеров (Chrome, Safari, Opera) */
::-webkit-input-placeholder {
  color: #89859d !important; /* Или любой другой цвет, который тебе нужен */
	font-weight: 500;
    font-size: 16px;
    line-height: 130%;
}

/* Для Firefox */
::-moz-placeholder {
  color: #89859d !important;
  opacity: 1; /* Важно: Firefox по умолчанию делает placeholder полупрозрачным */
	font-weight: 500;
    font-size: 16px;
    line-height: 130%;
}

/* Для Internet Explorer 10-11 */
:-ms-input-placeholder {
  color: #89859d !important;
	font-weight: 500;
    font-size: 16px;
    line-height: 130%;
}

/* Стандартный синтаксис (CSS4) */
::placeholder {
  color: #89859d !important;
	font-weight: 500;
    font-size: 16px;
    line-height: 130%;
}

.selectHolder label{
display: none;
}

.radioHolder .label {
display: none;
}
input.vs__search{
	padding: 17px 16px 17px 16px;
    border: 1px solid #e6e8ec;
    border-radius: 8px;
    background-color: #f8f9fa;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.blog__right.mob-sticky{
	display: none;
}

.single__right.mob-sticky{
	display: none;
}

.offer-hero__right.mob-sticky{
	display: none;
}

textarea#comment {
    color: #333;
    padding: 13px 20px;
    border-radius: 12px;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    border: none;
    width: 100%;
    display: block;
    outline: none;
    margin-bottom: 5px;
    color: #333;
}

textarea#comment:focus {
	border: 1px solid #7b61ff;
    background: #fff;
    color: #333;
}