

/* Start:/local/templates/home/components/bitrix/news.detail/first_screen_new/style.css?176310613723350*/
/*div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}*/
:root {
	--main-font: "Montserrat", Arial, sans-serif;
}
section.first-screen {
	position: relative;
	width: 100%;
	height: calc(var(--vh, 1vh) * 100);
	position: relative;
	margin: 0 0px 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
}
section.first-screen .slick-slider {
    height: 100% !important;
}
.container-for-main-slider {
	position: relative;
}
.container-for-main-slider.slick-preinit,
.container-for-main-slider:not(.slick-initialized) {
	overflow: hidden;
}
.container-for-main-slider.slick-preinit > *:not(:first-child),
.container-for-main-slider:not(.slick-initialized) > *:not(:first-child) {
	display: none;
}
.container-for-main-slider:not(.slick-initialized) .slick-cloned {
	display: none !important;
}
.first-screen-img,
.first-screen-mobile-img {
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(var(--vh, 1vh) * 100);
	object-fit: cover;
	object-position: center;
	z-index: -1;
}
.first-screen-mobile-img {
	display: none;
}
section.first-screen .first-screen-button-container {
	display: flex;
	justify-content: center;
	margin-bottom: 70px;
}
a.first-screen-button,
span.home-page-block-btn {
	min-width: 350px;
	padding: 17px 20px;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.04em;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	transition: background-color .2s;
	cursor: pointer;
	z-index: 1;
}
a.first-screen-button:focus,
span.home-page-block-btn:focus {
	text-decoration: none;
	color: #fff;
}
a.first-screen-button:hover {
	background-color: rgba(220, 220, 220, 0.6);
	color: #333;
}
section.first-screen .first-screen-links-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	padding: 0 85px;
}
section.first-screen .first-screen-links-container .first-screen-soclinks-container {
	display: flex;
	justify-content: flex-start;
}
section.first-screen .first-screen-links-container .first-screen-soclinks-container a {
	display: flex;
	align-items: center;
	margin-right: 33px;
	transition: transform .2s;
}
section.first-screen .first-screen-links-container .first-screen-soclinks-container a img {
	width: 44px;
	height: 44px;
	filter: saturate(0) brightness(1.5);
	opacity: 0.6;
}
section.first-screen .first-screen-links-container .first-screen-phone-container {
	display: flex;
	justify-content: flex-end;
}
section.first-screen .first-screen-links-container .first-screen-phone-container a {
	position: relative;
	padding-left: 20px;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	color: #676767;
	transition: transform .2s;
	text-decoration: none;
}
section.first-screen .first-screen-links-container .first-screen-phone-container a:before {
	content: '';
	position: absolute;
	left: -30px;
	width: 31px;
	height: 31px;
	background: url('/local/templates/home/components/bitrix/news.detail/first_screen_new/images/phone.svg') center center / cover no-repeat;
}
section.first-screen .first-screen-links-container a:hover {
	transform: scale(1.15);
}
section.page-blocks {
	padding: 42px 0 75px;
}
section.brand{
	padding-top: 57px;
}
section.news .news-block-title {
	display: none;
}
section.news .news-buttons {
	display: flex;
	justify-content: center;
	gap: 80px;
	margin-bottom: 35px;
}
section.news .button-slider {
	background: transparent;
	border: none;
	outline: none;
	color: #151515;
	padding: 2px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
}
section.news .button-slider:hover {
	text-shadow: 0 0 .65px #333, 0 0 .65px #333;
}
section.news .button-slider.active {
	margin-bottom: -1px;
	border-bottom: 1px #151515 solid;
}
section.promo-block .promo-block-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 35px;
	transition: transform 1s;
}
section.promo-block .promo-item {
	position: relative;
}
section.promo-block .promo-wrapper {
	position: relative;
}
section.promo-block img {
	width: 100%;
  object-fit: cover;
	object-position: center;
}
section.promo-block .promo-items .promo-wrapper {
	flex: 1 1 0;
	overflow: hidden;
}
section.promo-block .promo-blog img {
		height: 100vh;
}
section.promo-block .promo-items{
	display: flex;
	gap: 20px;
	justify-content: center;
	overflow: hidden;
}
section.promo-block .promo-items img {
	transition: transform 1s;
}
section.promo-block .promo-items img:hover {
	transform: scale(1.05);
	transition: transform 1s;
}
section.promo-block .promo-info {
	position: absolute;
	bottom: 141px;
	left: 186px;
	max-width: 455px;
}
section.promo-block .promo-blog {
	/* height: 1080px; */
	display: flex;
	justify-content: center;
}
section.promo-block .promo-item {
	height: 1046px;
	display: flex;
	justify-content: center;
}


.about-brand-container{
	margin-bottom: 92px !important;
}
.about-brand-text{
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	padding: 0px 37px !important;
	width: 100%;
}
.about-brand-text img{
	max-width: 70px;
	margin: 0px auto 11px;
}
.about-brand-text a{
	margin: 15px 0px 0px;
	text-decoration: underline;
	flex-grow: 1;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.slick-dots{
	display: none;
}
.slick-dots li{
	width: 9px !important;
	height: 9px !important;
	background-color: #848484;
	border-radius: 50px;
}
.slick-dots li button::before{display: none;}
.slick-dots li.slick-active{
	background-color: #000000;
}
.slick-prev button, .slick-next button{
	/* color: #848484 !important; */
}
.slick-prev, .slick-next{
	width: 50px !important;
	height: 50px !important;
	transform: none !important;
}
.slick-prev:before, .slick-next:before{
	color: #848484 !important;
	font-size: 35px !important;
}
.slick-slide, .about-brand-text a{
	outline: none;
}
.red-banner {
	margin: 30px 0 0;
	padding: 19px 48px;
	background-color: rgb(211, 0, 0);
	opacity: 0.75;
}
.red-banner p {
	margin: 0;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 19px;
	letter-spacing: 0.08em;
	color: #fff;
	text-transform: uppercase;
}
section.news .wrapper{
	position: relative;
}
section.news .col-12 {
	padding-left: 30px !important;
	padding-right: 0 !important;
}
section.news .new-products {
	position: absolute;
	top: 0;
	width: 100%;
	visibility: hidden;
}
section.news .new-products.active{
	position: relative;
	visibility: visible;
}
section.news .new-products a:focus{
	outline: none;
}
.new-products{
	padding-bottom: 10px;
}
.new-products .align-center{
	flex-wrap: nowrap;
	overflow: auto;
	min-height: 55px;
	scrollbar-width: none;
}
.new-products div::-webkit-scrollbar{
	height: 0px;
	width: 0px; background: transparent;
	scrollbar-width: 0px;
	-ms-overflow-style: none;
}
.new-products_btns{
	margin-bottom: 44px;
}

.new-products_btn{
	text-transform: uppercase;
	white-space: nowrap;
	color: #848484;
	font-size: 22px;
	font-weight: 400;
	line-height: 31px;	
	border: none;
	outline: none;
	background-color: transparent;
	transition: all 0.1s linear;
	position: relative;
	margin-right: 72px;
}
.new-products_btn:focus, 
.new-products_btn:active{
	outline: none;
}

.new-products_btn.active{
	text-decoration: underline;
	color: #333333;
	font-size: 30px;
	font-weight: 400;
	line-height: 39px;	
}

.new-products .sect-slider{
	opacity: 0;
	z-index: -100;
	pointer-events: none;
	height: 1px;
}
.new-products .sect-slider.active{
	z-index: 1;
	opacity: 1;
	height: unset;
	pointer-events: auto;
}

.about-brand-slider{
	display: flex;
	padding-bottom: 0px;
}

@media screen and (max-width: 1100px) {
	.section-container .about-brand-slider .slick-next {
		right: -1% !important;
	}
	.section-container .about-brand-slider .slick-prev {
		left: -1% !important;
	}
}

@media screen and (min-width: 575px){
	.about-brand-slider{
		padding: 0 20px;
	}
	.section-container .slick-next {
		right: -1% !important;
	}
	.section-container .slick-prev {
		left: -1% !important;
	}
}

.about-brand-slider-container{
	margin: 0px 15px;
}
.about-brand-slider-container img{
	max-width: 350px;
	max-height: 525px;
	width: 100%;
	height: 100%;
	margin: 0 auto 26px;
}
/* .send-email{
	margin: 50px 0px;
	background-color: #f5e9e7;
}
.send-email-title, .footer-subscribe-form-headline{
	font-size: 30px;
	font-weight: 700;
	line-height: 62px;
	color: #333;
	margin-bottom: 13px;
}
.send-email-subtitle{
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;	
}
.send-email-subtitle a{
	font-weight: 700;
}
.text-for-form{
	font-size: 13px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.02em;
	color: #333;	
}
.send-email-form{
	display: flex;
	column-gap: 27px;
}
.send-email-form input{
	padding: 19px 13px;
	max-width: 267px;
	max-height: 60px;
	width: 100%;
	height: 100%;
	border: 1px solid black;
	margin: 16px 0px;
	outline: none;
}
.send-email-form input::placeholder{
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.02em;
	color: #333;
}
.send-email-form button{
	width: 267px;
	height: 60px;
	text-align: center;
	line-height: 30px;
	color: white;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0.02em;
	background-color: #D8AFA8;
	margin: 16px 0px ;
	outline: none;
	border: none;
}

.send-email-form button:focus, 
.send-email-form button:active{
	outline: none;
} */
section.subscribe-block {
	display: flex;
	justify-content: center;
	padding: 80px 50px;
}
section.subscribe-block p{
	margin: 0;
}
section.subscribe-block .subscribe-block-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 614px;
	text-align: center;
}
section.subscribe-block .disabled-message {
	text-align: left;
}
section.subscribe-block form.subscribe-form {
	max-width: 100%;
}
section.subscribe-block form.subscribe-form .subscribe-input {
	min-width: auto;
	width: 100%;
}
section.subscribe-block form.subscribe-form .arrow-button {
	min-width: 159px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -2px;
}
section.subscribe-block .subscribe-title {
	font-weight: 500;
}
section.subscribe-block .subscribe-subtitle {
	display: none;
}
section.subscribe-block .subscribe-text {
	margin: 0;
	color: #000;
	font-size: 12px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 0.36px;
}
section.subscribe-block .checkbox-block {
	display: flex;
	gap: 13px;
	align-items: center;
	margin-top: 25px;
}
section.subscribe-block .checkbox-block p {
	color: #000;
	font-size: 12px;
	font-weight: 200;
	letter-spacing: 0.36px;
	text-align: left;
}
section.subscribe-block .checkbox-block a {
	border-bottom: 1px solid #999;
}
section.subscribe-block .checkbox-block a:hover {
	text-shadow: 0 0 0.65px #000, 0 0 0.65px #000;
}
section.subscribe-block label {
	margin: 0;
}
section.subscribe-block input[type=checkbox] {
	display: none;
	position: absolute;
}
section.subscribe-block .checkbox {
	position: relative;
	width: 14px;
	height: 14px;
	margin: 0;
	padding: 2px;
	border: 0.75px black solid;
	cursor: pointer;
}
section.subscribe-block .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: #000;
	border: 1px solid #fff
}
section.subscribe-block .subsribe-checkbox input:checked + .checkbox .checkmark {
	display: block;
}
section.subscribe-block .arrow-button img{
	display: none;
}
section.fav-section {
	padding-bottom: 20px;
}
section.fav-section .fav-section-row {
	display: flex;
	align-items: center;
	margin-top: 60px;
}
section.fav-section .fav-section-img-container {
	width: 100%;
	max-height: 670px;
	overflow: hidden;
}
section.fav-section .fav-section-img-container img {
	width: 100%;
	object-fit: cover;
}
section.fav-section .fav-section-info-col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
section.fav-section .fav-section-info-col span {
	margin-bottom: 31px;
	/* font-family: "Montserrat", Arial, sans-serif; */
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0.095em;
	color: #2A2929;
	text-transform: uppercase;
}
section.fav-section .fav-section-info-col p {
	margin-bottom: 35px;
	/* font-family: "Montserrat", Arial, sans-serif; */
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.04em;
	color: #2A2929;
}
section.fav-section .fav-section-info-col a {
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	/* font-family: "Montserrat", Arial, sans-serif; */
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.095em;
	color: #2A2929;
	text-transform: uppercase;
}

section.blog-section {
	padding-bottom: 110px;
}
.blog-picture-container {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.blog-picture-container span {
	/* font-family: "Montserrat", Arial, sans-serif; */
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #2A2929;
	margin: 21px 0;
}
.blog-picture-container img {
	width: 100%;
	object-fit: cover;
}
.blog-picture-container a.first-screen-button {
	position: absolute;
	bottom: 52px;
}

section.fav-product {
	margin-bottom: 40px;
}
section.fav-product .fav-product-row {
	display: flex;
	align-items: center;
}
section.fav-product .fav-product-info-col {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}
section.fav-product .fav-product-info-col span {
	margin-bottom: 31px;
	/* font-family: "Montserrat", Arial, sans-serif; */
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.095em;
	color: #2A2929;
	text-transform: uppercase;
}
section.fav-product .fav-product-info-col p {
	margin-bottom: 35px;
	/* font-family: "Montserrat", Arial, sans-serif; */
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.04em;
	color: #2A2929;
	text-align: right;
}
section.fav-product .fav-product-info-col a {
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	/* font-family: "Montserrat", Arial, sans-serif; */
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.095em;
	color: #2A2929;
	text-transform: uppercase;
}
section.fav-product .fav-product-img-col {
	display: flex;
	flex-direction: column;
	align-items: center;
}
section.fav-product .fav-product-img-col .fav-product-img-container {
	width: 100%;
	max-height: 535px;
	overflow: hidden;
}
section.fav-product .fav-product-img-col .fav-product-img-container img {
	width: 100%;
	object-fit: cover;
}
section.fav-product .fav-product-img-col span {
	margin-top: 15px;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.095em;
	color: #000;
	text-transform: uppercase;
}
.adt-container {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	max-width: 1240px;
	width: 100%;
	height: 100%;
	background-size: auto 100%;
	background-position: left top;
	background-repeat: no-repeat;
}
.adt-container-mobile {
	display: none;
}
.adt-text-wrap {
	margin-left: 1vh;
	margin-bottom: 25vh;
	width: 55vh;
}
.adt-name-prefix {
	margin-bottom: 2vh;
	font-family: var(--main-font);
	font-size: 4.5vh;
	font-weight: 300;
	line-height: 5vh;
	color: #fff;
	text-align: center;
}
.adt-name {
	margin-bottom: 2vh;
	font-family: var(--main-font);
	font-size: 7.5vh;
	line-height: 8vh;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.adt-countdown {
	font-family: var(--main-font);
	font-size: 5.5vh;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	transition: opacity .5s;
}
.adt-countdown:not(.initialized) {
	opacity: 0;
}
.header-arrow-bottom{
	width: 72px;
	height: 72px;
	border-radius: 50%;
	top: 88%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	
	background: rgba(245, 233, 231, 0.3);
	position: absolute;
}
.header-arrow-bottom svg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
header{
	margin-top: 34px;
}
.news .about-brand { margin-top: 4rem }


@media screen and (max-width: 1500px) {
	section.promo-block .promo-item {
		height: 815px;
	}
}

@media screen and (max-width: 1440px){
	section.promo-block .promo-info {
		bottom: 110px;
    left: 80px;
	}
}

@media screen and (max-width: 1248px) {
	section.first-screen {
		/* height: 1024px; */
	}
	section.promo-block .promo-item {
		height: 678px;
	}	
	.first-screen-img,
	.first-screen-mobile-img {
		/* height: 1024px; */
	}
}

@media screen and (max-width: 1199px) {
	a.first-screen-button,
	span.home-page-block-btn {
		padding: 13px 20px;
		font-size: 18px;
	}

	.red-banner {
		margin: 25px 0;
	}
	.red-banner p {
		font-size: 14px;
	}

	section.fav-section {
		padding-bottom: 60px;
	}
	section.fav-section .fav-section-info-col p {
		line-height: 24px;
	}

	section.fav-product .fav-product-info-col p {
		line-height: 24px;
	}
}

@media screen and (max-width: 1100px) {
	a.first-screen-button,
	span.home-page-block-btn {
		min-width: unset;
		padding: 13px 28px;
		font-size: 16px;
	}
	section.first-screen .first-screen-links-container .first-screen-soclinks-container a {
		margin-right: 28px;
	}
	section.first-screen .first-screen-links-container .first-screen-soclinks-container a img {
		width: 30px;
		height: 30px;
	}
	section.first-screen .first-screen-links-container .first-screen-phone-container a {
		padding-left: 10px;
		font-size: 16px;
	}
	section.first-screen .first-screen-links-container .first-screen-phone-container a:before {
		left: -22px;
		width: 22px;
		height: 22px;
	}
}

@media screen and (max-width: 991px) {
	section.promo-block .promo-item {
    height: 600px;
	}
	section.page-blocks {
		padding: 42px 0 22px;
	}

	section.blog-section {
		padding-bottom: 70px;
	}

	section.promo-block .promo-info {
		bottom: 60px;
		left: 15px;
	}

	section.fav-section {
		padding-bottom: 40px;
	}
	section.fav-section .fav-section-info-col span {
		margin-bottom: 13px;
		font-size: 16px;
	}
	section.fav-section .fav-section-info-col p {
		font-size: 12px;
		line-height: 20px;
	}
	section.fav-section .fav-section-info-col a {
		font-size: 12px;
	}
	section.fav-product .fav-product-info-col span {
		margin-bottom: 13px;
		font-size: 16px;
	}
	section.fav-product .fav-product-info-col p {
		font-size: 12px;
		line-height: 20px;
	}
	section.fav-product .fav-product-info-col a {
		font-size: 12px;
	}
	.news .about-brand { margin-top: 3rem }
}

@media screen and (max-width: 850px) {
	section.promo-block .promo-item {
		height: 456px;
	}
}

@media screen and (max-width: 767px) {
	section.promo-block .promo-info {
		bottom: 40px;
		left: 0;
		padding: 20px;
	}
	section.promo-block .promo-blog {
		/* height: 1024px; */
	}
	section.promo-block .promo-item {
		height: 512px;
	}
	section.promo-block button#scrollToTop {
		display: none;
	}
	.blog-picture-container a.first-screen-button {
		bottom: 20px;
	}
	.new-products_btn{
		font-size: 18px;
		line-height: 23px;
		margin-right: 35px;
	}
	.new-products_btn.active{
		font-size: 18px;
		line-height: 23px;
	}
	h2.about-brand{
		margin-bottom: 33px !important;
	}
	.send-email *:not(input){
		text-align: center;
	}
		
}

@media screen and (max-width: 700px) {
	section.promo-block .promo-item {
		height: 380px;
	}
}

@media screen and (max-width: 575px) {
	section.first-screen,
	.first-screen-img,
	.first-screen-mobile-img {
		/* height: 667px; */
	}
	section.news .news-block-title {
		display: block;
		padding: 19px 23px;
		margin: 0;
		color: #151515;
		font-size: 14px;
		font-weight: 500;
		text-transform: uppercase;
		text-align: start;
	}
	section.news .news-buttons {
		display: none
	}
	section.news .new-products {
		padding-bottom: 0;
	}
	section.news .new-products,
	section.news .new-products.active {
		position: relative;
		visibility: visible;
	}
	section.promo-block .promo-items{
		flex-direction: column;
		padding: 0 20px;
	}

	section.promo-block .promo-items .promo-wrapper {
   flex: auto;
	}
	section.promo-block .promo-blog {
		/* height: 667px; */
	}
	section.subscribe-block form.subscribe-form .arrow-button {
		min-width: 70px;
	}
	section.subscribe-block .arrow-button p{
		display: none;
	}
	section.subscribe-block .arrow-button img{
		display: block;
	}
	.first-screen-mobile-img {
		object-position: right;
	}
	.first-screen-img {
		display: none;
	}
	.first-screen-mobile-img {
		display: block;
	}
	section.first-screen .first-screen-button-container {
		margin-bottom: 150px;
	}
	section.fav-section .fav-section-img-container img {
		margin-bottom: 20px;
	}
	section.blog-section .col-12 {
		padding: 0;
	}
	.blog-picture-container a.first-screen-button {
		bottom: 6px;
	}
	section.fav-product .fav-product-info-col span {
		margin-top: 40px;
	}
	section.fav-product .fav-product-info-col p {
		margin-bottom: 16px;
	}

	.adt-container {
		display: none;
	}
	.adt-container-mobile {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		max-width: 100vw;
		width: 100vw;
		height: 100%;
		background-size: 100% auto;
		background-position: left top;
		background-repeat: no-repeat;
	}
	.adt-container-mobile .adt-text-wrap {
		width: 47vw;
		margin-top: 20vw;
		margin-left: 1vw;
	}
	.adt-container-mobile .adt-name-prefix {
		margin-bottom: 2vw;
		font-size: 4.5vw;
		line-height: 5vw;
	}
	.adt-container-mobile .adt-name {
		margin-bottom: 2vw;
		font-size: 7.5vw;
		line-height: 8vw;
	}
	.adt-container-mobile .adt-countdown {
		font-size: 5vw;
	}
	.send-email-form{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.send-email-title{
		font-size: 18px;
		margin-bottom: 0px;
	}
	.send-email-subtitle{
		font-size: 16px;
	}
	.send-email-form input, .send-email-form button{
		margin: 8px 0px;
	}
	.text-for-form{
		line-height: 18px;
		margin-top: 15px;
	}
	h2.about-brand{
		font-size: 18px;
		font-weight: 400;
		line-height: 23px;		
	}
	section.brand{
		padding-top: 29px;
	}
	.new-products{
		padding-bottom: 10px;
	}
	.header-arrow-bottom{
		top: 85%;
	}
}
@media screen and (max-width: 480px){
	section.promo-block .promo-info {
		padding: 20px;
	}
	section.promo-block .promo-title {
		padding: 20px;
	}
	section.promo-block .promo-item {
		height: 325px;
	}
	section.subscribe-block {
		padding: 19px 16px;
	}
	section.subscribe-block .subscribe-text,
	section.subscribe-block .checkbox-block,
	section.subscribe-block .subscribe-title{
		display: none;
	}
	section.subscribe-block .subscribe-subtitle {
		display: block;
		text-align: start;
		color: #000;
		font-size: 14px;
		font-weight: 500;
	}
	.new-products div{
		column-gap: 0px;
	}
	.new-products .section-item-price.old{
		padding: 3px 7px;
	}
}
.section-item-price {
    padding: 0;
    color: #151515;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    letter-spacing: 0.36px;
    display: flex;
    padding: 1px 5px;
    align-items: center;
}
.section-item-price-cont {
    margin-top: 2px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    margin-top: 6px;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/home_banner/style.css?17631124242886*/
.header-links .catalog{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    column-gap: 20px;
}
.catalog-svg{
    stroke: white !important;
    transition: stroke .3s;
}
.catalog-svg.black{
    stroke: black !important;
}
.main-infoblock{
    display: block;
    position: absolute;
    bottom: 140px;
    margin-top: 50vh;
    margin-left: 186px;
}

.main-infoblock .card-block-title {
    line-height: normal;
}

.main-infoblock.main-infoblock--grid {
    display: grid;
    gap: 2rem;
}

@media (min-width: 768px) {
    .main-infoblock.main-infoblock--grid.grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .main-infoblock.main-infoblock--grid.grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.first-screen .slick-slide{
    height: 100% !important;
}
.first-screen .slick-dotted.slick-slider{
    margin-bottom: 0px;
    height: 100vh;
}
.first-screen .slick-prev, .first-screen .slick-next{
    position: unset !important;
}
.first-screen .slick-dots{
    transform: translate(0%, 15%) !important;
    position: unset !important;
}
.container-for-arrows{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    position: absolute;
    bottom: 12%;
    right: 5%;
}
.container-for-arrows .slick-next{
    order: 3;
}
.container-for-arrows .slick-prev:before, .container-for-arrows .slick-next:before{
    color: white !important;
}

.container-for-main-slider .slick-current .first-screen-mobile-img,
.container-for-main-slider .slick-current .first-screen-img{
    opacity: 1;
}

@media screen and (max-width: 1440px) {
    .main-infoblock{
        bottom: 110px;
        margin-left: 80px;
    }
}

@media screen and (max-width: 1248px) {
    .first-screen .slick-dotted.slick-slider{
        height: 1024px;
    }
}
@media screen and (max-width: 991px) {
    .main-infoblock{
        bottom: 60px;
        margin-left: 15px;
        
    }
    .container-for-arrows {
        bottom: 61px;
    }
}
@media screen and (max-width: 767px) {
    .container-for-arrows  {
        gap: 20px;
    }
    .container-for-arrows .slick-prev:before, 
    .container-for-arrows .slick-next:before {
        background-size: 30px;
    }
}

@media screen and (max-width: 575px) {
    .first-screen .slick-dotted.slick-slider{
        height: 667px;
    }
    .container-for-arrows  {
        align-items: center;
        gap: 10px;
        bottom: 20px;
        right: 0;
        width: 100%;
        padding: 0 16px;
    }
    .container-for-arrows .slick-dots {
        display: flex;
        width: 100%;
    }

    .container-for-arrows .slick-dots li {
        flex: 1 1 0;
        height: 1px !important;
        background-color: #ffffff4d;
    }

    .container-for-arrows .slick-dots li.slick-active {
        height: 2px !important;
        background-color: #ffffff;
    }
}

/* End */


/* Start:/local/components/webstripe/main.catalog/templates/main_page_slider/style.css?172129582517300*/
.section-item-price-discount{
    font-size: 14px;
    color: #000000;
}

.stickers-wrapper{
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    z-index: -100000;
    opacity: 0;
    pointer-events: none;
}
.sticker-item{
    margin: 0 3px;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}


@media (min-width: 767px) {
    .section-filter-block-prod-options::-webkit-scrollbar {
        width: 1em;
        height: 10px;
    }
    .section-filter-block-prod-options::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }
    .section-filter-block-prod-options::-webkit-scrollbar-thumb {
        background-color: #8a8989;
        outline: 1px solid #708090;
    }
}
.loyalty {
    background-color: #c6e9ca;
}
.filter-color-picker{
    position: relative;
    width: 20px;
    height: 20px;

}
.filter-color-picker div{
    border: 1px solid rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#section-sort a.active{
    text-decoration: underline;
}
.section-container h1 {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    margin-left: 5px;
}
.forfastvie {
    width:40px;
    height:40px;
    background:url(/local/components/webstripe/main.catalog/templates/main_page_slider/images/lupa_ico.png) center center no-repeat;
    display:none;
    cursor:pointer;
    position: absolute;
    bottom: 10px;
    z-index: 10;
    padding: 5px 10px;
    left: 10px;
}
.section-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
}
.section-container .slick-prev, 
.section-container .slick-next {
    top: 35%;
    filter: invert();
    z-index: 1;
}
.section-container .slick-next {
    right: 3%;
}
.section-container .slick-prev {
    left: 3%;
}
.section-container > .row {
    width: 100%;
    justify-content: inherit;
    margin: 0 auto;

}
.section-item {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
    width: 360px;
    text-align: center;
}
.section-item-img:hover .forfastvie {
    display:block;
}
.section-item-img {
    /*max-width: 350px;*/
    width: 100%;
    /*max-height: 526px;*/
    height: 100%;
    margin: 0 0 24px;
    position: relative;
    overflow: hidden;
}
.section-item-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.section-item-img > .t-productItem__wish {
    position: absolute;
    top: 15px;
    right: 13px;
}
.section-item-img > img.hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}
.section-item-img.second-photo:hover > img:not(.hover) {
    opacity: 0;
}
.section-item-img.second-photo:hover > img.hover {
    opacity: 1;
}
.section-item-name {
    width: 100%;
    display: flex;
    gap: 5px;
    align-items: start;
    justify-content: space-between;
    font-size: 12px;
    color: #151515;
    font-size: 12px;
    font-weight: 500;
    text-align: start;
    text-transform: uppercase;
    line-height: 20.40px;
    letter-spacing: 0.36px;
}
.section-item-price-cont {
    margin-top: 2px;
}

.section-item-price {
    padding: 0;
    color: #151515;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.36px;
}

.section-item-btn-hover{
    text-transform: uppercase;
    border: none;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333333;
    white-space: nowrap;
    position: absolute;
    top: 120%;
    left: 50%;
    width: 90%;
    max-width: 260px;
    transform: translate(-50%, -50%);
    outline: none;
    padding: 15px 0px;
    text-align: center;
    transition: top 0.4s ease-out;

    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.02em;
}
/* .href_to_page:hover .section-item-btn-hover{
    top: 90%;
} */
.section-item-btn-hover:hover{
    box-shadow: 0px 0px 2px white;
}

.section-item-price.old span {
    text-decoration: line-through;
    font-weight: 200;
    margin-right: 10px;
    color: #8D8D8D;
}
.section-item-price.old sub {
    bottom: 0;
    background-color: #D3D3D3;
    padding: 1px 4px 1px 0;
}
.section-item-price.new {
    background-color: transparent;
    margin-right: 10px;
}

.forfastvie:hover {
    background:url(/local/components/webstripe/main.catalog/templates/main_page_slider/images/lupecia.png) center center no-repeat;
}
.href_to_page {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
}
.href_to_page:hover .section-item-name{
    transition: color 0.2s;
    text-decoration: underline;
}
.href_to_page:hover .section-item-price{
    transition: color 0.2s;
}
.t-productItem__wish:hover::before{
    background-color: transparent !important;
    transition: all 0.2s;
}
.section-loading {
    position: relative;
    width: 100%;
    visibility: hidden;
    /* margin-top: 40px; */
}
.section-filter-block-prod-wrap {
    display: flex;
    flex-direction: column;
    /* max-width: calc(100vw - 763px); */
    max-width: unset !important;
    width: 100%;
    margin: 0 0px 30px 5px;
    text-align: left;
}
.section-filter-block-prod-wrap > a {
    margin-top: 20px;
}
.section-filter-block-prod-collapse-btn,
.section-sort-collapse-btn {
    position: relative;
    align-self: baseline;
    padding-right: 27px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #333;
    text-decoration: none !important;
}
.section-filter-block-prod-collapse-btn:after,
.section-sort-collapse-btn:after {
    position: absolute;
    left: 100%;
    top: 3px;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    transform: rotate(45deg);
    transition: transform .5s, top .5s;
}
.section-filter-block-prod-collapse-btn:not(.collapsed):after,
.section-sort-collapse-btn:not(.collapsed):after {
    top: 6px;
    transform: rotate(225deg);
}
#section-filter-block-prod > div,
#section-sort > div {
    margin-top: 20px;
}
#section-filter-block-prod .section-filter-block-prod-options {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}
#section-filter-block-prod .section-filter-block-prod-options > label {
    margin: 0 5px;
    padding: 0 20px;
    cursor: pointer;
}
#section-filter-block-prod .section-filter-block-prod-options > label:first-child {
    margin-left: 0;
    padding-left: 0;
}
#section-filter-block-prod .section-filter-block-prod-options > label > input {
    display: none;
}
#section-filter-block-prod .section-filter-block-prod-options > label > span {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    text-shadow: 0px 0px 0px transparent;
    transition: text-shadow .2s, border-bottom .2s;
}
#section-filter-block-prod .section-filter-block-prod-options > label > input:checked ~ span:not(.filter-color-span) {
    text-shadow: 0px 0px 1px #000;
    border-bottom: 2px solid #000;
}
#section-filter-block-prod .section-filter-block-prod-options > label > input:checked ~ .filter-color-span > .filter-color-picker {
    border: 1px solid rgba(0, 0, 0, 0.9);
}
#section-filter-block-prod .section-filter-block-prod-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
#section-filter-block-prod .section-filter-block-prod-bottom .in-stock {
    position: relative;
    display: flex;
    align-items: center;
}
#section-filter-block-prod .section-filter-block-prod-bottom .in-stock > span:not(.checkmark) {
    padding-right: 15px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
#section-filter-block-prod .section-filter-block-prod-bottom .in-stock > input[type="checkbox"] {
    display: none;
}
#section-filter-block-prod .section-filter-block-prod-bottom .in-stock > span.checkmark {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 17px;
    height: 17px;
    border: 1px solid #c5c5c5;
    transform: translateY(-50%);
}
#section-filter-block-prod .section-filter-block-prod-bottom .in-stock > input[type="checkbox"] ~ span.checkmark:after {
    position: absolute;
    top: -4px;
    left: 3px;
    content: '';
    width: 10px;
    height: 15px;
    transform: rotate(45deg);
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transition: border-right .2s, border-bottom .2s;
}
#section-filter-block-prod .section-filter-block-prod-bottom .in-stock > input[type="checkbox"]:checked ~ span.checkmark:after {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}
#section-filter-block-prod .section-filter-block-prod-bottom .section-filter-block-prod-apply {
    font-size: 14px;
    letter-spacing: 0.04em;
    border: none;
    border-bottom: 2px solid transparent;
    text-decoration: none !important;
    background: none;
    outline: none;
}
#section-filter-block-prod .section-filter-block-prod-bottom .section-filter-block-prod-apply:hover {
    border-bottom: 2px solid #000;
}
#section-filter-block-prod .section-filter-block-prod-bottom .section-filter-block-prod-apply.reset {
    margin-right: 10px;
}

/*.section-sort-collapse-btn {
    position: relative;
    padding-right: 27px;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #333;
    text-decoration: none !important;
}
.section-sort-collapse-btn:after {
    position: absolute;
    left: 100%;
    top: 3px;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    transform: rotate(45deg);
    transition: transform .5s, top .5s;
}
.section-sort-collapse-btn:not(.collapsed):after {
    top: 6px;
    transform: rotate(225deg);
}*/

#section-sort .section-sort-options {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
}
#section-sort .section-sort-options > label {
    margin: 0 5px;
    padding: 0 25px;
    cursor: pointer;
}
.color-label{
    padding: 0 8px!important;
}
#section-sort .section-sort-options > label:first-child {
    margin-left: 0;
    padding-left: 0;
}
#section-sort .section-sort-options > label > input {
    display: none;
}
#section-sort .section-sort-options > label > span {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    text-shadow: 0px 0px 0px transparent;
    transition: text-shadow .2s, border-bottom .2s;
}
#section-sort .section-sort-options > label > input:checked ~ span {
    text-shadow: 0px 0px 1px #000;
    border-bottom: 2px solid #000;
}
#section-sort .section-sort-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
#section-sort .section-sort-bottom .in-stock {
    position: relative;
    display: flex;
    align-items: center;
}
#section-sort .section-sort-bottom .in-stock > span:not(.checkmark) {
    padding-right: 15px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
#section-sort .section-sort-bottom .in-stock > input[type="checkbox"] {
    display: none;
}
#section-sort .section-sort-bottom .in-stock > span.checkmark {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 17px;
    height: 17px;
    border: 1px solid #c5c5c5;
    transform: translateY(-50%);
}
#section-sort .section-sort-bottom .in-stock > input[type="checkbox"] ~ span.checkmark:after {
    position: absolute;
    top: -4px;
    left: 3px;
    content: '';
    width: 10px;
    height: 15px;
    transform: rotate(45deg);
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transition: border-right .2s, border-bottom .2s;
}
#section-sort .section-sort-bottom .in-stock > input[type="checkbox"]:checked ~ span.checkmark:after {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}
#section-sort .section-sort-bottom .section-sort-apply {
    font-size: 14px;
    letter-spacing: 0.04em;
    border: none;
    border-bottom: 2px solid transparent;
    text-decoration: none !important;
    background: none;
    outline: none;
}
#section-sort .section-sort-bottom .section-sort-apply:hover {
    border-bottom: 2px solid #000;
}
#section-sort .section-sort-bottom .section-sort-apply.reset {
    margin-right: 10px;
}

#section-sort > div {margin-top: 18px;}
/*#section-sort{float: right; margin-right: -160px; text-align: right;}*/
#section-sort ul{list-style: none;}
#section-sort ul li{margin-bottom: 5px;}
#section-sort ul li a{padding: 6px 24px 6px 8px;}
#section-sort ul li.active a{background: hsla(7, 56%, 88%, .5)}

@media screen and (max-width: 1500px) {
    .section-filter-block-prod-wrap {
        max-width: calc(100vw - 404px);
    }
}

@media screen and (max-width: 1341px) {
    .section-container .slick-prev, 
    .section-container .slick-next {
        top: 30%;
    }
    .forfastvie {
        left: 20px;
    }
}
@media screen and (max-width: 1100px) {
    .section-item-img {
        margin: 0 0 14px;
    }
    .section-item-name {
        font-size: 10px;
    }
    .section-container .slick-prev, 
    .section-container .slick-next {
        width: 30px !important;
        height: 30px !important;
    }
    .section-container .slick-next {
        right: 15px;
    }
    .section-container .slick-prev {
        left: 15px;
    }  
}

@media screen and (max-width: 991px) {
    .section-filter-block-prod-wrap {
        max-width: calc(100vw - 266px);
        margin: 0 10px 30px;
    }
    .section-filter-block-prod-collapse-btn,
    .section-sort-collapse-btn {
        font-size: 14px;
    }
    .section-filter-block-prod-collapse-btn:after,
    .section-sort-collapse-btn:after {
        top: 0;
    }
    .section-container .section-item {
        padding: 0 10px;
    }
    .section-item-img:hover .forfastvie {
        display: none;
    }
    .section-item-price-cont {
        justify-content: start;
        width: 100%;
    }
    .section-item-price {
        margin: 0;
    }
}

@media screen and (max-width: 910px) {
    .section-item-name,
    .section-item-price-cont {
        display: none;
    }
    .section-container .slick-prev, 
    .section-container .slick-next {
        top: 35%;
    }
    .section-container .slick-prev {
        left: 15px;
    }
}


@media screen and (max-width: 769px) {
    .section-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .section-item {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .section-filter-block-prod-wrap {
        max-width: calc(100% - 36px);
    }
    .section-item-btn-hover{
        font-size: 14px;
        width: 100%;
        font-weight: 500;
        line-height: 15px;
        text-transform: unset;
    }
    .section-item-name {
        font-size: 10px;
        line-height: 18px;
    }
    .section-item-price {
        font-size: 10px;
    }
}
@media screen and (max-width: 575px) {
    .section-container .slick-prev {
        display: none !important;
    }
    .section-container .slick-next {
        top: -43px;
    }
    .section-container .section-item {
        padding: 0 8px !important;
        margin-bottom: 27px;
    }
    .section-item-img {
        margin: 0;
    }
    .filter-color-picker {
        width: 15px;
        height: 15px;
    }
    .section-container h1 {
        font-size: 20px;
    }
    .section-filter-block-prod-wrap {
        margin: 0 5px 30px;
        padding: 0 5px;
    }
    .section-filter-block-prod-collapse-btn,
    .section-sort-collapse-btn {
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
    }
    .section-filter-block-prod-collapse-btn:after,
    .section-sort-collapse-btn:after {
        top: 10px;
    }
    a.section-filter-block-prod-collapse-btn:not(.collapsed):after,
    a.section-sort-collapse-btn:not(.collapsed):after {
        top: 14px;
    }
    .section-filter-block-prod-wrap > a {
        margin-top: 0;
    }
    #section-filter-block-prod > div {
        margin-top: 20px;
    }
    #section-filter-block-prod .section-filter-block-prod-options > label {
        padding: 0 10px;
    }
    #section-filter-block-prod .section-filter-block-prod-options > label > span {
        font-size: 10px;
    }
    #section-filter-block-prod .section-filter-block-prod-bottom .in-stock > span:not(.checkmark) {
        font-size: 10px;
    }
    #section-filter-block-prod .section-filter-block-prod-bottom .section-filter-block-prod-apply {
        font-size: 10px;
    }
    .section-container .section-item {
        padding: 0 5px;
    }
    #section-sort{margin-right: 0;}
    .section-item {
        margin-bottom: 23px;
    }
}
/* End */
/* /local/templates/home/components/bitrix/news.detail/first_screen_new/style.css?176310613723350 */
/* /local/templates/.default/components/bitrix/news.list/home_banner/style.css?17631124242886 */
/* /local/components/webstripe/main.catalog/templates/main_page_slider/style.css?172129582517300 */
