* {
	margin: 0;
	padding: 0;
}

input,
textarea,
button {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

input[required=required],
textarea[required=required] {
	outline: none;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

body {
	background: #F5F3EF;
	color: #232323;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	line-height: 1;
	min-width: 320px;
	text-align: left;
	vertical-align: top;
	overflow-x: hidden;
	font-weight: 400;
}

li {
	list-style: none;
}

.tinymce .justifyright,
#tinymce .justifyright {
	text-align: right;
}

.tinymce img.justifyright,
#tinymce img.justifyright {
	float: right;
	margin: 0 0 10px 25px;
}

.tinymce .justifyleft,
#tinymce .justifyleft {
	text-align: left;
}

.tinymce img.justifyleft,
#tinymce img.justifyleft {
	float: left;
	margin: 0 25px 10px 0;
}

.tinymce .justifycenter,
#tinymce .justifycenter {
	text-align: center;
}

.tinymce h1,
#tinymce h1 {
	font-size: 26px;
	margin: 0 0 20px 0;
	text-align: left;
}

.tinymce h2,
#tinymce h2 {
	font-size: 22px;
	margin: 0 0 15px 0;
	text-align: left;
}

.tinymce h3,
#tinymce h3 {
	font-size: 18px;
	margin: 0 0 15px 0;
	text-align: left;
}

.tinymce p,
#tinymce p {
	margin: 0 0 15px 0;
}

.tinymce ul li,
#tinymce ul li {
	list-style-type: disc;
	margin: 0 0 7px 35px;
}

.tinymce ol li,
#tinymce ol li {
	list-style-type: decimal;
	margin: 0 0 7px 35px;
}

.tinymce ul li:last-child,
#tinymce ul li:last-child {
	margin: 0 0 15px 35px;
}

.tinymce ol li:last-child,
#tinymce ol li:last-child {
	margin: 0 0 15px 35px;
}

.tinymce a,
#tinymce a {
	color: #F72A27;
	text-decoration: underline;
}

.tinymce a:hover,
#tinymce a:hover {
	text-decoration: none;
}

.tinymce img,
#tinymce img {
	vertical-align: top;
	max-width: 100%;
	height: auto !important;
}

#tinymce video {
	max-width: 100%;
}

.tinymce img[style*="float: left"],
.tinymce img[style*="float:left"],
#tinymce img[style*="float: left"],
#tinymce img[style*="float:left"] .tinymce img[style*="float: left"],
#tinymce img[style*="float:left"] {
	margin: 0 25px 10px 0;
}

.tinymce img[style*="float: right"],
.tinymce img[style*="float:right"],
#tinymce img[style*="float: right"],
#tinymce img[style*="float:right"] {
	margin: 0 0 10px 25px;
}

.tinymce table,
#tinymce table {
	border-collapse: collapse;
	margin: 0 0 15px 0;
}

.tinymce table[align=center],
#tinymce table[align=center] {
	margin: 0 auto 15px;
}

.tinymce table[align=left],
#tinymce table[align=left] {
	margin: 0 0 15px 0;
}

.tinymce table[align=right],
#tinymce table[align=right] {
	margin: 0 0 15px auto;
}

.tinymce table.tiny-center,
#tinymce table.tiny-center {
	margin: 0 auto 15px;
}

.tinymce table.tiny-left,
#tinymce table.tiny-left {
	margin: 0 0 15px 0;
}

.tinymce table.tiny-right,
#tinymce table.tiny-right {
	margin: 0 0 15px auto;
}

.tinymce table td,
#tinymce table td {
	padding: 6px 10px;
	text-align: left;
	vertical-align: top;
}

.tinymce table td p,
#tinymce table td p {
	margin: 0;
}

.scrollup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	position: fixed;
	z-index: 900;
	bottom: 20px;
	right: 20px;
	padding-bottom: 2px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
	color: #1f1f1fa6;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.scrollup svg {
	width: 24px;
	height: 24px;
}

.scrollup svg {
	fill: currentColor;
}

input::-webkit-input-placeholder {
	color: #ACACAC;
}

input::-moz-placeholder {
	color: #ACACAC;
}

input:-moz-placeholder {
	color: #ACACAC;
}

input:-ms-input-placeholder {
	color: #ACACAC;
}

.fancybox-slide--iframe .fancybox-content {
	width: 800px !important;
	height: 600px !important;
	max-width: 80%;
	max-height: 80%;
	margin: 0;
}

#success-response {
	text-align: center;
	font-size: 18px;
	background: #B9789F;
	color: #FFFFFF;
	padding: 20px;
	display: none;
	line-height: 28px;
	font-weight: 600;
	border-radius: 15px;
}

.toggle-mnu {
	display: none;
	width: 28px;
	height: 28px;
	padding: 9px 9px 1px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border-radius: 5px;
	margin-top: 7px;
}

.toggle-mnu span:after,
.toggle-mnu span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
}

.toggle-mnu span:after {
	top: 18px;
}

.toggle-mnu span {
	position: relative;
	display: block;
}

.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 2px;
}

.toggle-mnu.on span {
	background-color: transparent;
}

.toggle-mnu.on span:before {
	-webkit-transform: rotate(45deg) translate(-1px, 0px);
	-ms-transform: rotate(45deg) translate(-1px, 0px);
	transform: rotate(45deg) translate(-1px, 0px);
}

.toggle-mnu.on span:after {
	-webkit-transform: rotate(-45deg) translate(6px, -7px);
	-ms-transform: rotate(-45deg) translate(6px, -7px);
	transform: rotate(-45deg) translate(6px, -7px);
}

.toggle-mnu {
	position: absolute;
	z-index: 21;
	right: 20px;
	top: 16px;
}

.scrollup {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	position: fixed;
	z-index: 900;
	bottom: 20px;
	right: 20px;
	padding-bottom: 2px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
	color: #1f1f1fa6;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.scrollup svg {
	fill: currentColor;
	margin: auto;
	display: block;
	margin-top: 10px;
	width: 24px;
	height: 24px;
}

.aibolit {
	position: absolute;
	left: -9999px;
}

.title {
	font-family: "EvolventaRegular", sans-serif;
	font-weight: 400;
	font-size: 60px;
	line-height: 100%;
	letter-spacing: -0.03em;
	text-transform: lowercase;
	color: #414141;
}

.header__menu {
	margin-top: 45px;
}

.header__menu>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	float: none;
}

.header__menu>ul>li {
	background: transparent;
	float: none;
}

.header__menu>ul>li>a {
	padding: 0;
	border-top: none;
	border-left: none;
	font-family: "EvolventaRegular", sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-transform: lowercase;
	color: #fff3f4;
}

.header__menu>ul>li>a:hover {
	color: #FFF4D5;
	position: relative;
}

.header__menu>ul>li>a:hover:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -10px;
	width: 65px;
	height: 9px;
	background: url(../img/menu-active.png);
}

.header__menu>ul>li:hover {
	background: transparent;
	color: #FFF4D5;
}

.header__menu>ul li.sfHover {
	background: transparent;
}

.header__menu>ul li.active a {
	color: #FFF4D5;
	position: relative;
}

.header__menu>ul li.active a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -10px;
	width: 65px;
	height: 9px;
	background: url(../img/menu-active.png);
}

.header {
	min-height: 850px;
	background: #B9789F url(../img/line-offer.png) no-repeat 529px 381px;
}

.page-two .header {
	min-height: auto;
	padding-bottom: 21px;
}

.header__social {
	margin-top: 73px;
}

.header__social ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__social ul li {
	margin-right: 18px;
}

.header__social ul li a {
	display: block;
	width: 28px;
	height: 28px;
	background: url(../img/vk.svg);
}

.header__social ul li a:hover {
	background: url(../img/vk-active.svg);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.header__social ul li a:not(:hover) {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.header__social ul li:nth-child(2) a {
	width: 32px;
	height: 32px;
	background: url(../img/telegram.svg);
}

.header__social ul li:nth-child(2) a:hover {
	background: url(../img/telegram-active.svg);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.header__social ul li:nth-child(2) a:not(:hover) {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.header__social ul li:nth-child(3) a {
	width: 32px;
	height: 32px;
	background: url(../img/telegram.svg);
}

.header__social ul li:nth-child(3) a:hover {
	background: url(../img/telegram-active.svg);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.header__social ul li:nth-child(3) a:not(:hover) {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.header__logo {
	width: 244px;
	height: 110px;
	display: block;
	background: url(../img/logo.png);
	margin-top: 29px;
	margin-left: 263px;
}

.header__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__phone {
	font-weight: 400;
	font-size: 23px;
	color: #fff3f4;
	margin-top: 85px;
	display: inline-block;
	margin-left: -30px;
}

.header__phone:hover {
	color: #FDE9B3;
}

.header__call-button {
	border: 1px solid #ead499;
	border-radius: 500px;
	text-align: center;
	width: 170px;
	height: 65px;
	font-weight: 400;
	font-size: 18px;
	text-transform: lowercase;
	color: #fde9b3;
	display: block;
	padding-top: 21px;
	margin-top: 63px;
	margin-left: 40px;
}

.header__call-button:hover {
	background: #ead499;
	color: #4f4018;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.header__call-button:not(:hover) {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.header__coords {
	border-radius: 500px;
	width: 114px;
	height: 39px;
	background: #fff3f4;
	font-weight: 600;
	font-size: 18px;
	color: #4f4018;
	padding-left: 27px;
	padding-top: 9px;
	position: relative;
	text-align: center;
}

.header__coords:before {
	content: "";
	position: absolute;
	left: 16px;
	top: 8px;
	background: url(../img/coords-offer.svg);
	width: 16px;
	height: 20px;
}

.header__offer {
	font-family: "EvolventaRegular", sans-serif;
	font-size: 41px;
	line-height: 107%;
	letter-spacing: -0.03em;
	text-transform: lowercase;
	color: #fff7fc;
	margin-top: 24px;
}

.header__offer-wrapper {
	margin-top: 77px;
}

.header__description {
	font-size: 22px;
	line-height: 136%;
	color: #fff3f4;
	margin-top: 18px;
}

.header__description span {
	font-weight: 800;
}

.header__wrapper-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 42px;
}

.header__online-record {
	border-radius: 500px;
	width: 270px;
	height: 65px;
	font-size: 20px;
	text-transform: lowercase;
	color: #4f4018;
	background: #ead499;
	text-align: center;
	display: block;
	padding-top: 20px;
	border: 2px solid transparent;
}

.header__online-record:hover {
	border: 2px solid #ead499;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background: transparent;
	color: #ead499;
}

.header__online-record:not(:hover) {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.header__online-text {
	font-size: 16px;
	text-align: center;
	color: #f8d9db;
	margin-top: 19px;
	line-height: 22px;
}

.header__whatsapp-record {
	border: 1px solid #ead499;
	border-radius: 500px;
	text-align: center;
	width: 270px;
	height: 65px;
	font-size: 18px;
	text-transform: lowercase;
	color: #fde9b3;
	display: block;
	padding-top: 21px;
	margin-left: 11px;
}

.header__whatsapp-record:hover {
	background: #ead499;
	color: #4f4018;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.header__whatsapp-record:not(:hover) {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.header__down-text {
	font-family: "KobzarKs";
	font-weight: 400;
	font-size: 35px;
	color: #f8d9db;
	margin-top: 20px;
	text-align: right;
}

.header__image {
	position: relative;
	margin-top: -29px;
	margin-left: 38px;
}

.header__image .header__image-body {
	position: absolute;
	top: 0;
}

.header__image .header__image-body img {
	border-radius: 25px;
}

.header__image .header__image-3 {
	-webkit-transform: rotate(-3.2deg);
	-ms-transform: rotate(-3.2deg);
	transform: rotate(-3.2deg);
}

.header__image .header__image-2 {
	-webkit-transform: rotate(7.91deg);
	-ms-transform: rotate(7.91deg);
	transform: rotate(7.91deg);
}

.header__image .header__image-1 {
	-webkit-transform: rotate(-8.88deg);
	-ms-transform: rotate(-8.88deg);
	transform: rotate(-8.88deg);
}

.advantages {
	padding-top: 90px;
}

.advantages .items-advantages {
	margin-top: 85px;
}

.advantages .item-advantages {
	margin-bottom: 77px;
}

.advantages .item-advantages__icon {
	margin-bottom: 23px;
	width: 74px;
	height: 86px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.advantages .item-advantages__text {
	font-size: 16px;
	line-height: 112%;
	color: #232323;
}

.advantages__hr {
	width: 100%;
	height: 2px;
	margin: 5px 0;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #fff), color-stop(40%, #a89257));
	background-image: -webkit-linear-gradient(left, #fff 40%, #a89257 40%);
	background-image: -o-linear-gradient(left, #fff 40%, #a89257 40%);
	background-image: linear-gradient(to right, #fff 40%, #a89257 40%);
	background-size: 10px 1px;
	background-repeat: repeat-x;
	position: relative;
}

.advantages__hr span {
	width: 14px;
	height: 24px;
	background: url(../img/sweet.svg);
	display: block;
	position: absolute;
	left: 50px;
	top: -13px;
}

.company {
	padding-top: 85px;
	padding-bottom: 50px;
	background: url(../img/background.png) center bottom;
	background-repeat: no-repeat;
}

.company__block-image {
	border: 1px solid #b9789f;
	border-radius: 25px;
	width: 461px;
}

.company__block-image img {
	border-radius: 25px;
	-webkit-transform: rotate(-4.75deg);
	-ms-transform: rotate(-4.75deg);
	transform: rotate(-4.75deg);
}

.company__text {
	font-size: 21px;
	line-height: 114%;
	color: #232323;
	position: relative;
}

.company__text:before {
	content: "";
	position: absolute;
	left: -48px;
	top: 0;
	background: url(../img/cav.svg);
	width: 35px;
	height: 29px;
}

.company__name {
	font-family: "KobzarKs";
	font-weight: 400;
	font-size: 28px;
	color: #232323;
	margin-top: 27px;
	text-align: right;
}

.company__list {
	margin-top: 169px;
}

.company__list ul li {
	font-size: 28px;
	line-height: 18px;
	color: #4f4018;
	padding-bottom: 30px;
	padding-top: 25px;
	border-bottom: 1px solid #ba9db1;
}

.company__list ul li span {
	font-size: 28px;
	line-height: 64%;
	color: #ba9db1;
	margin-right: 27px;
}

.company__list ul li:last-child {
	border-bottom: none;
}

.popular {
	background: #B9789F url(../img/white-corona.png);
	padding-top: 70px;
	padding-bottom: 150px;
}

.popular__title {
	padding-top: 160px;
	position: relative;
	text-align: center;
	font-size: 60px;
	color: #fff;
}

.popular__title:before {
	content: "";
	background: url(../img/corona-back.png);
	width: 101px;
	height: 118px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
}

.popular .items-popular {
	margin-top: 53px;
}

.popular .items-popular .item-popular-1 {
	-webkit-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg);
}

.popular .items-popular .item-popular {
	background: #fff;
	border-radius: 25px;
	height: 100%;
	padding-bottom: 26px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.popular .items-popular .item-popular__wrap {
	height: 100%;
}

.popular .items-popular .item-popular__wrap-1 {
	border: 2px solid #f4ecf2;
	border-radius: 25px;
}

.popular .items-popular .item-popular img {
	border-radius: 25px;
	margin-bottom: 25px;
}

.popular .items-popular .item-popular__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 105%;
	text-transform: lowercase;
	color: #b9789f;
	padding: 0 25px;
	margin-bottom: auto;
}

.popular .items-popular .item-popular__price {
	margin-top: 25px;
	font-weight: 700;
	font-size: 20px;
	line-height: 105%;
	text-transform: lowercase;
	color: #354540;
	padding: 0 25px;
}

.popular .items-popular .item-popular__btn {
	border-radius: 500px;
	text-align: center;
	height: 65px;
	font-weight: 400;
	font-size: 18px;
	text-transform: lowercase;
	color: #4f4018;
	background: #ead499;
	display: block;
	line-height: 58px;
	margin: 25px 25px 0;
	border: 2px solid transparent;
}

.popular .items-popular .item-popular__btn:hover {
	border: 2px solid #ead499;
	background: transparent;
	color: #ead499;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.popular .items-popular .item-popular__btn:not(:hover) {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.conversion {
	background: url(../img/conversion-bg.png) center top;
	background-repeat: no-repeat;
	margin-top: -52px;
	padding-top: 80px;
	padding-bottom: 130px;
}

.conversion__image {
	position: relative;
}

.conversion__image img {
	border-radius: 25px;
	position: absolute;
}

.conversion__image-1 img {
	-webkit-transform: rotate(-12deg);
	-ms-transform: rotate(-12deg);
	transform: rotate(-12deg);
	left: -180px;
	top: -51px;
}

.conversion__image-2 img {
	top: -45px;
	position: absolute;
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	left: 95px;
}

.conversion__image-3 img {
	top: -67px;
	position: absolute;
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(8deg);
	left: 509px;
}

.conversion__image-4 img {
	top: 31px;
	position: absolute;
	-webkit-transform: rotate(-173deg);
	-ms-transform: rotate(-173deg);
	transform: rotate(6deg);
	right: -206px;
}

.conversion__form {
	border: 2px solid #b9789f;
	border-radius: 25px;
	-webkit-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
}

.conversion__form button {
	border-radius: 500px;
	padding: 14px 63px;
	width: 289px;
	height: 75px;
	display: block;
	margin: 45px auto 0;
	background: #ead499;
	border: none;
	cursor: pointer;
	font-weight: 400;
	font-size: 20px;
	text-transform: lowercase;
	color: #4f4018;
	border: 2px solid transparent;
}

.conversion__form button:not(:hover) {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.conversion__form button:hover {
	border: 2px solid #ead499;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background: transparent;
	color: #ead499;
}

.conversion__form button:focus {
	outline: none;
}

.conversion__form-wrap {
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
	border-radius: 25px;
	background: #b9789f url(../img/form/line.svg) center top;
	background-repeat: no-repeat;
	padding: 24px 15px;
}

.conversion__form-stroke {
	border: 1px dashed #fff;
	border-radius: 25px;
	padding-top: 92px;
	padding-bottom: 78px;
}

.conversion__title {
	font-weight: 400;
	font-size: 60px;
	line-height: 100%;
	letter-spacing: -0.03em;
	text-transform: lowercase;
	text-align: center;
	color: #fff;
}

.conversion__description {
	font-family: "KobzarKs";
	font-size: 29px;
	text-align: center;
	color: #fff3f4;
	margin-top: 24px;
}

.conversion__wrapper-input {
	padding: 60px 185px 0;
}

.conversion__wrapper-input input {
	border-radius: 500px;
	width: 370px;
	height: 75px;
	background: #fff;
	font-size: 18px;
	color: #232323;
	border: none;
	padding-left: 68px;
}

.conversion__wrapper-input .input-name {
	background: #fff url(../img/form/name.svg) 36px 23px;
	background-repeat: no-repeat;
	margin-right: 20px;
}

.conversion__wrapper-input .input-phone {
	background: #fff url(../img/form/phone.svg) 38px 23px;
	background-repeat: no-repeat;
}

.conversion .checkbox {
	width: 23px;
	display: inline-block;
	vertical-align: middle;
}

.conversion .checkbox input {
	width: 23px;
	display: none;
}

.conversion .checkbox label {
	margin-bottom: 0;
}

.conversion .checkbox label:before {
	content: "";
	display: inline-block;
	width: 31px;
	height: 31px;
	cursor: pointer;
	background: #FDEAF5;
	border-radius: 3px;
}

.conversion input[type=checkbox]:checked+label:before {
	content: "";
	background: #FDEAF5 url(../img/check-form.svg) no-repeat center center;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 15px;
}

.conversion .wrapper-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 23px;
}

.conversion .wrapper-check .text {
	font-size: 20px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.conversion .danger-politica {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin-left: 16px;
}

.conversion .danger-politica a {
	text-decoration: underline;
	color: #fff;
}

.conversion .danger-politica a:hover {
	text-decoration: none;
}

.memory-client {
	padding-top: 78px;
	padding-bottom: 40px;
}

.memory-client__block {
	background: #fff;
	border-radius: 25px;
	padding-left: 100px;
	padding-top: 81px;
	padding-bottom: 55px;
	padding-right: 100px;
}

.memory-client__title {
	font-weight: 400;
	font-size: 60px;
	line-height: 100%;
	text-transform: lowercase;
	color: #414141;
}

.memory-client__text {
	font-weight: 400;
	font-size: 22px;
	line-height: 123%;
	color: #232323;
}

.memory-client__text span {
	font-weight: 700;
	color: #b9789f;
}

.memory-client .items-memory-top {
	margin-top: 64px;
}

.memory-client .items-memory-bottom .item-memory {
	margin-bottom: 35px;
}

.memory-client .items-memory-hr {
	width: 100%;
	border-bottom: 1px dashed #a89257;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 45px;
}

.memory-client .items-memory__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 33px;
}

.memory-client .items-memory__name {
	background: #b9789f;
	border-radius: 600px;
	font-size: 20px;
	text-transform: lowercase;
	color: #fff;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 16px;
	padding-right: 38px;
	padding-left: 38px;
	margin-right: 29px;
}

.memory-client .items-memory__name span {
	font-weight: 700;
}

.memory-client .items-memory__cursive {
	font-family: "KobzarKs";
	font-size: 29px;
	letter-spacing: 0.03em;
	text-transform: lowercase;
	color: #4f4018;
	opacity: 0.2;
	margin-top: 18px;
}

.memory-client .items-memory .item-memory__block-icon {
	margin-bottom: 14px;
}

.memory-client .items-memory .item-memory__text {
	font-size: 16px;
	line-height: 112%;
	color: #232323;
}

.memory-client .items-memory .item-memory__text span {
	font-weight: 700;
	color: #b9789f;
}

.security {
	padding-top: 45px;
	padding-bottom: 210px;
}

.security .items-security {
	margin-top: 23px;
}

.security .items-security .item-security {
	background: #fefcf9;
	border-radius: 150px;
	min-height: 160px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 12px 0 27px;
}

.security .items-security .item-security__block-image {
	width: 27px;
	height: 27px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 20px;
}

.security .items-security .item-security__text {
	line-height: 112%;
}

.certificate {
	background: url(../img/paper-2.png) 0 -62px;
	background-repeat: no-repeat;
	padding-bottom: 206px;
	background-size: 100%;
}

.certificate__form {
	border: 2px solid #b9789f;
	border-radius: 25px;
	-webkit-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
	margin-left: 82px;
	margin-right: 82px;
}

.certificate__image {
	position: relative;
}

.certificate__image img {
	border-radius: 25px;
	position: absolute;
}

.certificate__image-1 {
	-webkit-transform: rotate(6deg);
	-ms-transform: rotate(6deg);
	transform: rotate(6deg);
}

.certificate__image-1 img {
	z-index: 1;
	top: -100px;
	left: 234px;
}

.certificate__image-2 {
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}

.certificate__image-2 img {
	left: 11px;
	z-index: 2;
	top: -40px;
}

.certificate__image-3 {
	-webkit-transform: rotate(-12deg);
	-ms-transform: rotate(-12deg);
	transform: rotate(-12deg);
}

.certificate__image-3 img {
	top: -29px;
	left: 539px;
}

.certificate__image-4 {
	-webkit-transform: rotate(12deg);
	-ms-transform: rotate(12deg);
	transform: rotate(12deg);
}

.certificate__image-4 img {
	right: -48px;
	top: -111px;
}

.certificate__block {
	border-radius: 25px;
	background: #b9789f url(../img/line-sert-bg.png);
	padding: 19px;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

.certificate__wrapper {
	border: 1px dashed #fff;
	border-radius: 25px;
	height: 100%;
	padding-bottom: 80px;
}

.certificate__title {
	font-size: 50px;
	line-height: 118%;
	letter-spacing: -0.03em;
	text-transform: lowercase;
	text-align: center;
	color: #fff;
	font-family: "EvolventaRegular", sans-serif;
	margin-top: 90px;
}

.certificate__description {
	font-size: 29px;
	text-align: center;
	color: #fff3f4;
	font-family: "KobzarKs";
	margin-top: 25px;
}

.certificate__btn {
	border-radius: 500px;
	text-align: center;
	width: 289px;
	height: 75px;
	font-weight: 400;
	font-size: 18px;
	text-transform: lowercase;
	color: #4f4018;
	background: #ead499;
	display: block;
	line-height: 70px;
	margin: 51px auto 0;
	border: 2px solid transparent;
}

.certificate__btn:hover {
	border: 2px solid #ead499;
	background: transparent;
	color: #ead499;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.certificate__btn:not(:hover) {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.faq {
	padding-top: 70px;
	padding-bottom: 75px;
	overflow: hidden;
}

.page-two .faq {
	padding-top: 0;
}

.faq__title {
	padding-right: 360px;
}

.faq .items_faq {
	margin-top: 10px;
}

.faq .items_faq .item_faq {
	padding-top: 34px;
	padding-bottom: 34px;
	border-bottom: 1px solid #e2e2e2;
	cursor: pointer;
	padding-right: 55px;
	background: url(../img/plus.svg) no-repeat right 23px;
}

.faq .items_faq .item_faq .name {
	font-size: 22px;
	line-height: 123%;
	color: #b9789f;
}

.faq .items_faq .item_faq .text {
	line-height: 112%;
	color: #232323;
	margin-top: 24px;
	display: none;
}

.faq .items_faq .item_faq.active {
	background: url(../img/close.svg) no-repeat right 23px;
}

.faq .items_faq .item_faq.active .text {
	display: block;
}

.sugar {
	padding-top: 70px;
	padding-bottom: 70px;
}

.sugar__title {
	font-size: 60px;
	line-height: 100%;
	letter-spacing: -0.03em;
	text-transform: lowercase;
	color: #414141;
}

.sugar__block-text {
	margin-top: 44px;
}

.sugar__text {
	line-height: 24px;
}

.up-footer {
	height: 85px;
	background: url(../img/up-footer.png) no-repeat center bottom, url(../img/up-footer-2.png) no-repeat center bottom;
}

.footer {
	background: #ba9db1;
	padding-bottom: 53px;
	padding-top: 53px;
}

.footer__logo {
	width: 244px;
	height: 108px;
	background: url(../img/logo.png);
	display: block;
}

.footer__copyright {
	margin-top: 41px;
	font-weight: 700;
	font-size: 20px;
	line-height: 105%;
	text-transform: lowercase;
	color: #fdeaf5;
}

.footer__copyright span {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}

.footer__item {
	margin-bottom: 52px;
	margin-top: 19px;
}

.footer__item-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 105%;
	text-transform: lowercase;
	color: #d5bac9;
	margin-bottom: 19px;
}

.footer__item-text {
	font-weight: 700;
	font-size: 15px;
	line-height: 112%;
	color: #fdeaf5;
}

.footer__item-phone {
	height: 17px;
}

.footer__item-phone a {
	font-weight: 300;
	font-size: 40px;
	line-height: 45%;
	color: #fde9b3;
}

.footer__item-phone a:hover {
	color: #4F4018;
}

.footer__item-mail a {
	font-weight: 700;
	font-size: 16px;
	line-height: 112%;
	color: #fdeaf5;
}

.footer__item-mail a:hover {
	color: #fde9b3;
}

.footer__social {
	margin-top: 52px;
}

.footer__social ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

.footer__social ul li {
	margin-left: 18px;
}

.footer__social ul li a {
	display: block;
	width: 28px;
	height: 28px;
	background: url(../img/vk.svg);
}

.footer__social ul li a:hover {
	background: url(../img/vk-active.svg);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.footer__social ul li a:not(:hover) {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.footer__social ul li:nth-child(2) a {
	width: 32px;
	height: 32px;
	background: url(../img/telegram.svg);
}

.footer__social ul li:nth-child(2) a:hover {
	background: url(../img/telegram-active.svg);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.footer__social ul li:nth-child(2) a:not(:hover) {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.footer__social ul li:nth-child(3) a {
	width: 32px;
	height: 32px;
	background: url(../img/telegram.svg);
}

.footer__social ul li:nth-child(3) a:hover {
	background: url(../img/telegram-active.svg);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.footer__social ul li:nth-child(3) a:not(:hover) {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.footer__danger {
	line-height: 112%;
	color: #fdeaf5;
	display: inline-block;
	margin-top: 50px;
}

.footer__danger:hover {
	text-decoration: underline;
}

#breadcrumbs {
	padding-top: 40px;
	padding-bottom: 50px;
}

#breadcrumbs .navi {
	font-size: 14px;
	line-height: 18px;
	color: #757575;
}

#breadcrumbs .navi span {
	background: #EAE8E2;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 6px;
	display: inline-block;
	border-radius: 500px;
}

#breadcrumbs .navi a {
	border-radius: 500px;
	font-size: 14px;
	line-height: 18px;
	background: #A89257;
	color: #fff;
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 6px;
}

#breadcrumbs .navi a:hover {
	background: #8b7846;
}

#breadcrumbs .navi i {
	background: url(../img/bread-icon.png);
	width: 6px;
	height: 11px;
	display: inline-block;
	margin: 0 8px;
}

.page-text__title {
	font-family: 'Evolventa';
	font-size: 60px;
	line-height: 60px;
	letter-spacing: -0.03em;
	color: #000000;
	padding-bottom: 40px;
}
.maps-cont {
	margin-bottom: 40px;
}
.item-news__image img {
	border-radius: 25px;
}
.item-news__title {
	font-family: 'Evolventa';
	font-weight: 700;
	font-size: 20px;
	line-height: 21px;
	color: #B9789F;
	margin-bottom: 20px;
}
.item-news__text {
	line-height: 24px;
}
.item-news {
	margin-bottom: 30px;
}
.item-news__btn {
    border-radius: 500px;
    text-align: center;
    height: 48px;
    font-weight: 400;
    font-size: 18px;
    text-transform: lowercase;
    color: #4f4018;
    background: #ead499;
    display: block;
    line-height: 42px;
    margin: 10px 0 0 0;
    border: 2px solid transparent;
    width: 220px;
    float: right;
}
.item-news__btn:hover {
	border: 2px solid #ead499;
	background: transparent;
	color: #ead499;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.page-two .pages a.but.active {
	background: #b9789f;
	color: #fff;
}
.page-two .pages a {
    width: 40px;
    height: 40px;
    border: 1px solid #b9789f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    margin: 3px 3px;
}
.page-two .pages a {
    width: 40px;
    height: 40px;
    border: 1px solid #b9789f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    margin: 3px 3px;
}
.page-text__text {
	line-height: 24px;
}
