

/* Start:/bitrix/templates/vsnew/components/bitrix/form.result.new/footer_feedback/style.css?17397811492259*/
.feedback-form-grid {
	display: flex;
	gap: 40px;
}
.feedback-form-grid .show-all-category-filrt {
	margin: 0 !important;
	box-shadow: 0px 0px 15px 6px rgb(49 24 31 / 8%);
}
.feedback-column-left {
	flex: 1 1 50%;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.feedback-column-right {
	flex: 1 1 50%;
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.feedback-input-item__left .inputtext {
	width: 100%;
	height: 47px;
	font-family: 'Gilroy-Regular' !important;
	font-style: normal;
	margin-bottom: 0;

	background-clip: padding-box;
	display: block;
	transition: all 0.3s;
	box-shadow: none;
	padding: 12px 16px 11px 16px;
	border-radius: 8px;
	background-color: #ffffff;
	border: 1px solid #DCDCDC;
	color: #777;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.5;
}
.feedback-input-item textarea {
	width: 100%;
	height: auto;
	min-height: 117px;
	margin-bottom: 0;

	background-clip: padding-box;
	display: block;
	transition: all 0.3s;
	box-shadow: none;
	padding: 12px 16px 11px 16px;
	border-radius: 8px;
	background-color: #ffffff;
	border: 1px solid #DCDCDC;
	color: #777;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.5;
}
.feedback-input-item input[type="checkbox"] {
	width: 17px !important;
	height: 17px !important;
	border: 1px solid #D9DBE9 !important;
	border-radius: 0.25em !important;
	color: #777;
}
.feedback-column-right .feedback-input-block:nth-child(2) {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 15px;
}
.feedback-input-item:has(> input[type="checkbox"]) {
	padding-top: 3px;
}

@media (max-width: 768px) {
	.feedback-column-left,
	.feedback-column-right {
		flex-basis: 100%;
	}
	.feedback-form-grid {
		gap: 20px;
		flex-direction: column;
	}

	.feedback-form-grid .show-all-category-filrt {
		margin: 0 auto!important;
	}
	.footer-feedback-title {
		margin-top: 2.4rem;
	}
}


.feedback-form-grid .form-required
{
	margin-left: 5px;
	color: red;
}

/*.feedback-form-grid .error-fld {*/
/*	display: block;*/
/*	float: left;*/
/*	height: 13px;*/
/*	width: 15px;*/
/*	background-repeat: no-repeat;*/
/*	background-image: url(/bitrix/templates/vsnew/components/bitrix/form.result.new/footer_feedback/images/icon_warn.gif);*/
/*}*/

/* End */


/* Start:/bitrix/templates/vsnew/styles.css?174524575215529*/
.search-point .header-bottom .menu > li > a:before {
    background-color: #ffffff00;
}
.search-point select.search-select-where-it{
    font-family: 'Gilroy-Regular';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color:#000;
    appearance: none;
    
}
.search-point .header-search-wrapper {

}
/** Custom Select **/
.search-point .custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
}
.search-point .custom-select-wrapper select {
    display: none;
}
.search-point .search-point select.search-select-where-it {
    position: relative;
    display: inline-block;
}
.search-point .custom-select-trigger {
    position: relative;
    display: block;
    max-width: 150px;
    padding-right: 0;
    background: #fff;
    padding: 1rem 3rem 1rem 2rem !important;
    color: #000;
    cursor: pointer;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    font-family: 'Gilroy-Regular';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    height: 44px;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-point .custom-select-trigger:after {
    display: block;
    font-family: 'molla';
    font-weight: 600;
    content: '\f112';
    position: absolute;
    top: 72%;
    line-height: 1;
    font-size: 1.9rem;
    margin-top: -1.9rem;
    color: #030302;
    right: 0px;
    transform: rotate(90deg);
}
.search-point .search-select-where-it.opened .custom-select-trigger:after {
    transform: rotate(270deg);
    top: 76%;
    content: '\f112';
}
input[type="search" i]::-webkit-search-cancel-button {
    appearance: none;
    background-image: url(/local/templates/vsnew_dev/images/close.svg);
    background-size: cover;
    width: 15px;
    height: 15px;
    cursor: pointer;

}
.search-point .custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 15px 0 0 0;
    border: 1px solid #b5b5b5;
    box-shadow: 0px 0px 15px 6px rgb(49 24 31 / 8%);
    border-radius: 8px;
    box-sizing: border-box;
    background: #fff;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    width: 110%;
    z-index: 102;
    padding: 24px;
}
.search-point .search-select-where-it.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}
.search-point .option-hover:before {
    background: #f9f9f9;
}
.search-point .custom-option {
    position: relative;
    display: block;
    padding: 0;
    border-bottom: 0px solid #ebebeb;
    font-family: 'Gilroy-Regular';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color:#000;
    cursor: pointer;
    padding-bottom:25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-point .custom-option:first-of-type {
    border-radius: 8px 8px 0 0;
}
.search-point .custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 8px 8px;
    padding-bottom:0px;
}
.search-point .custom-option:hover,
.search-point .custom-option.selection {
    background: #fff;
}
.search-point .header-search {
    position: inherit;
}
.search-point .result-search {
    width: 1720px;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
    left: 0;
    right: 0;
}
.search-point .header-box-top .header-middle .container{
    position:inherit!important;
}
.search-point .sflex-pos {
    align-content: center;
}
.search-point .result-search-item ul li img.close-result-search-item {
    display:none!important
}
.search-point .show-all-filrt3 {
    border: 0px solid #DCDCDC !important;
    background: rgba(250, 250, 250, 1);
    padding: 5px 14px !important;
    height: 32px;
    margin-right: 14px;
    margin-top: 14px;
}
.background-grey-search{
    /*background-color: #5b5b5b !important;*/
    background: #5b5b5b!important;

    box-shadow: none!important;
}

.background-grey-no-touch-search{
    /*background-color: #5b5b5b !important;*/
    background: #5b5b5b!important;
    pointer-events: none;
    cursor: default;
    box-shadow: none!important;
}
.background-grey-no-touch-header-top{
    box-shadow: none!important;
}
.background-grey-no-touch-search-white{
    background: #5b5b5b00!important;
    pointer-events: auto;
    cursor: auto;

}
.background-grey-no-touch-header-top-white{
   
}
.btn-group.opened .multiselect-container{
    display:block;
}
/* .search-point .look-at-search a.show-all-filrt2{
    margin-bottom:30px;
} */
.search-point .m-b-goods a.show-all-filrt2{
    margin-bottom:30px;
}
.search-point .search-mobile-top .multiselect-selected-text{
    position: relative;
    display: block;
    max-width: 150px;
    padding-right: 0;
    background: #fff;
    padding: 0rem 0rem 0rem 0rem !important;
    color: #000;
    cursor: pointer;
    border-radius: 0;
    cursor: pointer;
    font-family: 'Gilroy-Regular';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 0px solid #fff;
}
.search-point .search-mobile-top .custom-select {
    display: inline-block;
    width: 100%;
    height: 32px;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    vertical-align: middle;
    background-color: #fff;
    border: 0px solid #ffffff;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    text-align: left!important;
    right: -15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-point .search-mobile-top .custom-select:after{
    display: block;
    font-family: 'molla';
    font-weight: 600;
    content: '\f112';
    position: absolute;
    top: 77%;
    line-height: 1;
    font-size: 1.9rem;
    margin-top: -1.9rem;
    color: #030302;
    right: 0px;
    transform: rotate(90deg);
    right: -15px;
}
.search-point .search-mobile-top .btn-group.opened .custom-select:after {
    transform: rotate(270deg);
    top: 85%;
    content: '\f112';
}
.search-point .search-mobile-top .btn-group.opened .multiselect-container.dropdown-menu{
    padding: 24px 24px 90px 24px;
    margin: 15px 0 0 0;
    border: 1px solid #b5b5b5;
    box-shadow: 0px 0px 15px 6px rgb(49 24 31 / 8%);
    border-radius: 8px;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    border-radius: 8px 8px 0px 0px;
    width: 100%;
    height: min-content;
    transition: none;
}
.search-point .title-search-mobile-it{
    font-family: 'Gilroy-Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: #030302;
    position: relative;
    display: flex;
    align-items: center;
    text-align: right;
    color: #030302;
    margin-bottom: 12px;
}
.search-point #btnget{
    border-radius: 12px;
    background: #FFD662;
    box-shadow: 0px 0px 15px 6px rgba(49, 24, 31, 0.08);
    font-family: "Gilroy-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    height: 44px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 7px;
    padding-bottom: 7px;
}
.search-point .multiselect-container.dropdown-menu .form-check-input {
    position: relative;
    float: right;
    width: 20px;
    height:20px;
    border:1px solid rgba(220, 220, 220, 1);
    border-radius:4px;
}
.search-point .multiselect-container.dropdown-menu .form-check-label{
    font-family: "Gilroy-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    text-align:left;
    margin-bottom:0px;
}
.search-point .multiselect-container.dropdown-menu .form-check{
    padding: 5px 0 0 0;
}
.search-point .multiselect-option {
    padding:0!important;
}
.search-point .search-mobile-top .custom-select:focus {
    border-color: #ffffff;
    outline: 0;
    box-shadow: none;
}
.search-point .search-mobile-top .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: 0;
    border-top: 0;
    border-right: 0 solid transparent;
    border-bottom: 0;
    border-left: 0 solid transparent;
}
.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active {
    background-color: #fff!important;
}
.multiselect-container .multiselect-option:hover, .multiselect-container .multiselect-group:hover, .multiselect-container .multiselect-all:hover, .multiselect-container .multiselect-option:focus, .multiselect-container .multiselect-group:focus, .multiselect-container .multiselect-all:focus {
    background-color: #fff!important;
}

.form-check {
	display: block;
	margin: 0 0 10px 0;
	line-height: 22px;  
}
.form-check input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	padding: 0;
	vertical-align: top;
	outline: none;
	transition: background 0.3s ease;
	cursor: pointer;
}

.form-check input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	padding: 0;
	vertical-align: top;
	outline: none;
	transition: background 0.3s ease;
	cursor: pointer;
}
 
/* Checked */
.form-check input[type=checkbox]:checked {
	border-color: #FFD662 !important;
    background-color: #FFD662 !important;
    background-image: url(/bitrix/templates/vsnew/images/vectorpaint2.png) !important;
    background-size: cover;
}

/* Checked */
.form-check input[type=radio]:checked {
	border-color: #FFD662 !important;
    background-color: #FFD662 !important;
    background-image: url(/bitrix/templates/vsnew/images/vectorpaint2.png) !important;
    background-size: cover;
}
 
/* Focus */
.focused input[type=checkbox] {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover */
.form-check input[type=checkbox]:hover {
	filter: brightness(110%);
}
 
/* Active */
.form-check input[type=checkbox]:active {
	filter: brightness(80%);
}
 
/* Disabled */
.form-check input[type=checkbox]:disabled {
	color: #666;
	cursor: default;
}
.form-check input[type=checkbox]:disabled {
	filter: grayscale(100%);
	opacity: 0.6;
}
.search-point .search-mobile-top .btn-group.opened .multiselect-container.dropdown-menu-item {
    padding: 24px;
    margin: 0 0 0 0;
    border: 1px solid #b5b5b5;
    box-shadow: 0px 0px 15px 6px rgb(49 24 31 / 8%);
    border-radius: 8px;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    border-radius: 8px 8px 0px 0px;
    width: 100%;
    height: min-content;
}
.mobile-menu-overlay-view{
    visibility: visible!important;
    opacity: 1!important;
    z-index: 1002!important;
}
.mobile-menu-container-view{
    z-index: 1050!important;
    position: fixed !important;
}
.menu-mob-container{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, .3);
    display: none;
}
.menu-mob-container-view{
    display: block;
}


@media (min-width: 1200px) {
    .search-point .result-search {
        max-width: 1140px;
        margin-right: auto;
        margin-left: auto;
    }
}


@media screen and (min-width: 1280px) {
    .search-point .result-search {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (min-width: 1600px) {
    .search-point .result-search {
        max-width: 98%;
        width: 98%;
    }
}

@media screen and (min-width: 1301px) and (max-device-width: 1440px) and (orientation: landscape) {
    .search-point .result-search {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (min-width: 1441px) and (max-device-width: 1600px) and (orientation: landscape) {
    .search-point .result-search {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (min-width: 1720px) {
    .search-point .result-search {
        max-width: 1700px;
        width: 1700px;
        margin-right: auto;
        margin-left: auto;
    }
}


@media screen and (max-width: 991px) {
    .search-item-box-hide{
        display:none!important;
    }
    /*.consultant-widget-wrap.consultant-widget-wrap_right-bottom {
        bottom: -101px !important;
        right: -100px !important;
    }*/
    .results-search-mobile .search-item-box ul li a img {
        border: 0px solid #C3C3C3!important;
    }
    .search-point .new-popular-block-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .search-point .new-popular-block-items{
        clear:both;
    }
    .search-point .new-popular-block-items .product-2-slider {
        display: block !important;
    }
    .search-point .new-popular-block-items .product-2-slider {
        width: 48% !important;
        float: left;
        margin-bottom: 20px;
    }
    .search-point .custom-select-trigger {
        color: black;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .search-point .search-mobile-top {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .search-point .custom-options {
        left: 2rem;
        min-width: 100%;
        width: 100%;
        padding: 16px;
        margin: 0;
    }
    .search-point .custom-option {
        padding-bottom: 16px;
    }
    .search-point .result-search {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .search-point .custom-select-wrapper {
        position: unset;
    }
    .search-point .custom-options {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        min-width: 100%;
        border-radius: 8px 8px 0px 0px;
        width: 100%;
        height: min-content;
    }
    .search-point .search-mobile-top .search-select-where-it {
        position: relative;
    }
    .search-point .heading-flex-mobile-menu {
        border-bottom: 0px solid #C3C3C3;
        padding-bottom: 0;
    }
    .search-point .search-mobile-block {
        margin-top: 25px;
    }
    #menu.active {
        left: 0;
        top: 75px!important;
        z-index: 1000!important;
    }
    .menu-mother{
        height: 100%;
        width: 89%;
        position: absolute;
        z-index: 999;
        background-color: #fff;
    }
    .search-point .custom-option::after{
        
    }
}

@media (max-width: 1024px) {
  body.search-active {
    overflow: hidden!important;
  }
	body.search-active	#menu {
	display: none;
	}
}
/* End */


/* Start:/bitrix/templates/vsnew/template_styles.css?17466294214967*/
footer .widget-list li:hover a,
footer .widget-list li a {
    font-size: 16px !important;
    line-height: 24px !important;
}
.widget-list li a:before {
    background-color: transparent !important;
    transform-origin: left center;
    transform: scale(1, 1);
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.1rem;
    transition: transform .3s ease;
}
a.no_underline:before {
    display: none !important;
}



body{
    overflow-x: hidden;
    -webkit-text-size-adjust: 100% !important;
}
@supports (-webkit-touch-callout: none) {
    @media (max-width:450px){
        .bx-soa-customer label.bx-soa-custom-label,
        .widget-list-user-form label {
            font-size: 12px !important;
        }
    }
  }

/* полоса прокрутки (скроллбар) */


/* сейчас только для Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #DCDCDC #ffffff;
}
::-webkit-scrollbar {
    width: 1px; /* ширина для вертикального скролла */
    height: 1px; /* высота для горизонтального скролла */
    background-color: #ffffff;
}

/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
    background-color: #DCDCDC;
    border-radius: 9em;
    box-shadow: inset 1px 1px 10px #ffffff;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #ffffff;
}

/* Стрелки */

::-webkit-scrollbar-button:vertical:start:decrement {
    background-color: #ffffff;
}

::-webkit-scrollbar-button:vertical:end:increment {
    background-color: #ffffff;
}

::-webkit-scrollbar-button:horizontal:start:decrement {
    background-color: #ffffff;
}

::-webkit-scrollbar-button:horizontal:end:increment {
    background-color: #ffffff;
}











@media(max-width: 767px) {
    .only-desktop {
        display: none;
    }
}
@media screen and (max-width: 768px){
    /*#menu ul li > ul.sub-menu.active {
        overflow-y: hidden;
        overflow-x: hidden;
        height: 100%;
    }*/

    #menu ul.sub-menu {
        height: max-content!important;
    }
}
.true-label {
    position: absolute;
    left: 15px;
    top: 10px;
    background: url(/bitrix/templates/vsnew/images/true_label.svg) no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
    cursor: pointer;
    z-index: 9;
    
}

.true-label::after {
    position: absolute;
	content: "";
	left: -5px;
	top: -5px;
	width: 40px;
	height: 40px;
}

.product-media .true-label {
    left: 15px;
    top: 15px;
    height: 20px;
    width: 20px;
}


.product-media .true-label::after {
	left: -10px;
	top: -10px;
}

@media(max-width: 1024px) {
    /*.consultant-icon {
        visibility: hidden !important;
    }
    .consultant-widget-wrap.consultant-widget-wrap_right-bottom {
        bottom: 43px !important;
    }
    #retailcrm-consultant-app .consultant-icon__img {
        display: none !important;
    }*/
    .consultant-icon {
        visibility: hidden !important;
    }
    #retailcrm-consultant-app {
        right: 20px !important;
    }
}
.desctop-orders-private-ogidaemoe .new-select__list {
    z-index: 10 !important;
    padding: 0 20px 20px !important;
}
.new-select__list {
    z-index: 10 !important;
}
#IPOLSDEK_injectHere .sdek_pvzLair a {
    background-color: #FFD662 !important;
}

.fz-15 {
    padding: 16px 20px 16px 20px;
    border-radius: 12px;
    background-color: #FEF9EC;
    margin: 15px 0;
    color: #000;
}


.grecaptcha-badge {
    display: none !important;
}
.price-qty-container .new-qty{
    display: none;
}
.new-qty {
    color: #000;
    font-family: 'Gilroy-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    font-weight: bold;
}
.new-quantity-container {
    justify-content: flex-end;
    width: auto;
    white-space: nowrap;
}

@media screen and (max-width: 1024px) {

    .new-quantity-container {
        display: none !important;
    }
    .price-qty-container {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }
    .content-cart-product .content-cart-product-price {
        max-width: 100% !important;
    }
    .price-qty-container .new-qty {
        display: flex;
        align-self: center;
    }
    .new-qty {
        color: #000;
        font-family: 'Gilroy-Regular';
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        font-weight: bold;
    }
    

}


#logo1 {
	margin-right: 25px;
}
.header-top .header-center span {
    line-height: 1.4;
}

.form-popup-block .ash2{
    font-family: "Gilroy-Bold";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-bottom:24px;
    color: #333333;
    letter-spacing: -.03em;
}
.search-point .search-mobile-top .btn-group.opened .multiselect-container.dropdown-menu{
    z-index: 1060 !important;
}
/* End */
/* /bitrix/templates/vsnew/components/bitrix/form.result.new/footer_feedback/style.css?17397811492259 */
/* /bitrix/templates/vsnew/styles.css?174524575215529 */
/* /bitrix/templates/vsnew/template_styles.css?17466294214967 */
