@font-face {
	font-family: ProximaNova;
	src: url('../fonts/ProximaNova-Regular.eot');
	src: local('☺'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.otf') format('otf'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg') format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: ProximaNova;
	src: url('../fonts/ProximaNova-Light.eot');
	src: local('☺'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.otf') format('otf'), url('../fonts/ProximaNova-Light.ttf') format('truetype'), url('../fonts/ProximaNova-Light.svg') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: ProximaNova;
	src: url('../fonts/ProximaNova-Semibold.eot');
	src: local('☺'), url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.otf') format('otf'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype'), url('../fonts/ProximaNova-Semibold.svg') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: ProximaNova;
	src: url('../fonts/ProximaNova-Bold.eot');
	src: local('☺'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.otf') format('otf'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: ProximaNova;
	src: url('../fonts/ProximaNova-Extrabld.eot');
	src: local('☺'), url('../fonts/ProximaNova-Extrabld.woff') format('woff'), url('../fonts/ProximaNova-Extrabld.otf') format('otf'), url('../fonts/ProximaNova-Extrabld.ttf') format('truetype'), url('../fonts/ProximaNova-Extrabld.svg') format('svg');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: CeraPro;
	src: url('../fonts/CeraPro-Regular.eot');
	src: local('☺'), url('../fonts/CeraPro-Regular.woff') format('woff'), url('../fonts/CeraPro-Regular.otf') format('otf'), url('../fonts/CeraPro-Regular.ttf') format('truetype'), url('../fonts/CeraPro-Regular.svg') format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: CeraPro;
	src: url('../fonts/CeraPro-Bold.eot');
	src: local('☺'), url('../fonts/CeraPro-Bold.woff') format('woff'), url('../fonts/CeraPro-Bold.otf') format('otf'), url('../fonts/CeraPro-Bold.ttf') format('truetype'), url('../fonts/CeraPro-Bold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/*  БАЗОВЫЕ НАСТРОЙКИ  */
body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img,
abbr {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ul li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

legend {
	color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

img {
	max-width: 100%;
}

html {
	font-size: 14px;
}

@media screen and (min-width: 560px) {
	html {
		font-size: 16px;
	}
}

@media screen and (min-width: 990px) {
	html {
		font-size: 18px;
	}
}

@media screen and (min-width: 1250px) {
	html {
		font-size: 20px;
	}
}

body {
	font-family: ProximaNova, Tahoma, sans-serif;
	line-height: 1.3;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	font-style: normal;
}

@media screen and (min-width: 780px) {
	body {
		font-size: 16px;
	}
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 100000px;
}

img {
	display: block;
	height: auto;
}

a {
	color: inherit;
	outline: none;
	text-decoration: none;
}

a[role="button"] {
	cursor: pointer;
}

button {
	cursor: pointer;
}

strong {
	font-weight: 700;
}

.main-page {
	min-width: 320px;
	overflow: hidden;
}

.container {
	position: relative;
	z-index: 1;
	max-width: 430px;
	margin: 0 auto;
	padding: 0 15px;
}

@media screen and (min-width: 560px) {
	.container {
		max-width: 530px;
	}
}

@media screen and (min-width: 780px) {
	.container {
		max-width: 750px;
	}
}

@media screen and (min-width: 990px) {
	.container {
		max-width: 960px;
	}
}

@media screen and (min-width: 1250px) {
	.container {
		max-width: 1230px;
	}
}

.no-display {
	display: none;
}
.nowrap {
	white-space: nowrap;
}
.ta-c,
.box-btn {
	text-align: center;
}

.d-ib {
	display: inline-block;
}

.row,
.header,
.types__wrap,
.types__adv {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.row_no-margin,
.quiz__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

[hidden] {
	display: none !important;
}

.fill_green {
	fill: #76012B;
}

.color_green {
	color: #76012B;
}

@media screen and (min-width: 990px) {

	.fz18,
	.modal__checks,
	.footer__text,
	.quiz__label-text,
	.review__text {
		font-size: 18px;
	}
}

.fz20,
.modal__title,
.review__datetime {
	font-size: 18px;
}

@media screen and (min-width: 990px) {

	.fz20,
	.modal__title,
	.review__datetime {
		font-size: 20px;
	}
}

.btn1 {
	display: inline-block;
	padding: 0.9rem 2rem 0.9rem;
	border: 1px solid #fff;
	border-radius: 30px;
	cursor: pointer;
	outline: none;
	background: #fff;
	text-align: center;
	text-decoration: none;
	color: #76012B;
	font-family: ProximaNova, Tahoma, sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.5px;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background, color;
	-o-transition-property: background, color;
	transition-property: background, color;
	-webkit-animation: 3s heartBeat infinite;
	animation: 3s heartBeat infinite;
}

@media screen and (min-width: 560px) {
	.btn1 {
		font-size: 18px;
	}
}

.btn1:hover {
	background: #76012B;
	color: #fff;
	text-decoration: none;
}

.btn1_bordered {
	border-color: #76012B;
}

.btn1.btn1_green {
	background: #76012B;
	border-color: #76012B;
	color: #fff;
}

.btn1.btn1_green:hover {
	background: #fff;
	color: #76012B;
}

.play {
	position: relative;
}

.play:hover .play__icon i {
	background: #76012B;
}

.play:hover .play__icon i::after {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6.5px 0 6.5px 11px;
	border-color: transparent transparent transparent #fff;
}

.play:hover .play__icon.play__icon_big i::after {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 13px 0 13px 23px;
	border-color: transparent transparent transparent #fff;
}

.play__icon {
	position: absolute;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	border: 1px solid #fff;
	top: 50%;
	left: 50%;
	margin-top: -29px;
	margin-left: -29px;
	padding: 8px;
}

@media screen and (min-width: 990px) {
	.play__icon.play__icon_big {
		width: 118px;
		height: 118px;
		margin-top: -59px;
		margin-left: -59px;
		padding: 18px;
	}
}

@media screen and (min-width: 990px) {
	.play__icon.play__icon_big i {
		width: 82px;
		height: 82px;
	}
}

@media screen and (min-width: 990px) {
	.play__icon.play__icon_big i::after {
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 13px 0 13px 23px;
		border-color: transparent transparent transparent #76012B;
		margin-top: -13px;
	}
}

.play__icon i {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	background: #fff;
	border: 3px solid #76012B;
	border-radius: 50%;
	-webkit-transition: 0.4s background;
	-o-transition: 0.4s background;
	transition: 0.4s background;
}

.play__icon i::after {
	content: '';
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6.5px 0 6.5px 11px;
	border-color: transparent transparent transparent #76012B;
	top: 50%;
	left: 40%;
	margin-top: -6px;
	-webkit-transition: 0.4s border-color;
	-o-transition: 0.4s border-color;
	transition: 0.4s border-color;
}

.logo {
	max-width: 171px;
}
header .logo,
footer .logo {
	max-width: 191px;
  background: rgba(0,0,0,0.2);
  background: #fff;
  padding: 10px;
  margin-top: -10px;
  border-radius: 5px;
}

.phone {
	margin-bottom: 5px;
}

.phone__link {
	font-size: 24px;
	letter-spacing: 0.6px;
	font-weight: 300;
}

@media screen and (min-width: 1250px) {
	.phone__link {
		font-size: 20px;
	}
}

.phone__link strong {
	font-weight: 800;
}

.design {
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid;
}
.design:hover {
	border-color: transparent;
}

.design svg,
.design img {
	display: inline-block;
	margin-left: 5px;
}

.toggle {
	display: block;
	width: 34px;
	padding: 4px 5px 0;
	background: transparent;
	border: 0px;
	text-align: center;
	font-size: 1px;
	cursor: pointer;
	outline: none;
}

.toggle span {
	display: inline-block;
	width: 24px;
	height: 3px;
	background: #fff;
	margin-bottom: 4px;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.close {
	display: inline-block;
	position: relative;
	background: none;
	border: 0px;
	outline: none;
	padding: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.2);
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.close:hover {
	color: #76012B;
}

.close svg {
	fill: currentColor;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}

.messengers {
	margin: 0 -3px;
}

.messengers__item {
	display: inline-block;
	margin: 0 3px;
	padding: 0;
	width: 34px;
	height: 34px;
	line-height: 32px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	-o-transition: transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
	
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.messengers__item:hover {
	background: #76012B;
	-webkit-box-shadow: inset 0 0 1px 1px #fff;
	box-shadow: inset 0 0 1px 1px #fff;
}

.messengers__item svg {
	display: inline-block;
	vertical-align: middle;
	fill: currentColor;
}

.messengers__title {
	font-weight: 300;
	display: inline-block;
	margin: 0 7px 0 0;
}

@media screen and (min-width: 1250px) {
	.messengers__title {
		letter-spacing: 0.4px;
		font-size: 18px;
		margin-right: 5px;
	}
}

.messengers_telegram {
	background: #33b4f3;
	padding: 1px 1px 0 0px;
}

.messengers_viber {
	background: #9e5dd1;
}
.messengers_wa {
	background: #0ceb58;
	padding: 0 0 0 1px;
}


.messengers_instagram {
	background: -o-linear-gradient(45deg, #fe5340 0%, #cc3a98 100%);
	background: linear-gradient(45deg, #fe5340 0%, #cc3a98 100%);
}

.messengers_phone {
	background: #04B360;
}

.messengers.messengers_inputs {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.messengers.messengers_inputs .messengers__title {
	font-weight: 400;
	font-size: 16px;
	margin-right: 0.7rem;
	margin-right: 5px;
}

@media screen and (max-width: 429px) {
	.messengers.messengers_inputs .messengers__title {
		display: block;
		margin-bottom: 10px;
		margin-right: 0;
	}
}

.messengers.messengers_inputs .messengers__item {
	width: 40px;
	height: 40px;
	line-height: 38px;
	margin: 0 5px;
}

.messengers.messengers_inputs .messengers__item:hover {
	-webkit-box-shadow: inset 0 0 1px 1px #76012B;
	box-shadow: inset 0 0 1px 1px #76012B;
	background: #fff;
	color: #76012B;
}

.messengers.messengers_inputs .messengers__item.js-active {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-box-shadow: inset 0 0 1px 1px #76012B;
	box-shadow: inset 0 0 1px 1px #76012B;
	background: #fff;
	color: #76012B;
}

.aside {
	position: fixed;
	z-index: 110;
	left: 0;
	top: 0;
	width: 300px;
	height: 100%;
	-webkit-transform: translateX(-120%);
	-ms-transform: translateX(-120%);
	transform: translateX(-120%);
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding: 60px 0 30px;
	background: #fff;
}

.aside.js-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.aside.js-active+.aside__overlay {
	display: block;
}

.aside+.aside__overlay {
	position: fixed;
	z-index: 109;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.aside__wrap {
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 0 15px;
}

.aside__close {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #76012B;
}

.title-2 {
	display: block;
	margin: 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 1.2;
}

@media screen and (min-width: 1250px) {
	.title-2 {
		font-size: 48px;
	}
}

.title-2 strong {
	display: block;
	color: #76012B;
}
.title-2 b {
	font-weight: 700;
	color: #76012B;
}
.title-2 .t-numb {
	font-weight: bold;
	color: #76012B;
}

@media screen and (min-width: 1250px) {
	.title-2 strong {
		letter-spacing: 0.8px;
	}
}

.title-3 {
	display: block;
	margin: 8px auto 0;
	text-align: center;
	color: #76012B;
	font-weight: 300;
	font-size: 1.2rem;
}

@media screen and (min-width: 1250px) {
	.title-3 {
		font-size: 27px;
		letter-spacing: 0.5px;
	}
}

.section-label {
	display: none;
}

@supports ((-webkit-writing-mode: vertical-lr) or (writing-mode: vertical-lr)) {
	@media screen and (min-width: 1250px) {
		.section-label {
			display: block;
			-webkit-writing-mode: vertical-lr;
			-ms-writing-mode: tb-lr;
			writing-mode: vertical-lr;
			-webkit-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
			transform: rotate(180deg);
			font-weight: 300;
			text-transform: uppercase;
			letter-spacing: 3px;
			position: absolute;
			left: 50%;
			margin-left: -606px;
			top: 170px;
			width: 20px;
		}
	}
}

.subtitle {
	display: block;
	margin: 0;
	padding: 13px 20px 14px 30px;
	font-size: 16px;
	letter-spacing: 0.3px;
	background: #76012B;
	color: #fff;
}

@media screen and (min-width: 780px) {
	.subtitle {
		font-size: 18px;
	}
}

@media screen and (min-width: 1250px) {
	.subtitle {
		position: absolute;
		z-index: 3;
		line-height: 1.25;
	}
}

@media screen and (min-width: 1250px) {
	.subtitle::after {
		content: '';
		display: block;
		position: absolute;
		width: 3px;
		height: 36px;
		left: 16px;
		top: -17px;
		background: #fff;
	}
}

.subtitle strong {
	font-weight: 500;
}

.desc {
	display: block;
	position: relative;
	margin: 0 0 15px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
}

@media screen and (min-width: 560px) {
	.desc {
		font-size: 18px;
	}
}

@media screen and (min-width: 1250px) {
	.desc {
		font-size: 20px;
		letter-spacing: 0.5px;
	}
}

.first-letter {
	display: inline-block;
	position: relative;
	font-weight: 700;
	font-size: 1.8em;
	color: #76012B;
	line-height: 1;
	background: none;
}

@media screen and (min-width: 1250px) {
	.first-letter {
		color: #fff;
	}
}

@media screen and (min-width: 1250px) {
	.first-letter::after {
		content: '';
		display: block;
		position: absolute;
		z-index: 0;
		right: 4px;
		top: 0;
		width: 30px;
		height: 30px;
		background: #76012B;
	}
}

.first-letter span {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.tooltipster-arrow {
	display: none !important;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
	border-radius: 0;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
	font-size: 18px;
	background: #76012B;
	color: #fff;
	padding: 12px 20px 12px;
}

.tooltipster-base {
	z-index: 50 !important;
}

/*  animate.css -https://daneden.github.io/animate.css/  */
@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	10% {
		-webkit-transform: scale(1.03);
		transform: scale(1.03);
	}

	20% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	30% {
		-webkit-transform: scale(1.03);
		transform: scale(1.03);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	10% {
		-webkit-transform: scale(1.03);
		transform: scale(1.03);
	}

	20% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	30% {
		-webkit-transform: scale(1.03);
		transform: scale(1.03);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/*  ФОРМА  */
.form__modal {
	text-align: center;
}

.form__desc {
	margin-bottom: 15px;
	font-size: 18px;
}

@media screen and (min-width: 990px) {
	.form__desc {
		font-size: 20px;
	}
}

.form__box-input {
	max-width: 300px;
	margin: 0 auto 12px;
}

.form__box-submit {
	max-width: 300px;
	margin: 0 auto 12px;
	text-align: center;
}

.form__input {
	width: 100%;
	display: inline-block;
	color: #000;
	padding: 7px 20px 8px;
	height: 50px;
	border-radius: 25px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	background: #fff;
	font-size: 16px;
	font-family: ProximaNova, Tahoma, sans-serif;
	letter-spacing: 0.7px;
	outline: none;
	font-weight: 300;
}

@media screen and (min-width: 1250px) {
	.form__input {
		font-size: 18px;
		height: 60px;
		border-radius: 30px;
		padding-left: 25px;
	}
}

.form__input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.form__input::-moz-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.form__input:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.form__input::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.form__input::placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.form__input:focus {
	border-color: #76012B;
}

.form__submit {
	-webkit-appearance: none;
	min-width: 283px;
}

.form__submit[disabled] {
	background: #004f38;
	cursor: not-allowed;
}

.form__policy {
	display: inline-block;
}

.form__box-checkbox {
	text-align: center;
	margin-top: 20px;
}

.form__checkbox {
	display: none;
}

.form__checkbox:checked+.form__label-checkbox::before {
	background: #000;
}

.form__label-checkbox {
	display: inline-block;
	cursor: pointer;
}

.form__label-checkbox::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 1px solid;
	-webkit-box-shadow: inset 0 0 0 3px #fff;
	box-shadow: inset 0 0 0 3px #fff;
	margin-right: 7px;
	background: #fff;
}

/*  МОДАЛЬНОЕ ОКНО  */
.modal {
	position: relative;
	max-width: 680px;
	width: 97vw;
	margin: 20px auto;
	background: #fff;
	font-weight: 300;
	line-height: 1.4;
	overflow: hidden;
}

.modal--lg {
	max-width: 900px;
}

.modal.modal_w-375 {
	max-width: 375px;
}
.modal-quiz {
	max-width: 1200px;
}

.modal__wrap {
	max-height: calc(100vh - 40px);
	overflow: auto;
	padding: 50px 20px;
}

.modal__close {
	position: absolute;
	z-index: 5;
	top: 10px;
	right: 10px;
}

.modal__photo {
	width: 100%;
	flex: 0 0 auto;
	position: relative;
	padding-bottom: 100%;
}

.modal__photo img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.modal__title {
	display: block;
	margin: 0 0 20px;
	line-height: 1.2;
	font-weight: 500;
}


.modal__desc {
	display: block;
	margin: 0 0 20px;
	text-align: center;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1.2;
}

.modal__desc strong {
	display: block;
	color: #76012B;
}

.modal__subdesc {
	display: block;
	max-width: 430px;
	margin: 0 auto 20px;
	text-align: center;
	font-weight: 300;
	font-size: 16px;
}

.modal__cols {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.modal__info {
	flex: 1 0 0;
	text-align: left;
}

.modal__info .form__box-input,
.modal__info .form__box-submit {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}

.modal__info .form__box-submit .btn1 {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	font-size: 17px;
}


.modal__content {
	position: relative;
	z-index: 1;
}

.modal__checks {
	display: block;
	margin-bottom: 12px;
	position: relative;
	padding-left: 30px;
	font-weight: 300;
}

.modal__checks svg {
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	fill: #76012B;
}

.modal .advantages__icon {
	opacity: 0.3;
	fill: #76012B;
	position: absolute;
	z-index: 0;
	right: -20px;
	bottom: -30px;
}

.modal .messengers {
	margin-top: 20px;
	margin-bottom: 20px;
}

@media screen and (min-width: 430px) {
	.modal .messengers__title {
		width: 130px;
		margin-right: 5px !important;
		text-align: left;
		vertical-align: middle;
	}
}

@media screen and (min-width: 560px) {
	.modal__wrap {
		padding: 45px 40px 55px;
	}

	.modal__desc {
		font-size: 1.5rem;
	}

	.modal__info .modal__desc {
		font-size: 1.8rem;
		text-align: left;
		margin-bottom: 10px;
	}

	.modal__info .modal__subdesc {
		text-align: left;
		margin-bottom: 35px;
	}

	.modal__cols {
		gap: 60px;
		flex-direction: row;
	}

	.modal__photo {
		padding-bottom: 20%;
		width: 50%;
	}

	.modal .form__box-input,
	.modal .form__box-submit {
		/* max-width: 370px; */
	}

	.modal .form__box-submit {
		margin: 30px auto 0;
	}

	.modal .form__box-submit .btn1 {
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	.modal__info .messengers.messengers_inputs {
		text-align: left;
		justify-content: flex-start;
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (min-width: 1250px) {
	.modal {
		font-size: 18px;
		letter-spacing: 0.3;
	}
	.modal__title .first-letter {
		margin-left: 7px;
	}
}

.lity {
	background: rgba(0, 0, 0, 0.6);
}

.lity-close {
	opacity: 1;
	display: none !important; 
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	margin: 0 8px 0;
}

.slick-dots li button {
	font-size: 8px;
	font-size: 0;
	width: 5px;
	height: 5px;
	padding: 0;
	border-radius: 50%;
	border: 0;
	color: rgba(0, 0, 0, 0.3);
	background: currentColor;
	cursor: pointer;
	outline: none;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.slick-dots li.slick-active button {
	color: #76012B;
	-webkit-transform: scale(1.7);
	-ms-transform: scale(1.7);
	transform: scale(1.7);
}

.slider__control {
	max-width: 225px;
	margin: 15px auto 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.slider__arrow {
	display: block;
	-webkit-transition: color 0.4s;
	-o-transition: color 0.4s;
	transition: color 0.4s;
	color: #76012B;
}

.slider__arrow svg {
	fill: currentColor;
}

.slider__info {
	font-weight: 300;
	font-size: 24px;
	opacity: 0.4;
}

.slider__curr {
	font-weight: 800;
}

/*  ШАПКА  */
.header {
	padding: 15px 0 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 99;
}

.header__toggle {
	width: 34px;
	margin: 0 15px;
	/* -ms-flex-item-align: end;
	align-self: flex-end; */
	margin-bottom: -3px;
}

.header__logo {
	width: 171px;
	margin: 0 15px;
}

.header__center {
	display: none;
}

.header__right {
	width: calc(100% - 30px);
	margin: 20px 15px 0;
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 0 15px;
}
.header__right .btn1 {
	font-size: 14px;
  padding: 10px 20px;
  /* margin-top: 10px; */
}
.header__btn {
	/* margin-top: 15px; */
}
.header__right .messengers {
	margin-top: 4px;
}

@media screen and (min-width: 560px) {
	.header__right {
		margin-top: 10px;
		text-align: right;
		width: 310px;
		display: flex;
		/* flex-wrap: wrap; */
		gap: 0 15px;
		justify-content: flex-end;
	}
	.header__right .messengers {
		order: -1;
		margin-top: 4px;
	}

	.header__toggle {
		-ms-flex-item-align: center;
		align-self: center;
		margin-bottom: -18px;
	}
}

@media screen and (min-width: 1250px) {
	.header {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-top: 0;
	}

	.header__toggle {
		display: none;
	}

	.header__logo {
		width: 223px;
	}

	.header__center {
		display: block;
		margin: 0 15px;
		padding-top: 22px;
		width: 620px;
		width: 500px;
		margin-right: auto;
	}

	.header__right {
		margin-top: 0;
		padding-top: 0px;
		width: 270px;
	}
	.header__btn {
		margin-top: 0;
	}
}

/*  НАВИГАЦИЯ  */
.nav {
	display: none;
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 0;
	left: 0;
	padding: 10px 0 10px;
	background: #fff;
	-webkit-transform: translateY(-110%);
	-ms-transform: translateY(-110%);
	transform: translateY(-110%);
	opacity: 0;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-box-shadow: 0px 0px 70.84px 21.16px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 70.84px 21.16px rgba(0, 0, 0, 0.07);
}

.nav.js-active {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.nav .messengers {
	/* margin-bottom: -27px; */
}

.nav .messengers__title {
	display: none;
}

.nav .phone {
	margin-bottom: 5px;
}
.nav .btn1 {
	font-size: 14px;
  padding: 10px 20px;
}

.nav .header {
	padding: 0;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav .header__center {
	padding: 0;
}
.nav .header__right {
	margin-top: 0;
	padding: 0;
	display: none;
}

.nav .header__toggle {
	margin-bottom: 0;
}

.nav .toggle span {
	background: #76012B;
}

@media screen and (min-width: 560px) {
	.nav .header__right {
		display: flex;
	}
}

.menu__item {
	display: block;
	margin: 15px 0;
}

.menu__link {
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0.5px;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	-webkit-transition: 0.3s border-color;
	-o-transition: 0.3s border-color;
	transition: 0.3s border-color;
}

.menu__link:hover {
	border-bottom-color: currentColor;
}

@media screen and (min-width: 1250px) {
	.menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		/* -webkit-box-pack: justify;
		-ms-flex-pack: justify; */
		justify-content: space-around;
		margin: 0 -10px;
	}

	.menu__item {
		margin: 0 10px;
	}
}

/*  Подвал  */
.footer {
	padding: 20px 0;
	background: #76012B;
	color: #fff;
}

.footer__row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer__row + .footer__row {
	margin-top: 30px;
	align-items: flex-end;
}

.footer__col {
	margin: 0 15px 20px;
	width: calc(100% - 30px);
	text-align: center;
}

.footer__logo {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.footer__logo .logo {
	margin: 0 auto;
}

.footer__right {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	display: flex;
	gap: 10px 15px;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
}
.footer__btn {
	margin-top: 10px;
}
.footer__btn .btn1 {
	font-size: 16px;
	padding: 14px 24px;
}

.footer__center {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.footer__text {
	font-weight: 300;
}

.footer__text a {
	display: inline-block;
	border-bottom: 1px solid;
	line-height: 1;
}

@media screen and (min-width: 560px) {
	.footer__logo {
		width: 171px;
	}

	.footer__logo .logo {
		margin: 0;
	}

	.footer__right {
		width: 270px;
		text-align: right;
		justify-content: flex-end;
		flex-direction: row;
	}
	.footer__right .messengers {
		order: -1;
	}
	.footer__btn {
		margin-top: 0;
	}
	.footer__right .messengers {
		margin-top: 10px;
	}
}

@media screen and (min-width: 990px) {
	.footer__col:nth-child(1) {
		width: 300px;
		text-align: left;
	}

	.footer__col:nth-child(2) {
		width: 300px;
		text-align: left;
	}

	.footer__col:nth-child(3) {
		width: 270px;
		text-align: right;
	}

	.footer__center {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding-top: 10px;
	}

	.footer__right {
		padding-top: 10px;
	}
}

@media screen and (min-width: 1250px) {
	.footer {
		padding: 57px 0 55px;
	}

	.footer__col:nth-child(1) {
		width: 400px;
	}
}

.slides {
	display: inline-block;
	background-image: url(../img/slides.png);
	height: 64px;
}

.slides-01 {
	background-position: -248px -148px;
	width: 94px;
}

.slides-02 {
	background-position: -123px -148px;
	width: 111px;
}

.slides-03 {
	background-position: -248px 0px;
	width: 111px;
}

.slides-04 {
	background-position: 0px 0px;
	width: 114px;
}

.slides-05 {
	background-position: -124px 0px;
	width: 114px;
}

.slides-06 {
	background-position: -124px -74px;
	width: 113px;
}

.slides-07 {
	background-position: -248px -74px;
	width: 109px;
}

.slides-08 {
	background-position: 0px -74px;
	width: 114px;
}

.slides-09 {
	background-position: 0px -148px;
	width: 113px;
}

.slides-delim {
	background-position: 0px -222px;
	width: 32px;
}

.top {
	padding: 0 0 26px;
	background: #76012B;
	color: #fff;
}
.top .container {
	position: static;
}

.top__wrap {
	margin-top: 30px;
	text-align: center;
}

.top__title {
	display: block;
	margin: 0 0 1rem;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.7rem;
	line-height: 1.2;
	letter-spacing: 0.3px;
}

.top__subtitle {
	display: block;
	margin: 0 0 25px;
	font-weight: 300;
	font-size: 1.05rem;
}


.top__slider {
	margin: 40px auto 30px;
	max-width: 1019px;
	position: relative;
	z-index: 9;
}

.top__arrow {
	color: #fff;
}

.top__arrow:hover {
	color: rgba(0, 0, 0, 0.2);
}

.top__video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	max-width: 480px;
	position: relative;
}

.top__video-link {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 126px;
	flex: 0 0 126px;
}

.top__video-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	background: #fff;
	color: #000;
	padding: 5px 15px;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.5px;
}

.top .slick-dots {
	position: absolute;
	width: 100%;
	margin: 30px 0 0;
}

.top__btn {
	min-width: 300px;
}
.top__scroll {
	display: none;
}

@media screen and (min-width: 560px) {
	.top__video-title {
		font-size: 18px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.thanks .top__video-title {
		padding-right: 60px;
	}
}
@media screen and (max-width: 559px) {
	.top__btn {
		padding: 20px 20px;
		width: 100%;
		max-width: 300px;
	}
}

@media screen and (min-width: 780px) {
	.top__title {
		font-size: 2.0rem;
	}
}

@media screen and (min-width: 1250px) {
	.top {
		padding-top: 22px;
		position: relative;
	}

	.top::after {
		content: '';
		display: block;
		position: absolute;
		z-index: 0;
		left: 50%;
		margin-left: -54px;
		top: 0;
		height: 100%;
		width: 100%;
		background: #fff;
	}

	.top__wrap {
		margin: 50px 0 0 45px;
		text-align: left;
		max-width: 40%;
	}
	.thanks .top__wrap {
		margin-left: 0;
		margin-top: 48px;
	}

	.top__title {
		margin-bottom: 30px;
	}

	.top__subtitle {
		letter-spacing: 0.7px;
		margin-bottom: 45px;
	}

	.top__title,
	.top__subtitle {
		position: relative;
		z-index: 1;
	}

	.top__slider {
		margin: 0;
		position: absolute;
		left: 50%;
		top: 135px;
		margin-left: -54px;
		max-width: 1019px;
		width: calc(50% + 54px);
	}

	.top__slider-title {
		top: 498px;
		left: 500px;
		width: 155px;
	}

	.top__video {
		margin: 65px 0 0;
		width: calc(100% + 50px);
   		 max-width: 505px;
	}
	.thanks .top__video {
	
		width: calc(100% + 120px);
   		 max-width: 575px;
	}

	.top .header__right {
		color: #000;
		margin-top: 13px;
	}

	.top .menu__item {
		color: #000;
	}

	.top .menu__item:nth-of-type(1),
	.top .menu__item:nth-of-type(2) {
		color: currentColor;
	}

	.top .slider__control {
		max-width: 222px;
		margin-left: 94px;
		margin-top: 45px;
	}

	.top .slider__arrow_next {
		color: #76012B;
	}

	.top .slider__arrow_prev {
		color: rgba(0, 0, 0, 0.2);
	}

	.top .slick-dots {
		width: 180px;
		margin-top: 40px;
		margin-left: 115px;
	}
	.top .slick-slide img {
		max-width: initial;
		position: relative;
		/* left: 50%;
		transform: translateX(-50%); */
	}

	.top__scroll {
		display: block;
		position: absolute;
		z-index: 5;
		left: 50%;
		transform: translateX(15px);
		margin-left: -615px;
		bottom: 16px;
		width: 21px;
		color: #fff;
		-webkit-transition: 0.4s color;
		-o-transition: 0.4s color;
		transition: 0.4s color;
		font-weight: 300;
		font-size: 16px;
		line-height: 20px;
		text-transform: uppercase;
	}

	.top__scroll:hover {
		color: rgba(0, 0, 0, 0.4);
	}

	.top__scroll span {
		display: block;
		-webkit-writing-mode: vertical-lr;
		-ms-writing-mode: tb-lr;
		writing-mode: vertical-lr;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.top__scroll svg {
		display: inline-block;
		margin-top: 5px;
		fill: currentColor;
	}
}

@media screen and (max-width: 1250px) {
	.top .slick-dots {
		margin-top: 10px;
	}

	.top .slick-dots li button {
		color: #fff;
	}
}

.advantages {
	padding: 40px 0 0;
}

.advantages__wrap {
	margin: 25px auto 0;
	position: relative;
}

.advantages__pic {
	position: relative;
	margin: 0 auto;
	max-width: 430px;
	padding: 0;
}

.advantages__desc {
	margin: 20px auto 0;
	max-width: 430px;
}

.advantages__list {
	margin: 20px -10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.advantages__item {
	display: block;
	position: relative;
	max-width: 205px;
	width: calc(50% - 20px);
	margin: 0 10px 15px;
	background: #fff;
	padding: 20px 15px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 56.42px 5.58px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 0px 56.42px 5.58px rgba(0, 0, 0, 0.04);
	font-weight: 500;
	-webkit-transition: -webkit-box-shadow 0.3s;
	transition: -webkit-box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.advantages__item:hover {
	-webkit-box-shadow: 0px 0px 56.42px 5.58px rgba(0, 130, 92, 0.2);
	box-shadow: 0px 0px 56.42px 5.58px rgba(0, 130, 92, 0.2);
}

.advantages__item:hover .advantages__icon,
.advantages__item:hover .advantages__plus {
	color: rgba(0, 0, 0, 0.2);
}

.advantages__icon {
	display: block;
	margin: 0 auto 12px;
	color: #76012B;
	fill: currentColor;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.advantages__plus {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #76012B;
	fill: currentColor;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.advantages__block {
	margin: 40px auto 0;
	max-width: 480px;
	position: relative;
}

.advantages__pic-2 {
	display: block;
	margin: 0;
	padding: 0;
}

.advantages__pic-2 img {
	height: 180px;
	-o-object-fit: cover;
	object-fit: cover;
}

.advantages__pic-2-label {
	display: none;
}

.advantages__block-head {
	margin: 0 0 15px;
	background: #76012B;
	padding: 20px 15px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.5rem;
	line-height: 1.2;
}

.advantages__block-head small {
	display: block;
	font-size: 1.2rem;
	font-weight: 300;
	text-transform: none;
}

@media screen and (min-width: 990px) {
	.advantages__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.advantages__desc {
		margin: 0;
	}

	.advantages__pic {
		margin: 0;
		max-width: 470px;
		-ms-flex-item-align: end;
		align-self: flex-end;
		margin-bottom: 15px;
	}
}

@media screen and (min-width: 1250px) {
	.advantages {
		padding: 107px 0 0px;
	}

	.advantages__wrap {
		display: block;
		margin-top: 72px;
	}

	.advantages__pic {
		width: 774px;
		max-width: none;
		position: absolute;
		top: 0;
		left: 0;
	}

	.advantages__desc {
		margin-left: auto;
		max-width: 450px;
		position: relative;
		z-index: 3;
		padding-top: 19px;
	}

	.advantages__desc .desc {
		margin-left: 69px;
		margin-bottom: 34px;
	}

	.advantages .subtitle {
		width: 250px;
		top: 389px;
		left: 39px;
	}

	.advantages__list {
		margin: 0 -20px;
	}

	.advantages__item {
		margin: 0 20px 30px;
		padding-top: 28px;
		padding-bottom: 23px;
		font-size: 16px;
		letter-spacing: 0.3px;
	}

	.advantages__icon {
		margin-bottom: 17px;
	}

	.advantages__block {
		max-width: none;
		margin-top: 68px;
	}

	.advantages__pic-2 {
		position: absolute;
		z-index: 0;
		top: 53px;
		right: 371px;
		width: 1191px;
		height: 436px;
	}

	.advantages__pic-2 img {
		height: auto;
	}

	.advantages__pic-2-label {
		display: block;
		position: absolute;
		z-index: -1;
		width: 267px;
		height: 75px;
		top: -57px;
		left: 362px;
	}

	.advantages__block-desc {
		position: relative;
		z-index: 1;
		width: 483px;
		right: -9px;
		top: 0;
		margin: 0 0 0 auto;
	}

	.advantages__block-desc .desc {
		margin-left: 150px;
		margin-top: 31px;
	}

	.advantages__block-head {
		font-size: 48px;
		padding: 65px 50px 52px 69px;
		letter-spacing: 2.5px;
	}

	.advantages__block-head small {
		margin-top: 25px;
		letter-spacing: 0.7px;
	}
}

.keyses {
	padding: 40px 0 45px;
}

.keyses__wrap {
	position: relative;
	margin: 15px auto 0;
	max-width: 714px;
}

.keyses__list {
	margin-bottom: 20px;
	padding: 20px 15px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 64.6px 11.4px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 64.6px 11.4px rgba(0, 0, 0, 0.08);
	font-size: 1rem;
}

.keyses__list li {
	position: relative;
	padding-left: 0.8rem;
}

.keyses__list li:not(:last-child) {
	margin-bottom: 10px;
}

.keyses__list li::before {
	content: '';
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	left: 0;
	top: 0.6rem;
	border-radius: 50%;
	background: #76012B;
}

.keyses__btns {
	text-align: center;
}

.keyses__btn {
	padding: 0.8rem 1.4rem 0.75rem;
	font-size: 16px;
	font-weight: 300;
}

.keyses__video {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 320px;
	margin: 30px auto 0;
}

.keyses__video-link {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
}

.keyses__video-title {
	display: block;
	padding-left: 30px;
	font-size: 0.9rem;
	font-weight: 300;
	text-transform: uppercase;
}

.keyses__video-header {
	display: block;
	font-weight: 700;
	color: #76012B;
}

.keyses .slick-list {
	overflow: visible;
}

@media screen and (min-width: 1250px) {
	.keyses {
		padding: 100px 0 110px;
	}

	.keyses__wrap {
		margin: 41px 0 0;
		max-width: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.keyses__slider {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 1060px;
		margin-right: -9px;
	}

	.keyses__slide {
		position: relative;
		padding-top: 27px;
		padding-bottom: 32px;
	}

	.keyses__desc {
		position: absolute;
		z-index: 3;
		top: 0;
		right: 0;
		width: 346px;
		margin: 0;
	}

	.keyses__list {
		margin-left: -134px;
		margin-bottom: 45px;
		padding: 33px 20px 38px 25px;
	}

	.keyses__list li {
		letter-spacing: 0.7px;
	}

	.keyses__list li:not(:last-child) {
		margin-bottom: 15px;
	}

	.keyses__list small {
		font-size: 16px;
	}

	.keyses__btns {
		text-align: right;
	}

	.keyses__video {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 120px;
		margin: 0;
		padding-bottom: 18px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.keyses__video-title {
		padding-left: 0;
		width: 120px;
		margin-bottom: 10px;
		line-height: 1.2;
	}

	.keyses__video-header {
		font: 0/0 a;
		color: transparent;
		text-shadow: none;
		background-color: transparent;
		border: 0;
		background: url(../img/relize.png);
		display: block;
		width: 117px;
		height: 203px;
		margin-bottom: 22px;
	}

	.keyses .slider__control {
		margin: 0;
		width: 225px;
		position: absolute;
		z-index: 5;
		right: 0;
		bottom: 25px;
	}

	.keyses .subtitle {
		position: absolute;
		z-index: 1;
		left: 19px;
		bottom: 0;
		padding: 18px 26px 17px 35px;
	}

	.keyses .subtitle strong {
		display: block;
	}
}

.quiz {
	padding: 40px 0 40px;
}

.quiz__row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 20px -10px 0;
}

.quiz__step {
	position: relative;
	max-width: 550px;
	margin: 0 auto;
}

.quiz__step-3 {
	max-width: none;
}

.quiz__step-3 .quiz__label-text-2 {
	background: rgba(0, 0, 0, 0.1);
}

.quiz__step-3 .quiz__item {
	max-width: 315px;
}

.quiz__step-3 .quiz__label-pic {
	max-width: 155px;
}

.quiz__step-4 .quiz__item {
	max-width: 300px;
}

.quiz__item {
	margin: 0 10px 20px;
	width: calc(50% - 20px);
	max-width: 259px;
}

.quiz__checkbox {
	position: absolute;
	left: -9999px;
	display: block;
}

.quiz__checkbox:checked+.quiz__label::after,
.quiz__checkbox:checked+.quiz__label .quiz__label-icon {
	opacity: 1;
}

.quiz__checkbox:checked+.quiz__label .quiz__label-text {
	color: #fff;
}

.quiz__checkbox:checked+.quiz__label-2 .quiz__label-text-2 {
	opacity: 0;
}

.quiz__checkbox:checked+.quiz__label-2 .quiz__label-pic::after,
.quiz__checkbox:checked+.quiz__label-2 .quiz__label-icon {
	opacity: 1;
}

.quiz__checkbox:checked+.quiz__label-2 .quiz__label-text-3 svg {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.quiz__label {
	display: block;
	cursor: pointer;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #fff;
	-webkit-box-shadow: 0px 0px 97.28px 54.72px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 97.28px 54.72px rgba(0, 0, 0, 0.08);
}

.quiz__label:hover::after {
	opacity: 1;
}

.quiz__label:hover .quiz__label-text {
	color: #fff;
}

.quiz__label::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 130, 92, 0)), color-stop(70%, #76012B));
	background: -o-linear-gradient(top, rgba(0, 130, 92, 0) 0%, #76012B 70%);
	background: linear-gradient(to bottom, rgba(0, 130, 92, 0) 0%, #76012B 70%);
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.quiz__label-2 {
	display: block;
	cursor: pointer;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.quiz__label-2:hover .quiz__label-text-2 {
	opacity: 0;
}

.quiz__label-2:hover .quiz__label-pic::after {
	opacity: 1;
}

.quiz__label-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 2;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 3.25rem;
	padding: 5px 10px;
	font-weight: 300;
	text-align: center;
	color: #000;
	-webkit-transition: color 0.4s;
	-o-transition: color 0.4s;
	transition: color 0.4s;
	line-height: 1.2;
	letter-spacing: 0.3px;
}

.quiz__label-icon {
	display: block;
	position: absolute;
	z-index: 2;
	width: 3rem;
	height: 3rem;
	opacity: 0;
	top: 50%;
	left: 50%;
	margin-top: -1.5rem;
	margin-left: -1.5rem;
	fill: #fff;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.quiz__label-pic {
	position: relative;
	display: block;
	max-width: 145px;
	margin: 0 auto 8px;
	-webkit-box-shadow: 0px 0px 70.84px 21.16px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 70.84px 21.16px rgba(0, 0, 0, 0.07);
}

.quiz__label-pic::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 130, 92, 0)), to(#76012B));
	background: -o-linear-gradient(top, rgba(0, 130, 92, 0) 0%, #76012B 100%);
	background: linear-gradient(to bottom, rgba(0, 130, 92, 0) 0%, #76012B 100%);
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.quiz__label-text-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.1;
	text-transform: uppercase;
	font-family: CeraPro, Tahoma, sans-serif;
	-webkit-transition: 0.4s opacity;
	-o-transition: 0.4s opacity;
	transition: 0.4s opacity;
}

.quiz__label-text-2 strong {
	display: block;
	font-size: 1.5em;
}

.quiz__label-text-2 small {
	display: block;
	font-size: 1.27em;
}

.quiz__label-text-2 sup {
	position: relative;
	top: 2px;
	font-size: 0.6em;
}

.quiz__label-text-3 {
	display: block;
	position: relative;
	font-family: CeraPro, Tahoma, sans-serif;
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
	padding: 0 !important;
}

.quiz__label-text-3 svg {
	fill: #76012B;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 5px;
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	-o-transition: transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;

	display: none;
}

.quiz__footer {
	margin-top: 30px;
	text-align: center;
}

.quiz__info {
	display: none;
}

.quiz .title-3 {
	/* max-width: 470px; */
	margin: 1.05rem auto 1.85rem;
}

@media screen and (min-width: 560px) {
	.quiz__label-text-3 {
		padding-left: 0;
	}

	.quiz__label-text-3 svg {
		position: relative;
		margin-top: 0;
		top: -0.2rem;
	}

	.quiz__step-3 .quiz__item {
		width: calc(33.333% - 20px);
		margin-bottom: 26px;
	}
}

@media screen and (min-width: 1250px) {
	.quiz {
		padding: 100px 0 35px;
	}

	.quiz__step {
		max-width: none;
	}
	.quiz__step .title-2 {
		font-size: 28px;
	}
	.quiz__step .title-3 {
		font-size: 20px;
		max-width: 600px;
		margin-top: 10px;
	}

	.quiz__step-1 .quiz__row {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 51px;
	}

	.quiz__step-2 .quiz__row {
		margin-top: 84px;
	}

	.quiz__step-2 .quiz__item {
		max-width: 250px;
	}

	.quiz__step-2 .quiz__footer {
		margin-top: 57px;
	}

	.quiz__step-3 {
		padding: 0 100px;
	}

	.quiz__step-3 .quiz__row {
		margin-top: 60px;
	}

	.quiz__step-3 .quiz__label-pic {
		margin-bottom: 11px;
	}

	.quiz__step-3 .quiz__footer {
		margin-top: 28px;
	}

	.quiz__step-4 .quiz__footer {
		margin-top: 68px;
	}

	.quiz__label-text-3 {
		font-size: 18px;
		letter-spacing: 0.3px;
	}

	.quiz__label-pic {
		margin-bottom: 20px;
	}

	.quiz__footer {
		margin-top: 50px;
	}

	.quiz__info {
		display: block;
		position: absolute;
		right: 6px;
		bottom: -14px;
		text-align: right;
		font-weight: 800;
		font-size: 48px;
		color: rgba(0, 0, 0, 0.1);
		letter-spacing: 1px;
	}

	.quiz__info img {
		opacity: 0.3;
		vertical-align: baseline;
		display: inline-block;
		margin-right: 17px;
	}
}

@media screen and (max-width: 560px) {
	.quiz__step-4 .quiz__item {
		width: calc(100% - 20px);
	}
}

.types {
	padding: 40px 0 0;
}

.types__wrap {
	margin-top: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.types__item {
	margin: 0 15px 1rem;
	width: calc(100% - 30px);
	position: relative;
	max-width: 472px;
}

.types__pic {
	display: block;
	position: relative;
	z-index: 1;
}

.types__pic:hover::after {
	opacity: 0.2;
}

.types__pic::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-transition: 0.3s opacity;
	-o-transition: 0.3s opacity;
	transition: 0.3s opacity;
}

.types__label {
	display: block;
	padding: 0.57rem 1.43rem 0.86rem;
	text-align: center;
	background: #76012B;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	text-decoration: underline;
	line-height: 1.2;
}

.types__label:hover {
	text-decoration: none;
}

.types__label:hover span {
	border-color: transparent;
}

.types .text-hide {
	display: none;
}

.types__adv {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}

.types__adv-head {
	margin: 0 15px 20px;
	width: calc(100% - 30px);
	text-align: center;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.2;
}

.types__adv-hide {
	display: block;
	color: #76012B;
	font-size: 1.3em;
}

.types__adv-item {
	margin: 0 15px 20px;
	width: calc(50% - 30px);
	text-align: center;
	font-size: 16px;
}

.types__adv-item svg,
.types__adv-item img {
	display: block;
	margin: 0 auto 10px;
	fill: #76012B;
	height: 49px;
}

@media screen and (min-width: 560px) {
	.types__item {
		width: calc(50% - 30px);
	}

	.types__adv-item {
		font-size: 18px;
	}
}

@media screen and (min-width: 990px) {
	.types__adv-item {
		width: calc(25% - 30px);
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1250px) {
	.types {
		padding: 100px 0 0;
	}

	.types .title-3 {
		max-width: 650px;
	}

	.types__wrap {
		margin-top: 73px;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.types__item {
		max-width: 517px;
		padding-left: 43px;
		padding-bottom: 29px;
		margin-bottom: 50px;
	}

	.types__item:first-child .text-hide {
		top: 14px;
	}

	.types__label {
		position: absolute;
		z-index: 2;
		left: 0;
		bottom: 0;
		width: 417px;
		padding: 24px 20px 26px;
		font-size: 20px;
		/* text-decoration: none; */
		letter-spacing: 0.5px;
		text-underline-offset: 5px;
	}

	.types__label span {
		/* display: inline-block; */
		/* line-height: 1; */
		/* border-bottom: 1px solid; */
	}

	.types .text-hide {
		display: block;
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		background-position: 0 0;
		background-repeat: no-repeat;
		width: 100px;
		height: 200px;
	}

	.types__adv {
		margin-top: 13px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.types__adv-head {
		text-align: left;
		font-size: 28px;
		width: 277px;
	}

	.types__adv-hide {
		/* font: 0/0 a; */
		color: transparent;
		-webkit-text-stroke: 1.5px #76012B;
		line-height: 0.8;
		font-size: 2.0em;
		text-shadow: none;
		background-color: transparent;
		border: 0;
		/* background: url(../img/types/text.png) center / contain no-repeat; */
		/* width: 277px;
	height: 71px; */
		margin-bottom: 20px;
	}

	.types__adv-item {
		padding-top: 40px;
		padding-top: 0;
		width: 190px;
		font-size: 18px;
	}
}

.processes {
	padding: 40px 0 0;
}

.processes#brands {
	padding-bottom: 40px;
}

.processes .title-3:first-child {
	margin-top: 0;
	margin-bottom: 8px;
}

.processes__wrap {
	margin-top: 20px;
}

.processes__pic {
	display: none;
}

.processes__block {
	position: relative;
	max-width: 430px;
	margin: 0 auto;
	padding: 20px 15px;
	-webkit-box-shadow: 0px 0px 84.32px 51.68px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 84.32px 51.68px rgba(0, 0, 0, 0.08);
	background: #fff;
	counter-reset: counterProcesses;
}

.processes__desc {
	max-width: 430px;
	margin: 20px auto 0;
}

.processes__head {
	display: block;
	position: relative;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 500;
	counter-increment: counterProcesses;
	padding-left: 2.4rem;
	padding-right: 32px;
	font-size: 1.2rem;
	letter-spacing: 0.6px;
}

.processes__head::before {
	content: '0'counter(counterProcesses) '.';
	display: block;
	position: absolute;
	left: 0;
	font-weight: 800;
	color: #76012B;
}

.processes__head::after {
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-right: 1px solid #76012B;
	border-bottom: 1px solid #76012B;
	right: 10px;
	top: 50%;
	margin-top: -0.6rem;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 60% 60%;
	-ms-transform-origin: 60% 60%;
	transform-origin: 60% 60%;
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	-o-transition: transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}

.processes__head~.processes__head {
	margin-top: 21px;
}

.processes__head.js-active::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.processes__text {
	display: none;
	font-weight: 300;
	line-height: 1.25;
	margin-bottom: 10px;
}

@media screen and (min-width: 430px) {
	.processes__block {
		padding: 30px;
	}
}

@media screen and (min-width: 990px) {
	.processes__pic {
		display: block;
		position: relative;
	}

	.processes__plus {
		position: absolute;
		width: 35px;
		height: 35px;
		border-radius: 50%;
		border: 0;
		background: #76012B;
		color: #fff;
		-webkit-transition: 0.4s background, 0.4s color;
		-o-transition: 0.4s background, 0.4s color;
		transition: 0.4s background, 0.4s color;
		cursor: pointer;
		outline: none;
	}

	.processes__plus::before,
	.processes__plus::after {
		content: '';
		display: block;
		position: absolute;
		background: currentColor;
		top: 50%;
		left: 50%;
	}

	.processes__plus::before {
		width: 3px;
		height: 20px;
		margin-top: -10px;
		margin-left: -1.5px;
	}

	.processes__plus::after {
		width: 20px;
		height: 3px;
		margin-top: -1.5px;
		margin-left: -10px;
	}

	.processes__plus:hover,
	.processes__plus.js-active {
		color: #76012B;
		background: #fff;
	}

	.processes__plus[data-num="1"] {
		top: 130px;
		left: 477px;
	}

	.processes__plus[data-num="2"] {
		top: 334px;
		left: 542px;
	}

	.processes__plus[data-num="3"] {
		top: 558px;
		left: 263px;
	}

	.processes__plus[data-num="4"] {
		top: 154px;
		left: 161px;
	}

	.processes__block {
		max-width: 525px;
		padding: 57px 50px 50px 56px;
	}

	.processes__head {
		display: inline-block;
		width: 100%;
	}

	.processes__head::after {
		margin-top: -0.3rem;
		right: 5px;
	}

	.processes__text {
		font-size: 18px;
		letter-spacing: 0.5px;
	}
}

@media screen and (min-width: 1250px) {
	.processes {
		padding: 100px 0 38px;
	}

	.processes#brands {
		padding-bottom: 140px;
	}

	.processes__wrap {
		position: relative;
		margin-top: 60px;
		padding-top: 43px;
		min-height: 615px;
	}

	.processes__pic {
		position: absolute;
		top: 0;
		left: 463px;
		z-index: 0;
		width: 937px;
		height: 615px;
	}

	.processes__block {
		position: relative;
		z-index: 5;
		margin: 0;
	}

	.processes__desc {
		position: absolute;
		width: 350px;
		bottom: 27px;
		left: 65px;
	}
}

.review {
	padding: 40px 0 40px;
}

.review__wrap {
	margin-top: 20px;
}

.review__slide {
	position: relative;
}

.review__video {
	display: block;
	max-width: 945px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.review__text {
	padding: 20px 15px;
	background: #fff;
	line-height: 1.3;
	-webkit-box-shadow: 0px 0px 27.55px 1.45px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 0px 27.55px 1.45px rgba(0, 0, 0, 0.04);
	font-weight: 300;
}

.review__text strong {
	font-size: 1.2rem;
}

.review__datetime {
	display: block;
	margin: 20px 0 20px;
	text-align: center;
	letter-spacing: 0.3px;
	color: rgba(0, 0, 0, 0.4);
	font-weight: 300;
}

.review__btns {
	text-align: center;
}

.review__btn {
	padding: 0.8rem 1.4rem 0.75rem;
	font-size: 16px;
	font-weight: 300;
}

.review__count-slides {
	display: none;
}

.review .text-hide {
	display: none;
}

.review .slick-list {
	overflow: visible;
}

@media screen and (min-width: 560px) {
	.review__text {
		padding: 30px 40px;
	}
}

@media screen and (min-width: 1250px) {
	.review {
		padding: 100px 0 0px;
	}

	.review__wrap {
		margin-top: 43px;
	}

	.review__slide {
		padding-bottom: 50px;
	}

	.review__pic {
		width: 945px;
		position: relative;
		left: -82px;
		margin: 0;
		padding-bottom: 20px;
		padding-top: 32px;
	}

	.review__desc {
		position: absolute;
		z-index: 2;
		top: 65px;
		width: 480px;
		right: -10px;
	}
	.review__text {
		padding: 41px 35px 37px 52px;
		letter-spacing: 0.5px;
	}

	.review__text strong {
		/* display: inline-block; */
		position: relative;
	}

	.review__text strong::before {
		content: '';
		display: block;
		position: absolute;
		left: -19px;
		top: 13px;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background: #76012B;
	}

	.review .subtitle {
		position: absolute;
		z-index: 3;
		left: 81px;
		bottom: 0;
		padding: 18px 26px 17px 35px;
		min-width: 172px;
	}

	.review .subtitle strong {
		display: block;
	}

	.review__count-slides {
		display: block;
		position: absolute;
		z-index: 3;
		top: 0;
		right: 610px;
		pointer-events: none;
	}

	.review__count-slides .slides-delim {
		margin: 0 3px 0 10px;
	}

	.review__btns {
		text-align: right;
		padding-right: 10px;
	}

	.review__datetime {
		margin: 28px 41px 26px;
		letter-spacing: 0.5px;
		text-align: right;
	}

	.review .slider__control {
		position: absolute;
		z-index: 5;
		right: 35px;
		width: 235px;
		max-width: 235px;
		bottom: 23px;
		margin: 0;
	}

	.review .slider__arrow svg {
		width: 78px;
		height: 61px;
	}

	.review .text-hide {
		display: block;
		position: absolute;
		z-index: 0;
		bottom: -22px;
		right: -11px;
		/* width: 500px;
	height: 200px; */
		background-position: 100% 100%;
		background-repeat: no-repeat;
		font-family: ProximaNova, Tahoma, sans-serif;
		color: transparent;
		-webkit-text-stroke: 1.5px #76012B;
		font-size: 4em;
		line-height: 1;
	}
}

.order {
	padding: 40px 0 40px;
	background: #76012B;
	color: #fff;
}

.order__wrap {
	text-align: center;
	margin-top: 15px;
}

.order__pic {
	height: 12rem;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
}

.order__title {
	display: block;
	margin: 0 0 0.85rem;
	font-weight: 800;
	font-size: 1.7rem;
	letter-spacing: 0.3px;
	line-height: 1.2;
	text-transform: uppercase;
}

.order__subtitle {
	display: block;
	margin: 0 0 30px;
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: 300;
}
.order__btn {
	min-width: 300px;
}

.order__block {
	margin: 20px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 520px;
	padding: 20px 15px;
	background: #fff;
	color: #000;
}

.order__block-head {
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.2rem;
	width: 100%;
}

.order__block-head svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48px;
	flex: 0 0 48px;
	margin-right: 20px;
}

.order__block-item {
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	width: 100%;
}

.order__block-item br {
	display: none;
}

.order__block-item svg {
	display: block;
	position: absolute;
	left: 0;
	top: 0.2rem;
}

.order .form__input {
	background: transparent;
	border-color: #fff;
	color: #fff;
	font-size: 1.2rem;
}

.order .form__input::-webkit-input-placeholder {
	color: #fff;
}

.order .form__input::-moz-placeholder {
	color: #fff;
}

.order .form__input:-ms-input-placeholder {
	color: #fff;
}

.order .form__input::-ms-input-placeholder {
	color: #fff;
}

.order .form__input::placeholder {
	color: #fff;
}

.order .messengers_phone {
	/* background: #fff;
	color: #76012B;
	border: 1px solid #fff;
	-webkit-box-shadow: inset 0 0 1px 1px #76012B;
	box-shadow: inset 0 0 1px 1px #76012B; */
}

.order.order-2 {
	padding-top: 15px;
}

.order.order-2 .order__subtitle {
	margin-top: 20px;
	margin-bottom: 15px;
}

.order.order-2 .messengers {
	margin-top: 20px;
	margin-bottom: 20px;
}

.order.order-2 .order__pic {
	display: none;
}

@media screen and (min-width: 560px) {
	.order__block {
		padding: 30px;
	}

	.order__block-item {
		width: 48%;
	}

	.order__block-item br {
		display: block;
	}
}

@media screen and (min-width: 1250px) {
	.order {
		padding: 61px 0 33px;
		background: #fff;
		position: relative;
	}

	.order::after {
		content: '';
		display: block;
		position: absolute;
		z-index: 0;
		right: 50%;
		margin-right: 53px;
		top: 0;
		bottom: 0;
		width: 100%;
		background: #76012B;
	}

	.order__pic {
		position: absolute;
		z-index: 0;
		left: 50%;
		top: 0;
		width: 1013px;
		margin-left: -53px;
		height: 493px;
	}

	.order__wrap {
		position: relative;
		z-index: 1;
		max-width: 535px;
		padding-left: 50px;
		padding-top: 10px;
		margin: 0;
		text-align: left;
		height: 493px;
	}

	.order__title {
		font-size: 36px;
		margin-bottom: 28px;
	}

	.order__subtitle {
		font-size: 24px;
		margin-bottom: 45px;
	}

	.order__block {
		max-width: 1007px;
		margin: 0 0 0 auto;
		padding: 30px 0 27px 30px;
	}

	.order__block-head {
		width: 340px;
		line-height: 1.2;
		letter-spacing: 0.7px;
		margin-bottom: 0;
	}

	.order__block-item {
		width: 300px;
		font-size: 20px;
		margin-bottom: 0;
	}

	.order .top__scroll {
		bottom: -6px;
		left: 98px;
		font-size: 14px;
	}

	.order .messengers__title {
		display: none;
	}

	.order .form__box-submit {
		margin: 40px 0 0;
	}
	.order .form__box-submit .btn1 {
		min-width: 100%;
	}

	.order.order-2 {
		padding-top: 68px;
		padding-bottom: 67px;
	}

	.order.order-2 .order__pic {
		top: 23px;
	}

	.order.order-2 .order__wrap {
		padding-left: 57px;
		padding-top: 0;
		height: 516px;
	}

	.order.order-2 .order__title {
		margin-bottom: 34px;
	}

	.order.order-2 .order__subtitle {
		margin-bottom: 24px;
	}

	.order.order-2 .order__pic {
		display: block;
	}

	.order.order-2 .order__row-2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.order.order-2 .order__row-2 .form__box-input {
		margin: 0 10px 0 0;
		width: 300px;
	}

	.order.order-2 .messengers {
		margin: 0;
	}

	.order.order-2 .top__scroll {
		left: 72px;
	}

	.order.order-2 .order__block {
		max-width: 1022px;
	}
}

.about {
	padding: 40px 0 40px;
}

.about__wrap {
	margin: 20px auto 0;
	max-width: 670px;
}

.about__desc {
	padding: 20px 15px 10px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 97.28px 54.72px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 97.28px 54.72px rgba(0, 0, 0, 0.07);
}

.about__desc p {
	margin-bottom: 12px;
	font-weight: 300;
}

.about__video {
	max-width: 400px;
	margin: 25px auto 0;
	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;
}

.about__video-link {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 125px;
	flex: 0 0 125px;
	margin-left: 0.5rem;
}

.about__video-title {
	font-size: 1.2rem;
	font-weight: 400;
}

.about__list {
	max-width: 250px;
	margin: 30px auto 0;
	font-weight: 500;
}

.about__list li {
	margin: 0 0 5px;
	background: #76012B;
	padding: 10px 10px 10px 35px;
	color: #fff;
	position: relative;
}

.about__list li::before {
	content: '';
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	background: currentColor;
	border-radius: 50%;
	left: 15px;
	top: 50%;
	margin-top: -2px;
}

@media screen and (min-width: 560px) {
	.about__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 700px;
	}

	.about__list li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 5px;
		max-width: 200px;
		width: 33%;
	}
}

@media screen and (min-width: 780px) {
	.about__list {
		height: 80px;
		font-size: 18px;
		letter-spacing: 0.5px;
	}
}

@media screen and (min-width: 1250px) {
	.about {
		padding: 108px 0 100px;
	}

	.about__wrap {
		margin-top: 55px;
		padding-bottom: 0px;
		position: relative;
		max-width: none;
	}

	.about__pic {
		position: absolute;
		width: 1090px;
		z-index: 0;
		left: 470px;
		top: 54px;
	}

	.about__desc {
		position: relative;
		z-index: 1;
		left: -3px;
		width: 672px;
		padding: 50px 60px 50px 54px;
		font-size: 18px;
		line-height: 1.45;
		min-height: 494px;
	}

	.about__desc .desc {
		font-size: 24px;
		letter-spacing: 0;
		margin-bottom: 20px;
	}

	.about__desc .desc .first-letter {
		font-size: 36px;
	}

	.about__desc .desc .first-letter::after {
		top: -6px;
		width: 30px;
		height: 35px;
	}

	.about__desc p {
		margin-bottom: 27px;
	}
	.about__desc p:last-child {
		margin-bottom: 0;
	}

	.about__video {
		position: relative;
		z-index: 1;
		margin: 40px 0 0 47px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.about__video .first-letter {
		font-size: 36px;
	}

	.about__video .first-letter::after {
		top: -6px;
		width: 30px;
		height: 35px;
	}

	.about__list {
		position: absolute;
		z-index: 1;
		bottom: 10px;
		right: -14px;
		width: 694px;
	}
}

.insta {
	padding: 40px 0 40px;
}

.insta .title-2 {
	margin-bottom: 20px;
}

.insta .title-2 strong {
	display: inline-block;
}

.insta .title-3 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.insta__desc {
	margin-bottom: 30px;
	text-align: center;
}

.insta__link {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.8px;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.insta__link:hover {
	color: #76012B;
}

.insta__link svg {
	display: inline-block;
	margin-right: 4px;
	vertical-align: baseline;
	/* fill: currentColor;
	color: #33b4f3; */
}
.insta__link path {
	fill: #33b4f3;
}

.insta__btn {
	font-weight: 300;
	padding: 0.7rem 1.9rem 0.7rem;
}

.insta__slider .slick-slide {
	padding: 0 10px;
	position: relative;
}

.insta__slider .slick-current {
	z-index: 5;
}

.insta__slider img {
	margin: 0 auto;
}

@media screen and (min-width: 1250px) {
	.insta {
		padding: 108px 0 100px;
	}

	.insta__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.insta__desc {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 400px;
		flex: 0 0 400px;
		text-align: left;
	}

	.insta .title-2 {
		margin-bottom: 28px;
		text-align: left;
	}

	.insta .title-3 {
		margin-top: 53px;
		margin-bottom: 50px;
		text-align: left;
		font-size: 19px;
	}

	.insta__slider {
		max-width: 800px;
		width: 800px;
		position: relative;
	}

	.insta__slider::after {
		content: 'TE LEG RAM';
		font-family: ProximaNova, Tahoma, sans-serif;
		color: transparent;
		-webkit-text-stroke: 1px #76012B;
		font-size: 80px;
		line-height: 1.1;
		display: block;
		position: absolute;
		right: -110px;
		top: 50%;
		width: 156px;
		height: 222px;
		margin-top: -160px;
		/* background: url(../img/insta.png) center / contain no-repeat; */
	}

	.insta__slider .slider__wrap {
		max-width: 680px;
		margin: 0 auto;
	}

	.insta__slider .slick-slide {
		padding: 65px 10px;
	}

	.insta__slider .slick-slide img {
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		-o-transition: transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.insta__slider .slick-current img {
		-webkit-transform: scale(1.45);
		-ms-transform: scale(1.45);
		transform: scale(1.45);
	}
}

.thanks__wrap {
	margin-top: 40px;
	text-align: center;
	line-height: 1.2;
}

.thanks__title {
	display: block;
	margin: 0 0 26px;
	font-weight: 300;
	font-size: 1.5rem;
	text-transform: uppercase;
}

.thanks__title strong {
	display: block;
	font-weight: 800;
	color: #76012B;
}

.thanks__text {
	margin-bottom: 39px;
	font-weight: 300;
	font-size: 1.2rem;
	letter-spacing: 0.7px;
}

.thanks__pic {
	margin: 0 auto;
}

.thanks__desc {
	margin-bottom: 50px;
}

@media screen and (min-width: 1250px) {
	.thanks {
		padding-top: 30px;
		padding-bottom: 0;
	}

	.thanks__title {
		font-size: 30px;
		letter-spacing: 1.4px;
	}

	.thanks__wrap {
		margin-top: 4%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.thanks__pic {
		width: 645px;
	}

	.thanks__desc {
		width: calc(100% - 645px);
		text-align: left;
		padding-top: 35px;
		padding-left: 39px;
	}
}

@media screen and (max-width: 560px) {
	.thanks .header__logo {
		/* width: calc(100% - 30px); */
	}

	.thanks .header__logo .logo {
		margin: 0 auto;
	}
}

.widget {
	position: fixed;
	right: 5.2083333333vw;
	bottom: 30px;
	z-index: 99;
	display: none;

	/* position: sticky;
	bottom: 0; */
}

.thank .widget {
	display: none !important;
}

.widget__buttons {
	transition: all 0.3s;
}

.widget__buttons-wrap {
	position: relative;
	transition: all 0.3s;
	margin-top: 3.6458333333vw;
}

.widget__buttons-text {
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 17px;
	border: 1.5px solid rgba(174, 155, 254, 0.49);
	background: #FDFDFD;
	padding: 1.5104166667vw 2.7083333333vw 1.5104166667vw 1.5104166667vw;
	font-size: 1.09375vw;
	line-height: 1.1;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	z-index: 5;
	transition: all 0.3s;
}

.widget__buttons-text.opened {
	opacity: 1;
	visibility: visible;
	z-index: 9;
}

.widget__buttons-wrap:hover .widget__buttons-text {
	/* opacity: 1;
  visibility: visible; */
}

.widget__buttons-text__close {
	position: absolute;
	top: 8px;
	right: 8px;
	display: flex;
	width: 10px;
	height: 10px;
	transition: all 0.3s ease-in-out;
}

.widget__buttons-text__close:hover {
	transform: scale(1.5);
}

.widget__buttons-text__close>* {
	width: 100%;
}

.widget__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	border-radius: 100%;
	width: 4.6875vw;
	height: 4.6875vw;
	border-radius: 100%;
	position: relative;
}

.widget__btn:before {
	z-index: -1;
	position: absolute;
	left: 50%;
	top: 50%;
	width: calc(100% + 0.3125vw);
	height: calc(100% + 0.3125vw);
	transform: translate(-50%, -50%);
	border-radius: 100%;
	animation: pulse_shadow_wd 2s infinite;
	content: "";
}

.widget__btn:after {
	z-index: -2;
	position: absolute;
	left: 50%;
	top: 50%;
/* /width: calc(100% + 0.625vw); */
	height: calc(100% + 0.625vw);
	transform: translate(-50%, -50%);
	border-radius: 100%;
	content: "";
	animation: pulse_shadow_wd 2s infinite;
}

.widget__btn img {
	max-width: 50%;
	max-height: 50%;
}

.widget__btn--calc {
	background: #8162FD;
}

.widget__btn--calc::before {
	background: rgba(129, 98, 253, 0.64);
}

.widget__btn--calc:after {
	background: rgba(129, 98, 253, 0.18);
}

.widget__btn--order {
	background: #77CD09;
	box-shadow: 0px 4px 40.1px 0px rgba(119, 205, 9, 0.47);
}

.widget__btn--order::before {
	background: #77CD09;
	opacity: 0.28;
}

.widget__btn--order:after {
	background: #77CD09;
	opacity: 0.14;
}

@keyframes pulse_shadow_wd {
	0% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(0.9);
	}

	50% {
		opacity: 0.8;
		transform: translate(-50%, -50%) scale(1);
	}

	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.2);
	}
}

@media (max-width: 1023.98px) {
	.widget__btn {
		width: 45px;
		height: 45px;
	}

	.widget__buttons-text {
		padding: 10px 25px 10px 10px;
		font-size: 14px;
	}
}