/*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('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;
}
