@font-face {
	font-family: 'Unbounded';
	src: local('Circe'), local('Unbounded-Regular'),
		url('../fonts/Unbounded-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-Regular.eot');
	src: local('Circe'), local('Circe-Regular'),
		url('../fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe-Regular.woff') format('woff'),
		url('../fonts/Circe-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-ExtraLight.eot');
	src: local('Circe ExtraLight'), local('Circe-ExtraLight'),
		url('../fonts/Circe-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe-ExtraLight.woff') format('woff'),
		url('../fonts/Circe-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-Thin.eot');
	src: local('Circe Thin'), local('Circe-Thin'),
		url('../fonts/Circe-Thin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe-Thin.woff') format('woff'),
		url('../fonts/Circe-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-Light.eot');
	src: local('Circe Light'), local('Circe-Light'),
		url('../fonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe-Light.woff') format('woff'),
		url('../fonts/Circe-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-Bold.eot');
	src: local('Circe Bold'), local('Circe-Bold'),
		url('../fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe-Bold.woff') format('woff'),
		url('../fonts/Circe-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-ExtraBold.eot');
	src: local('Circe ExtraBold'), local('Circe-ExtraBold'),
		url('../fonts/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe-ExtraBold.woff') format('woff'),
		url('../fonts/Circe-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

:root {
  --color-primary: #dd2a3f;
}
.wrapper_index_slider{
	position: relative;
}
.container_content{
	max-width: 1450px;
	margin: 0 auto;
	padding: 0px 20px;
}
#header_design{
	font-family: 'Circe';
	/* font-face:14px; */
	line-height: 100%;
	padding-bottom: 20px;
}
#header_design.fixed-header{
	position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    padding-bottom: 0;
}
#header_design.fixed-header .top_line__header,
#header_design.fixed-header .bottom_line__header{
	display: none;
}

#header_design .flex{
	display: flex;
}
#header_design .top_line__header{
	background-color: #f6f6f6;
	padding: 7px 0px;
	font-size: 14px;
}
#header_design .top_line__header .flex{
	gap:50px;
	align-items: center;
}
#header_design .top_line__header .contacts__top_line{
	margin-right:0;
	margin-left: auto;
}
#header_design .top_line__header .location__top_line .auth_top__item{
	border: none;
}
#header_design .top_line__header .location__top_line a.js-ajax_link{
	background: none;
	color: #000000;
	padding: 0;
	font-weight: bold;
	display: flex;
	gap:11px;
	align-items: center;
	text-decoration: none;
}
#header_design .top_line__header .location__top_line a.js-ajax_link:before{
	content: '';
	display: block;
	background:url('/images/nav.png') no-repeat;
	width:16px;
	height:20px;
}
#header_design .top_line__header .location__top_line a.js-ajax_link svg{
	display: none;
}
#header_design .top_line__header .menu__top_line ul{
	padding: 0;
	margin: 0;
	display: flex;
	gap: 45px;
	align-items: center;
}
#header_design .top_line__header .menu__top_line ul li{
	list-style: none;
}
#header_design .top_line__header .menu__top_line ul li a{
	color: #000;
	font-size: 14px;
	text-decoration: none;
	opacity: .7;
}
#header_design .top_line__header .contacts__top_line{
	gap:50px;
	display: flex;
	align-items: center;
}
#header_design .top_line__header .contacts__top_line .item__contacts{
	display: flex;
	align-items: center;
	gap: 13px;
}
#header_design .top_line__header .contacts__top_line .item__contacts .title__item{
	opacity: .7;
}
#header_design .top_line__header .contacts__top_line .item__contacts a{
	color: #000;
	text-decoration: none;
}
#header_design .center_line__header{
	padding-top: 15px;
	padding-bottom: 35px;
}

#header_design .center_line__header .flex{
	align-items: center;
}
#header_design .center_line__header .logo__center_line{
	margin-right: 65px;
	flex-shrink: 0;
}
#header_design .center_line__header .personal__center_line{
	display: flex;
	gap:24px;
	text-align: center;
	align-items: center;
}
#header_design .center_line__header .personal__center_line .item__personal .hidden_head_dynamic{
	display: none;
}
#header_design .center_line__header .personal__center_line .item__personal a{
	text-decoration: none;
}
#header_design .center_line__header .personal__center_line .item__personal .name__item{
	margin-top: 10px;
	color: #000;
}
#header_design .center_line__header .personal__center_line svg{
	max-width: 25px;
	max-height: 25px;
}
#header_design .center_line__header .personal__center_line .item__personal.active svg path{
	fill: var(--color-primary);
}
#header_design .center_line__header .personal__center_line .item__personal.active .name__item{
	color: var(--color-primary);
}
#header_design .center_line__header .compares_head ul,#header_design .center_line__header .compares_head .cmp__link,#header_design .center_line__header .compares_head  .cmp_items__list{
	display: none !important;
}
#header_design .center_line__header .catalog__center_line .poup__catalog{
	background-color: var(--color-primary);
	border-radius: 40px;
	color: #fff;
	padding: 15px 24px;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	margin-right: 25px;
}
#header_design .center_line__header .catalog__center_line .poup__catalog:before{
	content: '';
	display: block;
	width:17px;
	height:17px;
	background:url('/images/free-icon-catalog-12595867.png')no-repeat ;
}
#header_design .center_line__header .catalog__center_line .poup__catalog.active:before{
	content: '';
	display: block;
	width:17px;
	height:17px;
	background:url('/images/free-icon-catalog-12595867CLS.png')no-repeat ;
}
#header_design .center_line__header .search__center_line{
	margin-right: 40px;
	width: 100%;
}
#header_design .center_line__header form .search__input{
	background: #f6f6f6;
	border:none !important;
	outline: none;
	width:100%;
	font-size:16px;
	opacity: .5;
	padding: 12px 30px;
	border-radius: 40px;
}
#header_design .center_line__header form .search__btn svg{
	display: none;
}
#header_design .center_line__header form .search__btn{
	right:30px;
	left: auto;
}
#header_design .center_line__header form .search__btn:after{
	content: '';
	display: block;
	width: 19px;
	height:19px;
	background: url('/images/free-icon-magnifying-glass-8272302.png') no-repeat;
}
#header_design .bottom_line__header ul{
	padding: 0;
	margin:0;
	display: flex;
	gap:40px;
}
#header_design .bottom_line__header ul li{
	list-style: none;
}
#header_design .bottom_line__header ul li a{
	color: #000;
	font-size: 16px;
	text-decoration: none;
}
#header_design .cart_top{
	margin-right: 0px;
}
#header_design .catalog_menu__header .container_menu{
	display: flex;
}
#header_design .catalog_menu__header{
    background: linear-gradient(to right, #f6f6f6 0%, #f6f6f6 29%, #ffffff 29%, #ffffff 29%, #ffffff 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 170px;
    z-index: 99;
    display: none;
}
#header_design .catalog_menu__header .container_menu .right__catalog_menu{
	padding-left: 22px;
}
#header_design .catalog_menu__header .container_menu .right__catalog_menu .sub_section_js_open__right{
	display: none;
}
#header_design .catalog_menu__header .container_menu .right__catalog_menu .sub_section_js_open__right.active{
	display: block;
}
#header_design .catalog_menu__header .container_menu .right__catalog_menu .sub_section_js_open__right>.modern-menu__subitems{
    column-count: 4;
    -webkit-column-count: 3;
    column-gap: 125px;
    -webkit-column-gap: 125px;
}

#header_design .catalog_menu__header .container_menu .right__catalog_menu .sub_section_js_open__right>.modern-menu__subitems>.modern-menu__item{
	page-break-inside: avoid;
    break-inside: avoid;
}

/*Первый уровень*/
#header_design .catalog_menu__header .container_menu .right__catalog_menu .sub_section_js_open__right>.modern-menu__subitems>.modern-menu__item>a{
	font-size: 22px;
	text-decoration: none;
	color: #000;
	line-height: 30px;
	margin-bottom: 40px;
}
#header_design .catalog_menu__header .container_menu .right__catalog_menu .sub_section_js_open__right>.modern-menu__subitems>.modern-menu__item>.modern-menu__toggle-submenu-link .cnt{
	color: var(--color-primary);
	font-size: 14px;
    position: relative;
    top: -6px;
}
/*Первый уровень*/

/*Второй уровень*/
#header_design .catalog_menu__header .container_menu .right__catalog_menu .sub_section_js_open__right>.modern-menu__subitems>.modern-menu__item>.modern-menu__subitems{
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
    flex-direction: column;
    gap: 15px;
}
#header_design .catalog_menu__header .container_menu .right__catalog_menu .sub_section_js_open__right>.modern-menu__subitems>.modern-menu__item>.modern-menu__subitems>.modern-menu__item>a{
	font-size: 18px;
	text-decoration: none;
	color: #000;
	line-height: 30px;
	margin-bottom: 40px;
}
/*Второй уровень*/

/*Третий уровень*/
#header_design .catalog_menu__header .container_menu .right__catalog_menu .sub_section_js_open__right>.modern-menu__subitems>.modern-menu__item>.modern-menu__subitems>.modern-menu__item>.modern-menu__subitems{
	padding-left: 15px;
	display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
#header_design .catalog_menu__header .container_menu .right__catalog_menu .sub_section_js_open__right>.modern-menu__subitems>.modern-menu__item>.modern-menu__subitems>.modern-menu__item>.modern-menu__subitems>.modern-menu__item>a{
	font-size: 16px;
	text-decoration: none;
	color: #000;
}
/*Третий уровень*/

/*Четвертый уровень*/
#header_design .catalog_menu__header .right__catalog_menu .sub_section_js_open__right>.modern-menu__subitems>.modern-menu__item>.modern-menu__subitems>.modern-menu__item>.modern-menu__subitems>.modern-menu__item>.modern-menu__subitems{
	display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
#header_design .catalog_menu__header .right__catalog_menu .sub_section_js_open__right>.modern-menu__subitems>.modern-menu__item>.modern-menu__subitems>.modern-menu__item>.modern-menu__subitems>.modern-menu__item>.modern-menu__subitems>.modern-menu__item>a{
	font-size: 16px;
	text-decoration: none;
	color: #000;
	line-height: 16px;
}
/*Четвертый уровень*/
#header_design .catalog_menu__header .right__catalog_menu .sub_section_js_open__right .name_section__right{
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 33px;
}


#header_design .catalog_menu__header .container_menu{
	border-top:2px solid var(--color-primary);
	margin-top: -2px;

}
#header_design .catalog_menu__header{
	border-top:2px solid transparent ;
	border-image:linear-gradient(to right,var(--color-primary) 0%, var(--color-primary) 29%, #ffffff 29%, #ffffff 29%, #ffffff 100%);
	border-image-slice: 1;
}
#header_design .catalog_menu__header .right__catalog_menu{
	background: #fff;
	flex:1;
	padding-top: 70px;
	padding-bottom: 50px;
}
#header_design .catalog_menu__header .left__catalog_menu {
	flex-shrink: 0;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 15px;
}
#header_design .catalog_menu__header .left__catalog_menu a{
	font-size: 16px;
    color: #000;
    text-decoration: none;
    padding: 8px 20px;
    display: inline-block;
    display: flex;
    gap: 20px;
    align-items: center;
    border-radius: 20px;
    transition: all .2s;
}
#header_design .catalog_menu__header .left__catalog_menu a .next_section_image{
	position: relative;
}
#header_design .catalog_menu__header .left__catalog_menu a .hover_icon_next{
	position: absolute;
	opacity: 0;
}


#header_design .catalog_menu__header .left__catalog_menu a:hover{
    background: #fff;
}
#header_design .catalog_menu__header .left__catalog_menu a:hover .hover_icon_next{
    opacity: 1;
}
#header_design .catalog_menu__header .left__catalog_menu a img{
    flex-shrink: 0;	
}
#header_design .catalog_menu__header .left__catalog_menu a span{
    flex: 1;	
}
#header_design .catalog_menu__header .left__catalog_menu{
	display: flex;
	flex-direction: column;
	gap: 17px;
	background: #f6f6f6;
}


#footer_design{
	font-family: 'Circe';
	font-face:14px;
	line-height: 100%;
	padding-top: 85px;
	padding-bottom: 25px;
	background: #000;
	border-radius: 40px 40px 0px 0px;
}
#footer_design .grid__footer{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap:80px; 
}
#footer_design .menu__footer{
	margin-bottom: 37px;
}
#footer_design .menu__footer .title__menu a,
#footer_design .menu__footer .title__menu span{
	font-size: 20px;
	opacity: .4;
	color: #fff;
	text-decoration: none;
}
#footer_design .menu__footer .wrapper__menu{
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	gap:12px;
}
#footer_design .menu__footer .wrapper__menu a,
#footer_design .menu__footer .wrapper__menu span{
	font-size: 16px; 
	opacity: .4;
	color: #fff;
	text-decoration: none;
}
#footer_design .menu__footer.only_title .title__menu{
	margin-bottom: 30px;
}
#footer_design .address_footer{
    font-size: 14px;
    opacity: .4;
    color: #fff;
    line-height: 20px;
}
#footer_design .contacts_data__footer a{
    font-size: 20px;
    opacity: .4;
    color: #fff;	
    text-decoration: none;
}
#footer_design .yandex__footer{
	margin-top: 20px;
}
#footer_design .yandex__footer iframe{
	border:none;
}
#footer_design .buttons_callback__footer{
	display: flex;
	flex-direction: column;
	gap:15px;
	margin-top: 20px;
}
#footer_design .buttons_callback__footer a{
	 display: inline-block;
	 text-decoration: none;
	 border-radius: 5px;
	 background: var(--color-primary);
}
#footer_design .copy__footer{
	display: flex;
	justify-content: space-between;
    font-size: 16px; 
}
#footer_design .copy__footer .item_copy{
	opacity: .2;
	margin-bottom: 10px;
}
#footer_design .copy__footer .item_copy a,#footer_design .copy__footer .item_copy {
    color: #fff;	
    text-decoration: none;	
}
#footer_design .copy__footer .item_copy a{
	margin-bottom: 5px;
	display: inline-block;
}
#footer_design .right_copy{
	max-width: 300px;
	line-height: 16px;
    opacity: .2;
    color: #fff;	
}
#footer_design .subscribe__footer{
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	gap:120px;
}
#footer_design .subscribe__footer .sucess_subscribe{
	margin-top: 20px;
    font-size: 17px;
    color: #fff;
    display: none;
}
#footer_design .subscribe__footer form{
	border:2px solid var(--color-primary);
	font-size: 20px;
	border-radius: 10px;
	overflow: hidden;
}
#footer_design .subscribe__footer form input[type="text"]{
	border: none;
	outline: none;
	background: none;
	padding: 0px 30px;
	min-width: 274px;
    color: #fff;	
}
#footer_design .subscribe__footer form input[type="submit"]{
	background: #dd2a3f;
	color: #fff;
	outline: none;
	border:none;
	padding: 12px 38px;
	border-radius: 10px 0px 0px 10px;
}
#footer_design .subscribe__footer .social__footer a{
	display: block;
} 
#footer_design .subscribe__footer svg{
	max-width: 30px;
	max-height: 30px;
} 
#footer_design .subscribe__footer svg path{
	transition: all .2s;
}
#footer_design .subscribe__footer svg:hover path{
	fill: var(--color-primary);
}
#header_design .burger_mobile_menu__top_line{
	width: 23px;
	height:17px;
	background: url('/images/burg.svg')no-repeat;
	background-size: contain;
	display: none;
}
#header_design .burger_mobile_menu__top_line.active{
	width: 23px;
	height:17px;
	background: url('/images/burg-close.svg')no-repeat;
	background-size: contain;
}
#menu_adaptive{
	display: none;
}

.top_info__product{
	font-family: 'Circe';
	line-height: 100%;
}
.top_info__product .flex{
	gap:80px;
	display: flex;
}
.top_info__product .flex .left__product{
	width:40%;
}
.top_info__product .flex .right__product{
	width:43%;
}
.top_info__product .gallery__left_product{
	display: flex;
	gap:16px;
}
.top_info__product .mini_slider__gallery{
	width: 18%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.top_info__product .big_slider__gallery{
	width:80%;
}
.top_info__product img{
	margin:0;
}
.top_info__product .mini_slider__gallery .item_picture{
	padding: 15px 10px;
	border: 4px solid #f9f9f9;
	border-radius: 20px;
}
.top_info__product .mini_slider__gallery .slick-slide {
    margin: 7.5px 0px;
	height:62px;
}
.top_info__product .mini_slider__gallery .slick-list {
    margin: -7.5px -0px; 
}
.top_info__product .big_slider__gallery .item_picture{
	padding: 25px 20px;
	border: 4px solid #f9f9f9;
	border-radius: 40px;
}
.top_info__product .big_slider__gallery .item_picture a img{
	margin:0 auto;
}
.top_info__product .mini_slider__gallery .slick-arrow{
    background: #f3f3f3;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transform: none;
    font-size: 0px;
    height:25px;
    border-radius: 10px;
}
.top_info__product .mini_slider__gallery .slick-arrow:after{
	content: '';
	display: block;
	width: 11px;
	height:6px;
	background: url('/images/free-icon-font-angle-small-down-3916864.png') no-repeat;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .2s;
}
.top_info__product .mini_slider__gallery .slick-arrow.slick-prev:after{
	transform:translate(-50%, -50%) rotate(180deg);
}
.top_info__product .mini_slider__gallery .slick-arrow.slick-next:before{
	transform:translate(-50%, -50%) rotate(180deg);
}
.top_info__product .mini_slider__gallery .slick-arrow:before{
	content: '';
	display: block;
	width: 11px;
	height:6px;
	background: url('/images/free-icon-font-angle-small-down-3916864_2.png') no-repeat;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .2s;
}
.top_info__product .mini_slider__gallery .slick-arrow.slick-next{
    bottom: 0;
    top: auto;
}
.top_info__product .mini_slider__gallery .slick-arrow:hover:after{
	opacity: 1;
}
.top_info__product .mini_slider__gallery .slick-arrow:hover:before{
	opacity: 0;
}

.top_info__product .flex .right__product .top_actions__right{
	display: flex;
	justify-content: space-between;
}
.availability__top_actions{
	display: flex;
	gap:11px;
	align-items: center;
}
.top_info__product .flex .right__product .top_actions__right .color__availability{
	width: 9px;
	height: 9px;
	background: #00ff42;
	border-radius: 50%;
	font-size: 14px;
}
.top_info__product .flex .right__product .top_actions__right .color__availability.is-outofstock{
	background: #dd2a3f;
}
.top_info__product .buttons__top_actions{
	font-size: 0px;
}
.top_info__product .top_actions__right .cmp__link.js-compare svg{
	display: none;
}
.top_info__product .top_actions__right .cmp__link.js-compare:after{
	content: '';
	display: block;
	width: 27px;
	height: 27px;
	background: url('/images/cmp.png')no-repeat;
	background-size: contain;
}
.top_info__product .top_actions__right .catalog_item__favorite svg{
	display: none;
}
.top_info__product .top_actions__right .catalog_item__favorite:after{
	content: '';
	display: block;
	width: 31px;
	height: 27px;
	background: url('/images/lov.png')no-repeat;
}
.top_info__product .buttons__top_actions .dop-detail .cmp__link{
	margin:0px;
	vertical-align: top;
    line-height: 100%;
}
.top_info__product .buttons__top_actions .dop-detail{
	gap:20px;
}
.top_info__product .buttons__top_actions .catalog_item__favorite{
    vertical-align: top;
    line-height: 100%;
}
.top_info__product .buttons__top_actions .cmp__link.js-compare.checked:after{
	background: url('/images/cmp_active.png')no-repeat;
	background-size: contain;
}
.top_info__product .buttons__top_actions .catalog_item__favorite.fav-active:after{
	background: url('/images/lov_active.png')no-repeat;
	background-size: contain;
}
.new_design_product {
	margin:0px;
}
.new_design_product  .top_info__product .name_product__right{
	margin-top: 40px;
    font-size: 36px;
    line-height: 112%;
    font-family: 'Unbounded';
}
.new_design_product  .top_info__product .price__pdv.js-price_pdv-1{
	margin-top: 40px;
    font-size: 36px;
    line-height: 112%;
    color: #000;
    font-family: 'Unbounded';
}
.top_info__product .flex .right__product form[name="buy_form"]{
	margin-top: 40px;
}
.top_info__product .flex .right__product form[name="buy_form"] .detail__btns{
	display: flex;
	justify-content: space-between;
	gap:11px;
}
.top_info__product .flex .right__product form[name="buy_form"] .detail__btns>div{
	width: 50%;
}
.top_info__product .flex .right__product form[name="buy_form"] .detail__btns>a{
	width: 50%;
	padding: 14px 22px;
}
.top_info__product .flex .right__product form[name="buy_form"] .detail__quantity {
	display: none;
}
.top_info__product .flex .right__product form[name="buy_form"] .design_add_basket a,.top_info__product .flex .right__product form[name="buy_form"] .design_add_basket button {
	background: #dc2136;
	outline: none;
	border:none;
	font-family: 'Unbounded';
	font-size: 16px;
	display: flex;
	gap:38px;
	align-items: center;
	justify-content: end;
	border-radius: 15px;
	padding: 14px 22px;
	opacity: 1;
	transition: all .2s;
}
.top_info__product .flex .right__product form[name="buy_form"] .design_add_basket button{
	gap:10px;
}
.top_info__product .flex .right__product form[name="buy_form"] .design_add_basket a:hover{
	opacity: .8;
}
.top_info__product .flex .right__product form[name="buy_form"] .design_add_basket button:hover{
	opacity: .8;
}
.top_info__product .flex .right__product form[name="buy_form"] .js-buy1click{
	background: #cecece;
	outline: none;
	border:none;
	font-family: 'Unbounded';
	font-size: 16px;
	color: #000;
	display: flex;
	gap:38px;
	align-items: center;
	justify-content: end;
	border-radius: 15px;
	opacity: 1;
	transition: all .2s;
}
.top_info__product .flex .right__product form[name="buy_form"] .js-buy1click:hover{
	opacity: .8;
}
.top_info__product .detail__share{
	margin-top:30px ;
}
.new_design_tabs_product{
	background:#f6f6f6;
	border-radius: 40px 40px 0px 0px;
	margin-top: 80px;
	padding-top: 70px;
	padding-bottom: 70px;
}
.new_design_tabs_product .head_tabs__product{
	display: flex;
	justify-content: center;
	gap: 120px;
	font-family: 'Unbounded';
	font-size: 24px;
}
.new_design_tabs_product .head_tabs__product .item__tab{
	padding: 0px 30px;
	padding-bottom: 20px;
	position: relative;
	cursor: pointer;
}
.new_design_tabs_product .head_tabs__product .item__tab.active:after{
	content: '';
	display: block;
	height: 5px;
	width: 100%;
	background: var(--color-primary);
	border-radius: 10px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	bottom: 0;
}
.new_design_tabs_product .content_tabs__product{
	padding-top: 50px;
	max-width: 1100px;
	margin: 0 auto;
	font-size: 16px;
}
.new_design_tabs_product .content_tabs__product .preview_text__delivery{
	font-size: 16px;
	padding-left: 20px;
	font-family: 'Circe';
}
.new_design_tabs_product .content_tabs__product .grid_tab_4{
	margin-top: 67px;
	grid-template-columns: repeat(4, 1fr);
    gap:37px;
    display: grid;   
    font-family: 'Circe'; 
}
.new_design_tabs_product .content_tabs__product .grid_tab_4 .head_item_grid{
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	font-weight: bold;
	font-size: 15px;
	position: relative;
}
.new_design_tabs_product .content_tabs__product .grid_tab_4 .head_item_grid:after{
	content: '';
	display: block;
	width: 15px;
	height: 20px;
	background: url('/images/free-icon-maps-and-flags-447031.png')no-repeat;
	position: absolute;
	top: -5px;
	left: 20px;
}
.new_design_tabs_product .content_tabs__product .grid_tab_4 .sub_items_grid{
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	gap:20px;
	font-size: 15px;
	padding-left: 20px;
}
.new_design_tabs_product .content_tabs__product .preview_text__payment{
	font-size: 16px;
	padding-left: 20px;
	font-family: 'Circe';
	text-align: center;
}
.new_design_tabs_product .content_tabs__product .grid_tab_3{
	margin-top: 50px;
	grid-template-columns: repeat(3, 1fr);
    gap:40px;
    display: grid;   
    font-family: 'Circe'; 
    font-size: 14px;
}
.new_design_tabs_product .content_tabs__product .grid_tab_3 .item_grid{
	background: #fff;
	border-radius: 20px;
	padding: 40px 30px 80px 30px;
	text-align: center;
}
.new_design_tabs_product .content_tabs__product .grid_tab_3 .image{
	margin-bottom: 30px;
}
.new_design_tabs_product .content_tabs__product .grid_tab_3 .title{
	margin-bottom: 40px;
	min-height: 42px;
}
.new_design_tabs_product .content_tabs__product .bottom_text_payment{
	margin-top: 50px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Circe';
	font-weight: 300;
	font-size: 14px;
}
.new_design_tabs_product .item_content__tab{
	display: none;
}
.new_design_tabs_product .item_content__tab.active{
	display: block;
}
.new_breadcrumbs_wrapper{
	margin-top:50px;
	margin-bottom:50px;
}
.new_breadcrumbs_wrapper ul{
	list-style:none;
	padding:0;
	display:flex;
	font-family: 'Circe';
	flex-wrap:wrap;
}
.new_breadcrumbs_wrapper .delimeter{
	margin-left:10px;
	margin-right:10px;
	display:inline-block;
}
.new_breadcrumbs_wrapper span{
	color:#7f7f7f;
	font-size:14px;
	
}
.new_breadcrumbs_wrapper a{
	text-decoration:none;
}
.new_breadcrumbs_wrapper img{
	vertical-align: sub;
}
.popular_products_page_slider{
	margin-top:100px;
}
.popular_products_page_slider .title_popular_products{
	font-size:36px;
	font-family: 'Unbounded';
	margin-bottom:50px;
}

.populars_slider .item_slider .catalog_item{
	margin:0;
	min-height:initial !important;
}
.populars_slider .item_slider .catalog_item__pic{
	margin:0px;
	height:initial;
}
.populars_slider .item_slider .catalog_item__img{
	max-height:148px;
}
.populars_slider .item_slider .catalog_item__pic:before{
	display:none;
}
.populars_slider .slick-slide {
    margin: 0 14px;
}
.populars_slider .add2cart {
	position:initial !important;
	width: auto !important;
    line-height: 100%;
}
.populars_slider .container_add2_basket{
	display:flex;
	justify-content:space-between;
	margin-top:20px;
	align-items:center;
}
.populars_slider .product .add2cart .fil0{
	fill:#000000b8;
}
.populars_slider .product .add2cart{
	background:none;
	height:inherit;
	margin:0px;
	padding:10px;
	outline:none;
	border-radius:10px;
	border:2px solid #000000b8;
	box-shadow:none !important;
}
.populars_slider .add2cart svg{
	width:30px;
	height:initial;
}
.populars_slider .product.is-incart .add2cart{
	background:#dc2121;
	border-color:#dc2121;
}
.populars_slider .product.is-incart .add2cart svg .fil0{
	fill:#fff;
}
.populars_slider .slick-list {
    margin: 0 -14px;
}
.populars_slider .catalog_item__btn.btn.added2cart{
	display:none !important;
}
.populars_slider article{
	padding: 70px 35px 30px 35px;
    border: 4px solid #f9f9f9;
    border-radius: 40px;
}
.populars_slider .catalog_item__quantity{
	float:none;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:25px;
}
.populars_slider .catalog_item__quantity .name_products a{
	font-family: 'Circe';
	color:#000;
	text-decoration:none;
	font-size:16px;
}
.populars_slider .catalog_item__quantity .name_products{
	max-width:180px;
	width:100%;
	flex-shrink:0;
}
.populars_slider .root-product-block{
	margin-top:30px;
}
.populars_slider .quantity__input{
	background:none;
	border:none;
	font-size:16px;
	outline:none;
	font-family: 'Circe';
	padding:0;
	border-left: 3px solid #f9f9f9;
	border-right: 3px solid #f9f9f9;
	width:45px;
	border-radius:0px;
	min-width:initial;
}
.populars_slider .quantity i{
	position:initial;
	font-size:16px;
	font-family: 'Circe';
	color:#000;
	font-style:inherit;
	display:flex;
	align-items:center;
	justify-content:center;
	width:38px;
}
.populars_slider .quantity i:after{
	display:none;
}
.populars_slider .quantity i:before{
	display:none;
}
.populars_slider .quantity{
	border: 3px solid #f9f9f9;
    border-radius: 10px;
	height:initial;
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:40px;
}
.populars_slider .catalog_item__price{
	margin-top:5px;
}
.populars_slider .catalog_item__price{
	float:none;
	margin-bottom:0px;
}
.populars_slider .catalog_item__price .price__pdv {
	font-size:20px;
	color:#000;
	font-family: 'Circe';
	line-height:100%;

}
.populars_slider .slick-arrow{
	width: 70px;
    height: 70px;
    border: 4px solid #f9f9f9;
    border-radius: 50%;
    z-index: 9;
    background: #fff;
    left: -32px;
    top: 50%;
    transform: translate(0, -56%);
	transition:all .2s;
}
.populars_slider .slick-arrow:before{
	content: '';
    width: 23px;
    height: 12px;
    background: url(/images/arrow_slids.png);
    display: block;
    left: 18px;
    position: absolute;
    top: 26px;
}
.populars_slider .slick-arrow:after{
	content: '';
    width: 23px;
    height: 12px;
    background: url(/images/arrow_slids_active.png);
    display: block;
    left: 18px;
    position: absolute;
    top: 26px;
	opacity:0;
}
.populars_slider .slick-arrow.slick-next:before{
	transform:rotate(180deg);
}
.populars_slider .slick-arrow.slick-prev:after{
	transform:rotate(180deg);
}


.populars_slider .slick-arrow.slick-next{
    left: auto;
	right:-32px;
    top: 50%;
    transform: translate(0, -56%);
}
.populars_slider .slick-arrow:hover{
	background:#000;
	border-color:#000;
}
.populars_slider .slick-arrow:hover:before{
	opacity:0;
}
.populars_slider .slick-arrow:hover:after{
	opacity:1;
}
.populars_slider .catalog_item__favorite{
	position:absolute;
	right:20px;
	top:20px;
}
.populars_slider .catalog_item__favorite svg {
	width:30px;
	height:auto;
	stroke:#f3f3f3;
}
.populars_slider .catalog_item__favorite.fav-active svg{
	stroke:#dc2121;
}
.populars_slider .product {
	position:relative;
}

@media screen and (max-width: 1450px){
	.top_info__product .flex .right__product form[name="buy_form"] .design_add_basket a, .top_info__product .flex .right__product form[name="buy_form"] .design_add_basket button{
		justify-content: center;
	}
	.top_info__product .flex .right__product form[name="buy_form"] .js-buy1click{
		justify-content:center;
	}
	.top_info__product .flex .right__product{
		width:60%;
	}
}
@media screen and (max-width: 1270px){
	.top_info__product .mini_slider__gallery .slick-slide{
		height:35px;
	}
	.top_info__product .mini_slider__gallery .slick-slide img{
		max-height:100%;
		margin:0 auto;
	}
	.populars_slider {
		padding-left:20px;
		padding-right:20px;
	}
	.populars_slider .slick-arrow.slick-next{
		right:-12px;
	}
	.populars_slider .slick-arrow.slick-prev{
		left:-12px;
	}
}
@media screen and (max-width: 1140px){
	.top_info__product .flex .right__product form[name="buy_form"] .design_add_basket a, .top_info__product .flex .right__product form[name="buy_form"] .design_add_basket button{
		font-size:14px;
		gap:6px;
	}
	.top_info__product .flex .right__product form[name="buy_form"] .detail__btns>a{
		font-size:14px;
		gap:6px;
	}
}
@media screen and (max-width: 940px){
	#header_design.fixed-header .top_line__header{
		display: block;
	}
	#header_design .burger_mobile_menu__top_line{
		display: block;
	}
	#menu_adaptive{
		position: fixed;
	    top: 43px;
	    left: 0px;
	    z-index: 999;
	    right: 0px;
	    display: none;
	}
	.slinky-menu ul{
		padding-left: 0;
	}
	#menu_adaptive a{
		text-decoration: none;
	}
	#menu_adaptive li{
		border-top: 1px solid #ececec;
	}
	#footer_design .grid__footer {
	    grid-template-columns: repeat(3, 1fr);

	}
	#footer_design .subscribe__footer{
		margin-top: 20px;
	}

	#header_design .menu__top_line{
		display: none;
	}
	#header_design .bottom_line__header ul{
		gap:15px;
	}
	#header_design .center_line__header .personal__center_line{
        position: fixed;
        bottom: 0;
        z-index: 99;
        left: 10px;
        right: 10px;
        background: #fff;
        border-radius: 10px;
        padding: 14px;
        justify-content: space-around;
	}
	#header_design .center_line__header .personal__center_line .item__personal .name__item{
		display: none;
	}
	.top_info__product .flex,.top_info__product .gallery__left_product{
		flex-direction:column;
	}
	.top_info__product .flex .left__product{
		width:100%;
	}
	.top_info__product .big_slider__gallery{
		width:100%;
	}
	.top_info__product .mini_slider__gallery{
		order:2;
		width:100%;
		padding-left:30px;
		padding-right:30px;
	}
	.top_info__product .big_slider__gallery .item_picture a img{
		max-height:300px;
	}
	.top_info__product .mini_slider__gallery .slick-slide {
		margin: 0px 7.5px;
		height:62px;
	}
	.top_info__product .mini_slider__gallery .slick-list {
		margin: 0px -7.5px; 
	}
	.top_info__product .mini_slider__gallery .slick-arrow.slick-prev{
		right: auto;
        width: 20px;
        bottom: 0;
        height: inherit;
	}
	.top_info__product .mini_slider__gallery .slick-arrow.slick-next{
		left: auto;
        width: 20px;
        bottom: 0;
        height: inherit;
		top:0;
	}
	.top_info__product .mini_slider__gallery .slick-arrow:before{
		transform: translate(-50%, -50%) rotate(-90deg);
		opacity:1!important;
	}
	.top_info__product .mini_slider__gallery .slick-arrow:after{
		display:none !important;
	}
	.top_info__product .mini_slider__gallery .slick-arrow.slick-next:before {
		transform: translate(-50%, -50%) rotate(90deg);
	}
	.top_info__product .flex .right__product{
		width:100%;
	}
	
	.new_design_tabs_product .head_tabs__product{
		gap:50px;
	}
	.new_design_product .top_info__product .name_product__right,.new_design_product .top_info__product .price__pdv.js-price_pdv-1{
		font-size:24px;
	}
	.top_info__product .flex{
		gap:30px;
	}
	.new_design_tabs_product{
		margin-top:40px;
	}
	.new_design_tabs_product{
		padding-top:40px;
	}
	.new_design_tabs_product .head_tabs__product .item__tab {
		padding: 10px 10px;
	}
	.new_design_tabs_product .content_tabs__product{
		padding-top:25px;
	}
	.new_design_tabs_product .content_tabs__product .grid_tab_4{
		margin-top:30px;
	}
	.new_design_tabs_product .content_tabs__product .grid_tab_3{
		margin-top:30px;
	}
	.popular_products_page_slider{
		margin-top:50px;
	}
	.popular_products_page_slider .title_popular_products{
		font-size:20px;
	}
	.populars_slider .product .d-none{
		display:block !important;
	}

	
}
@media screen and (max-width: 820px){
	#header_design.fixed-header{
		padding-bottom: 15px;
	}
	#header_design .bottom_line__header{
		display: none;
	}
	#footer_design .grid__footer {
        grid-template-columns: repeat(1, 1fr);
        gap:5px;
        text-align: center;
    }
    #footer_design .copy__footer,#footer_design .subscribe__footer,#footer_design .subscribe__footer form{
    	flex-direction: column;
    	gap:15px;
    	display: flex;
    }
    #footer_design .subscribe__footer form{
    	border:none;
    }
    #footer_design .subscribe__footer form input[type="text"]{
        border: 2px solid var(--color-primary);
        padding: 7px;
        border-radius: 10px;
    }
    #footer_design .subscribe__footer form input[type="submit"]{
    	border-radius: 10px;
    }
    #header_design .top_line__header .contacts__top_line .item__contacts .title__item{
    	display: none;
    }
    body{
    	padding-top: 0;
    }
    #header_design .center_line__header{
    	padding-bottom: 0;
    }
    #header_design .catalog__center_line{
    	display: none;
    }
    #header_design .center_line__header .logo__center_line{
    	margin-right: 11px;
    }
    #header_design .top_line__header .flex{
    	gap:10px;
    }
    #header_design .top_line__header .contacts__top_line{
        gap: 3px;
        flex-direction: column;
    }
    #footer_design .menu__footer .title__menu a{
    	font-size: 16px;
    	font-weight: bold;
    	opacity: .8;
    }
    #footer_design .menu__footer .wrapper__menu{
    	margin-top: 15px;
    }
    #footer_design .menu__footer{
    	margin-bottom: 26px;
    }
    #header_design .center_line__header .logo__center_line img{
    	max-width: 150px;
    }
    #header_design .center_line__header .search__center_line{
    	margin-right: 0;
    }
    #header_design .center_line__header form .search__input{
    	padding-right: 53px;
    	padding: 12p 9px;
    }
    #header_design .center_line__header form .search__btn{
    	right: 6px;
    }
	.new_design_tabs_product .content_tabs__product .grid_tab_4 {
		grid-template-columns: repeat(2, 1fr);
	}
	.new_design_tabs_product .content_tabs__product .grid_tab_3{
		grid-template-columns: repeat(1, 1fr);
	}
	.new_design_tabs_product .head_tabs__product {
        gap: 15px;
    }
	.new_design_tabs_product .head_tabs__product{
		font-size:16px;
	}
}
@media screen and (max-width: 600px){
	.top_info__product .flex .right__product form[name="buy_form"] .detail__btns{
		flex-direction:column;
	}
	.top_info__product .flex .right__product form[name="buy_form"] .detail__btns>div{
		width:100%;
	}
	.top_info__product .flex .right__product form[name="buy_form"] .detail__btns>a{
		width:100%;
	}
	.new_design_tabs_product .content_tabs__product .grid_tab_4 {
        grid-template-columns: repeat(1, 1fr);
    }
	.new_design_tabs_product .head_tabs__product {
        font-size: 12px;
    }
	.new_design_tabs_product .head_tabs__product .item__tab {
        padding: 10px 5px;
    }
	.new_design_tabs_product .content_tabs__product .grid_tab_4 .sub_items_grid{
		padding-left:0;
	}
	.populars_slider article {
		padding: 30px 10px 30px 10px;
	}
	.populars_slider .catalog_item__quantity .name_products {
		flex-shrink: inherit;
	}
	.populars_slider .slick-arrow{
		display:none !important;
	}
	.populars_slider {
        padding-left: 0px;
        padding-right: 0px;
    }
}