*::-webkit-input-placeholder {
	color: #6B6B6B;
	opacity: 1;
}
*:-moz-placeholder {
	color: #6B6B6B;
	opacity: 1;
}
*::-moz-placeholder {
	color: #6B6B6B;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #6B6B6B;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: 'Gilroy';
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.05em;
	color: #230E1A;
	overflow-x: hidden;
	margin: 0;
	background-color: #fff;
}
button {
	cursor: pointer;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button,
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}
a, button, input, img {
	transition: all 0.3s;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.wrapper {
	padding-top: 126px;
	overflow: hidden;
}
a {
	text-decoration: none;
	outline: none;
}
* {
	outline: none !important;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
	outline: none;
}
img {
	outline: none;
	display: block;
}
p {
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
}
.header {
	padding: 13px 0;
	background-color: #fff;
	position: fixed;
	box-shadow: 0px 6px 6px rgba(224, 222, 222, 0.5);
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.3s;
}
.header.fixed {
	padding: 7px 0;
}
.header.fixed .logo img {
	width: 230px;
}
.header__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo {
	display: inline-block;
}
.logo img {
	width: 261px;
	max-width: 100%;
	height: auto;
	transition: all 0.3s;
}
/*Style Sandwich*/
.sandwich span {
	display: block;
}
.sandwich {
	width: 47px;
	height: 37px;
	padding-top: 10px;
	border-radius: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	z-index: 20;
	flex: none;
	cursor: pointer;
}
.sw-topper {
	position: relative;
	top: 4px;
	width: 47px;
	height:  2px;
	display: block;
	margin: 0;
	background-color: #230E1A;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
	/* transition-delay: 0.2s, 0s; */
}
.sw-footer {
	position: relative;
	top: 11px;
	width: 25px;
	height: 2px;
	display: block;
	margin: 0;
	background-color: #230E1A;
	border: medium none;
	transition: all 0.5s;
	transition-delay: 0.1s;
}
.sandwich.active .sw-topper {
	top: 8px;
	width: 25px;
	transform: rotate(45deg);
}
.sandwich.active .sw-bottom {
	opacity: 0;
}
.sandwich.active .sw-footer {
	top: 6px;
	transform: rotate(-45deg); 
}
.btn-menu {
	display: flex;
	align-items: center;
	font-weight: 500;
	cursor: pointer;
}
.menu-text {
	margin-left: 22px;
}
.line-contacts {
	display: flex;
	align-items: center;
}
.line-contacts a {
	margin-right: 20px;
	color: #230E1A;
	font-weight: 500;
}
.line-contacts a:last-child {
	margin-right: 0;
}
.phone-main {
	display: inline-flex;
	align-items: center;
}
.phone-main img {
	margin-right: 14px;
}
.col_logo {
	text-align: center;
}
.col_contacts {
	display: flex;
	justify-content: flex-end;
}

.billbord {
	padding: 160px 0;
	min-height: 840px;
	color: #fff;
	background-image: url(../img/billbord1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.billbord__name {
	font-size: 20px;
	line-height: 28px;
	max-width: 890px;
	padding-bottom: 45px;
	margin: 0 auto;
	margin-bottom: 45px;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
}
.billbord__name span {
	max-width: 322px;
	display: inline-block;
}
.billbord__title {
	font-size: 58px;
	line-height: 81px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}
.billbord__title span {
	font-weight: 300;
	display: block;
}

.about {
	padding-top: 58px;
	padding-bottom: 37px;
}
.title-section {
	font-size: 40px;
	line-height: 56px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}
.title-section strong {
	font-weight: 500;
}
.item-about {
	margin-bottom: 73px;
	display: flex;
	position: relative;
	z-index: 1;
}
.item-about__icon {
	width: 87px;
	height: 87px;
	margin-right: 35px;
	padding: 10px;
	background-color: #fff;
	border-radius: 50%;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-about__icon img {
	max-width: 100%;
	max-height: 100%;
}
.title-small {
	font-size: 20px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: 500;
}
.item-about .title-small {
	padding-bottom: 18px;
}
.row_about > div:first-child .item-about {
	text-align: right;
}
.row_about > div:first-child .item-about__icon {
	margin-left: 35px;
	order: 2;
	margin-right: 0;
}
.image-about {
	height: 600px;
	margin-top: -87px;
	margin-left: -20px;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}
.about .title-section {
	padding-bottom: 25px;
}
.form-page {
	padding: 54px 100px;
	padding-bottom: 20px;
	max-width: 1020px;
	margin: 0 auto;
	margin-top: -35px;
	background: #E6D6E0;
	border-radius: 20px;
	position: relative;
	z-index: 1;
}
.item-form textarea,
.item-form input {
	height: 54px;
	font-size: 14px;
	line-height: 20px;
	padding: 0 24px;
	letter-spacing: 0.05em;
	width: 100%;
	background: #FFFFFF;
	border-radius: 6px;
	border: none;
	color: #230E1A;
	font-family: 'Gilroy';
}
.item-form textarea {
	height: 100px;
	resize: none;
	padding-top: 10px;
}
.btn-main {
	padding: 0 69px;
	height: 54px;
	background: #9C3E75;
	border-radius: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: none;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Gilroy';
	cursor: pointer;
	position: relative;
	transition: all 0.3s;
}
.btn-main:hover {
	background: #791951;
}
.col-btn {
	padding: 0 15px;
}
.form-page .row {
	margin: 0 -9px;
}
.form-page .row > div {
	padding: 0 9px;
}
.checkbox {
	font-size: 12px;
	line-height: 15px;
	margin-top: 15px;
	letter-spacing: normal;
	color: #6B6B6B;
	display: inline-block;
	text-align: left;
}
.checkbox label input {
	position: absolute;
	z-index: -1;
	height: 1px !important;
	width: 1px !important;
	opacity: 0 !important;
	margin: 12px 2px 0 7px !important;
}
.checkbox label span {
	position: relative;
	padding: 5px 0 0 28px;
	display: block;
	cursor: pointer;
}
.checkbox label span:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 19px;
	height: 19px;
	border: 1px solid #6B6B6B;
	transition: .2s;
}
.checkbox label span:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 0px;
	width: 19px;
	height: 19px;
	content: "\f00c";
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	background-image: none;
	color: #6B6B6B;
	font-size: 9px;
	opacity: 0;
	transition: .2s;
}
.checkbox label input:checked + span:after {
	opacity: 1;
}
.btn-main input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	font-family: inherit;
	cursor: pointer;
	text-transform: inherit;
}
.form-page .btn-main {
	width: 209px;
}

.advantages {
	padding-top: 47px;
	padding-bottom: 63px;
	background: #F8F2F6;
}
.advantages .title-section {
	padding-bottom: 38px;
}
.item-advantage {
	padding: 37px 77px;
	padding-bottom: 10px;
	min-height: 240px;
	background: #CCDDC3;
	position: relative;
	z-index: 1;
	transition: all 0.3s;
}
.item-review:hover,
.item-news:hover,
.item-doc:hover,
.item-advantage:hover {
	box-shadow: 0 5px 15px #ccc;
}
.title-block {
	font-size: 24px;
	line-height: 34px;
	padding-bottom: 12px;
	font-weight: 600;
}
.item-advantage__image {
	bottom: 0;
	right: 0;
	z-index: -1;
	position: absolute;
}
.row_advantages > div {
	margin-bottom: 18px;
}
.row_advantages > div:nth-child(1) .item-advantage {
	padding-right: 303px;
	border-radius: 30px 0px 0px 0px;
}
.row_advantages > div:nth-child(2) .item-advantage {
	padding-right: 245px;
	background: #EFE3CF;
	border-radius: 0px 30px 0px 0px;
}
.row_advantages > div:nth-child(3) .item-advantage {
	padding-right: 303px;
	background: #EBD8E3;
}
.row_advantages > div:nth-child(4) .item-advantage {
	padding-right: 245px;
	background: #CE9FBA;
}
.row_advantages > div:nth-child(5) .item-advantage {
	padding-right: 245px;
	background: #C0CBDE;
	border-radius: 0px 0px 0px 30px;
}
.row_advantages > div:nth-child(6) .item-advantage {
	padding-top: 17px;
	padding-right: 255px;
	background: #EBBEBE;
	border-radius: 0px 0px 30px 0px;
}
.row_advantages > div:nth-child(1) .item-advantage__image {
	bottom: -18px;
}
.row_advantages > div:nth-child(2) .item-advantage__image {

}
.row_advantages > div:nth-child(3) .item-advantage__image {
	right: 25px;
	bottom: -37px;	
}
.row_advantages > div:nth-child(4) .item-advantage__image {
	right: 3px;
	bottom: 7px;
}
.row_advantages > div:nth-child(5) .item-advantage__image {
	bottom: 7px;
	right: 12px;
}
.row_advantages > div:nth-child(6) .item-advantage__image {
	right: -24px;
	bottom: -19px;
}
.row_advantages > div:nth-child(2) .title-block {
	margin-right: -100px;
}

.news {
	padding-top: 37px;
	padding-bottom: 100px;
}
.news .title-section {
	padding-bottom: 17px;
}
.item-doc {
	padding: 29px 22px;
	padding-right: 63px;
	margin-bottom: 22px;
	color: #230E1A;
	display: flex;
	background: #F5F5F5;
}
.item-doc__image {
	width: 144px;
	height: 190px;
	flex: none;
	padding: 9px;
	background: #AD4582;
	display: block;
}
.item-doc__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';	
}
.item-doc__content {
	padding-left: 33px;
	display: block;
}
.item-doc__title {
	margin-bottom: 23px;
	display: block;
	text-transform: uppercase;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	font-weight: 500;
}
.item-doc__text {
	font-size: 14px;
	line-height: 22px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.item-news {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 22px;
	display: flex;
	color: #230E1A;
	background: #F5F5F5;
}
.item-news__image {
	width: 182px;
	height: 247px;
	flex: none;
	display: block;
}
.item-news__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';	
}
.item-news__content {
	padding: 30px 34px;
	padding-bottom: 15px;
	display: block;
}
.item-news__title {
	font-size: 18px;
	line-height: 29px;
	margin-bottom: 17px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.item-news__text {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.item-news__bottom {
	padding-top: 30px;
	display: flex;
	align-items: center;
}
.item-news__date {
	margin-right: 35px;
}

.subscribe {
	padding: 30px 0;
	min-height: 610px;
	background-image: url(../img/bg_subscribe.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.subscribe .title-section {
	padding-bottom: 66px;
	text-align: left;
}
.line-form {
	display: flex;
	align-items: center;
}
.line-form .item-form {
	width: 290px;
	margin: 0;
	margin-right: -33px;
}
.line-form .btn-main {
	width: 290px;
}

.footer {
	padding-top: 32px;
	color: #fff;
	background: #4E1F3B;
}
.logo-descr {
	padding-top: 19px;
}
.footer-delivery strong {
	font-weight: 500;
	display: block;
}
.footer-delivery {
	max-width: 163px;
	margin-left: -30px;
}
.footer__nav {
	columns: 2;
	padding-right: 60px;
}
.footer__nav a {
	color: #fff;
	border-bottom: 1px solid transparent;
}
.footer__nav a:hover {
	border-color: #fff;
}
.footer__nav,
.footer__title {
	line-height: 35px;
	text-transform: uppercase;
	font-weight: 500;
}
.footer__content strong {
	font-weight: 500;
}
.footer__content a {
	color: #fff;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}
.footer__content img {
	filter: invert(1) sepia(0) hue-rotate(360deg) saturate(1) brightness(1);
}
.footer__content a:last-child {
	margin-right: 0;
}
.footer-bottom {
	padding: 10px 0;
	font-size: 14px;
	line-height: 21px;
	/* margin-top: 35px; */
	color: #CECECE;
}
.create {
	display: flex;
	align-items: center;
}
.create a {
	margin-left: 15px;
} 
.footer-bottom a {
	color: #CECECE;
}
.footer-bottom a:hover {
	color: #fff;
}
.btn_top {
	font-size: 18px;
	margin-right: 20px;
	float: right;
	position: relative;
	color: #4E1F3B !important; 
	width: 40px;
	height: 40px;
	text-align: center;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #fff;
	z-index: 7;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn_top:hover {
	background-color: #fff;
}
.footer__title i {
	display: none;
}
.footer .logo img {
	width: 241px;
}
.breadcrumbs {
	font-size: 14px;
	line-height: 22px;
	padding-top: 18px;
	padding-bottom: 12px;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.breadcrumbs a {
	color: #230E1A;
	border-bottom: 1px solid transparent;
}
.breadcrumbs a:hover {
	border-color: #230E1A;
}
.breadcrumbs li::after {
	content: "/";
	margin: 0 20px;
}
.breadcrumbs li:last-child::after {
	display: none;
}
.page-reviews .title-section,
.page-news .title-section,
.page-documets .title-section {
	padding-bottom: 30px;
	text-align: left;
}
.page-documets .item-doc {
	margin-bottom: 30px;
	background-color: #fff;
}
.page-reviews,
.page-news,
.page-documets {
	padding-bottom: 30px;
	background: #FCF9FB;
}
.pager {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.page-numbers {
	margin: 0 15px;
	font-weight: 500;
	color: #230E1A;
}
.page-numbers:hover,
.page-numbers.current {
	color: #AD4582;
}
.prev.page-numbers,
.next.page-numbers {
	width: 40px;
	height: 40px;
	border: 1px solid #9C3E75;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	flex: none;
}
.prev.page-numbers:hover,
.next.page-numbers:hover {
	color: #fff;
	background-color: #9C3E75;
}
.next.page-numbers {
	margin-left: 60px;
}
.prev.page-numbers {
	margin-right: 60px;
}
.item-blog {
	font-size: 14px;
	line-height: 22px;
	display: block;
	color: #230E1A;
}
.item-blog:hover .item-blog__title {
	color: #9C3E75;
}
.item-blog__image {
	height: 247px;
	margin-bottom: 18px;
	display: block;
	width: 100%;
}
.item-blog__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';	
}
.item-blog__title {
	font-size: 18px;
	line-height: 29px;
	margin-bottom: 17px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
}
.item-blog__text {
	margin-bottom: 30px;
	display: block;
}
.item-blog__bottom {
	display: flex;
	align-items: center;
}
.item-blog__date {
	margin-right: 38px;
}
.row_blog > div {
	margin-bottom: 40px;
}
.article-billbord {
	height: 395px;
	padding: 15px 24px;
	padding-top: 109px;
	margin-top: 15px;
	position: relative;
	z-index: 1;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.article-billbord__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: auto;
}
.article-billbord__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.article-billbord__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';	
}
.article-billbord .title-section {
	max-width: 1040px;
	font-weight: 500;
}
.article {
	padding-bottom: 65px;
}
.article-content {
	padding-left: 88px;
}
.article-content img {
	margin-left: 35px;
	margin-bottom: 60px;
	margin-top: 25px;
	float: right;
}
.article-content h2 {
	font-size: 18px;
	line-height: 29px;
	padding-top: 40px;
	padding-bottom: 25px;
	font-weight: 600;
}
.article-content ul li {
	padding-left: 15px;
	position: relative;
}
.article-content ul li::before {
	content: "•";
	top: 0px;
	left: 0px;
	position: absolute;
}
.article-content ol {
	padding: 0;
	margin: 0;
	padding-left: 20px;
}
.nav-article {
	max-width: 920px;
	padding-left: 40px;
	padding-bottom: 40px;
}
.nav-article a {
	color: #230E1A;
	border-bottom: 1px solid transparent;
}
.nav-article a:hover {
	border-color: #230E1A;
}
.article-content strong {
	font-weight: 500;
}
.rating {
	display: flex;
	align-items: center;
}
.rating__item {
	font-size: 12px;
	color: #230E1A;
	transition: all 0.3s;
	margin-right: 2px;
}
.rating_1 > .rating__item:nth-child(1) {
	color: #9C3E75;
}
.rating_2 > .rating__item:nth-child(-n+2) {
	color: #9C3E75;
}
.rating_3 > .rating__item:nth-child(-n+3) {
	color: #9C3E75;
}
.rating_4 > .rating__item:nth-child(-n+4) {
	color: #9C3E75;
}
.rating_5 > .rating__item:nth-child(-n+5) {
	color: #9C3E75;
}
.item-review {
	padding: 22px 25px;
	padding-bottom: 27px;
	font-size: 14px;
	line-height: 22px;
	min-height: 100%;
	background: #FFFFFF;
	border-radius: 10px;
	transition: all 0.3s;
}
.item-review strong {
	font-weight: 500;
}
.row_reviews > div {
	margin-bottom: 32px;
}
.line-review {
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}
.line-review .rating {
	margin-right: 12px;
}
.title-min {
	font-size: 18px;
	line-height: 29px;
	font-weight: 500;
	text-transform: uppercase;
}
.item-review .title-min {
	margin-bottom: 12px;
}
.page-contacts .title-section {
	padding-bottom: 25px;
	text-align: left;
}
#map {
	height: 415px;
	margin-top: 40px;
	width: 100%;
	background-color: #ccc;
}
.page-contacts {
	padding-bottom: 40px;
}
.descr-main {
	font-size: 18px;
	font-weight: 500;
	line-height: 29px;
}
.block-form {
	padding: 21px 60px;
	padding-bottom: 31px;
	background: #E6D6E0;
	border-radius: 20px;
}
.block-form .item-form {
	margin-bottom: 20px;
}
.block-form .title-block {
	padding-bottom: 20px;
	text-align: center;
}
.block-form .btn-main {
	width: 209px;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 8px;
	display: flex;
}
.page-contacts .block-form {
	margin-left: 40px;
}
.block-form .checkbox {
	margin-top: 18px;
}
.page-contacts .title-min {
	margin-bottom: 17px;
	font-weight: 600;
}
.contacts-block {
	padding: 44px 33px;
	margin-top: 35px;
	margin-right: -25px;
	background: #F8F2F6;
}
.contacts-block .phone-main {
	font-size: 24px;
	line-height: 29px;
	font-weight: 500;
}
.col_requisites {
	padding-left: 50px;
}
.card {
	padding-bottom: 80px;
	background: #FCF9FB;
}
.image-card img {
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
}
.card-info {
	padding: 23px 38px;
	padding-bottom: 39px;
	background: #FFFFFF;
	border-radius: 10px;
}
.item-feature {
	line-height: 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-feature::after {
	overflow: hidden;
	flex: 1;
	content: "......................................................................................................................................................................";
}
.item-feature > *:last-child {
	order: 2;
	text-align: right;
}
.card-info__bottom {
	padding-top: 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.price-main {
	font-size: 24px;
	line-height: 38px;
	font-weight: 600;
	text-transform: uppercase;
}
.card-info .btn-main {
	padding: 0 37px;
	height: 50px;
}
.card-info .title-block {
	padding-bottom: 30px;
	font-weight: 500;
}
.card-info .title-block span {
	font-weight: 400;
	display: block;
}
.item-property {
	font-size: 15px;
	line-height: 21px;
	margin-left: 25px;
	margin-bottom: 11px;
	font-weight: 500;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}
.item-property__icon {
	width: 52px;
	height: 52px;
	margin-right: 15px;
	background-color: #fff;
	border-radius: 50%;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px;
}
.item-property__icon img {
	max-width: 100%;
	max-height: 100%;
}
.card-detail {
	padding-top: 40px;
	line-height: 28px;
}
.card-detail .title-min {
	padding-bottom: 9px;
	font-weight: 600;
}
.card .breadcrumbs {
	padding-bottom: 23px;
}
.delivery {
	padding-bottom: 89px;
	background: #FCF9FB;
}
.delivery-block {
	padding: 23px 38px;
	padding-bottom: 30px;
	margin-top: 8px;
	background: #FFFFFF;
	border-radius: 10px;
}
.delivery-block .title-min {
	margin-bottom: 18px;
	display: flex;
}
.delivery-block .title-min img {
	margin-right: 18px;
}
.delivery-block strong {
	font-weight: 600;
}
.delivery-block .title-block {
	padding-bottom: 27px;
	font-weight: 500;
}
.about-block {
	padding-right: 33px;
	margin-top: 26px;
	display: flex;
}
.about-block_greeting {
	padding-right: 87px;
	background: #CE9FBA;
	border-radius: 10px;
	align-items: center;
}
.about-block__content {
	padding-left: 55px;
}
.about-block_greeting .about-block__image {
	margin-left: 65px;
}
.about-block_greeting .title-block {
	max-width: 642px;
}
.about-block .title-block {
	padding-bottom: 28px;
	font-weight: 500;
}
.about-block strong {
	font-weight: 500;
}
.page-about .title-section {
	text-align: left;
}
.about-block_founder .about-block__image {
	order: -1;
}
.about-block_founder {
	padding-right: 0;
}
.about-block_founder .title-block {
	padding-top: 15px;
}
.about-block_research {
	padding-right: 0;
	align-items: center;
	background: #EBD8E3;
	border-radius: 10px;
}
.about-block_research .about-block__image {
	margin-bottom: -184px;
}
.about-block ul li {
	padding-left: 15px;
	position: relative;
}
.about-block ul li::before {
	content: "•";
	top: 0px;
	left: 0px;
	position: absolute;
}
.about-block_effects {
	padding-top: 38px;
	padding-bottom: 45px;
	background: #FCF9FB;
}
.about-block_capacity {
	padding-top: 32px;
	padding-bottom: 32px;
	background: #C0CBDE;
	border-radius: 0px 0px 0px 30px;
}
.about-block_capacity .title-block {
	padding-bottom: 20px;
}
.about-block_antioxidant {
	padding-top: 18px;
	padding-right: 60px;
	background: #CCDDC3;
	border-radius: 30px 0px 0px 0px;
	align-items: center;
}
.about-block_antioxidant .about-block__image {
	order: -1;
}
.page-about {
	padding-bottom: 32px;
}
.section-research {
	padding-top: 35px;
	padding-bottom: 54px;
	background: #FCF9FB;
}
.section-research .title-block {
	padding-bottom: 28px;
	text-align: center;
}
.image-research img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.image-research {
	margin: -10px;
}
.bottom-research strong {
	font-weight: 500;
}
.bottom-research {
	padding-top: 24px;
}
.bottom-research .item-doc__title {
	display: block;
}
.bottom-research .item-doc {
	background-color: #fff;
	align-items: center;
	margin: 0; 
}

.billbord {
	position: relative;
}
.scroll-down {
	width: 80px;
	bottom: 23px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	position: absolute;
}
.scroll-down__icon {
	width: 80px;
	height: 130px;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #9C3E75;
	border-radius: 50px;
}
.scroll-down i {
	font-size: 17px;
	color: #fff;
	animation: down 1.5s infinite;
	-webkit-animation: down 1.5s infinite;
}
@keyframes down {
	0% {
		transform: translate(0);
	}
	20% {
		transform: translateY(15px);
	}
	40% {
		transform: translate(0);
	}
}

.page-catalog .title-section {
	padding-bottom: 25px;
	text-align: left;
}
.page-catalog {
	padding-bottom: 30px;
	background: #FCF9FB;
}
.item-catalog {
	padding: 8px 10px;
	border-radius: 10px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	transition: all 0.3s;
}
.item-catalog__image {
	height: 254px;
	width: 100%;
	border-radius: 6px;
}
.item-catalog__image img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	object-fit: cover;
	font-family: 'object-fit: cover;';	
}
.item-catalog__content {
	padding: 22px 16px;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}
.price-catalog {
	font-size: 20px;
	line-height: 32px;
	padding-bottom: 9px;
	font-weight: 600;
	width: 100%;
}
.item-catalog__title {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 27px;
	font-weight: 500;
	display: block;
	width: 100%;
}
.item-catalog__title span {
	font-weight: 400;
	display: block;
}
.item-catalog .btn-main {
	padding: 0 37px;
	height: 50px;
	margin-top: auto;
}
.row_catalog > div {
	margin-bottom: 28px;
}
.item-catalog:hover {
	box-shadow: 0 5px 15px #ccc;
}


.menu-dropdown {
	position: fixed;
	top: 0;
	left: 0;
	/* width: 100%; */
	width: max-content;
	height: 100%;
	z-index: 1001;
	background-color: #fff;
	display: none;
}
.menu-dropdown__wrapper {
	height: 100%;
	display: flex;
}
.logo-menu img {
	width: 214px;
}
.logo-menu {
	display: inline-block;
}
.logo-text {
	font-size: 12px;
	line-height: 17px;
	color: #6B6B6B;
	padding-top: 13px;
	max-width: 180px;
	letter-spacing: normal;
}
.content-menu {
	padding: 28px 56px;
	width: 326px;
	overflow: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
.content-menu::-webkit-scrollbar {
	-webkit-appearance: none;
}
.content-menu::-webkit-scrollbar:vertical {
	width: 3px;
}
.content-menu::-webkit-scrollbar:horizontal {
	height: 3px;
}
.content-menu::-webkit-scrollbar-thumb {
	background-color: #9C3E75;
	border-radius: 10px;
}
.content-menu::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #ddd;
}
.menu {
	padding: 15px 0;
}
.menu a {
	color: #230E1A;
	border-bottom: 1px solid transparent;
}
.menu a:hover {
	border-color: #230E1A;
}
.menu li {
	padding: 15px 0;
}
.content-menu .line-contacts {
	margin-bottom: 22px;
}
.content-menu .btn-main {
	border-radius: 10px;
	padding: 0 29px;
	height: 50px;
}
.billbord-menu {
	padding: 0 148px;
	color: #fff;
	background-image: url(../img/billbord_menu.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	flex: 1;
	display: flex;
	align-items: center;
}
.billbord-menu .billbord__title {
	max-width: 810px;
	text-align: left;
	font-weight: 300;
}
.billbord-menu .billbord__title  strong {
	font-weight: 500;
	display: block;
}


/***/
form .btn-main {
	cursor: pointer;
  }
  
  div.wpcf7-validation-errors {
	border: 0px;
	font-size: 0px;
	opacity: 0;
	position: absolute;
  }
  
  span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 12px !important;
	font-weight: normal;
	display: block;
	position: relative;
	top: -10px;
	display: none !important;
  }
  
  
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input-form.wpcf7-not-valid,
  textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.input-form.wpcf7-not-valid {
	border: 1px solid red !important;
  }
  
  
  form .wpcf7-response-output {
  display: none !important;
  }
  div.wpcf7-mail-sent-ok {
	font-size: 0px;
	border: 0px !important;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 17px;
  }
  
  img.alignright { float: right; margin: 0 0 1em 1em; }
  img.alignleft { float: left; margin: 0 1em 1em 0; }
  img.aligncenter { display: block; margin-left: auto; margin-right: auto; float: unset; }
  .alignright { float: right; }
  .alignleft { float: left; }
  .aligncenter { display: block; margin-left: auto; margin-right: auto; float: unset; }
  
  .error-404 {
	height: 400px;
	padding-top: 150px;
  }
  
  .error-404 h1 {
	font-size: 32px;
	text-align: center;
	margin-bottom: 30px;
  }
  
  .error-404 a {
	color: #666;
	text-decoration: underline;
  }
  .modal-wr {
	  display: none;
  }

  .modal-wr .block-form {
	  min-height: auto;
	  max-width: 390px;
  }


.thanks-block__image {	
	padding: 50px;
}
.thanks-block__title {
	font-size: 50px;
	line-height: 55px;
	padding-bottom: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
    padding-top: 45px;
}
.thanks-block__descr {
	font-size: 32px;
	line-height: 45px;
	padding-bottom: 50px;
	max-width: 430px;
	font-weight: 500;
	color: #fff;
}
.thanks-block .btn-main {
	height: 50px;
	padding: 0 36px;
}
/* .billbord {
	position: relative;
	overflow: hidden;
	background-image: none;
} */
.billbord {
	position: relative;
	overflow: hidden;
	background-image: url(../img/grapes.jpg);
}
.article .nav-article {
    margin-top: 45px;
    line-height: 32px;
}

.nav-article ul li::before {
    display: none;
}

.first-screen__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 50px);
}

.billbord .container {
	position: relative;
    z-index: 1;
}

.billbord::before {
	content: '';
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}
#primary {
	padding: 10px 0px 30px;
}

.scroll-down {
	z-index: 1;
}

.item-about .item-about__icon img,
.item-about .item-about__icon {
	transition: .6s;
}

.item-about:hover > .item-about__icon img {
	transform: scale(1.1);
}
.item-about:hover > .item-about__icon {
	box-shadow: 0px 10px 20px rgba(206, 206, 206, 1);
}

.menu-dropdown .btn-menu {
	position: absolute;
    right: 0;
    top: 10px;
}


.subscribe {
	position: relative;
	z-index: 1;
	background-image: none;
}
.subscribe::after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../img/bg_subscribe.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.subscribe__sky {
	position: absolute;
	bottom: 0;
	top: -272px;
	left: 0;
	width: 100%;
	z-index: -1;
	background-image: url(../img/sky.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	pointer-events: none;
}
.subscribe .container {
	position: relative;
	z-index: 2;
}
.news {
	position: relative;
	z-index: 2;
}
.scroll-down__icon {
	overflow: hidden;
}
.scroll-down.active {
	transform: translateY(450px);
}
.scroll-down.hide {
	visibility: hidden;
	opacity: 0;
}
.scroll-down {
	transition: all 4s;
}
.billbord-wrapper {
	position: relative;
}
.image-about {
   	position: relative;
   	z-index: 2;
}
.item-about {
    z-index: 4;
}
.link_ {
	color: #4E1F3B;
	display: block;
	margin-top: 15px;
}
.link_:hover {
	text-decoration: underline;
}

.btn-presentation-wr {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    margin: 30px auto 0px;
    position: relative;
}
.btn-presentation-wr a {
	padding: 35px 50px;
    border-radius: 50px;
}

.btn-presentation-wr img {
	max-width: 105px;
    position: absolute;
    right: -20px;
    top: -20px;
}

.footer-bottom-bad {
	padding: 10px 0;
    background-color: #3f182f;
    margin-top: 15px;
}
.dop-txt {
	font-size: 45px;
    line-height: normal;
    text-transform: uppercase;
    opacity: 0.2;	
	text-align: center;
}

footer .logo-descr {
    padding-top: 0;
}