

/* Start:/bitrix/components/arturgolubev/search.title/templates/.mobile_search_2023/style.css?17487901509276*/


.bx_smart_searche, .bx_smart_searche *, .bx-searchtitle, .bx-searchtitle * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	font-size: 14px;
}

.bx-searchtitle {
	margin: 10px 0 0;
}
.bx-searchtitle-history {
	margin-top: 5px;
}
	.bx-searchtitle-history a {
		color: var(--d1);
		text-decoration: underline;
	}
	.bx-searchtitle-history a:hover {
		text-decoration: none;
	}
.bx-searchtitle .bx-block-title {
	color: var(--d1);
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: var(--d1);
	background-color: var(--w1);
	border: 1px solid var(--g1);
	border-right: none;
	border-radius: 1px 0 0 1px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-searchtitle .bx-input-group .bx-form-control:focus {
	background-color: var(--w1);
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(var(--w1) 0%, var(--w1) 100%);
	background-image: linear-gradient(var(--w1) 0%, var(--w1) 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	line-height: normal;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: url(/bitrix/components/arturgolubev/search.title/templates/.mobile_search_2023/images/search-icon.png) center center no-repeat var(--g2);
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:0;
	border-radius: 0 1px 1px 0;
	color: var(--w1);
	font-size: 16px;
	line-height: 1.42857143;
	height: 34px;
	width: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background-color: var(--y1);
}


div.title-search-result {
	width: 100%;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/components/arturgolubev/search.title/templates/.mobile_search_2023/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_smart_searche {
	padding-top:8px;
	
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche .bx_info_wrap{
	margin-left: 85px;
}
.bx_smart_searche .bx_img_element{
	float: left;
	padding: 5px;
	width: 75px;
	text-align: center;
}
.bx_smart_searche .bx_item_block{
	min-height: 65px;
	position: relative;
}
.bx_smart_searche .bx_image{
	display: inline-block;
	max-width: 100%;
}
.bx_smart_searche .bx_image.empty_image{
	background-image: url(/bitrix/components/arturgolubev/search.title/templates/.mobile_search_2023/image/noimg.png);
}
.bx_smart_searche .bx_item_element{
	padding: 8px 0;
}
.bx_smart_searche .bx_item_element_all_result {
	text-align: center;
}
.bx_smart_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid var(--g1);
}
.bx_smart_searche .bx_item_element a{
	margin-top: 5px;
	display: inline-block;
	color: var(--black);
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{color: var(--d1);}
.bx_smart_searche .bx_item_element a:hover,
.bx_smart_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_smart_searche .bx_item_preview_text{
	font-size:13px;
	padding: 5px 10px 5px 0;
}
.bx_smart_searche .bx_price{
	font-weight:bold;
	font-size:15px;
	margin-top: 5px;
}
.bx_smart_searche .bx_price .old{
	font-weight: normal;
	text-decoration: line-through;
	color: var(--g3);
	font-size: 12px;
	vertical-align: middle;
}
.bx_smart_searche .bx_item_block.all_result{min-height:0}
.bx_smart_searche .bx_item_block.others_result{
	min-height: 0;
	line-height: 12px;
	padding: 0;
}
.bx_smart_searche .bx_item_block.all_result .all_result_button{
	display: inline-block;
	font-size: 14px;
	background-color: var(--y1);
	color: var(--d1);
	padding: 0 22px;
	height: 34px;
	text-decoration: none;
	border-radius: 2px;
	margin: 0 0 8px;
	
	line-height: 34px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .5px;
}
.bx_smart_searche .bx_item_block_href {
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 8px;
	line-height: 14px;
	color: var(--black);
	border-bottom: 1px solid var(--gray-border);
}
.bx_smart_searche .bx_item_block_href:hover {
	background-color: var(--g1);
}
.bx_smart_searche .bx_item_block_hrline {
	border-bottom: 1px solid var(--b2);
	margin: 0 8px 5px;
}
.bx_item_block_item_clear {
	display: block;
	clear:both;
}
.bx_smart_searche .bx_item_block_item_info_wrap {
	display: block;
}
.bx_smart_searche .bx_item_block_item_info_wrap.wpic {
	padding-left: 39px;
}
.bx_smart_searche .bx_item_block_item_info {
	display: block;
}
.bx_smart_searche .bx_item_block_href_category_title {
	color: var(--g2);
	/* font-weight: bold; */
}
.bx_smart_searche .bx_item_block_href_category_name {
	color: var(--b2);
	font-weight: bold;
	text-transform: uppercase;
}
.bx_smart_searche .bx_item_block_item_image {
	width: 34px;
	height: 34px;
	float:left;
	margin-right: 5px;
	position: relative;
}
	.bx_smart_searche .bx_item_block_item_image img {
		position: absolute;
		top: 0;
		left:0;
		right:0;
		bottom:0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
	}
.bx_smart_searche .bx_item_block_item_name {
	color: var(--d1);
	overflow: hidden;
	height: 34px;
	display: block;
	line-height: 17px;
	display: flex;
}
.bx_smart_searche .bx_item_block_item_name_flex_align {
	margin: auto 0;
}
.bx_smart_searche .bx_item_block_item_simple_name {
	color: var(--d1);
	display: block;
	line-height: 17px;
}
.bx_smart_searche .bx_item_block_item_name b, .bx_smart_searche .bx_item_block_item_simple_name b {
	color: var(--b2);
}
.bx_smart_searche .bx_item_block_item_price {
	float:right;
	text-align: right;
	color: var(--d1);
	line-height: 17px;
	padding-left: 5px;
}
.bx_smart_searche .bx_item_block_item_price.bx_item_block_item_price_only_one {
	line-height: 34px;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_new {
	white-space: nowrap;
	font-weight: bold;
	display: block;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_old {
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_smart_searche .bx_item_block_item_text {
	color: var(--g3);
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_props {
	color: var(--g3);
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_item_block_item_prop_item {
	display: block;
}
.bx_smart_no_result_find {
	padding: 0 8px 8px;
}

/* preloader base */
#srbox_preloader_item {
    position: absolute;
    background-color: rgb(248 247 248);
    right: 12px;
    top: 13px;
    z-index: 5;
    display: none;
    width: 30px;
    height: 30px;
    border: 2px solid var(--gray-medium);
    border-top: 1px solid rgb(248 247 248);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
body.searchactive {
	overflow: hidden;
}
body.searchactive .hider {
	background-color: var(--s3);
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	position: fixed;
	z-index: 998;
}
body.searchactive header {
	z-index: 999;
}
body.searchactive header .search {
	z-index: 999;
}
body.searchactive header .search input {
	background-color: var(--w1);
}
@media (max-width: 767px) {
body.searchactive header {
	z-index: auto;
	position: relative;
}
	body.searchactive .hider {
		background-color: var(--w1);
	}
	body.searchactive .chd>.search::before {
		display: none;
	}
	body.searchactive header .search {
    	padding: 15px 10px;
    	position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	body.searchactive header .search input {
		display: block;
    	width: calc(100% - 60px);
	}
	body.searchactive header .search button:not(.close) {
		display: block;
		z-index: 1;
		right: 70px;
	}
	body.searchactive header .search button.close {
		background-image: var(--close);
		background-color: var(--d1);
		opacity: 1;
		border-radius: 50%;
		width: 50px;
		height: 50px;
		top: 10px;
	}
	body.searchactive header .search button {
		display: block;
		z-index: 1;
		top: 15px;
	}
	body.searchactive div.title-search-result {
		display: block !important;
		position: fixed !important;
		top: 65px !important;
		left: 0px !important;
		width: 100% !important;
		max-height: calc(100% - 55px)!important;
		overflow: scroll;
	}
}
/* End */


/* Start:/bitrix/templates/Upgifts2023/styles.css?174879015734800*/
/* import /fonts/gothampro/GothamPro */
@font-face {
    font-family: 'Gotham Pro';
    src: url('/fonts/gothampro/GothamPro-BoldItalic.eot');
    src: local('Gotham Pro Bold Italic'), local('/fonts/gothampro/GothamPro-BoldItalic'),
        url('/fonts/gothampro/GothamPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gothampro/GothamPro-BoldItalic.woff') format('woff'),
        url('/fonts/gothampro/GothamPro-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/fonts/gothampro/GothamPro-Italic.eot');
    src: local('Gotham Pro Italic'), local('/fonts/gothampro/GothamPro-Italic'),
        url('/fonts/gothampro/GothamPro-Italic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gothampro/GothamPro-Italic.woff') format('woff'),
        url('/fonts/gothampro/GothamPro-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/fonts/gothampro/GothamPro-Medium.eot');
    src: local('Gotham Pro Medium'), local('/fonts/gothampro/GothamPro-Medium'),
        url('/fonts/gothampro/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gothampro/GothamPro-Medium.woff') format('woff'),
        url('/fonts/gothampro/GothamPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/fonts/gothampro/GothamPro-BlackItalic.eot');
    src: local('Gotham Pro Black Italic'), local('/fonts/gothampro/GothamPro-BlackItalic'),
        url('/fonts/gothampro/GothamPro-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gothampro/GothamPro-BlackItalic.woff') format('woff'),
        url('/fonts/gothampro/GothamPro-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/fonts/gothampro/GothamPro-Bold.eot');
    src: local('Gotham Pro Bold'), local('/fonts/gothampro/GothamPro-Bold'),
        url('/fonts/gothampro/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gothampro/GothamPro-Bold.woff') format('woff'),
        url('/fonts/gothampro/GothamPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro Narrow';
    src: url('/fonts/gothampro/GothamProNarrow-Bold.eot');
    src: local('Gotham Pro Narrow Bold'), local('/fonts/gothampro/GothamProNarrow-Bold'),
        url('/fonts/gothampro/GothamProNarrow-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gothampro/GothamProNarrow-Bold.woff') format('woff'),
        url('/fonts/gothampro/GothamProNarrow-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro Narrow';
    src: url('/fonts/gothampro/GothamProNarrow-Medium.eot');
    src: local('Gotham Pro Narrow Medium'), local('/fonts/gothampro/GothamProNarrow-Medium'),
        url('/fonts/gothampro/GothamProNarrow-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gothampro/GothamProNarrow-Medium.woff') format('woff'),
        url('/fonts/gothampro/GothamProNarrow-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/fonts/gothampro/GothamPro-LightItalic.eot');
    src: local('Gotham Pro Light Italic'), local('/fonts/gothampro/GothamPro-LightItalic'),
        url('/fonts/gothampro/GothamPro-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gothampro/GothamPro-LightItalic.woff') format('woff'),
        url('/fonts/gothampro/GothamPro-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/fonts/gothampro/GothamPro-Light.eot');
    src: local('Gotham Pro Light'), local('/fonts/gothampro/GothamPro-Light'),
        url('/fonts/gothampro/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gothampro/GothamPro-Light.woff') format('woff'),
        url('/fonts/gothampro/GothamPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/fonts/gothampro/GothamPro-Black.eot');
    src: local('Gotham Pro Black'), local('/fonts/gothampro/GothamPro-Black'),
        url('/fonts/gothampro/GothamPro-Black.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gothampro/GothamPro-Black.woff') format('woff'),
        url('/fonts/gothampro/GothamPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/fonts/gothampro/GothamPro.eot');
    src: local('Gotham Pro'), local('/fonts/gothampro/GothamPro'),
        url('/fonts/gothampro/GothamPro.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gothampro/GothamPro.woff') format('woff'),
        url('/fonts/gothampro/GothamPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/fonts/gothampro/GothamPro-MediumItalic.eot');
    src: local('Gotham Pro Medium Italic'), local('/fonts/gothampro/GothamPro-MediumItalic'),
        url('/fonts/gothampro/GothamPro-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gothampro/GothamPro-MediumItalic.woff') format('woff'),
        url('/fonts/gothampro/GothamPro-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

:root {
    --white: #ffffff;
    --black: #403730;
    --black-primary: #2e3a50;
    --black-footer: #383839;
    --dark-black: #000000;
    --gray-border: rgba(47, 43, 67, 0.15);
    --gray-text: rgba(47, 43, 67, 0.70);
    --gray-background: rgba(47, 43, 67, 0.04);
    --gray-medium: rgba(47, 43, 67, 0.50);
    --white-shadow-light: rgba(255, 255, 255, 0.15);
    --white-shadow-50: rgb(228, 228, 228);
    --yellow: #FFD84E;
    --yellow-light: #ffe998;
    --red: #FF5250;
    --red-dark: #d24442;
    --red-light: #FFF1F1;
    --green: #228450;
}
main>section>h3 {
    font-size: 36px;
    font-style: normal;
    line-height: 120%;
}
/* Стили для модального контейнера */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
ul {
    padding: 0 0 0 20px;
}
ul>li {
    margin-bottom: 10px;
}
/* Стили для содержимого модального окна */
.modal-content {
    position: relative;
    max-height: 80%;
    overflow: auto;
    background-color: var(--white);
    margin: 15% auto;
    padding: 25px;
    min-width: 320px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    animation-name: modal-open;
    animation-duration: 0.3s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.modal-content::-webkit-scrollbar {
    display: none;
}
.modal-content {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent; 
}
.modal-content:hover {
    scrollbar-color: transparent transparent; 
}
.modal.modal-yellow .modal-content {
    background-color: var(--yellow);
}
.modal.modal-yellow .white-form .input-area select,
.modal.modal-yellow .white-form .input-area textarea,
.modal.modal-yellow .white-form .input-area input,
.modal.modal-yellow .input-area textarea,
.modal.modal-yellow .input-area input {
    background-color: var(--white);
}
.modal-content>h2 {
    margin: 0;
    padding: 0 40px 0 10px;
}
.modal-content iframe {
    width: 100%;
    height: auto;
}
/* Стили для кнопки закрытия */
.modal-content .close {
    position: sticky;
    top: 4px;
    right: 0;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 99;
}

.close:hover {
    color: #000;
}
/* inputs */

 .input-area {
    position: relative;
 }
 .input-area {
    width: 50%;
    min-width: 50%;
    padding: 5px;
    position: relative;
 }
 .white-form {
    margin: 0 -5px;
 }
 .input-area.eform-100 {
    width: 100%;
    min-width: 100%;
 }
 .input-area select,
 .input-area textarea,
 .input-area input {
    background-color: var(--white);
    width: 100%;
    border: none;
    padding: 28px 16px 16px 16px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-family: Gotham Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    border: 1px solid transparent;
 }
 .input-area select:focus,
 .input-area textarea:focus,
 .input-area input:focus {
    outline: none;
}
 .input-area label {
    position: absolute;
    left: 20px;
    font-size: 12px;
    font-weight: 400;
    color: var(--gray-medium);
    top: 12px;
    pointer-events: none;
 }
 
 .white-form .input-area select,
 .white-form .input-area textarea,
 .white-form .input-area input,
 .modal .input-area textarea,
 .modal .input-area input {
    background-color: var(--gray-background);
 }
 .white-form .input-area select {
  appearance: none; 
  background: var(--gray-background) url('/images/icon/select-arrow.svg') no-repeat right 20px center; 
  cursor: pointer;
}
 .input-area label {
    color: var(--gray-text);
 }
 .input-area textarea:focus + label,
 .input-area input:focus +label{
    color: var(--black);
    outline: none;
}
 .input-area textarea.novalid,
 .input-area input.novalid {
    border: 1px solid var(--red);
 }
.modal .input-area {
    width: 100%;
}
.mform-text {
    padding: 15px 0;
    line-height: 22px;
}
.btn {
    display: flex;
    height: 48px;
    padding: 10px 20px;
    margin: 10px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    width: 100%;
    background: var(--yellow);
    color: var(--black);
    border: none;
    cursor: pointer;
    opacity: .8;  
}
.modal.modal-yellow .btn {
    background-color: var(--red);
    color: var(--white);
}
.btn:hover {
    opacity: 1;  
}
/* Анимация для плавного появления модального окна */
@keyframes modal-open {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}




body, html {
    padding: 0;
    margin: 0;
}
/* body.no-scroll {
    overflow: hidden;
} */
a {
    text-decoration: none;
}
input:focus {
    outline: none;
}
button,
body {
    font-family: 'Gotham Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: var(--black);
}
button * {
    pointer-events: none;
}
body * {
    box-sizing: border-box;
}
body.no-scroll {
    overflow: hidden;
}
header {
    background-color: var(--white);
    background: var(--white);
    position: sticky;
    z-index: 999;
    max-width: 100%;
    left: 0;
    right: 0;
    top: -60px;
    display: flex;
    flex-direction: column;
}
header.fixed-header {
    top: -112px;
}
header>div {
    width: 100%;
    order: 1;
}
header.fixed-header>.nav-section.desctop-content {
    order: 0;
}
.header-section,
.max-width {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 20px;
}
.fixed-header {
    box-shadow: 0 0 30px 0 var(--white-shadow-50)
}
header.opencat {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
}
header.opencat>* {
    width: 100%;
}
.first-h-section {
    border-bottom: 1px solid var();
    border-bottom: 1px solid var(--gray-border);
    padding: 6px 0;
}
.first-h-section>.header-section {
    padding: 0 14px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}
.main-navigation {
    display: flex;
    gap: 6px;
    flex-grow: 1;
}
.main-navigation>span,
.main-navigation>a {
    text-decoration: none;
    color: var(--gray-text);
}

.main-navigation>span {
    color: var(--gray-text) !important;
    cursor: default !important;
}
.main-navigation>a:hover {
    color: var(--black);
}
.first-h-section span,
.first-h-section a,
.header-button {
    font-weight: 300;
    font-size: 16px;
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    text-decoration: none;
    color: var(--black);
    border-radius: 99px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    -o-border-radius: 99px;
}
.first-h-section a.gray-btn,
.header-button.gray-btn {
    background-color: var(--gray-background);
}
.first-h-section span.gray-btn {
    color: var(--gray-text) !important;
    cursor: default !important;
}
.first-h-section span.gray-btn svg>path {
    stroke: var(--gray-text);
}
.first-h-section a:hover,
.header-button:hover {
    color: var(--dark-black);
}
.first-h-section a:hover path,
.header-button:hover path {
    stroke: var(--dark-black);
}
.header-section-center {
    padding: 24px 20px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}
.header-section-center {
}
.catalog-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    line-height: 33px;
    padding: 10px 24px;
    background-color: var(--yellow);
    border: none;
    font-weight: 400;
    cursor: pointer;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.opencat .catalog-button {
    background-color: var(--black-primary);
    color: var(--white);
}
.opencat .catalog-button {
    background-color: var(--black-primary);
    color: var(--white);
}
.catalog-button * {
    pointer-events: none;
}
.catalog-button svg {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.catalog-button:hover svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.opencat .catalog-button svg>path:not(.close),
.catalog-button svg>path.close {
    opacity: 0;
}
.opencat .catalog-button svg>path.close {
    opacity: 1;
}
.search-form {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.search-form>input {
    flex: 1;
    padding: 16px;
    font-family: 'Gotham Pro', sans-serif;
    line-height: 23px;
    background-color: var(--gray-background);
    border: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.search-form>input::placeholder {
    font-size: 16px;
    font-weight: 100;
}
.search-form>button {
    border: none;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
    background-color: transparent;
}
body>#static-search {
    display: none;
}
.header-section #static-search {
    flex-grow: 1;
}
.header-section #srbox {
    position: relative;
    width: 100%;
}
.header-section #srbox .title-search-result {
    position: absolute;
    width: 100%;
    box-shadow: 0 8px 10px var(--gray-medium);
    background-color: var(--white);
    z-index: 99;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: none;
}
.header-section #srbox .title-search-result.view {
    display: block;
}
.header-contacts {
    display: flex;
    gap: 16px;
    align-items: center;
}
.whatsapp-link {
    border: 1px solid var(--gray-border);
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    cursor: pointer;
    background-color: var(--white);
}
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.contact-info>a {
    color: var(--black);
    font-size: 18px;
    line-height: 19px;
    font-weight: 700;
}
.contact-info>span {
    color: var(--gray-text);
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 6px;
}
.contact-info>span::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #619B3F;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.user-navigation {
    display: flex;
    gap: 24px;

}
.header-fixed-nav>a,
.user-navigation>button,
.user-navigation>a {
    position: relative;
}
.user-navigation>button {
    border: none;
    padding: 0;
    background-color: transparent;
}
a#mobileFavCounter[data-count]::after,
#desctopFavCounter[data-count]::after,
a#mobileCartCounter[data-count]::after,
.user-navigation>a#desctopCartCounter[data-count]::after {
    content: attr(data-count);
    position: absolute;
    top: -5px;
    right: -7px;
    background-color: var(--red);
    color: var(--white);
    font-size: 10px;
    font-weight: 500;
    padding-top: 2px;
    width: 20px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
a#mobileFavCounter[data-count]::after,
a#mobileCartCounter[data-count]::after {
    top: 5px;
    right: 5px;
}
.additional-navigation {
    position: relative;
}
.additional-navigation ul {
    display: flex;
    gap: 30px;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.additional-navigation ul>li>span {
    color: var(--red);
}
.additional-navigation ul>li {
    position: relative;
}
.additional-navigation ul>li>ul {
    display: none;
    box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.10);
    background-color: var(--white);
    position: absolute;
    padding: 30px;
    top: 100%;
    min-width: 300px;
    max-height: 70vh;
    overflow: auto;
    flex-direction: column;
    text-align: left;
    justify-content: start;
    align-items: start;
    gap: 20px;
    z-index: 999;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.additional-navigation ul>li>ul::-webkit-scrollbar {
    display: none;
}
.additional-navigation ul>li>ul {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent; 
}
.additional-navigation ul>li>ul:hover {
    scrollbar-color: transparent transparent; 
}
.additional-navigation ul>li.subnav>ul:hover,
.additional-navigation ul>li.subnav:hover>ul {
    display: flex;
}
.btn-poshiv {
    background-color: var(--red) !important;
    color: var(--white) !important;
    padding: 3px 8px !important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.btn-poshiv:hover {
    opacity: .8;
}
.additional-navigation>ul>li>span,
.additional-navigation button,
.additional-navigation a {
    color: var(--dark-black);
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 15px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.additional-navigation button:hover,
.additional-navigation a:hover {
    color: var(--red);
}
.additional-navigation>ul>li>span {
    color: var(--gray-text);
    cursor: default;
}
@media (max-width: 1186px) {
    .additional-navigation ul {
        gap: 24px
    }
}
.subnav>a::after {
    content: '';
    border: solid var(--red);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    margin: 0 0 3px 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.main-box {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.h1-topage + .main-box {
    padding-top: 0;
}
.h1-topage + .main-box {
    padding-top: 20px;
}
h1 {
    font-size: 36px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}
h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}
/* catalog */
#catalog {
    /* position: absolute; */
    display: none;
    /* top: 100%; */
    /* left: 0;
    right: 0; */
    background-color: var(--white);
    border-top: 1px solid var(--gray-border);
    z-index: 100;
    min-height: calc(100vh - 192px);
}
.opencat #catalog {
    display: block;
}
#catalog>div {
    display: flex;
    height: 100%;
}
.header-catalog {
    max-width: 40%;
    width: 400px;
    min-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 30px 30px 30px 0;
    max-height: calc(100vh - 150px);
    overflow: auto;
}

.header-catalog::-webkit-scrollbar {
    display: none;
}
.header-catalog {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent; 
}
.header-catalog:hover {
    scrollbar-color: transparent transparent; 
}
.header-catalog>span,
.header-catalog>a {
    display: flex;
    align-items: center;
    gap: 16px;
    color: black;
    font-weight: 700;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding-right: 10px;
}
.header-catalog>span>span.image-cat,
.header-catalog>a>span.image-cat {
    width: 60px;
    height: 60px;
    background-color: var(--gray-background);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.header-catalog>span>span.image-cat>img,
.header-catalog>a>span.image-cat>img {
    width: 60px;
    height: 60px;
    padding: 7px;
}
.header-catalog>span>span.name-cat,
.header-catalog>a>span.name-cat {
    flex-grow: 1;
}
.header-catalog>span *,
.header-catalog>a * {
    pointer-events: none;
}
.header-catalog>span.active,
.header-catalog>span:hover,
.header-catalog>a.active,
.header-catalog>a:hover {
    color: var(--yellow);
    background-color: var(--gray-background);
}
.header-catalog>span:hover>svg>path,
.header-catalog>a:hover>svg>path {
    stroke: var(--yellow);
    stroke-opacity: 1;
}
.head-subcat {
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-left: 1px solid var(--gray-border);
    padding: 40px;
    max-height: calc(100vh - 150px);
    position: sticky;
    top: 0;
    overflow: auto;
    width: 100%;
}
.head-subcat::-webkit-scrollbar {
    display: none;
}
.head-subcat {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent; 
}
.head-subcat:hover {
    scrollbar-color: transparent transparent; 
}
.namesubcat{
    font-size: 36px;
    font-weight: 700;
}
.subcat-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.subcat-items>span,
.subcat-items>a {
    color:var(--black);
    font-size: 16px;
    font-weight: 400;
    width: 40%;
}
.subcat-items>span {
    font-weight: 500;
}
.subcat-items>a:hover {
    text-decoration: underline;
}
.subcat-items>a:last-child {
    font-weight: 500;
    width: 100%;
}
@media (min-width: 1160.1px) {
    header>*:not(.desctop-content) {
        display: none !important;
    }
}
@media (max-width: 1160px) {
    header>*:not(.mobile-content) {
        display: none !important;
    }
}
/* Мобильная шапка */
@media (max-width: 600px) {
    .modal {
        z-index: 9999 !important;
    }
    .modal-content {
        padding: 15px !important;
        width: 100% !important;
        max-height: 100% !important;
        max-width: none !important;
        height: 100% !important;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
    }
    .close {
        top: 10px !important;
    }
}
@media (max-width: 1160px) {
    .m-logo {
        width: fit-content;
        display: flex;
        justify-content: start;
        align-items: center;
    }
    .m-logo img {
        width: 137px;
        height: 36px;
    }
    .header-fixed-nav {
        position: fixed;
        background-color: var(--white);
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
        display: flex;
        justify-content: space-around;
        box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.20);
    }
    .header-fixed-nav>a,
    .header-fixed-nav>button {
        display: flex;
        font-size: 12px;
        gap: 8px;
        flex-direction: column;
        align-items: center;
        border: none;
        background-color: transparent;
        padding: 15px 6px;
        cursor: pointer;
        color: var(--gray-text);
    }
    .header-fixed-nav>a:hover,
    .header-fixed-nav>button:hover {
        color: var(--red);
    }
    .header-fixed-nav>a:hover path[stroke],
    .header-fixed-nav>button:hover path[stroke] {
        stroke: var(--red);
    }
    .header-fixed-nav>a:hover path[fill="#6C697A"],
    .header-fixed-nav>button:hover path[fill="#6C697A"] {
        fill: var(--red);
    }
    header {
        position: sticky !important;
        top: 0;
        z-index: 999;
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
    }
    .header-nav {
        display: flex;
        justify-content: space-between;
    }
    .header-nav>button {
        padding: 15px;
        border: none;
        background-color: transparent;
        cursor: pointer;
        color: var(--gray-medium);
    }
    footer {
        padding-bottom: 76px;
    }
    /* поиск */
    .modal #static-search {
        padding: 20px 0;
    }
}

/* seo-контент */
.main-content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}

/* footer */
footer {
    background-color: var(--black-footer);
}
.foooter-top {
    padding: 31px 20px;
    width: 1220px;
    max-width: 100%;
    border-bottom: 1px solid var(--white-shadow-light);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.f-phma {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--white);
}
.f-phma>span:first-child {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}
.f-phma>span:last-child {
    color: var(--white-shadow-50);
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 160%;
}
.f-phma.f-phone>span:last-child:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #619B3F;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;  
}
.f-social-link {
    display: flex;
    height: 48px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
    border: none;
    cursor: pointer;
}
.f-social-link.f-callback {
    background-color: var(--yellow);
    color: var(--black);
}
.f-social-link:hover {
    opacity: .8;
}
.foooter-bottom {
    width: 1220px;
    max-width: 100%;
    margin: auto;
    padding: 50px 20px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.bottom-side {
    display: flex;
    gap: 50px;
    color: var(--white);
}
.bottom-side-right {
    flex-wrap: wrap;
    justify-content: end;
}
.footer-nav-box>span{
    padding-bottom: 10px;
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight:400;
}
.footer-nav-box>nav{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-nav-box>nav>span,
.footer-nav-box>nav>a{
    color: var(--white-shadow-50);
    white-space: nowrap;
}
.footer-nav-box>nav>span{
    color: var(--white);
}
.footer-nav-box>nav>a:hover{
    color: var(--yellow-light);
}
.f-payments {
    display: flex;
    gap: 10px;
    white-space: nowrap;
    position: relative;
    max-height: 40px;
}
.f-payments>img {
    height: auto;
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    overflow: hidden;
    max-height: 100%;
}
.foooter-copyright {
    background-color: rgba(255, 255, 255, 0.04);
    padding: 17px 0;
    color: var(--white-shadow-50);
    text-align: center;
}
/* mobile catalog */
.mobile-m-catalog {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.mobile-m-catalog>.mmc-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    color: var(--black);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
}
.mobile-m-catalog>.mmc-item:not(:last-child) {
    border-bottom: 1px solid var(--gray-border);
}
.mobile-m-catalog>.mmc-item .np-area {
    display: flex;
    align-items: center;
    gap: 10px;
}
.mobile-m-catalog>.mmc-item .np-area .image-npa {
    width: 50px;
    height: 50px;
    background-color: var(--gray-background);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
}
.mobile-m-catalog>.mmc-item .np-area .image-npa>img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.catalog-m-area .subcat {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.catalog-m-area .subcat>a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    color: var(--black);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
}
.catalog-m-area .subcat>a:not(:last-child) {
    border-bottom: 1px solid var(--gray-border);
}
.catalog-m-area .subcat>a:last-child {
    color: var(--red);
}
h3.backCat {
    display: flex;
    gap: 15px;
    cursor: pointer;
    margin-top: 40px;
}
h3.backCat>a {
    color: var(--black);
}
h3.backCat::before {
    content: '';
    border: solid var(--black);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 7px;
    min-width: 4px;
    min-height: 4px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.sale-return-alert {
    padding: 20px;
    background-color: var(--red-light);
    display: flex;
    gap: 15px;
    align-items: center;
    font-weight: 500;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.sale-return-alert>svg {
    min-width: 24px;
}
@media (max-width: 1230px) {
    .foooter-top {
        flex-wrap: wrap;
        gap:1%;
    }
    .foooter-top>* {
        width: 32.333333%;
        min-width: 32.333333%;
        margin-bottom: 10px;
    }
    .foooter-top>.youtube:after {
        content: "YouTube";
    }
}
@media (max-width: 885px) {
    .foooter-bottom {
        padding: 0 20px;
    }
    .foooter-bottom,
    .bottom-side {
        flex-direction: column;
        gap: 0;
    }
    .footer-nav-box {
        border-top: 1px solid var(--white-shadow-light);
    }
    .footer-nav-box>span {
        padding: 14px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer-nav-box>span::after {
        content: '';
        border: solid var(--red);
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 5px;
        margin: 0 5px 5px 5px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        pointer-events: none;
    }
    .footer-nav-box>nav {
        display: none;
        gap: 20px;
        padding: 20px 0 40px 0;
    }
    .footer-nav-box>span.open+nav {
        display: flex;
    }
    .footer-nav-box>span.open::after {
        margin: 5px 5px 0px 5px;
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
}
    .foooter-top {
        border: none;
        padding: 20px;
    }
    .f-payments {
        border-top: 1px solid var(--white-shadow-light);
        padding: 20px 0;
    }
}
@media (max-width:756px) {
    button,
    body { 
        font-size: 14px;
    }
}
@media (max-width: 660px) {
    .foooter-top {
        border: none;
    }
    .modal-content .close svg {
        width: 24px;
        height: 24px;
    }
    .foooter-top>* {
        width: 49%;
        min-width: 49%;
        margin-bottom: 10px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .main-box {
        padding-top: 20px;
    }
    .copyright {
        font-size: 12px;
    }
}
@media (max-width: 475px) {
    .foooter-top>* {
        width: 100%;
        min-width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .f-payments {
        justify-content: space-around;
        align-content: flex-start;
        flex-wrap: wrap;
        max-height: none;
    }
}
.loader-box {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader-container {
    position: relative;
    width: 60px;
    height: 60px;
}

.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 4px solid var(--red);
    border-top: 4px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* End */
/* /bitrix/components/arturgolubev/search.title/templates/.mobile_search_2023/style.css?17487901509276 */
/* /bitrix/templates/Upgifts2023/styles.css?174879015734800 */
