
@font-face {
    font-display: swap;
    font-family: "Gilroy";
    src: url(../fonts/Gilroy/gilroy-regular.ttf);
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-display: swap;
    font-family: "Gilroy";
    src: url(../fonts/Gilroy/gilroy-medium.ttf);
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-display: swap;
    font-family: "Gilroy";
    src: url(../fonts/Gilroy/gilroy-semibold.ttf);
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-display: swap;
    font-family: "Gilroy";
    src: url(../fonts/Gilroy/gilroy-bold.ttf);
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-display: swap;
    font-family: "Inter", sans-serif;
    src: url(../fonts/Inter/static/Inter_18pt-SemiBold.ttf);
    font-style: normal;
    font-weight: 600;
}




* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: "Gilroy";
}
body > iframe {
	display: none;
}
a {
    text-decoration: none;
    outline: 0;
}
img {
    max-width: 100%;
}
input, textarea {
    outline: 0;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
body,html {
    overflow-x: hidden;
    min-height: 100vh;
    color: #1F1F22;
}
.no-select {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.container {
    width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    max-width: 100%;
    
}
.container_catalog {
	width: 1740px;
}
.container:after,
.container:before {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.hidden {
    display: none;
}
.wrapper * {
    -webkit-appearance: none;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-image: url(../img/page-bg.svg);
    background-repeat: no-repeat;
    background-position: center -425px;
}
.footer {
    margin-top: auto;
}
.content {
	position: relative;
	z-index: 100;
}
.header {
	position: relative;
}
.header__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 490px;
	background: linear-gradient(180deg, #F5CAA5 0%, #FFF 100%);
	background-size: 100% auto;
}
.header__top {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 500;
}
.header__top-side {

}
.header__logo {
	max-width: 390px;
}
.header__contacts {
	padding-top: 20px;
}
.header__phone {

}
.header__phone-link {
	display: inline-block;
	white-space: nowrap;
}
.header__phone-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
    position: relative;
    top: -4px;
}
.header__phone-text {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	white-space: nowrap;
}
.header__email {
	margin-top: 12px;
	text-align: right;
}
.header__email-link {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.header__bottom {
	position: relative;
	z-index: 500;
	margin-top: 25px;
}
.menu {
	border-radius: 7px;
	box-shadow: 0px 3px 31px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-wrap: wrap;

}
.menu__item {
	width: 20%;
	
	transition: all 0.3s;
	position: relative;
	z-index: 100;
}

.menu__link {
	display: block;
	color: #000;
	text-align: center;
	text-overflow: ellipsis;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
	letter-spacing: 0.18px;
	padding: 10px 8px;
	transition: all 0.3s;
	position: relative;
	z-index: 200;
	background: #FFD8CA;
	border-right: 0.5px solid rgba(61, 61, 61, 0.50);
}
.menu__item:last-child .menu__link {
	border-right: none;
} 
.menu__link:hover,
.menu__item.active .menu__link {
	color: #fff;
	border-radius: 7px;
	background: #950027;
}
.sub-menu {
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 1;
	transform: translateY(-10px);
	padding: 25px;
	padding-left: 30px;
	display: none;
}
.sub-menu.show {
	display: flex;
}
.sub-menu__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 243, 239, 0.87);
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
	backdrop-filter: blur(2.5px);
	border: 1px solid rgba(128, 128, 128, 0.55);
	border-radius: 8px;
}
.sub-menu__list {
	position: relative;
	z-index: 100;
	margin-left: 16px;
}
.sub-menu__list:first-child {
	margin-left: 0;
}
.sub-menu__list_child {
	display: none;
}
.sub-menu__list_child.show {
	display: block;
}
.sub-menu__item {
	margin-top: 15px;
}
.sub-menu__link {
	display: flex;
	align-items: center;
}
.sub-menu__link-icon {
	display: block;
	width: 24px;
	min-width: 24px;
	height: 24px;
	position: relative;
	margin-right: 10px;
}
.sub-menu__link-icon img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.sub-menu__link-text {
	display: block;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.18px;
	white-space: nowrap;
	min-width: 175px;
	transition: all 0.3s;
}
.sub-menu__link:hover .sub-menu__link-text {
	color: #610027;
}
.sub-menu__link-arrow {
	background-image: url(../img/sub-menu__link-arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 15px;
	min-width: 15px;
	height: 8px;
	margin-left: 10px;
	margin-right: 10px;
}

.home-main {
	margin-top: 33px;
	padding-bottom: 35px;
}
.home-main__title {
	color:  #000;
	font-size: 27px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.27px;
	text-align: center;
}
.home-main__title span {
	color: #99002B;
}
.home-main__content {
	margin-top: 30px;
	display: flex;
}
.home-main__content-body {
	
}
.home-main__content-title {
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.home-main__content-list {

}
.home-main__content-list-item {
	margin-top: 30px;
	display: flex;
	align-items: flex-start;
}
.home-main__content-list-item-icon {
	width: 24px;
	min-width: 24px;
	height: 24px;
	position: relative;
	margin-right: 16px;
}
.home-main__content-list-item-icon img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;	
}
.home-main__content-list-item-text {
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.22px;
}	
.home-main__content-list-item-text span {
	color: #99002B;
}
.home-main__content-button {
	margin-top: 45px;
}
.home-main__content-button a {
	font-family: "Inter", sans-serif;
	display: inline-block;
	width: 445px;
	max-width: 100%;
	border-radius: 8px;
	background: linear-gradient(134deg, #18CC4E 16.37%, #0A7D00 94.77%);
	box-shadow: 0px 3px 10px 0px rgba(32, 132, 217, 0.50);
	color: var(--Main-White, var(--Miscellaneous-Sidebar-Fill---Selected, #FFF));
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; 
	padding: 18px 13px;
}
.home-main__content-video {
	width: 590px;
	min-width: 590px;
	max-width: 100%;
}
.home-main__content-video img {
	display: block;
	width: 100%;
	border-radius: 10px;
}
.home-main__content-video video {
	display: block;
	width: 100%;
	border-radius: 10px;
}
.home-main__advantages {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-left: 18px;
	padding-top: 20px;
}
.home-main__advantages-item {
	display: flex;
	align-items: flex-start;
	margin-top: 20px;
	margin-right: 40px;
}
.home-main__advantages-item:last-child {
	margin-right: 0;
}
.home-main__advantages-item-icon {
	width: 24px;
	min-width: 24px;
	height: 24px;
	position: relative;
	margin-right: 10px;
}
.home-main__advantages-item-icon img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.home-main__advantages-item-text {
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.home-catalog-title {
	color: #000;
	text-align: center;
	font-size: 27px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.27px;
	padding-top: 35px;
	padding-bottom: 15px;
}
.home-catalog-filter {
	padding-bottom: 15px;
}
.home-catalog-filter__list {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;

}
.home-catalog-filter__item {
	margin-left: 20px;
	margin-right: 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-top: 15px;
}
.home-catalog-filter__item-icon {
	width: 36px;
	min-width: 36px;
	height: 36px;
	position: relative;
	margin-right: 10px;
}
.home-catalog-filter__item-icon img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.home-catalog-filter__item-title {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.18px;
	white-space: nowrap;
}
.home-catalog-filter__item.active .home-catalog-filter__item-title {
	text-shadow:0px 0px 2px #000;
}

.home-catalog {
	padding-bottom: 45px;
}
.home-catalog__grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.home-catalog__col {
	width: 260px;
	max-width: 100%;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 30px;		
}
.product-element {
	background: rgba(255, 255, 255, 0.01);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	position: relative;
	padding-bottom: 20px;
	border-radius: 10px;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.product-element__sale-val {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 100;
	color: #900B09;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.product-element__image {
	height: 150px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.product-element__image img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
/*	bottom: 0;*/
	left: 0;
	margin: auto;
	max-width: 100%;
/*	max-height: 100%;		*/
	width: 100%;
}
.product-element__image img.no-image {
	opacity: 0.5;
    width: 100px;
    bottom: 0;
}
.product-element__title {
	margin-top: 20px;
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.22px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.product-element__title a {
	color: inherit;
	font-weight: inherit;
}
.product-element__chars {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.18px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.product-element__chars a {
	color: inherit;
	text-decoration: underline;
}
.product-element__char {

}
.product-element__char_sizes {
	margin-top: 10px;
	font-size: 14px;
}
.product-element__pricing {
	display: flex;
	align-items: flex-start;
	width: 100%;
}
.product-element__price {
	color: #99002B;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.18px;
	white-space: nowrap;
	margin-top: 6px;
	margin-right: 10px;
}
.product-element__price-old {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.18px;
	text-decoration-line: line-through;
	margin-top: 6px;
}
.product-element__buttons {
	display: flex;
	width: 100%;
}
.product-element__bottom {
	width: 100%;
	margin-top: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.product-element__more {
	margin-top: 10px;
	flex-grow: 1;
}
.product-element__more a {
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	font-weight: 400;
	padding: 12px;
	text-align: center;
	border: 1px solid #900B09;
	border-radius: 8px;
}
.product-element__add {
	width: 42px;
	min-width: 42px;
	margin-left: 10px;
	margin-top: 10px;
	background-image: url(../img/product-element__add.svg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #900B09;
	border-radius: 8px;
	background-color: #C00F0C;
	cursor: pointer;
}
.home-catalog__more {
	margin-top: 60px;
	text-align: center;
}
.home-catalog__more a {
	display: inline-block;
	border-radius: 8px;
	background: linear-gradient(134deg, #18CC4E 16.37%, #0A7D00 94.77%);
	box-shadow: 0px 3px 10px 0px rgba(32, 132, 217, 0.50);
	padding: 18px 24px;
	color: #FFF;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
}
.home-advantages {
	background: rgba(0, 0, 0, 0.81);
	padding-top: 40px;
	padding-bottom: 70px;
}
.home-advantages_white {
	background: #fff;
}
.home-advantages__title {
	color: #FFF;
	text-align: center;
	font-size: 27px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.27px;
}
.home-advantages__text {
	color: #FFF;
	font-size: 27px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.27px;
	text-align: center;
}
.home-advantages_white .home-advantages__text {
	color: #000;
}
.home-advantages__grid {
	padding-top: 8px;
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
}
.home-advantages__col {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	width: 33.33%;
}
.home-advantages__col_half {
	width: 50%;
}
.home-advantages__block {
	min-height: 450px;
	height: 100%;
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #3C3C3C 27.43%);
	overflow: hidden;
	position: relative;
	padding-top: 130px;
	padding-bottom: 20px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

}
.home-advantages_secondary .home-advantages__block {
	padding-top: 245px;
}
.home-advantages__block:after {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: calc(100% - 110px);
	z-index: 20;
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #3C3C3C 27.43%);
}
.home-advantages_white .home-advantages__block:after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0.33%, #FFF 28.97%);
}
.home-advantages__block-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	ooverflow: hidden;
	z-index: 10;
}
.home-advantages__block-image img {
	display: block;
	width: 100%;
	height: auto;
}
.home-advantages__block-title {
	position: relative;
	z-index: 100;
	padding-left: 30px;
	padding-right: 30px;
	color: #FFD8CA;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.22px;
}
.home-advantages_white .home-advantages__block-title {
	color: #000;
}
.home-advantages__block-text {
	position: relative;
	z-index: 100;
	margin-top: 20px;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.18px;
	padding-left: 30px;
	padding-right: 30px;
}
.home-advantages_white .home-advantages__block-text {
	color: #000;
}
.home-advantages__block-count {
	position: absolute;
	z-index: 50;
	font-size: 96px;
	font-style: normal;
	font-weight: 700;
	line-height: 20.833%; 
	bottom: 39px;
	right: 29px;
	letter-spacing: 0.96px;
	color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #8F8F8F;
}
.home-advantages_white .home-advantages__block-count {
	-webkit-text-stroke-color: #535353;
}
.home-advantages__description {
	margin-top: 45px;
	color: #FFD8CA;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; 
	letter-spacing: 0.22px;
}
.home-advantages__description a {
	color: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	font-weight: 700;
	
	position: relative;
	white-space: nowrap;
	overflow: hidden;
}
.home-advantages__description a:after {
	content: '-------------------------------------------------------------------------------------------------------------------------------------------------------------------------';
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	color: #FFD8CA;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 1px;
	letter-spacing: 0.22px;
	overflow: hidden;
}
.quiz-block {
	padding: 70px 0px;
}
.quiz-block_brown {
	background: #EAEAEA;
}
.quiz-block__content {
	border: 1px solid rgba(128, 128, 128, 0.55);
	background-color: rgba(255, 243, 239, 0.49);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	position: relative;
	padding: 35px 60px;
	padding-bottom: 70px;
	padding-top: 67px;
	min-height: 450px;
}
.quiz-block__image {
	position: absolute;
	z-index: 10;
	right: 60px;
	top: 100px;
}
.quiz-block__image img {
	display: block;
}
.quiz-block__title {
	font-size: 27px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; 
	letter-spacing: 0.27px;
	position: relative;
	z-index: 50;
}
.quiz-block__list {
	margin-top: 50px;
	width: 540px;
	max-width: 100%;
	position: relative;
	z-index: 50;
}
.quiz-block__list-item {
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.22px;
	padding-left: 40px;
	position: relative;
	margin-top: 27px;
}
.quiz-block__list-item span {
	color: #99002B;
	white-space: nowrap;
}
.quiz-block__list-item:first-child {
	margin-top: 0;
}
.quiz-block__list-item:before {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.8816 23.8793C18.4437 23.8793 23.7633 18.5597 23.7633 11.9976C23.7633 5.43556 18.4437 0.115967 11.8816 0.115967C5.3196 0.115967 0 5.43556 0 11.9976C0 18.5597 5.3196 23.8793 11.8816 23.8793Z' fill='url(%23paint0_radial_219_645)'/%3E%3Cpath d='M23.1785 8.32169C22.8443 7.28669 22.3709 6.31666 21.7768 5.42554L11.3804 16.2583L11.4036 17.465L11.8956 17.4603L23.1785 8.32169Z' fill='url(%23paint1_linear_219_645)'/%3E%3Cpath d='M23.7819 4.79438L21.6655 2.70117C21.3777 2.41341 20.9089 2.41341 20.6165 2.70117L11.5568 12.0301L7.64882 8.17323C7.36107 7.88547 6.8923 7.88547 6.5999 8.17323L4.72018 10.0297C4.43242 10.3175 4.43242 10.777 4.72018 11.0647L10.9905 17.2562C11.1576 17.4233 11.385 17.4883 11.6032 17.4604C11.8213 17.4836 12.0487 17.4186 12.2158 17.2562L23.7772 5.82939C24.0696 5.54163 24.0696 5.08214 23.7819 4.79438Z' fill='%23FFD8CA'/%3E%3Cpath d='M12.2158 17.2562L23.7772 5.82938C24.065 5.54163 24.065 5.08214 23.7772 4.79438L23.4291 4.45093L11.5382 16.1516L4.98937 9.76518L4.72482 10.0251C4.43706 10.3129 4.43706 10.7723 4.72482 11.0601L10.9952 17.2515C11.1623 17.4186 11.3897 17.4836 11.6078 17.4558C11.826 17.4883 12.0487 17.4186 12.2158 17.2562Z' fill='%23FFC9B8'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_219_645' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(11.8816 11.9991) scale(11.8816)'%3E%3Cstop stop-color='%23950027'/%3E%3Cstop offset='0.261' stop-color='%23900027'/%3E%3Cstop offset='0.5592' stop-color='%23820027'/%3E%3Cstop offset='0.8747' stop-color='%236C0027'/%3E%3Cstop offset='0.9943' stop-color='%23610027'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint1_linear_219_645' x1='11.3791' y1='11.4457' x2='23.1799' y2='11.4457' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23950027'/%3E%3Cstop offset='0.0646458' stop-color='%23860027'/%3E%3Cstop offset='0.1697' stop-color='%23750027'/%3E%3Cstop offset='0.3007' stop-color='%236A0027'/%3E%3Cstop offset='0.4844' stop-color='%23630027'/%3E%3Cstop offset='0.9943' stop-color='%23610027'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.quiz-block__button {
	margin-top: 40px;
	position: relative;
	z-index: 50;
}
.quiz-block__button a {
	display: inline-block;
	border-radius: 8px;
	padding: 18px 24px;
	background: linear-gradient(134deg, #18CC4E 16.37%, #0A7D00 94.77%);
	box-shadow: 0px 3px 10px 0px rgba(32, 132, 217, 0.50);
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; 
	font-family: "Inter", sans-serif;
	text-align: center;
}
.home-objects {
	background-color: rgba(225, 225, 225, 0.81);
	padding: 60px 0px;
}
.home-objects__title {
	color: #000	;
	font-size: 27px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}
.home-objects__title span {
	font-weight: 700;
}
.home-objects__video {
	margin-top: 30px;
	overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.home-objects__video video {
	display: block;
	object-fit: cover;
	width: 100%;
}
.home-objects__grid {
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.home-objects__col {
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	width: 33.33%;
}
.home-objects__col_half {
	width: 50%;		
}
.home-objects__block {
	display: block;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	height: 100%;
	min-height: 450px;
	position: relative;
}
.home-objects__block-image {
	display: block;
	width: 100%;
	min-height: 100%;
	position: relative;
	z-index: 10;
	object-fit: cover;
}
.home-objects__block-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	padding: 30px;
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.22px;
	opacity: 0;
	transition: all 0.3s;
}
.home-objects__block-description {
	position: absolute;
	z-index: 100;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px;
	padding-top: 38px;
	padding-bottom: 20px;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.18px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/home-objects__block-description.svg);
	background-size: 100% auto;
	opacity: 0;
	transform: translate(-50%,50%);
	transition: all 0.3s;
}

.home-objects__block-description a {
	color: inherit;
	text-decoration: underline;
}
.home-objects__block:hover .home-objects__block-title {
	opacity: 1;
}
.home-objects__block:hover .home-objects__block-description{
	opacity: 1;	
	transform: translate(0%,0%);	
}
.home-faq {
	padding: 50px 0px;
}
.home-faq__title {
	color: #000;
	text-align: center;
	font-family: Gilroy;
	font-size: 27px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.27px;
}
.home-faq__list {
	margin-top: 46px;
	background: rgba(255, 243, 239, 0.49);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(128, 128, 128, 0.55);
	border-radius: 10px;
	padding: 38px 50px;
}
.home-faq__list-item {
	margin-top: 53px;
}
.home-faq__list-item:first-child {
	margin-top: 0;
}
.home-faq__list-item-title {
	position: relative;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.22px;
	padding-left: 30px;
	padding-bottom: 16px;
	cursor: pointer;
}
.home-faq__list-item-title:before {
	content: '';
	position: absolute;
	left: 7px;
    top: -1px;
	width: 13px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='21' viewBox='0 0 13 21' fill='none'%3E%3Cpath d='M3.53778 1.26466L12.0849 9.50114C12.9239 10.3096 12.8969 11.6613 12.0264 12.4356L3.47924 20.0385C2.18959 21.1857 0.149978 20.2702 0.149978 18.5442L0.149978 2.7048C0.149979 0.940787 2.26756 0.0406129 3.53778 1.26466Z' fill='%23009D00'/%3E%3C/svg%3E");


}
.home-faq__list-item.active .home-faq__list-item-title:before {
	transform: rotate(90deg);		
}
.home-faq__list-item-text {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; 
	letter-spacing: 0.18px;
	display: none;
}
.home-faq__list-item.active .home-faq__list-item-text {
	display: block;
}
.home-faq__list-item-text ol {
	padding-left: 27px;
}
.main-form {
	padding-top: 102px;
	padding-bottom: 96px;
	background: #EAEAEA;
	position: relative;
}
.main-form__image {
	display: block;
	position: absolute;
/*	right: 34px;*/
	top: 50%;
	transform: translateY(-50%);
	max-height: 100%;
	z-index: 10;
	object-fit: contain;
	right: auto;
	left: 30%;
}

.main-form__content {
	position: relative;
	z-index: 100;
}
.calculation-form {
	width: 760px;
	max-width: 100%;
	border-radius: 10px;
	border: 1px solid rgba(128, 128, 128, 0.55);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	padding: 50px;
	background-color: rgba(255, 243, 239, 0.49);
	backdrop-filter: blur(2.5px);
}
.calculation-form__title {
	font-size: 27px;
	font-style: normal;
	font-weight: 400;
	line-height: 115%; 
	letter-spacing: 0.27px;
}
.calculation-form__text {
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.22px;
	margin-top: 24px;
	margin-bottom: 28px;
}
.calculation-form__row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.calculation-form__col {
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	width: 50%;
}
.calculation-form__field {
	position: relative;
}
.calculation-form__input {
	position: relative;
}
.calculation-form__input input {
	display: block;
	width: 100%;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.18px;	
	padding: 15px 0px;		
	border: none;
	background-color: transparent;
}

.calculation-form__input:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #808080;
	position: absolute;
	left: 0;
	bottom: 0;
}

/*.calculation-form__input.filled:after {
	background-color: #009951;
	height: 2px;
}*/
.calculation-form__input-line:before {
	content: '';
    display: block;
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #009951;
    transition: all 0.3s;
    margin-top: 0.5px;
}
.calculation-form__input-line:after {
	content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #009951;
    transition: all 0.3s;
    margin-top: 0.5px;
}
.calculation-form__input.filled .calculation-form__input-line:before {
	width: 50%;
}
.calculation-form__input.filled .calculation-form__input-line:after {
	width: 50%;
}
.calculation-form__upload {
	position: relative;
	display: flex;
	align-items: flex-start;
	margin-top: 24px;
	cursor: pointer;
}
.calculation-form__upload-input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: -1;
	
}
.calculation-form__upload-icon {
	margin-right: 6px;
	width: 24px;
	min-width: 24px;
}
.calculation-form__upload-icon svg {
	display: block;
	width: 100%;
}
.calculation-form__upload-text {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.18px;
	position: relative;
	white-space: nowrap;
	padding-bottom: 5px;
}
.calculation-form__upload-text:after {
	content: '------------------------------------------------------------------------------------------------';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	font-size: 17.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 1px;
	letter-spacing: 0.175px;
	white-space: nowrap;
}
.calculation-form__upload-info {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 50;
	display: none;
	align-items: center;
	padding-left: 30px;
	max-width: 100%;
	
}
.calculation-form__upload-info.uploaded {
	display: flex;
}
.calculation-form__upload-info-text {
	color: #009951;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.16px;
	white-space: nowrap;
	margin-right: 5px;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
}
.calculation-form__upload-info-remove {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.16px;
	cursor: pointer;
}
.calculation-form__button {
	margin-top: 50px;
}
.calculation-form__submit {
	display: inline-block;
	border: none;
	outline: none;
	cursor: pointer;
	color:  #FFF;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	padding: 18px 24px;
	border-radius: 8px;
	box-shadow: 0px 3px 10px 0px rgba(32, 132, 217, 0.50);
	background: linear-gradient(134deg, #18CC4E 16.37%, #0A7D00 94.77%);
	width: 168px;
	max-width: 100%;
}
.calculation-form__politics {
	margin-top: 35px;
}
.calculation-form__politics label {
	cursor: pointer;
}
.calculation-form__politics-content {
	display: flex;
	align-items: flex-start;
	position: relative;
}
.calculation-form__politics-content input {
	display: none;
}
.calculation-form__politics-box {
	width: 15px;
	min-width: 15px;
	height: 15px;
	border: 1px solid #BFBFBF;
	background: #D9D9D9;
	margin-right: 10px;
}
.calculation-form__politics-content input:checked + .calculation-form__politics-box {
	background: linear-gradient(134deg, #18CC4E 16.37%, #0A7D00 94.77%);
	border-color: linear-gradient(134deg, #18CC4E 16.37%, #0A7D00 94.77%);
}
.calculation-form__politics-text {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; 
}
.calculation-form__politics-text a {
	color: #900B09;
	text-decoration: underline;
}
.footer {
	background-color: #fff;
	position: relative;
	padding: 48px 0px;
}
.footer:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 300px;
	max-height: 100%;
	background: linear-gradient(180deg, #F5CAA5 0%, #FFF 100%);

	z-index: 10;
	transform: rotate(180deg);
}
.footer__top {
	position: relative;
	z-index: 100;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.footer__top-col {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
.footer__top-col_last {
	margin-left: auto;
}
.footer-menu {

}
.footer-menu-item {
	margin-top: 20px;
}
.footer-menu-item:first-child {
	margin-top: 0;
}
.footer-menu-link {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.18px;
}
.footer-menu-item.active .footer-menu-link,
.footer-menu-link:hover {
	color: #610027;
}
.footer-categories {

}
.footer-categories__title {

}
.footer-categories__title a {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}
.footer-categories__title a svg {
	width: 24px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.footer-categories__title a span {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
	letter-spacing: 0.18px;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}
.footer-categories__list {
	padding-left: 34px;
	margin-top: 18px;
}
.footer-categories__list div {
	margin-top: 20px;
}
.footer-categories__list div:first-child {
	margin-top: 0;
}
.footer-categories__list div a {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
	letter-spacing: 0.18px;
	white-space: nowrap;
}
.footer-categories__list div a:hover {
	color: #610027;
}
.footer-info {

}
.footer-info div {
	color: #747474;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
	letter-spacing: 0.18px;
	margin-top: 20px;
}
.footer-info div:first-child {
	margin-top: 0;
}
.footer__bottom {
	position: relative;
	z-index: 100;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 30px;
}
.footer__bottom-col {
	padding-left: 15px;
	padding-right: 15px;
}
.footer-logo {
	margin-top: 20px;
}
.footer-logo img {
	display: block;
}
.footer-contacts {
	margin-top: 20px;
}
.footer-contacts__phone {

}
.footer-contacts__phone a {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;	
	white-space: nowrap;
}
.footer-contacts__email {
	margin-top: 12px;
}
.footer-contacts__email a {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.menu-burger {
	display: none;
}
.mobile-panel {
	display: none;
}
.page-title {
	padding-top: 50px;
	padding-bottom: 1px;
}
.page-title__text {
	color: #000;
	text-align: center;
	font-size: 27px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.27px;
}
.breadcrumbs {
	padding: 15px 0px;
}
.breadcrumbs__list {
	display: flex;
	align-items: flex-start;
}
.breadcrumbs__item {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
	letter-spacing: 0.18px;
	margin-right: 5px;
}
.breadcrumbs__link {
	font-weight: 700;
	color: inherit;
}
.catalog-page {
	padding-bottom: 50px;
}
.catalog-page__body {
	display: flex;
	align-items: flex-start;
}
.catalog-page__aside {
	margin-top: 17px;
	width: 310px;
	min-width: 310px;
	margin-right: 34px;
	backdrop-filter: blur(2.5px);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	background-color: rgba(255, 243, 239, 0.87);
	border: 1px solid rgba(128, 128, 128, 0.55);
	border-radius: 10px;
	padding: 30px;
	padding-top: 34px;
}
.catalog-page__content {
	margin-top: 17px;
	flex-grow: 1;
}
.catalog-filter__section {
	margin-top: 22px;
}
.catalog-filter__section:first-child {
	margin-top: 0;
}
.catalog-filter__section-title {
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.22px;
}
.catalog-filter__section-content {
	padding-top: 20px;
}
.catalog-filter__item {
	margin-top: 17px;
}
.catalog-filter__item:first-child {
	margin-top: 0;
}
.catalog-filter__item label {
	cursor: pointer;
	display: inline-block;
}
.catalog-filter__item-content {
	display: flex;
	align-items: flex-start;
}
.catalog-filter__item-input {
	display: none;
}
.catalog-filter__item-icon {
	width: 19px;
	min-width: 19px;
	margin-right: 13px;
}
.catalog-filter__item-icon img {
	display: block;
	width: 100%;
}
.catalog-filter__item-text {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.18px;
}
.catalog-filter__item-input:checked + .catalog-filter__item-icon + .catalog-filter__item-text,
.catalog-filter__item-input:checked + .catalog-filter__item-box + .catalog-filter__item-text {
	color: #610027;
	font-weight: bold;
}
.catalog-filter__item-box {
	width: 15px;
	min-width: 15px;
	height: 15px;
	border: 1px solid #BFBFBF;
	background: #D9D9D9;
	margin-right: 12px;
	margin-top: 2px;
}
.catalog-filter__item-input:checked + .catalog-filter__item-box {
	background: #900B09;
}
.catalog-filter__item-box_all {
	background: transparent !important;
	border-color: transparent !important;
}
.catalog-filter__item-box_color {

}
.catalog-list {

}
.catalog-list__item {
	margin-bottom: 36px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(2.5px);
	background: #FFF;
	border-radius: 10px;
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 35px;
	position: relative;
}
.catalog-list__item-title {
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.22px;
	padding-bottom: 10px;
}
.catalog-list__item-title a {
	color: inherit;
}
.catalog-list__item-content {
	display: flex;

}
.catalog-list__item-image {
	width: 350px;
	min-width: 350px;
	margin-right: 25px;
	margin-top: 10px;
	max-width: 100%;
}
.catalog-list__item-image > img {
	display: block;
	width: 100%;
}
.catalog-list__item-chars {
	padding-top: 21px;
	padding-bottom: 23px;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.18px;
}
.catalog-list__item-char {
	margin-top: 21px;
}
.catalog-list__item-char:first-child {
	margin-top: 0;
}
.catalog-list__item-char a {
	color: inherit;
	text-decoration: underline;
}
.catalog-list__item-info {
	margin-left: auto;
	padding-left: 15px;
}
.catalog-list__item-pricing {
	display: flex;
	align-items: flex-start;
	margin-top: 27px;
}
.catalog-list__item-pricing-price {
	color: #99002B;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0.22px;
	margin-right: 20px;
	white-space: nowrap;
}
.catalog-list__item-pricing-oldprice {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.18px;
	text-decoration: line-through;
	margin-right: 14px;
	white-space: nowrap;
}
.catalog-list__item-pricing-sale {
	color: #900B09;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
}
.catalog-list__item-buttons {
	display: flex;
	flex-wrap: wrap;
}
.catalog-list__item-more {
	margin-top: 25px;
	margin-right: 10px;
}
.catalog-list__item-more a {
	display: block;
	width: 110px;
	min-width: 110px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	line-height: 100%; 
	padding: 16px 0px;
	text-align: center;
	border-radius: 8px;
	border: 1px solid rgba(144, 11, 9, 1);
	background: rgba(245, 245, 245, 1);

}
.catalog-list__item-add {
	margin-top: 25px;
}
.catalog-list__item-add > * {
	display: block;
	cursor: pointer;
	width: 110px;
	min-width: 110px;

	height: 50px;
	border-radius: 8px;
	border: 1px solid rgba(144, 11, 9, 1);
	background-color: rgba(192, 15, 12, 1);
	background-image: url(../img/product-element__add.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 19px 20px;
}
.catalog-list__item-slider {
	position: relative;
/*	padding-top: 10px;*/
}
.catalog-list__item-slider .swiper-pagination {
	position: static;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;

}
.catalog-list__item-slider .swiper-pagination-bullet {
	margin-top: 7px;
	margin-left: 7px;
	margin-right: 7px;
	opacity: 1;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #D9D9D9;
}
.catalog-list__item-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #610027;
}

.contacts-page {
	
	padding-top: 30px;
	padding-bottom: 70px;

}
.contacts-page__inner {
	backdrop-filter: blur(2.5px);
	background-color: #fff;
	padding: 30px 50px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}
.contacts-page__section {

}
.contacts-page__title {
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px; 
	letter-spacing: 0.22px;
}
.contacts-page__content {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 0.18px;
}

.product {
	margin-top: 30px;
}
.product__inner {
	backdrop-filter: blur(2.5px);
	border-radius: 10px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	background-color: #fff;
	padding: 40px 50px;
	margin-bottom: 50px;
}
.product__title {
	color: #000;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.28px;
}
.product__content {
	display: flex;
}
.product__left {
	margin-top: 25px;
	width: calc(100% - 440px);
	max-width: 100%;
}
.product__description {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.22px;
	text-transform: lowercase;
}
.product__description a {
	color: inherit;
	text-decoration: underline;
}
.product__slider {
	margin-top: 30px;
	position: relative;
}
.product__slider .swiper {
	
}
.product__slider .swiper-wrapper {
	
}
.product__slider .swiper-slide {
	
}
.product__slider-image {
	border-radius: 15px;
	overlow: hidden;
}
.product__slider-image img {
	display: block;
	width: 100%;
}
.product__thumbs {
	margin: auto;
	margin-top: 20px;
	position: relative;
	width: 320px;
	max-width: 100%;
}
.product__thumbs .swiper-pagination {
	position: static;
	margin-top: 7px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.product__thumbs .swiper-pagination-bullet {
	margin-top: 7px;
	margin-left: 7px;
	margin-right: 7px;
	opacity: 1;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #D9D9D9;
}
.product__thumbs .swiper-pagination-bullet-active {
	background-color: #610027;
}
.product__thumbs .swiper {
	
}
.product__thumbs .swiper-wrapper {
	
}
.product__thumbs .swiper-slide {
	
}
.product__thumbs-image {
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
}
.product__thumbs-image img {
	display: block;
	width: 100%;
}
.product__right {
	padding-left: 30px;
	flex-grow: 1;
	margin-top: 25px;
}
.product__pricing {
	display: flex;
	align-items: flex-start;
	align-items: center;
}
.product__pricing-price {
	color: #99002B;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.22px;

}
.product__pricing-oldprice {
	margin-left: 20px;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.18px;
	text-decoration: line-through;
}
.product__add {
	margin-top: 20px;
}
.product__btn {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 8px;
	background-color: rgba(192, 15, 12, 1);
	border: 1px solid rgba(144, 11, 9, 1);
	padding: 10px;
	white-space: nowrap;

}
.product__btn svg {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.product__btn span {
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.product__chars {
	margin-top: 10px;
}
.product__char {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.18px;
	margin-top: 15px;
}
.product__char span {
	font-weight: 700;
	white-space: nowrap;
}
.product__sale {
	position: absolute;
	z-index: 100;
	color: #900B09;
	text-align: center;
	font-family: Gilroy;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	top: 25px;
	right: 25px;
}
.product-description {
	padding-bottom: 190px;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 0.18px;
}
.product-description p {
	margin: 25px 0px;
}

.product-description h1,
.product-description h2,
.product-description h3,
.product-description h4,
.product-description h5,
.product-description h6 {
	font-weight: 700;
	letter-spacing: 0.22px;
	line-height: 131.818%;
	font-size: 22px;
	margin: 30px 0px;
}
.product-description ul {
	padding-left: 20px;
}
.product-description li {
	margin: 5px 0px;
}

.production-top {
	margin-top: 30px;
}
.production-top_thankyou {
	margin-bottom: 80px;
}
.production-top__inner {
	backdrop-filter: blur(2.5px);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	background-color: #FFF;
	border-radius: 10px;
	padding: 40px 50px;
}
.production-top__title {
	color: #000;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.28px;
}
.production-top__text {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px; 
	letter-spacing: 0.18px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.production-top__tabs {

}
.production-top__tabs-list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.production-top__tabs-tab {
	margin-top: 20px;
	cursor: pointer;
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.22px;
	padding: 6px 12px;
	margin-right: 18px;
}
.production-top__tabs-tab:last-child {
	margin-right: 0;
}
.production-top__tabs-tab.active {
	background-color: rgba(217, 217, 217, 1);
	border-radius: 15px;
}
.production-top__tabs-blocks {
	margin-top: 20px;
}
.production-top__tabs-block {
	display: none;
}
.production-top__tabs-block.active {
	display: block;
}
.production-top__video {
	border-radius: 15px;
	overflow: hidden;		
}
.production-top__video video {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.production-detail {
	margin: 30px 0px;
}
.production-detail__inner {
	color: #000;
	font-family: Gilroy;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 0.18px;
}
.production-detail__inner p {
	margin: 20px 0px;
}
.production-detail__inner ul {
	padding-left: 20px;
	margin: 20px 0px;
}
.production-detail__inner ul ul {
	padding-left: 40px;
	margin: 0;
}
.production-detail__inner li {
	margin: 20px 0px;
}
.production-detail__inner ul ul li {
	margin: 5px 0px;
}
.production-detail__inner h1,
.production-detail__inner h2,
.production-detail__inner h3,
.production-detail__inner h4,
.production-detail__inner h5,
.production-detail__inner h6 {
	font-weight: 700;
	letter-spacing: 0.22px;
	line-height: 131.818%;
	font-size: 22px;
	margin: 30px 0px;
}
.production-quiz {
	
	background-image: url(../img/production-quiz.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.production-quiz__inner {
	padding: 65px 0px;
	padding-left: 49px;
}
.production-quiz__title {
	font-size: 27px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px; 
	letter-spacing: 0.27px;
	color: #fff;
}
.production-quiz__list {
	margin-top: 47px;
}
.production-quiz__list-item {
	margin-top: 27px;
	display: flex;
	align-items: flex-start;
}
.production-quiz__list-item:first-child {
	margin-top: 0;
}
.production-quiz__list-item-icon {
	width: 24px;
	min-width: 24px;
	margin-right: 16px;
}
.production-quiz__list-item-icon svg {
	display: block;
	width: 100%;
}
.production-quiz__list-item-title {
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.22px;
}
.production-quiz__list-item-title span {
	color: #F5CAA5;
}
.production-quiz__button {
	margin-top: 49px;
}
.production-quiz__button a {
	display: inline-block;
	box-shadow: 0px 3px 10px 0px rgba(32, 132, 217, 0.50);
	background: linear-gradient(134deg, #18CC4E 16.37%, #0A7D00 94.77%);
	border-radius: 8px;
	padding: 13px 24px;
	color: #FFF;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; 
}
.mfp-bg {
	background: #EAEAEA;
}
.mfp-close {
	color: #000;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.3px;
	opacity: 1;
}
.modal {
	width: 764px;
	max-width: 95%;
	position: relative;
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
/*	backdrop-filter: blur(2.5px);*/
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(128, 128, 128, 0.55);
/*	background-color: rgba(255, 243, 239, 0.49);*/
	border-radius: 10px;
	background-color: #fff;
}
.order-modal {

}
.order-modal__top {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;

}
.order-modal__title {
	color: #000;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.28px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
.order-modal__pricing {
	margin-left: 10px;
	margin-right: 10px;
	display: flex;
	align-items: flex-start;
}
.order-modal__price {
	color: #99002B;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.22px;
	margin-top: 10px;
	position: relative;
	top: 2px;
}
.order-modal__oldprice {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.18px;
	margin-left: 10px;
	margin-top: 10px;
	position: relative;
	top: 2px;
}
.order-modal__description {
	margin-top: 25px;
	color:  #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.22px;
	text-transform: lowercase;
}
.order-modal__description a {
	color: inherit;
}
.order-modal__description > div {
	margin-bottom: 5px;
}
.order-modal__description > div br {
	display: none;
}
.order-modal__bottom {
	margin-top: 25px;
	display: flex;
	align-items: center;

}
.order-modal__image {
	width: 235px;
	min-width: 235px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	margin-right: 25px;
}
.order-modal__image img {
	display: block;
	width: 100%;
}
.order-modal__count {
	flex-grow: 1;
	max-width: 320px;
}
.order-modal__sale {
	position: absolute;
	top: 24px;
	right: 7px;
	color: #900B09;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.order-modal__text {
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.22px;
	margin-top: 20px;
}
.calculation-form__button_order {
	margin-top: 30px;
	text-align: center;
}
.calculation-form__submit_order {
	width: auto;
    display: inline-block;
    vertical-align: middle;
    background: rgba(192, 15, 12, 1);
    border: 1px solid rgba(144, 11, 9, 1);
    border-radius: 8px;
    line-height: 22px;
}
.calculation-form__submit_order svg {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.calculation-form__submit_order span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
    top: 2px;
}
.calculation-form__politics_order {

}
.catalog-pagination {
	margin-top: 20px;
}
.catalog-pagination .nav-links {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;

}
.catalog-pagination .screen-reader-text {
	display: none;
}
.catalog-pagination .page-numbers {
	width: 30px;
	min-width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid rgba(144, 11, 9, 1);
	margin-right: 10px;
	font-size: 18px;
	border-radius: 8px;
}
.catalog-pagination .page-numbers:last-child {
	margin-right: 0;
}
.catalog-pagination span.page-numbers {

}
.catalog-pagination span.page-numbers.current {

}
.catalog-pagination a.page-numbers {
	color: rgba(192, 15, 12, 1);
}
.catalog-pagination .page-numbers.next,
.catalog-pagination .page-numbers.prev {
	width: auto;
	padding: 0px 5px;
}
.order-modal__image img.no-image {
	opacity: 0.5;
    width: 100px;
} 
.form-errors {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    font-size: 14px;
    color: red;
    display: none;
}
.form-errors__item {
    margin-top: 5px;
    display: none;
}
.product__description-sizes {
	font-size: 16px;
	margin-top: 10px;
	line-height: 1.3;
}
.product__description-sizes a {
	color: inherit;
	text-decoration: underline;
}
.product__description-sizes br {
	display: none;
}

.ajax-load {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	background: rgba(234, 234, 234, 0.8);
	display: none;
}
.ajax-load.show {
	display: block;
}

.lds-roller,
.lds-roller div,
.lds-roller div:after {
  box-sizing: border-box;
}
.lds-roller {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: #900B09;
  margin: -3.6px 0 0 -3.6px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 62.62742px;
  left: 62.62742px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.product__prices {
	margin-top: 20px;
	color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}
.product__prices-title {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 15px;
}
.product__prices-content ul {
	padding-left: 25px;
}
.product__prices-content li {
	margin-top: 15px;
}
.catalog-page__mobile-filter-button {
	display: none;
}
.filter-close {
	display: none;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: gray;
}
.mobile-bottom-panel {
	display: none;
}
.header-fixed {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid rgba(128, 128, 128, 0.55);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	background-color: rgba(255, 243, 239, 1);
	transition: all 0.3s;
	transform: translateY(-150%);
}
.header-fixed.show {
	transform: translateY(0%);
}
.header-fixed__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-fixed__logo {
	max-width: 220px;
}
.header-fixed__logo img {

}
.header-fixed__contacts {
	display: flex;
	align-items: center;
}
.header-fixed__contacts .header__phone {
	padding-left: 15px;
}
.header-fixed__contacts .header__email {
	margin-top: auto;
	margin-bottom: auto;
}
.catalog-list__item-precontent a {
	color: inherit;
	text-decoration: underline;
}

.header-fixed__menu .menu {
	box-shadow: none;
}
.header-fixed__menu .menu__item {
	width: auto;
}
.header-fixed__menu .menu__link {
	font-size: 16px;
	background: transparent;
	border: none;
}
.header-fixed__menu .menu__link:hover, 
.header-fixed__menu .menu__item.active .menu__link {
	background: transparent;
	color: #950027;
}
.header-fixed .header__email-link {
	font-size: 16px;
}
.header-fixed .header__phone-icon {
	width: 28px;
	margin-right: 0px;
	top: -1px;
}
.header-fixed .header__phone-text {
	font-size: 16px;
}
.post-content {

}
.post-content p {
	margin: 20px 0px;
}
.post-content ul,
.post-content ol {

}
.post-content li {
	margin: 10px 0px;
	padding-left: 20px;
}
.footer-politics {
	margin-top: 60px;
}
.footer-politics a {
	color: #000;
	font-size: 14px;
	text-decoration: underline;
}
