.form-checkboxes{
	display: grid;
    margin-top: 20px;
    grid-row-gap: 11px;
}
.ID_DELIVERY_ID_5 .form-method__mkad a{
	min-width: 190px;
}
.ID_DELIVERY_ID_5 .form-method__mkad a.btn-white--w160+.btn-white--w160{
	margin: 0 0 0 20px;
}
.__window_wrap {
	position  : fixed;
	left      : 0;
	top       : 0;
	right     : 0;
	height    : 100%;
	z-index   : 99999;
	background: rgba(0, 0, 0, 0.6)
}

.__windows_body._big {
	position  : relative;
	display   : table;
	width     : 800px;
	margin    : 0 auto;
	padding   : 20px 50px;
	background: #fff;
}

.__custom_windows_ul {
	position: relative;
	display : block;
	width   : 100%;
	padding : 10px 0 10px 40px;
}

.__custom_windows_ul:before {
	content            : "";
	position           : absolute;
	left               : 0;
	top                : 0;
	bottom             : 0;
	width              : 40px;
	height             : 100%;
	background-image   : url(images/li-icon-1.webp);
	background-repeat  : no-repeat;
	background-position: 50%;
	background-size    : 20px;
}

.__windows_body .__btn_wrap {
	display      : table;
	margin       : 0 auto;
	margin-top   : 20px;
	margin-bottom: 20px;
}

.__windows_body .h3 {
	display: block;
	margin : 10px 0;
}

@media (max-width: 950px) {
	.__windows_body._big {
		width  : 90%;
		top    : 20px;
		padding: 20px;
		bottom : 20px;
	}

	.__window_wrap .__btn {
		font-size: 13px;
	}
}

.__window_wrap {
	display: none;
}

.__window_wrap.is_active {
	display: block;
}

.__windows_body._small {
	position         : fixed;
	left             : 50%;
	top              : 40%;
	padding          : 30px 40px;
	width            : 420px;
	background       : #fff;
	z-index          : 99999;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform    : translate(-50%, -50%);
	transform        : translate(-50%, -50%);
	border-radius: 8px;
}

.__close {
	position: absolute;
	right   : 10px;
	top     : 10px;
	width   : 25px;
	height  : 25px;
	cursor  : pointer;
}

.__windows_body .title {
	margin-bottom: 30px;
    font-weight: 600;
    font-size: 24px;
    color: #494747;
    text-transform: uppercase;
    letter-spacing: .48px;
	width: 100%;
	    display: flex;
    justify-content: center;
}

.__windows_body p {
		color: #494747;
		
	width         : 100%;
	padding-bottom: 20px;
}

.__windows_body .line {
	display      : inline-block;
	width        : 100%;
	margin-bottom: 20px;
	    display: flex;
}

.__windows_body .line input[type=text],
.__windows_body .line textarea {
	display      : block;
	width        : 100%;
	max-width    : 100%;
	min-width    : 100%;
	padding      : 15px 20px;
	background   : #fff;
	outline      : none;
	border       : 2px solid #e7e7e7;
	color        : #222;
	height       : 40px;
	border-radius: 2px;
	-webkit-appearance: none;
    -webkit-border-radius: 4px;
}

.__windows_body .line textarea {
	min-height: 100px;
	max-height: 200px;
}



.__windows_body .line input[type=submit] {
	font-weight: 500;
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(to top, #fd4b04 0, #fd692a 100%);
	cursor: pointer;
	
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 211px;
	height: 40px;
    -webkit-box-shadow: 0 0 9px 1px rgba(179, 178, 179, .75);
    box-shadow: 0 0 9px 1px rgba(179, 178, 179, .75);
    border-radius: 8px;
    border: 2px solid #fff;
	margin-left: auto;
	margin-right: auto;
}
.__windows_body .line input[type=submit]:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f60), to(#fd692a));
    background-image: -o-linear-gradient(bottom, #f60 0, #fd692a 100%);
    background-image: linear-gradient(to top, #f60 0, #fd692a 100%);
}
.__windows_body .line.__error{
	display: flex;
    flex-direction: column;
}

.__windows_body .line .polit {
	font-size: 16px;
}

.__windows_body .line .polit input[type=checkbox] {
	float       : left;
	margin-right: 12px;
	margin-top  : 6px;
}

.__windows_body .line .polit a {
	color: #CC0033
}


.__footer_form form .__line .__message,
.__windows_body .line .__message {
	display    : none;
	font-size  : 14px;
	color      : #f20;
	padding-top: 5px;
}

.__windows_body .line.__error input[type=text] {
	border-color: #f20;
}

.__footer_form form .__line.__error .__message,
.__windows_body .line.__error .__message {
	display: block;
}

@media (max-width: 950px) {
	.__windows_body._small {
		width  : 90%;
		padding: 20px 25px;
		top    : 50%;
	}
}
.buttom_cart{
	width: 100%;
	margin-top: 20px;
	    display: flex;
}

.buttom_cart .btn{
	cursor: pointer;
	min-width: 227px;
	display: flex;
	justify-content: center;
}
.basket__step{
	flex-wrap: wrap;
}
.pdf__save-wrapper{
	display: none!important;
}
@media (max-width: 767.98px) {
	.buttom_cart {
		width: 100%;
		margin-top: 15px;
		display: flex;
	}
	.buttom_cart .btn {
		
		height: 41px;
	}
}
@media (max-width: 500px) {
	.buttom_cart .btn {
		width: 100%;
		height: 41px;
	}
}
.product__inner .product__choose .product__styles-texture .product__styles-icons, .preview-popup__inner .preview-popup__choose .product__styles-texture .product__styles-icons {
	flex-wrap: wrap;
}

input.error {
	border: 1px solid red;
}
.invalid {
	border: 1px solid red;
}
/*New head styles*/
.header__top {
	position: relative;
	z-index: 2;
	margin-bottom: 10px;
	padding: 5px 0;
	background: #fafafa;
}
.catalog-open .header__top, .focus-search .header__top {
	z-index: 1;
}
.header__top_box {
	height: auto;
}
.header__actions {
	display: flex;
	gap: 5px 20px;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-end;
}
.header__menu-items {
	display: flex;
	gap: 25px;
	align-items: center;
}
.header__menu-items li.header__menu-item {
	display: flex;
	gap: 5px;
	align-items: center;
	white-space: nowrap;
	color: #000;
	cursor: pointer;
	position: relative;
	font-size: 14px;
}
.header__menu-items li.header__menu-item, .header__menu-items li.header__menu-item svg {
	transition: all .3s linear;
}
.submenu-items {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	padding: 10px;
	border-radius: 4px;
	z-index: 100;
	box-shadow: 0 0 10px -1px #bbb;
}
.submenu-items li {
	display: block;
	font-size: 14px;
}
.submenu-items li + li {
	margin-top: 5px;
}
.submenu-items li a {
	font-size: 14px;
	color: #000000;
	display: inline-block;
	width: 100%;
	padding: 4px 0;
}
.submenu-items li a:hover {
	color: #085892;
}
.header__menu-items li.header__menu-item:hover .submenu-items {
	display: block;
}
.header__menu-items li.header__menu-item:hover, .header__menu-items li.header__menu-item:hover svg {
	color: #085892;
}
.header__menu-items li span {
	display: block;
}
.header__menu-items li svg {
	display: block;
}
.header__actions-msgs {
	display: flex;
	gap: 10px;
}
.header__actions-phones {
	display: flex;
	gap: 10px;
}
.header__bot_phone_item_link {
	color: #000;
	font-size: 18px;
	padding: 0;
}
.header__bot_phone_item_link, .header__bot_phone_item_link svg {
	transition: all 0.3s linear;
}
.header__bot_phone_item_link:hover, .header__bot_phone_item_link:hover svg {
	color: #085892;
}
.header__callback {
	padding: 0 10px;
	display: flex;
	gap: 5px;
	align-items: center;
	color: #000;
	cursor: pointer;
	position: relative;
	font-size: 14px;
}
.header__callback, .header__callback svg {
	transition: all .3s linear;
}
.header__callback:hover, .header__callback:hover svg {
	color: #085892;
}
.header__bot_info_call {
	background: #085892;
	border: 1px solid #085892;
	box-shadow: -2px -2px 5px 0 #6D6D6D4D;
	border-radius: 4px;
	font-size: 14px;
	display: flex;
  	-ms-flex-align: center;
  	align-items: center;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: center;
  	width: 200px;
  	height: 40px;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  	color: #fff;
  	-webkit-box-align: center;
  	font-weight: 500;
  	margin: 0 10px;
}
.header__bot_info_call:hover {
	background: #fff;
	color: #404040;
}
.header__bot_btn .btn {
	background: #FD4B04;
	border: 1px solid #FD4B04;
	box-shadow: -2px -2px 5px 0px #6D6D6D4D;
	border-radius: 4px;
	font-size: 14px;
	width: auto;
	padding: 0 15px;
}
.header__bot_btn .btn:hover {
	background: #fff;
	color: #404040;
}
.measurer-popup {
	border: none;
	border-radius: 4px !important;
}
.measurer-popup .modal__content {
	padding: 45px 25px;
}
.measurer-popup .fancybox-close-small svg {
	color: #7F7F7F;
}
.measurer-popup .modal__title {
	text-transform: none;
  	font-size: 20px;
  	font-weight: 600;
  	margin-bottom: 20px;
  	color: #404040;
}
.measurer-popup .input {
	border: 1px solid #d5d5d5;
	padding: 0 15px;
}
.measurer-popup .form-btn .btn {
	width: 100%;
	margin-bottom: 15px;
	background: #085892;
	border: none;
	box-shadow: none;
	font-size: 14px;
	border-radius: 4px;
}
.measurer-popup .form-desc {
	font-size: 14px;
	color: #7F7F7F;
}
.measurer-popup .form-desc a {
	color: #085892 !important;
	text-decoration: none !important;
}
.call-popup {
	border: none;
	border-radius: 4px !important;
}
.call-popup .modal__content {
	padding: 45px 25px;
}
.call-popup .fancybox-close-small svg {
	color: #7F7F7F;
}
.call-popup .modal__title {
	text-transform: none;
  	font-size: 20px;
  	font-weight: 600;
  	margin-bottom: 20px;
  	color: #404040;
}
.call-popup .input {
	border: 1px solid #d5d5d5;
	padding: 0 15px;
}
.call-popup .form-btn .btn {
	width: 100%;
	margin-bottom: 15px;
	background: #085892;
	border: none;
	box-shadow: none;
	font-size: 14px;
	border-radius: 4px;
}
.call-popup .form-desc {
	font-size: 14px;
	color: #7F7F7F;
}
.call-popup .form-desc a {
	color: #085892 !important;
	text-decoration: none !important;
}
.call-popup .form-desc-bottom {
	margin-top: 40px;
}
.call-popup .form-desc-bottom-text {
	font-size: 16px;
	font-weight: 500;
	color: #404040;
	text-align: center;
	padding: 0 40px;
	margin-bottom: 20px;
}
.call-popup .form-desc-bottom-phone a {
	font-size: 18px;
	color: #085892;
	display: flex;
  	justify-content: center;
  	align-items: center;
}
.header__logo {
	position: relative;
	z-index: 1;
	padding: 10px 0;
	background: #fff;
}
.header__logo-content {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}
.header__logo-img {
	flex: 0 175px;
	width: 175px;
}
.header__logo-catalog {
	flex: 0 135px;
	position: relative;
}
.header__logo-personal {
	flex: 0 max-content;
	display: flex;
	gap: 15px;
}
.header__logo-personal.is-hide {
	display: none;
}
.header__logo-personal-icon {
	position: relative;
}
.header__top_item_label {
	flex-direction: column;
}
.header__top_item_icon {
	margin: 0;
}
.header__top_item_label span {
	color: #212121;
}
.header__top_item_icon svg {
	color: #292D32;
	display: block;
}
.header__top_item_label:hover span, .header__top_item_label:hover svg {
	color: #085892;
}
.header__right {
	flex: 1;
	display: flex;
	gap: 20px;
}
.header__basket_container {
	position: relative;
}
.header__basket {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.header__basket_info_label {
	color: #212121;
	font-size: 14px;
}
.header__basket_icon {
	position: relative;
}
.header__basket_icon svg {
	color: #212121;
	display: block;
}
.header__basket_badge {
	position: absolute;
	background: #085892;
	width: 18px;
	height: 18px;
	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: center;
	top: -5px;
	right: -9px;
}
.header__compare_badge {
	position: absolute;
	background: #085892;
	width: 18px;
	height: 18px;
	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: center;
	top: -5px;
	right: -9px;
}
.header__favourite_badge {
	position: absolute;
	background: #085892;
	width: 18px;
	height: 18px;
	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: center;
	top: -5px;
	right: -9px;
}
.header__basket_container:hover .basket__popup_container {
	visibility: visible;
	opacity: 1;
	z-index: 99999;
}
.navigation_wrap {
	margin-top: 23px;
	display: flex;
	gap: 20px;
	align-items: center;
}
.navigation_location {
	width: max-content;
}
.main_menu {
	flex: 1;
}
.navigation__list_item {
	margin: 0 !important;
	padding: 0;
}
.navigation__list_link {
	text-transform: none !important;
	font-size: 16px;
	color: #404040;
	font-weight: 500;
}
.navigation__list_link:hover {
	color: #085892;
}
.header__top_item_city {
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #404040;
	text-decoration: none;
}
.header__top_item_icon {
	color: #212121;
}
.header__top_item_city:hover {
	color: #085892;
	text-decoration: none;
}
.header__top_item:hover svg {
	color: #085892;
}
.header.fixed {
	position: relative;
	top: 0;
}
.header.fixed .header__top {
	display: none;
}
.header.fixed .header__logo {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 4px 10px 0 rgba(42,9,83,.08);
}
.navigation__top-left {
	height: 100%;
}
.navigation__top-catalog {
	width: 135px;
	font-size: 18px;
	font-weight: 500;
	border-radius: 4px;
	letter-spacing: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	color: #fff;
	background-color: #085892;
}
.navigation-catalog {
	width: 270px;
	padding: 10px 0;
	background: #ffffff;
}
.navigation__catalog_icon_burger, .navigation__catalog_icon_close {
	margin-right: 10px;
}
.navigation__catalog_icon_close {
	width: 18px;
}
.navigation__catalog .icon-menu {
	font-size: 16px;
}
.navigation__top-list {
	display: flex;
	gap: 57px;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
}
.catalog-menu .container {
	height: 100%;
	padding: 0;
}
.navigation-catalog__item.selected {
	background: #e2f0f9;
}
.navigation-catalog__item > a {
	padding: 10px 0;
}
.navigation-catalog__item > a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	font-weight: 600;
}
.navigation-catalog__link {
	color: #000;
}
.navigation-catalog__link:hover {
	color: #085892;
}
.navigation-catalog__menu {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	background: #fff;
	padding: 25px 20px;
}
.navigation-catalog__item {
	padding: 0 20px;
}
.navigation-catalog__item:hover .navigation-catalog__menu {
	display: flex;
}
.navigation-catalog__menu_item.is_parent > a {
	font-weight: 600;
}
.empty-cart {
	background-color: #FFFFFF;
	border: 1px solid #F1F1F1;
	color: #7F7F7F;
	font-weight: 500;
}
.empty-cart:after, .empty-cart:before {
	content: ""; 
	border: solid transparent;
	position: absolute; 
	bottom: 100%;
	right: 8px !important;
	background-image: none;
	top: auto !important;
	height: unset;
	width: unset;
}
.empty-cart:after {
	border-bottom-color: #fff;
	border-width: 8px;
	margin-right: 0;
}
.empty-cart:before {
	border-bottom-color: #F1F1F1;
	border-width: 9px;
	margin-right: -1px;
}
.header__logo-search {
	flex: 1;
}
.top__search {
	position: relative;
	height: 100%;
	z-index: 5;
}
.top__search .search-form {
	height: 100%;
}
.top__search_input {
	height: 100%;
	position: relative;
}
.top__search .search-form input {
	height: 100%;
	width: 100%;
	padding: 0 10px;
  	font-size: 16px;
  	border: 1px solid #d5d5d5;
  	outline: none;
  	border-radius: 4px;
}
.top__search .search-form input:focus {
    border: 1px solid #085892;
	box-shadow: -2px -2px 5px 0px #0858924D;
}
.top__search .search-form input:hover {
    border: 1px solid #085892;
	box-shadow: -2px -2px 5px 0px #0858924D;
}
.top__search-btn {
	height: 100%;
	width: 50px;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top__search-btn:before {
	content: '';
	display: block;
	transition: all .3s linear;
	width: 24px;
	height: 24px;
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z' stroke='%239E9E9E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 22L20 20' stroke='%239E9E9E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% 50% no-repeat;
	mask-size: contain;
	background: #9E9E9E;
}
.top__search-btn:hover:before {
	background: #085892;
}
input:focus ~ .top__search-btn:before {
	mask: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26'%3e%3cpath fill='%23fff' d='M14.367 13.002L25.077 2.29A.966.966 0 0023.713.924L13.001 11.636 2.29.924A.966.966 0 00.924 2.29L11.635 13 .925 23.713a.966.966 0 101.365 1.365l10.711-10.711 10.711 10.711a.962.962 0 001.366 0 .966.966 0 000-1.365z'/%3e%3c/svg%3e") 50% 50% no-repeat;
}
.search__shade {
	position: fixed;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	visibility: hidden;
	transition: z-index 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
}
.focus-search .search__shade {
	opacity: 0.25;
	visibility: visible;
	z-index: 2;
}
.header__logo-personal .header__icon-tg {
	display: none;
}
.header__logo-personal .header__icon-wa {
	display: none;
}
.header__logo-personal .header__icon-phone {
	display: none;
}
.header__icon-tg a, .header__icon-wa a, .header__icon-phone a {
	display: block;
}
.header__icon-tg a img, .header__icon-wa a img, .header__icon-phone a img{
	display: block;
}
.header__icon-phone a svg{
	display: block;
}
.header__icon-phone svg {
	color: #212121;
}
.navigation__top-catalog.active {
	position: relative;
	z-index: 101;
}
.navigation__top-catalog.active + .search__shade {
	opacity: 0.25;
	visibility: visible;
	z-index: 100;
}
.navigation__top-catalog.active .navigation__catalog_icon_burger {
	display: none;
}
.navigation__top-catalog.active .navigation__catalog_icon_close {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.catalog-menu {
	background: #fff;
	max-height: calc(100vh - 135px);
	width: max-content;
	position: absolute;
	left: 0;
	transition: .3s;
	z-index: 10000;
	top: calc(100% + 10px);
	box-shadow: 0 0 10px 5px rgba(42,9,83,.08);
	border-radius: 4px;
	padding: 0;
	font-size:16px;
	scrollbar-color:#b8b9c0 #fff;
	scrollbar-width:thin
}
.catalog-menu::-webkit-scrollbar {
	height:10px;
	width:10px
}
.catalog-menu::-webkit-scrollbar-thumb{
	background-color:#b8b9c0;
	border:2px solid #fff;
	border-radius:10px
}
.catalog-menu::-webkit-scrollbar-track {
	background:#fff;
}
.catalog-menu.fixed-header {
	max-height: calc(100vh - 76px);
	top: 100%;
}
.catalog-menu.active {
	visibility: visible;
	opacity: 1;
}
.navigation-catalog-wrap {
	display: flex;
	height: 100%;
}
.navigation-catalog-content {
	display: none;
	position: relative;
	width: 230px;
	padding: 10px 0;
	background: #ffffff;
	border-left: 1px solid #eee;
	font-size: 14px;
}
.navigation-catalog-content.content-selected {
	display: block;
}
.navigation-catalog-content a {
	color: #000;
}
.navigation-catalog-content a:hover {
	color: #085892;
}
.catalog_menu_subtitle {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.catalog_menu_subtitle a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 20px;
}
.catalog_menu_subtitle a:hover, .catalog_menu_subtitle:has(~ .catalog_menu_subitems:hover) a {
	background: #e2f0f9;
}
.catalog_menu_subtitle:has(~.catalog_menu_subitems) a:after {
	content: '';
	width: 12px;
	height: 12px;
	background: url('/local/templates/new2023/assets/img/icons/corner-right.svg') center no-repeat;
	background-size: 12px 12px;
}
.catalog_menu_subitems {
	display: none;
	overflow-y: auto;
	padding: 20px 0 20px 20px;
	border-left: 1px solid #eee;
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%;
	width: 680px;
	background: #ffffff;
	scrollbar-color: #b8b9c0 #fff;
	scrollbar-width: thin;
}
@media (min-width: 767.99px) {
	.catalog_menu_subtitle:hover ~ .catalog_menu_subitems, .catalog_menu_subitems:hover {
		display: block;
	}
}
.catalog_menu_subitems_list {
	min-height: 100%;
	column-gap: 20px;
	columns: 3;
}
.catalog_menu_subitems_item {
	font-weight: 500;
	flex: 0 1 calc((100% - 20px * 2) / 3);
}
.catalog_menu_subitems_item + .catalog_menu_subitems_item {
	margin-top: 20px;
}
.catalog_menu_subitems_item_hidden {
	display: none;
}
.catalog_menu_subitems_more a {
	color: #000;
	border-bottom: 1px dashed #000;
	font-weight: 600;
}
.catalog_menu_subitems_more_link .more_text_close {
	display: none;
}
.catalog_menu_subitems_more_link.showed .more_text_close {
	display: inline-block;
}
.catalog_menu_subitems_more_link.showed .more_text {
	display: none;
}
.rows2 {
	grid-template-rows: repeat(2, min-content);
}
.rows3 {
	grid-template-rows: repeat(3, min-content);
}
.rows4 {
	grid-template-rows: repeat(4, min-content);
}
.mobile-navigation {
	z-index: 1100;
}
.catalog-menu__links {
	display: none;
	border-top: 1px solid #404040;
	/*padding: 10px 0;*/
}
.catalog-menu__links-link {
	font-size: 15px;
	color: #000;
	display: block;
	padding: 10px 20px;
	font-weight: 600;
}
.ovh {
	overflow: hidden;
}
.catalog-menu__info-mail {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	border-top: 1px solid #404040;
	padding: 10px 0;
}
.catalog-menu__info-mail-link {
	color: #404040;
	border-bottom: 1px dashed #404040;
}
.mobile-menu__info, .mobile_search-open, .mobile_contacts, .mobile_select-city, .mobile_user, .mobile_search-open, .mobile_search-close, .catalog-menu__info, .mobile_subcatalog-open {
	display: none;
}
.hidden {
	display: none !important;
}
.visible {
	display: block !important;
}
.navigation-catalog-content-title {
	display: none;
	background: #085892;
	align-items: center;
	padding: 5px 10px;
	color: #fff;
	margin: 0 20px 10px;
	border-radius: 4px;
	cursor: pointer;
}
.navigation-subcatalog-content-title {
	display: none;
	background: #085892;
	align-items: center;
	padding: 5px 10px;
	color: #fff;
	margin: 0 20px 10px;
	border-radius: 4px;
	cursor: pointer;
}
.navigation-catalog-content-title svg {
	display: block;
	margin-right: 20px;
}
.navigation-subcatalog-content-title svg {
	display: block;
	margin-right: 20px;
}
.catalog_menu_subtitle svg {
	display: none;
}
.mobile_subsubcatalog-open {
	cursor: pointer;
}

.navigation__search_result_content {
	padding: 0;
}

.navigation__search_result_item {
	grid-template-rows: auto 1fr;
	gap: 5px;
}
.zakaz {
	padding: 25px 0;
}
.zakaz p {
	margin: 0 0 15px;
  	font-weight: 500;
}
.zakaz ol {
	list-style-type: decimal;
	margin: 0 0 15px 25px;
  	font-weight: 500;
}
.zakaz ol li {
	margin: 0 0 15px;
}
.sdek-courier:checked ~ .checkbox__label-sdek-courier .checkbox__radio, .sdek-pickup:checked ~ .checkbox__label-sdek-pickup .checkbox__radio {
	border-width: 4px;
  	border-color: #64b0ce;
}
.delivery-method__inner.company {
	margin: 23px 0 0;
	width: 100%;
}
.delivery-item-line {
	padding: 10px 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}
.delivery-item-line:not(:last-child) {
	border-bottom: 1px solid #e7e7e7;
}
.delivery-method__inner.company {
	display: flex !important;
}
@media (max-width: 1200px) {
	.navigation-catalog-content {
		width: 210px;
	}
	.catalog-menu {
		max-height: calc(100vh - 155px);
	}
	.catalog-menu.fixed-header {
		max-height: calc(100vh - 76px);
	}
	.header__logo-personal {
		gap: 10px;
	}
	.header__logo-img {
		flex: 0 145px;
		width: 145px;
	}
	.header__logo-catalog {
		flex: 0 125px;
	}
	.navigation__top-catalog {
		width: 125px;
		font-size: 16px;
	}
	.navigation_wrap {
		margin-top: 15px;
	}
	.navigation__list_link {
		font-size: 15px;
	}
	.header__top_item_city {
		display: none;
	}
	.navigation__top-list {
		gap: 10px;
	}
	.header__menu-items {
		height: 33px;
	}
	.header__top_box {
		align-items: flex-end;
	}
	.header__actions-msgs,.header__actions-phones {
		position: relative;
		left: -180px;
	}
	/*.navigation-catalog-wrap {
		grid-template-columns: 230px auto;
	}*/
	.navigation-catalog__item {
		padding: 0 10px;
	}
	.catalog_menu_subtitle {
		padding: 0;
	}
	.catalog_menu_subtitle a {
		padding: 10px;
	}
	.catalog_menu_subitems {
		width: 328px;
	}
	.catalog_menu_subtitle:hover ~ .catalog_menu_subitems, .catalog_menu_subitems:hover {
		gap: 20px 10px;
	}
	.catalog_menu_subitems_list {
		columns: 2;
	}
	.catalog_menu_subitems_item {
		flex: 0 1 calc((100% - 20px) / 2);
	}
	.navigation-catalog {
		width: 230px;
	}
}

@media (max-width: 767.98px) {
	body {
		padding-top: 46px;
	}
	.header {
		position: fixed;
		top: 0;
		width: 100%;
		box-shadow: 0 1px 3px 1px #b3b2b3;
	}
	.navigation_wrap {
		display: none;
	}
	.header__top {
		margin: 0;
		padding: 0;
	}
	.header__logo {
		height: 44px;
		padding: 0;
	}
	.header__logo .container {
		padding: 0;
	}
	.header__logo-content {
		position: relative;
		padding: 0 8px 0 0;
		height: 100%;
		display: flex;
		gap: 10px;
		align-items: center;
	}
	.header__logo-img {
		flex: 0 124px;
		width: 124px;
	}
	.header__logo-catalog {
		flex: 0 44px;
		order: -1;
	}
	.header__logo-search {
		display: none;
		position: absolute;
		inset: 0;
		z-index: 2;
		background: #ffffff;
	}
	.header__logo-personal {
		display: none;
	}
	.header__top_item_label span {
		display: none;
	}
	.header__logo-search {
		width: 100%;
	}
	.top__search .search-form input,.top__search .search-form input:hover,.top__search .search-form input:focus {
		border: none;
		border-radius: 0;
		box-shadow: none;
		font-size: 14px;
	}
	.navigation__top-left {
		display: flex;
		align-items: center;
	}
	.navigation__top-catalog {
		width: 44px;
		height: 44px;
		border-radius: 0;
	}
	.navigation__top-catalog > span {
		display: none;
	}
	.header__compare {
		display: none;
	}
	.header__favourite {
		display: none;
	}
	.header__cart {
		display: none;
	}
	.header__logo-personal .header__icon-tg {
		display: none;
	}
	.header__logo-personal .header__icon-wa {
		display: none;
	}
	.header__logo-personal .header__icon-phone {
		display: block;
	}
	.catalog-menu {
		visibility: hidden;
		opacity: 0;
		flex-direction: column;
		align-items: start;
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: 291px;
		height: calc(100% - 46px);
		max-height: 100%;
		margin: 46px 0 0;
		padding: 8px 10px;
		overflow-y: auto;
		box-shadow: 5px 10px 10px 3px rgb(0 0 0 / 50%);
		transition: .5s;
	}
	.catalog-menu .container {
		width: 271px;
		height: auto;
	}
	.navigation__catalog_icon_burger, .navigation__catalog_icon_close {
		margin: 0;
		width: 28px;
	}
	.navigation__catalog_icon_burger .icon-menu {
		font-size: 28px;
	}
	.navigation-catalog-content.content-selected {
		display: none;
	}
	.navigation-catalog-content.content-selected:has(.catalog_menu_subitems) {
		border: none;
	}
	.navigation-catalog-wrap {
		display: block;
		width: 100%;
		padding: 0;
	}
	.navigation-catalog {
		width: 100%;
		padding: 0;
	}
	.catalog-menu__links {
		display: block;
		margin-top: 8px;
		padding: 8px 0;
		border-top: 1px solid #e7e7e7;
	}
	.catalog-menu__links-link {
		padding: 7px 0;
		font-size: 14px;
		text-transform: uppercase;
	}
	.catalog-menu__info {
		display: block;
	}
	.catalog-menu__info-mail {
		justify-content: flex-start;
		border-top: 1px solid #e7e7e7;
		font-size: 14px;
	}
	.navigation-catalog__item {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0;
	}
	.navigation-catalog__item.selected {
		background: none;
	}
	.navigation-catalog__item > a {
		flex: 1;
		display: block;
		padding: 7px 0;
		font-size: 14px;
		font-weight: 700;
	}
	.top__search_input {
		display: flex;
		align-items: center;
		background: #fff;
	}
	.top__search-btn {
		display: none;
	}
	.mobile-menu__info {
		display: block;
		margin: 0 0 7px;
	}
	.mobile_search-close {
		display: block;
		margin-right: 10px;
		width: 18px;
		height: 18px;
		background: url("/local/templates/new2021/assets/img/icons/close-blue.svg") center no-repeat;
		background-size: 100%;
	}
	.mobile_search-open, .mobile_select-city, .mobile_user {
		display: block;
		height: 25px;
		width: 25px;
	}
	.mobile_search-open .icon-search, .mobile_user .icon-user {
		vertical-align: bottom;
	}
	.mobile_subcatalog-open,.mobile_subsubcatalog-open {
		flex: 0 20px;
		position: relative;
		display: flex;
		cursor: pointer;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background-color: #64b0ce;
	}
	.mobile_subcatalog-open:before, .mobile_subsubcatalog-open:before {
		content: '';
		position: absolute;
		inset: 0;
		width: 20px;
		height: 20px;
		background: url('/local/templates/new2023/assets/img/icons/navigation-label-arrow.svg') center no-repeat;
		background-size: 12px 12px;
	}
	.mobile_subcatalog-open svg, .mobile_subsubcatalog-open svg {
		display: none;
	}
	.mobile_contacts {
		display: block;
	}
	.navigation-catalog__list {
		display: block;
		width: 100%;
	}
	.navigation-catalog__link {
		flex: 1 1 auto;
	}
	.navigation-catalog__link svg {
		display: none;
	}
	.catalog_menu_subitems {
		display: none;
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		padding: 0;
		border: 0;
	}
	.catalog_menu_subitems_list {
		display: block;
		width: 100%;
		height: auto;
		columns: 1;
	}
	.catalog_menu_subitems_more {
		display: none;
	}
	.catalog_menu_subitems_item_hidden {
		display: block;
	}
	.catalog_menu_subtitle:has(~.catalog_menu_subitems) a:after {
		display: none;
	}
	.navigation-catalog-content {
		width: 100%;
		padding: 0;
		border: 0;
	}
	.navigation-catalog-content-title {
		position: relative;
		width: 100%;
		display: flex;
		margin: 0 0 4px;
		padding: 4px 10px;
		background-color: #64b0ce;
		font-size: 16px;
		font-weight: 500;
	}
	.navigation-subcatalog-content-title {
		width: 100%;
		display: flex;
		margin: 0 0 4px;
		padding: 4px 10px;
		background-color: #64b0ce;
		font-size: 16px;
		font-weight: 500;
	}
	.catalog_menu_subtitle {
		position: relative;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0;
	}
	.catalog_menu_subtitle a {
		flex: 1;
		display: block;
		padding: 7px 0;
		font-size: 14px;
		font-weight: 700;
	}
	.catalog_menu_subtitle svg {
		display: none;
	}
	.catalog_menu_subitems_item + .catalog_menu_subitems_item {
		margin: 0;
	}
	.catalog_menu_subitems_item a {
		display: block;
		padding: 7px 0;
		font-weight: 700;
	}
	.catalog_menu_subitems_item:not(:last-child) {
		padding: 0;
	}
	.header__right {
		position: absolute;
		inset: 0;
		z-index: -1;
	}
	.header__right.is-show {
		z-index: 10;
	}
	.header__bot_info_work {
		font-size: 14px;
	}
	.mobile-menu__info_icon-tg {
		position: absolute;
		top: 0;
		left: -25px;
	}
	.mobile-menu__icon {
		width: 20px;
		height: 20px;
	}
}
.sdek-logo img {
	max-width: 120px;
}
.sdek-conditions {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.sdek-conditions-item {
	background-color: #B2D8E7;
	border-radius: 10px;
	padding: 15px;
}
.sdek-conditions-item h3 {
	font-size: 14px;
	font-weight: 700 !important;
	margin-bottom: 15px !important;
}
.sdek-conditions-item ul {
	list-style-type: disc;
}
.sdek-conditions-item ul li {
	margin-left: 15px;
}
.sdek-conditions-item ul li:not(:last-child) {
	margin-bottom: 5px;
}
.sdek-conditions-item ul + h3 {
	margin-top: 15px;
}
.furniture-info .h2 {
	font-size: 20px;
	margin-bottom: 15px;
}
@media (max-width: 610px) {
    .sdek-conditions {
		display: block;
	}
	.sdek-conditions-item:not(:last-child) {
		margin-bottom: 15px;
	}
}