@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,700&display=swap&subset=cyrillic-ext");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap&subset=cyrillic-ext");
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400&display=swap&subset=cyrillic-ext");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap&subset=cyrillic-ext");
@import url("https://unpkg.com/swiper/swiper-bundle.min.css");
@font-face {
  font-family: "Futura-Pt";
  font-display: swap;
  src: url("../fonts/futura-pt-bold.woff2") format("woff2"), url("../fonts/futura-pt-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Futura-Pt";
  font-display: swap;
  src: url("../fonts/futura-pt-demi.woff2") format("woff2"), url("../fonts/futura-pt-demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Futura-Pt";
  font-display: swap;
  src: url("../fonts/futura-pt-medium.woff2") format("woff2"), url("../fonts/futura-pt-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Futura-Pt";
  font-display: swap;
  src: url("../fonts/futura-pt-book.woff2") format("woff2"), url("../fonts/futura-pt-book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Kudriashov";
  font-display: swap;
  src: url("../fonts/kudriashov-regular.woff2") format("woff2"), url("../fonts/kudriashov-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Kudriashov";
  font-display: swap;
  src: url("../fonts/kudriashov-bold-regular.woff2") format("woff2"), url("../fonts/kudriashov-bold-regular.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.image-slider--wrap{overflow: visible;}
.image-slider .slick-track{
  overflow: hidden; 
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 14px;
}

html,
body {
  height: 100%;
  min-width: 300px;
}

body {
  line-height: 1;
  font-family: "Montserrat";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	position: relative;
}

input,
button,
textarea {
  font-family: "Montserrat";
  font-size: inherit;
}
button{
	cursor: pointer
}
input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
iframe{
	max-width: 100%;
}
/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
  color: #000;
}
body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._container {
  padding: 0 16px;
  margin: 0 auto;
  /*@media (max-width: $md1 + px) {
  	max-width: 970px;
  }
  @media (max-width: $md2+px) {
  	max-width: 750px;
  }
  @media (max-width: $md3+px) {
  	max-width: none;
  	padding: 0 10px;
  }*/
}

.button {
  display: inline-flex;
  padding: 0px 0px;
}
.button._fw {
  width: 100%;
}

.select {
  position: relative;
}
.select__item {
  position: relative;
}
.select__title {
  color: #000;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .select__title {
    font-size: 18px;
  }
}
.select__value {
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.select__value span {
  height: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.select__value:before {
  content: "";
  display: inline-block;
  transition: all 0.3s ease 0s;
  width: 11px;
  height: 7px;
  background: url("../img/icons/select.svg") center/100% no-repeat;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  color: #000;
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}
@media (max-width: 767.98px) {
  .select__options {
    font-size: 18px;
  }
}
.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}
@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }
}
.select._active {
  z-index: 5;
}
.select._active .select__value:before {
  transform: rotate(-180deg);
}
.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}
textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("../img/icons/check.svg") center no-repeat;
}
.checkbox__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
  cursor: pointer;
}
.checkbox__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.checkbox a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .checkbox a:hover {
    text-decoration: none;
  }
}
.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.options__item {
  position: relative;
  cursor: pointer;
}
.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}
.options__input:checked + .options__text:after {
  transform: scale(1);
}
.options__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
}
.options__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.options__text:after {
  content: "";
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating {
  display: flex;
  align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "★★★★★";
  display: block;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
}

.rating__items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}

.quantity {
  width: 88px;
  height: 40px;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}
.quantity__button {
  flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}
.quantity__button::before, .quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}
@media (min-width: 767.98px) {
  .quantity__button:hover::before, .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.quantity__button_plus::before {
  transform: rotate(-90deg);
}
.quantity__input {
  flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}
ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}
ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}
.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

._video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

._more-content {
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

._more-link {
  cursor: pointer;
}
._more-link span {
  font-style: normal;
}
._more-link span:first-child {
  display: block;
}
._more-link span:last-child {
  display: none;
}
._more-link._active span {
  font-style: normal;
}
._more-link._active span:first-child {
  display: none;
}
._more-link._active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}
._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
._swiper.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
._swiper.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

._tabs-block {
  display: none;
}
._tabs-block._active {
  display: block;
}

.mirror {
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}
._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

/* ------------------ */
.image-slider {
  padding: 0;
  position: relative;
  width: 100%;
  /*overflow: hidden;*/
  max-width: 908px;
  margin: 0 auto 25px auto;
  padding-bottom: 43.75%;
}
.image-slider,
.image-slider .slick-track{
	height: 250px;
	max-height: 100%;
}
.image-slider__image{
	height: 100%;
	max-height: 100%;
  border-radius: 0 0 60px 60px;
  overflow: hidden;
}
.main_slide{
	max-height: 100%;
	height: 100%;
}
@media (min-width: 575.98px) {
  .image-slider {
    margin: 0 auto 0 auto;
    border-radius: 0 0 55px 55px;
    height: 250px;
    padding: 0;
  }
}

.image-slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} 

/* Стрелки */
.swiper-button-next, .swiper-button-prev {
  display: none;
}
@media (min-width: 575.98px) {
  .swiper-button-next, .swiper-button-prev {
    display: flex;
  }
}

.image-slider .swiper-button-prev::after,
.image-slider .swiper-button-next::after {
  color: #2B2A28;
  font-size: 24px;
  font-weight: 900;
}

/* Инструкуия по свайпу и название компании */
.swiper-instruction {
  position: absolute;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  position: absolute;
  z-index: 15;
  padding: 0 16px;
  width: 100%;
}

.swiper-instruction-name,
.swiper-instruction-hand {
  background-color: #DBDBDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 19px;
  border-radius: 10px;
  font-size: 9px;
  font-weight: 500;
  line-height: 122.2%;
  text-align: center;
  color: #434242;
}
.swiper-instruction-hand img{
	-webkit-animation: hand 1.3s linear 0s infinite normal forwards;
    animation: hand 1.3s linear 0s infinite normal forwards;
}
@media (min-width: 575.98px) {
  .swiper-instruction-name,
.swiper-instruction-hand {
    display: none;
  }
}
.swiper-instruction-name img,
.swiper-instruction-hand img {
  margin-left: 5px;
}

/* .swiper-instruction-hand::after {
	content: "";
	background-image: url(img/step1/q1/swipe.svg);
	background-color: red;
	color: rgb(36, 207, 13);
	width: 10px;
	height: 10px;
	position: absolute;
	z-index: 25;
	margin-left: 10px;
} */
/* Пагинация */
/* .image-slider .swiper-pagination {
	bottom: 30px;
} */
/* Буллеты */
.image-slider .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  background-color: #fff;
}

/* Фракция */
.image-slider .swiper-pagination-fraction {
  font-size: 20px;
  color: #fff;
}

/* Прогрессбар */
.image-slider .swiper-pagination-progressbar-fill {
  background-color: #7a956b;
}

/* Скролл */
.image-slider .swiper-scrollbar-drag {
  cursor: pointer;
  background-color: #7a956b;
}

/* Автоширина */
.image-slider .swiper-slide {
  /* width: auto; */
}

.modal {
  font-size: 10px;
}
.modal.open .modal__window {
  transform: translateY(10%);
}
.modal.open .modal__overlay {
  opacity: 1;
  z-index: 1000;
}
.modal__overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease-in;
}
.modal__window {
  display: none;
  border: 1px solid var(--black);
  border-radius: 10px;
  background: var(--white);
  max-width: 288px;
  margin: 0 auto;
  padding: 20px 0;
  transition: 0.3s ease-in;
}
.modal__header {
  position: relative;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  font-weight: 800;
  height: 20px;
}
.modal__header .modal__x {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.modal__body {
  padding: 25px 20px;
}
.modal__body p:not(:last-child) {
  margin-bottom: 15px;
}
.modal__footer {
  padding: 5px 10px;
}
.modal__title {
  text-align: center;
  margin-bottom: 13px;
}
.modal__subtitle {
  font-size: 12px;
  line-height: 125%;
  font-weight: 500;
  margin-bottom: 10px;
}
.modal__subtitle.center {
  text-align: center;
}
.modal__list {
  margin-bottom: 15px;
}
.modal__list li:not(:last-child) {
  margin-bottom: 10px;
}
.modal__notice {
  font-weight: 600;
  font-size: 12px;
  line-height: 125%;
  text-align: center;
}
.text-center{
  text-align: center;
}
/*
.gmodal {

}

.gmodal.open .modal-window {
    transform: translateY(300px);
}

.gmodal.open .modal-overlay {
    opacity: 1;
    z-index: 1000;
}

.gmodal .modal-overlay {
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: .3s ease-in;
}

.gmodal .modal-window {
	border: 1px solid var(--black);
	border-radius: 10px;
    background: var(--white);

    max-width: 400px;
    margin: 0 auto;
    transform: translateY(-300px);
    transition: .3s ease-in;
	margin: 0 15px;
}

.gmodal .modal-header {
	position: relative;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    font-weight: 800;
}

.gmodal .modal-header .modal-x {
	position: absolute;
	top: 5px;
	right: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 17px;
	height: 17px;
    cursor: pointer;
}

.gmodal .modal-body {
    padding: 5px 10px;
}

.gmodal .modal-footer {
    padding: 5px 10px;
}
*/
/*
.popup {
	-webkit-overflow-scrolling: touch;
	z-index: 100;
	padding: 30px 10px;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	transition: visibility 0.8s ease 0s;
	visibility: hidden;
	&::before {
		content: "";
		background-color: rgba(0, 0, 0, 0.9);
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0;
		transition: opacity 0.8s ease 0s;
	}
	&.show {
		visibility: visible;
		overflow: auto;
		&::before {
			opacity: 1;
		}
		.popup__body {
			transform: scale(1);
		}
	}
	&._active {
		overflow: auto;
		visibility: visible;
		&::before {
			opacity: 1;
		}
		.popup__body {
			transition: all 0.3s ease 0.2s;
			transform: scale(1);
		}
	}
	// .popup__content
	&__content {
		display: flex;
		flex-direction: column;
		align-items: center;
		min-height: 100%;
		flex: 1 1 auto;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	// .popup__body
	&__body {
		transform: scale(0);
		transition: all 0.3s ease 0s;
		background-color: #fff;
		padding: 50px;
		width: 100%;
		max-width: 800px;
	}
	// .popup__close
	&__close {
		width: 15px;
		height: 15px;
		position: absolute;
		top: 0px;
		right: 0px;
		cursor: pointer;
		z-index: 30;
		background: url("../img/icons/close.svg") 0 0 no-repeat;
	}
}*/
/*
//Burger
.icon-menu {
	display: none;
	@media (max-width: $md3+px) {
		display: block;
		position: absolute;
		top: 18px;
		right: 10px;
		width: 30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
		span {
			transition: all 0.3s ease 0s;
			top: calc(50% - 1px);
			left: 0px;
			position: absolute;
			width: 100%;
			height: 2px;
			background-color: #000;
			&:first-child {
				top: 0px;
			}
			&:last-child {
				top: auto;
				bottom: 0px;
			}
		}
		&._active {
			span {
				transform: scale(0);
				&:first-child {
					transform: rotate(-45deg);
					top: calc(50% - 1px);
				}
				&:last-child {
					transform: rotate(45deg);
					bottom: calc(50% - 1px);
				}
			}
		}
	}
}
*/
@media (min-width: 767.98px) {
  .page__content {
    display: flex;
    justify-content: space-between;
  }
}
.page__question {
  font-size: 16px;
  line-height: 125%;
  font-weight: 500;
  text-align: center;
	max-width: 350px;
  margin: 0 auto 25px;
  padding: 0 10px;
}
@media (min-width: 575.98px) {
  .page__question {
    font-size: 22px;
    margin-bottom: 30px;
    padding: 0;
  }
}
.page__description {
  font-size: 12px;
  line-height: 125%;
  padding: 0 10px;
  margin-bottom: 25px;
  text-align: center;
}
.page__description--multi{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	margin-top: 25px;
	margin-bottom: -10px;
}

.page__description--multi img{
	margin-left: 10px;
}
.page__description ul {
  padding: 0 16px;
  text-align: left;
}
@media (min-width: 575.98px) {
  .page__description ul {
    line-height: 100%;
    max-width: 480px;
    margin: -25px auto 50px auto;
  }
}
.page__description li {
  list-style-type: disc;
  font-size: 11;
  line-height: 118%;
}
.page__description li:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 575.98px) {
  .page__description {
    font-size: 16px;
  }
}
.page__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.page__item {
  width: 100%;
  max-width: 149px;
  min-height: 179px;
  background: #FFFFFF;
  border: 1px solid var(--black);
  box-shadow: 0px 7px 15px rgba(67, 66, 66, 0.2);
  border-radius: 15px;
  overflow: hidden;
  flex: 0 0 auto;
  padding: 15px;
  margin-bottom: 15px;
}
@media (min-width: 575.98) {
  .page__item {
    max-width: 184px;
    max-width: 179px;
  }
}
.page__item.choice .page__name::after {
  background: var(--primary);
}
.page__img {
  width: 100%;
  height: 115px;
  border: 1px solid var(--black);
  border-radius: 15px;
  margin-bottom: 15px;
  padding: 15px 15px 0 15px;
}
.page__name {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 29px;
  font-size: 12px;
  cursor: pointer;
  min-height: 19px;
}
@media (min-width: 575.98) {
  .page__name {
    font-size: 14px;
  }
}
.page__name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid var(--black);
}
.page__name::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid var(--gray2);
}
.page__progress-ring {
  text-align: center;
}

.running-meter .choice::after {
  background: var(--primary);
}
.running-meter__content {
  margin: 0 auto;
  position: relative;
  width: 320px;
	max-width: 100%;
}
@media (min-width: 767.98px) {
  .running-meter__content {
    width: auto;
  }
}
.running-meter__content .choice ::after {
  background: var(--primary);
}
.running-meter__group {
  display: flex;
  margin-bottom: 25px;
}
@media (min-width: 575.98) {
  .running-meter__group {
    margin-bottom: 30px;
  }
}
.running-meter__input {
  width: 119px;
  height: 35px;
  margin-right: 20px;
  margin-bottom: 0;
}
.running-meter__label {
  display: flex;
  align-items: center;
}
.running-meter__checkbox {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 29px;
  font-size: 12px;
  cursor: pointer;
  min-height: 19px;
  margin-bottom: 25px;
}
@media (min-width: 575.98) {
  .running-meter__checkbox {
    font-size: 14px;
  }
}
.running-meter__checkbox::before {
  content: "";
  position: absolute;
  left: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid var(--black);
}
.running-meter__checkbox::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid var(--gray2);
}
.running-meter__btn {
  margin-bottom: 25px !important;
}
@media (min-width: 575.98) {
  .running-meter__btn {
    margin-bottom: 30px !important;
  }
}

/*
.item-page-2 {
	&__group {
		display: flex;
		margin-bottom: 25px;
		@media(min-width: $md1) {
			margin-bottom: 30px;
		}
	}
	&__input {
		width: 119px;
		height: 35px;
		margin-right: 20px;
		margin-bottom: 0;
	}
	&__label {
		display: flex;
		align-items: center;
	}

	&__checkbox {
		position: relative;
		display: flex;
		align-items: center;
		padding-left: 29px;
		font-size: 12px;
		cursor: pointer;
		min-height: 19px;
		margin-bottom: 25px;
		@media(min-width: $md1) {
			font-size: 14px;
		}

		&::before {
			content: "";
			position: absolute;
			left: 0;
			width: 19px;
			height: 19px;
			border-radius: 50%;
			border: 1px solid var(--black);
		}

		&::after {
			content: "";
			position: absolute;
			left: 3px;
			top: 3px;
			width: 13px;
			height: 13px;
			border-radius: 50%;
			border: 1px solid var(--gray2);
		}
	}


}
*/
.progress-ring {
	position: relative;
}
.page__progress-ring--wrap{
	position: relative;
}
.progress-ring__header {
  font-weight: 600;
  font-size: 12px;
  line-height: 166%;
  opacity: 0;
  margin: 20px 0;
	transition: all .35s ease;
	transform: translateY(50px);
}
.progress-ring__header span {
  color: var(--primary);
}
@media (min-width: 575.98px) {
  .progress-ring__header {
    font-size: 22px;
    line-height: 125%;
  }
}
.progress-ring__circle {
  transform-origin: center;
  transform: rotate(-90deg);
  transition: all 1s;
	position: relative;
}
.progress-ring__percent {
  font-weight: 700;
  font-size: 22px;
	line-height: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #d7b56d;
}
.progress-ring__footer {
  font-weight: 600;
  font-size: 12px;
  line-height: 166%;
  max-width: 288px;
  margin: 0 auto 10px;
	opacity: 0;
	transition: all .35s ease;
	transform: translateY(50px);
}
@media (min-width: 575.98px) {
  .progress-ring__footer {
    font-weight: 600;
    font-size: 18px;
    line-height: 122%;
    text-align: center;
    max-width: 460px;
    text-align: center;
  }
}

.multi-choice {
  /*.swiper-pagination {
  	display: flex;
  	justify-content: center;
  	position: relative;
  	margin-top: 20px;
  }*/
}
.multi-choice__swiper {
  width: 235px !important;
  /* border: 1px solid var(--black);
  box-shadow: 0px 7px 15px rgba(67, 66, 66, 0.2); */
  /* border-radius: 15px; */
  position: relative;
}
@media (min-width: 767.98px) {
  .multi-choice__swiper {
    width: 393px !important;
    border-radius: 0;
  }
}
.multi-choice__list {
  min-height: 100% !important;
  display: flex !important;
  justify-content: space-between;
}
@media (min-width: 767.98px) {
  .multi-choice__list {
    flex-wrap: wrap;
  }
}
.multi-choice__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between !important;
  align-items: stretch;
  height: 100%;
	cursor: pointer
}
.multi-choice__item.active .multi-choice__name::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  background: var(--primary);
}
@media (min-width: 767.98px) {
  .multi-choice__item {
    width: 184px !important;
    background: #FFFFFF;
    border: 1px solid #434242;
    box-sizing: border-box;
    /* box-shadow: 0px 7px 15px rgba(67, 66, 66, 0.2); */
    border-radius: 15px;
    margin-bottom: 25px;
  }
}
.multi-choice__block-img {
  width: 100%;
	height: 172px;
	object-fit: cover;
	position: relative;
}
.multi-choice__descr{
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, .6);
	font-size: 9px;
	line-height: 10px;
	/* padding: 8px; */
	text-align: left;
}
.multi-choice__item .multi-choice__descr.q6{
	padding: 8px;
}
.multi-choice__descr b{
	display: block;
	font-weight: 500;
}
.multi-choice__block-img img {
  object-fit: cover;
}
.multi-choice__block-img .gslider__loope{
	display: block;
}

.multi-choice__name {
  font-size: 12px;
  line-height: 125%;
	display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 15px 10px 15px 40px;
  text-align: left;
  width: 100%;
  pointer-events: none;
}
.multi-choice__name span{
	font-size: 9px;
	display: block;
}
.multi-choice__name::before {
  content: "";
  width: 19px;
  height: 19px;
  top: 50%;
  left: 20px;
  transform: translate(-50%, -50%);
  border: 1px solid var(--black);
  position: absolute;
}
@media (max-width: 767.97px){
	.multi-choice__item{
		border: 1px solid #434242;
		/* box-shadow: 0px 7px 15px rgba(67, 66, 66, 0.2); */
		border-radius: 15px;
	}

}

@media (min-width: 767.98px) {
  .multi-choice__name {
    font-size: 12px;
    line-height: 121%;
		min-height: 60px;
  }
}
.multi-choice__btn {
  margin-bottom: 25px !important;
}
.multi-choice__swiper-pagination {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
	margin-top: 20px;
}
@media (min-width: 767.98px) {
  .multi-choice__swiper-pagination {
    display: none;
  }
}
.multi-choice .swiper-slide {
  width: 235px;
  background: #FFFFFF;
	overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}
.gslider {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 250px;
  margin-bottom: 30px;
  transition: ease 1s;
}
@media (min-width: 767.98px) {
  .gslider {
    height: auto;
    width: 100%;
    max-width: 391px;
    margin-bottom: 0;
  }
}

@media(max-width: 768px){
	.gslider__container {
		width: 100%;
	}
}



.gslider__container{
	position: relative;
}
.gslider__list {
  position: relative;
	margin: 0 auto;
}
.gslider__list .slick-list{
	/* width: 160px; */
	margin-right: auto;
	margin-left: auto;
}
.gslider__list .gslider__description{
	display: none;
}
@media (min-width: 767.98px) {
  .gslider__list {
		display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.gslider__item {
	height: auto;  
  width: 149px;  
	transition: all .35s ease;
	/* min-height: 180px; */
}
.gslider__item--wrap {
  border: 1px solid var(--black);
  border-radius: 15px;
  background: var(--white);
  transition: all .35s ease;
}
.gslider__item {
	transition: all .35s ease;
}


.gslider__item--wrap{
  transition: all .3s ease;
}
.gslider__item {
	opacity: 1!important;
}
@media (min-width: 767.98px) {

  .gslider__item {
    opacity: 1;
    pointer-events: auto;
    width: 184px;
    margin-bottom: 25px;
		cursor: pointer;
  }
}
@media (min-width: 767.98px) {
  .gslider__item.active {
    transition: all .35s ease;
    position: static;
    transform: none;
    transform: none;
  }
}
#modal_map{
	width: 1200px;
	max-width: 98%;
}
.gslider__item.choice {
	opacity: 1;
}
.gslider__item.choice .gslider__item--wrap{
	border: 1px solid #d7b56d;
	box-shadow: 0px 0px 10px rgb(216 185 120);
}
/* @media (min-width: 767.98px) {
  .gslider__item.choice {
    transform: none;
  }
} */
.gslider__item.choice .gslider__name::after {
  background: var(--primary);
}

@media (min-width: 767.98px) {
  .gslider__next-item, .gslider__prev-item {
    transition: all .35s ease;
    opacity: 1;
    position: static;
    transform: none;
  }
	.gslider__name{
		font-size: 12px;
	}
}

.gslider__name {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 10px;
  cursor: pointer;
  min-height: 19px;
  padding: 4px 15px 14px 44px;
	pointer-events: none;
}
.gslider__name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid var(--black);
}
.gslider__name::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid var(--gray2);
}
.gslider__description {
  font-size: 10px;
  line-height: 120%;
}
.gslider.not_empty .gslider__description{
  padding: 0 10px 15px 15px;
}
@media (min-width: 575.98px) {
  .gslider__description {
    font-size: 12px;
    line-height: 15px;
    line-height: 125%;
  }
}
.gslider__block-img {
  padding: 15px 15px 0 15px;
	display: block;
	position: relative;
}
.gslider__block-img.wide {
  padding: 0;
	border-radius: 10px 10px 0 0;
}
.gslider__block-img.wide img {
  border-radius: 14px 14px 0 0;
}
@media (max-width: 767.98px){
	.gslider{
		height: auto;
    margin-bottom: 0;
	}
	.gslider__item{
		width: 149px;
		max-width: 48%;
		min-height: auto;
		margin: 0 1% 20px;
	}
	.gslider__list {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
		justify-content: center;
}
.gslider__block-img{
	padding: 12px 12px 0 12px;
}
.gslider__name {
	padding-left: 40px;
}
}
.gslider__loope{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-image: url(../img/loope.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}
.last_q  .gslider__loope,
.show_loope .gslider__loope {
	display: block;
}
.gslider__img {
  width: 100%;
  height: 115px;
  border: 1px solid var(--black);
  border-radius: 15px;
  margin-bottom: 15px;
}
.gslider img {
  width: 100%;
	object-fit: cover;
}
@media (min-width: 767.98px) {
  .gslider__arrows {
    display: none;
  }
}
.gslider__btn-right, .gslider__btn-left {
  width: 6px;
  height: 12px;
  cursor: pointer;
  position: absolute;
  top: 40%;
}
.gslider__btn-right img, .gslider__btn-left img {
  pointer-events: none;
}
.gslider__btn-left {
  position: absolute;
  left: 0;
}
.gslider__btn-right {
  position: absolute;
  right: 0;
}
.gslider__btn-right img {
  transform: rotate(180deg);
}
.pogon {
  height: auto;
}

.pagination-gslider {
  display: flex;
  justify-content: center;
}
@media (min-width: 767.98px) {
  .pagination-gslider {
    display: none;
  }
}
.pagination-gslider__step {
  width: 8px;
  height: 8px;
  border: 1px solid var(--primary);
  border-radius: 50%;
}
.pagination-gslider__step.active {
  background: var(--primary);
}
.pagination-gslider__step:not(:last-child) {
  margin-right: 5px;
}

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.ttf?7m9hzq") format("truetype"), url("../fonts/icons.woff?7m9hzq") format("woff"), url("../fonts/icons.svg?7m9hzq#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=_icon-]::before, [class*=" _icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._icon-arrow:before {
  content: "\e900";
}

._icon-arrow2:before {
  content: "\e901";
}

._icon-arrow-long:before {
  content: "\e902";
}

._icon-arrow-long2:before {
  content: "\e903";
}

._icon-checkbox:before {
  content: "\e904";
  color: #d7b56d;
}

._icon-checkbox2:before {
  content: "\e905";
  color: #d7b56d;
}

._icon-checkbox3:before {
  content: "\e906";
  color: #fff;
}

._icon-checkbox4:before {
  content: "\e907";
  color: #fff;
}

._icon-checkbox-active .path1:before {
  content: "\e908";
  color: #80df3b;
}

._icon-checkbox-active .path2:before {
  content: "\e909";
  margin-left: -1em;
  color: white;
}

._icon-checkbox-passive .path1:before {
  content: "\e90a";
  color: lightgray;
}

._icon-checkbox-passive .path2:before {
  content: "\e90b";
  margin-left: -1em;
  color: #ababab;
}

._icon-close:before {
  content: "\e90c";
}

._icon-loupe:before {
  content: "\e90d";
}

._icon-loupe2 .path1:before {
  content: "\e90e";
  color: #434242;
}

._icon-loupe2 .path2:before {
  content: "\e90f";
  margin-left: -1em;
  color: white;
}

._icon-phone:before {
  content: "\e910";
}

._icon-plus:before {
  content: "\e911";
}

._icon-question:before {
  content: "\e912";
}

._icon-telegram .path1:before {
  content: "\e913";
  color: #bdbdbd;
}

._icon-telegram .path2:before {
  content: "\e914";
  margin-left: -1em;
  color: white;
}

._icon-touch:before {
  content: "\e915";
}

._icon-Viber:before {
  content: "\e916";
  color: #bdbdbd;
}

._icon-whatsapp .path1:before {
  content: "\e917";
  color: #bdbdbd;
}

._icon-whatsapp .path2:before {
  content: "\e918";
  margin-left: -1em;
  color: white;
}

._container {
  /*
  padding: 0 16px;
  max-width: 320px;
  @media (min-width: $md1 + px) {
     max-width: 320px;
  }
  @media (min-width: $md2 + px) {
     max-width: 724px;
     align-items: center;
     display: flex;
     justify-content: center;
  }*/
  /*
  @media (min-width: $md2 + px) {
     max-width: 1092px;
  }
  */
}

/* ---PAGE------------------------------------------------------------------------- */
/* ---PROGRESS-BAR------------------------------------------------------------------------- */
.progress-bar {
  margin: 10px 0 25px;
}
.progress-bar__block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.progress-bar__header {
  font-size: 12px;
  font-weight: 600;
  line-height: 166.6%;
  text-align: center;
}
.progress-bar__header span {
  color: var(--primary);
}
@media (min-width: 575.98px) {
  .progress-bar__header {
    font-size: 22px;
    max-width: 460px;
  }
}
.progress-bar__loading {
  display: flex;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  border: 10px solid var(--primary);
  font-size: 14px;
  font-weight: 600;
  line-height: 121%;
  text-align: center;
  margin: 20px 0;
}
.progress-bar__number {
  font-size: 14px;
  font-weight: 600;
  line-height: 121%;
  text-align: center;
  margin: 38px 0 0 32px;
}
.progress-bar__result {
  font-size: 12px;
  font-weight: 600;
  line-height: 166.6%;
  text-align: center;
}
@media (min-width: 575.98px) {
  .progress-bar__result {
    font-size: 18px;
    max-width: 460px;
  }
}

/* ---PRE-ORDER------------------------------------------------------------------------- */
.pre-order {
  max-width: 356px;
  margin: 0 auto;
}
.pre-order__what-you-get {
  position: relative;
  z-index: 15;
}
@media (min-width: 767.98px) {
  .pre-order__what-you-get {
    max-width: 370px;
  }
}
.pre-order__text {
  padding: 0 0 15px 30px;
}
.pre-order__benefits li:first-child {
  padding-right: 23%;
}
@media (min-width: 767.98px) {
  .pre-order__benefits li:first-child {
    padding-right: 0;
  }
}
.pre-order__benefits span {
  color: var(--primary);
  font-weight: 600;
  z-index: 10;
}
.pre-order__image {
  position: absolute;
  top: 5px;
  right: -10px;
  z-index: -1;
	width: 80px;
}
.pre-order__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 5px;
  right: 0px;
  z-index: 1;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 54.05%);
}
@media (min-width: 767.98px) {
  .pre-order__image {
    display: none;
  }
}
.pre-order__image img{
	max-width: 100%;
}
.pre-order__benefits.list-2{
	position: relative;
	z-index: 2;
}

/* ---HOW-TO-GET------------------------------------------------------------------------- */
.how-to-get {
  margin-top: 25px;
}
@media (min-width: 767.98px) {
  .how-to-get {
    margin-top: 35px;
  }
}
.how-to-get__block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.how-to-get__data {
  margin: 0 0 20px;
}
.how-to-get__data form{
	max-width: 250px;
}
/* ---MESSENGERS------------------------------------------------------------------------- */
.messengers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin: 20px auto;
  max-width: 250px;
  width: 100%;
}
@media (min-width: 767.98px) {
  .messengers {
    margin: 35px 0;
  }
}
.messengers__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 67px;
  cursor: pointer;
}
.messengers__item * {
  pointer-events: none;
}
.messengers__checkpoint svg circle {
  fill: #D3D3D3;
}
.messengers__checkpoint svg path {
  fill: #ABABAB;
}
.messengers__name {
  padding: 7px 0 10px;
}
.messengers .active .messengers__checkpoint svg circle {
  fill: #80DF3B;
}
.messengers .active .messengers__checkpoint svg path {
  fill: #ffffff;
}
.messengers .active .messengers__whatsapp svg path:first-child {
  fill: url(#whatsapp);
}
.messengers .active .messengers__telegram svg path:first-child {
  fill: url(#telegram);
}
.messengers .active .messengers__viber svg path:first-child {
  fill: url(#viber);
}

/* ---COMMON-STYLES------------------------------------------------------------------------- */
.block-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 125%;
  text-align: left;
  color: var(--black);
}
@media (min-width: 575.98px) {
  .block-text {
    font-size: 16px;
  }
}

.list-2 span {
  color: var(--primary);
}
.list-2 li {
  background: url("../img/icons/checkmark.svg") no-repeat;
  background-position-y: 2px;
  padding: 0 0 0 30px;
  font-weight: 500;
  font-size: 12px;
  line-height: 166.6%;
	background-size: 16px;
}
@media (min-width: 575.98px) {
  .list-2 li {
    font-size: 14px;
		background-size: 20px;
  }
}
.list-2 li:not(:last-child) {
  margin-bottom: 11px;
}

.list-3 li {
  padding: 0 0 0 35px;
  font-weight: 500;
  font-size: 12px;
  line-height: 125%;
  position: relative;
}
.list-3 li::before {
  background: var(--primary);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 4px;
  left: 0;
  position: absolute;
  content: counter(my-counter);
  counter-increment: my-counter;
  color: #FFFFFF;
  font-family: "Roboto";
}
.list-3 li:not(:last-child) {
  margin-bottom: 18px;
}

.list-underline {
  font-size: 14px;
  line-height: 121%;
}
.list-underline > li {
  background: url("../img/icons/checkmark.svg") no-repeat;
  background-position-y: 2px;
  padding: 0 0 0 30px;
  font-weight: 400;
	background-size: 20px;
}
@media (min-width: 575.98px) {
  .list-underline > li {
    font-size: 16px;
		line-height: 22px;
  }
}
.list-underline > li:not(:last-child)::after {
  display: block;
    background-image: url(../img/border.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 2px;
    margin: 15px 0;
}
.list-underline > li span {
  font-weight: 500;
}

.data {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

input {
  max-width: 250px;
  width: 100%;
}

.btn__getgift {
  color: var(--black);
  font-size: 12px;
  font-weight: 500;
  line-height: 125%;
  width: 250px;
  height: 40px;
  border-radius: 5px;
  font-weight: 500;
}
.btn__getgift::before {
  border-radius: 5px;
  top: -2px;
  left: -2px;
}

/* ---SYSTEM-BENEFITS------------------------------------------------------------------------- */
.system-benefits {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 356px;
  margin: 0 auto;
}
@media (min-width: 767.98px) {
  .system-benefits__container {
    position: relative;
  }
}
.system-benefits__block {
  margin: 10px 0 20px;
}
@media (min-width: 767.98px) {
  .system-benefits__block {
    display: none;
  }
}
.system-benefits__header {
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  text-align: center;
  margin-bottom: 20px;
}
.system-benefits__list {
  list-style-type: none;
  /* Убираем исходные маркеры */
  counter-reset: my-counter;
}
@media (min-width: 767.98px) {
  .system-benefits__list {
    display: none;
  }
}
.system-benefits__list li:first-child {
  padding-right: 18%;
}
.system-benefits__list li:last-child {
  padding-right: 3%;
}
.system-benefits__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
  width: 330px;
  height: 533px;
  padding-top: 143%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-5deg);
}
.system-benefits__image video {
    position: absolute;
    left: 12%;
    width: 64%;
    height: 80%;
    top: 11%;
    border: 2px solid #fff;
    border-radius: 0 0 20px 20px;
    right: 12%;
}
@media (max-width: 767.98px){
	.system-benefits__image {
		width: 202px;
    height: 370px;
		margin: auto;
    padding-top: 0;
    transform: rotate(0deg);
	}
  .system-benefits__image video{
    left: 13%;
    width: 73%;
  }
	.system-benefits__image  img{
		max-width: 100%;
	}
}
@media (min-width: 767.98px) {
  .system-benefits__image {
    position: absolute;
    left: -416px;
    bottom: 28px;
  }
}
@media (min-width: 991.98px) {
  .system-benefits__image {
    position: absolute;
    left: -520px;
    bottom: 9px;
  }
}
@media (min-width: 767.98px) {
  .system-benefits__mobile-phone {
    width: 228px;
    height: 361px;
    transform: rotate(-10deg);
  }
}
@media (min-width: 991.98px) {
  .system-benefits__mobile-phone {
    height: 454px;
    width: 297px;
    transform: rotate(-10deg);
  }
}
@media (min-width: 767.98px) {
  .system-benefits__messengers {
    display: none;
  }
}
.system-benefits__data {
  margin: 10px 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 767.98px) {
  .system-benefits__data {
    display: none;
  }
}
/* ---CALCULATION-GIFTS------------------------------------------------------------------------- */
.calculation-gifts {
  margin: 33px 0 0;
  background-color: var(--primary);
}
@media (min-width: 767.98px) {
  .calculation-gifts {
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-shadow: none;
  }
}
@media (min-width: 991.98px) {
  .calculation-gifts {
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-shadow: none;
  }
}
.calculation-gifts{
  -webkit-animation: banner 1.3s linear 0s infinite normal forwards;
    animation: banner 1.3s linear 0s infinite normal forwards; 
}
.calculation-gifts__white-block{
		border-radius: 10px;
}
@-webkit-keyframes banner {
	0% {
			-webkit-transform: translateY(0);
			transform: translateY(0)
	}

	25% {
			-webkit-transform: translateY(-5px);
			transform: translateY(-5px)
	}

	50% {
			-webkit-transform: translateY(0);
			transform: translateY(0)
	}

	75% {
			-webkit-transform: translateY(5px);
			transform: translateY(5px)
	}

	100% {
			-webkit-transform: translateY(0);
			transform: translateY(0)
	}
}

@keyframes banner {
	0% {
			-webkit-transform: translateY(0);
			transform: translateY(0)
	}

	25% {
			-webkit-transform: translateY(-5px);
			transform: translateY(-5px)
	}

	50% {
			-webkit-transform: translateY(0);
			transform: translateY(0)
	}

	75% {
			-webkit-transform: translateY(5px);
			transform: translateY(5px)
	}

	100% {
			-webkit-transform: translateY(0);
			transform: translateY(0)
	}
}
@media (min-width: 767.98px) {
  .calculation-gifts__white-block {
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0px 7px 33px 0px #00000040;
    height: 100px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 767px;
    width: 100%;
    height: 160px;
  }
}
@media (min-width: 991.98px) {
  .calculation-gifts__white-block {
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0px 7px 33px 0px #00000040;
    height: 100px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1092px;
    width: 100%;
    height: 180px;
  }
}
@media (min-width: 767.98px) {
  .calculation-gifts__block {
    background-color: var(--primary);
    border-radius: 10px;
    position: absolute;
  }
}
.calculation-gifts__block-2 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 65px;
  max-width: 392px;
  margin: 0 auto;
}
@media (min-width: 767.98px) {
  .calculation-gifts__block-2 {
    padding: 0px 48px;
    max-width: 748px;
  }
}
@media (min-width: 991.98px) {
  .calculation-gifts__block-2 {
    padding: 0px 68px;
  }
}
.calculation-gifts__lock {
  position: absolute;
}
.calculation-gifts__img {
  width: 57px;
  height: 76px;
}
.calculation-gifts__text {
  padding-left: 70px;
  font-weight: 600;
  line-height: 121%;
}
@media (min-width: 767.98px) {
  .calculation-gifts__text {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    padding-left: 107px;
  }
}

._container {
  /*
  padding: 0 16px;
  max-width: 320px;
  @media (min-width: $md1 + px) {
     max-width: 320px;
  }
  @media (min-width: $md2 + px) {
     max-width: 724px;
     align-items: center;
     display: flex;
     justify-content: center;
  }
  @media (min-width: $md2 + px) {
     max-width: 1092px;
  }
  // @media (min-width: $md3 + px) {
  //    max-width: 460px;
  // }
  */
}

/* ---PAGE------------------------------------------------------------------------- */
.opend-lock {
  height: 65px;
  background: var(--primary);
  font-weight: 600;
  font-size: 14px;
  line-height: 121%;
  max-width: 748px;
  margin: 0 auto 20px auto;
	border-radius: 10px;
}
@media (min-width: 767.98px) {
  .opend-lock {
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 50px;
  }
}
.opend-lock__container {
  height: 100%;
  max-width: 320px;
}
@media (min-width: 575.98px) {
  .opend-lock__container {
    max-width: 748px;
    border-radius: 10px;
  }
}
.footer__container,
.page__container{
	max-width: 748px;
	margin: auto;
}
.opend-lock__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  margin: 0 auto;
}
.opend-lock__lock {
  position: absolute;
  left: 0px;
  top: -9px;
  width: 57px;
  height: 76px;
  background: url(../img/lock-opened.png) no-repeat;
  z-index: 10;
}
.opend-lock__text {
  margin-left: 72px;
}

.thanks__block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 991.98px) {
  .thanks__block {
    flex-direction: row;
    margin-bottom: 50px;
    max-width: 525px;
    margin: 0 auto 50px auto;
  }
}
.thanks__boss {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  width: 200px;
	padding-top: 12px;
  box-shadow: 0px 7px 33px 0px #00000026;
  background-color: #FFFFFF;
}
@media (min-width: 575.98px) {
  .thanks__boss {
    flex: 0 0 200px;		
  }
}
@media (min-width: 991.98px) {
  .thanks__boss {
    margin-right: 40px;
  }
}

.thanks__img {
  width: 156px;
  height: 119px;
  border-radius: 10px;
}
.thanks__name {
  font-size: 12px;
  font-weight: 500;
  line-height: 121%;
  text-align: center;
  margin: 10px 0;
}
@media (min-width: 575.98px) {
  .thanks__name {
    font-size: 14px;
  }
}
.thanks__position {
  font-size: 9px;
  line-height: 121%;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 50px;
}
@media (min-width: 575.98px) {
  .thanks__position {
    font-size: 11px;
    padding: 0px 10px;
  }
}
.thanks__speech {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 25px 0 35px;
}
@media (min-width: 991.98px) {
  .thanks__speech {
    margin: 0;
    align-items: flex-start;
  }
}
.thanks__header {
  font-size: 14px;
  font-weight: 500;
  line-height: 107%;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 575.98px) {
  .thanks__header {
    font-weight: 500;
    font-size: 22px;
    line-height: 122%;
  }
}
.thanks__text {
  font-size: 12px;
  line-height: 125%;
  max-width: 285px;
  text-align: center;
}
@media (min-width: 575.98px) {
  .thanks__text {
    max-width: 335px;
    font-size: 16px;
  }
}
@media (min-width: 991.98px) {
  .thanks__text {
    text-align: left;
  }
}

.btn__download {
  height: 25px;
  width: 117px;
}

.list-6 li {
  background: none;
  list-style: disc;
  font-weight: 500;
  line-height: 121%;
  text-align: left;
}
.list-6 span {
  font-weight: 400;
  color: var(--black);
}

.small {
  font-size: 9px !important;
  font-weight: 400 !important;
}

.result {
  margin-bottom: 35px;
  margin: 0 auto 35px auto;
}
@media (min-width: 767.98px) {
  .result {
    margin-bottom: 50px;
  }
}
/* .result__container {
  max-width: 320px;
} */
@media (min-width: 767.98px) {
  .result__container {
    max-width: 927px;
  }
}
.result__blocks {
  border-radius: 10px;
  border: 1px solid #434242;
  box-shadow: 0px 11px 10px 0px #43424226;
  background-color: #EFEFEF;
  margin: 0 auto;
}
.result__blocks .result__choice{
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
}
.result__estimate{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media (min-width: 767.98px) {
  .result__blocks {
    display: flex;
  }
  .result__blocks > div {
    flex: 1 1 33.333%;
  }
  .result__blocks > div:not(:last-child) {
    border-right: 1px solid var(--black);
  }
}
.result__choice {
  padding: 20px 19px;
  border-bottom: 0.5px solid var(--black);
}
@media (min-width: 767.98px) {
  .result__choice {
    border: none;
  }
}
.result__list-4 li {
  margin-left: 19px;
  list-style: disc;
  font-weight: 500;
  line-height: 128%;
  text-align: left;
}
.result__list-4 li:nth-child(8),
.result__list-4 li:nth-child(7){
	display: none;
}
.result__list-4 span {
  font-weight: 500;
}
.result__list-5 {
  margin-top: -18px;
}
.result__list-5 li {
  list-style-type: none;
  padding-left: 40px;
}
.result__price {
  padding: 20px 19px;
  border-bottom: 0.5px solid var(--black);
	background: #F8F8F8;
}
.result__price > div:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 767.98px) {
  .result__price {
    border: none;
  }
}
.result__approximate-price {
  font-weight: 700;
  line-height: 121%;
  text-align: left;
}
.result__similar {
  font-size: 12px;
  font-weight: 500;
  line-height: 125%;
  text-align: left;
}
.result__similar p:not(:last-child) {
  margin-bottom: 5px;
}
.result__similar span {
  font-weight: 600;
}
.result__exact-price {
  line-height: 121%;
  text-align: center;
}
.result__exact-price span {
  font-weight: 600;
}
.result__estimate {
  padding: 20px 19px;
}
.result__estimate-header {
  font-weight: 700;
  line-height: 128%;
  text-align: center;
  margin-bottom: 17px;
  padding: 0 10px;
}
.result__consultant-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
.result__consultant {
  width: 20%;
  margin-right: 15px;
}
.result__img {
  border-radius: 50%;
  width: 55px;
  height: 55px;
  object-fit: cover;
}
.result__consultant-call {
  font-size: 11px;
  line-height: 122%;
}
@media(min-width:768px){
	.result__estimate-header{
		text-align: left;
	}
	.result__consultant-call{
		font-size: 13px;
		line-height: 17px;
	}
}
.result span {
  color: var(--primary);
}
.page__feedback .slick-dotted.slick-slider {
	margin-bottom: 50px;
}
.feedback__header{
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
}

.feedback__item-wrap{
	width: 100%;
}
.feedback__item-text{
	font-size: 12px;
	line-height: 14px;
}
.feedback__item-name{
	font-weight: 500;
}
.feedback__item-text b{
	font-weight: 500;
}
.feedback__item-text p{
	margin-top: 1em;
}


.feedback__video-wrap {
	width: 288px;
	display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.feedback__item {
  display: flex;
  flex-direction: column;
	align-items: center;
}
.feedback__video{
	width: 288px;
	margin: 0 auto 40px;
}
.feedback__slider .slick-list{
	padding: 0!important;
}
.feedback__slider .slick-slide{
	height: auto;
}
.page__feedback .slick-dotted.slick-slider {
	padding-bottom: 30px;
}
.feedback__item-name{
	font-size: 16px;
	line-height: 20px;
}
.slick-slide:focus{
	outline: none!important
}
@media(max-width:768px){
	.feedback__video-wrap{
		border-radius: 10px 10px 0 0;
		height: 200px;
		overflow: hidden;
	}
	.feedback__video-wrap img{
		max-height: 100%;
		width: 100%;
		object-fit: cover;
		border-radius: 10px 10px 5px 5px;
	}
	.feedback__slider .slick-prev,
	.feedback__slider  .slick-next {
		top: 180px;
		width: 144px;
		height: 25px;
		background-color: #D7B56D;
	}
	.feedback__slider .slick-prev{
		border-radius: 0 0 0 10px;
		left: 50%;
		transform: translateX(-100%)
	}
	.feedback__slider .slick-next{
		border-radius: 0 0 10px 0;
		background-color: #C0A260;
		right: 50%;
		transform: translateX(100%)
	}
}


@media(min-width:768px){
	.page__description--multi{
		display: none;
	}
	.feedback__video{
		width: 288px;
		margin: 0 auto;
	}
	.feedback__item-text{
		padding-left: 40px;
		font-size: 14px;
		line-height: 18px;
	}
	.feedback__slider{
		max-width: 100%;
		padding: 0 90px 50px;
	}

	.feedback__slider .slick-prev{
		left: 0;
	}
	.feedback__slider .slick-next{
		right: 0;
	}
	.feedback__video{
		flex: 0 1 50%;
		max-width: 50%;
	}
	.feedback__item-name{
		font-size: 18px;
		line-height: 22px;
	}
	.feedback__header{
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 50px;
	}
}
.presents__container {
  /* max-width: 320px; */
  margin: 0 auto 30px auto;
}
@media (min-width: 767.98px) {
  .presents__container {
    max-width: 927px;
  }
	.feedback__item {
		display: flex;
		flex-direction: row;
	}
}
.presents__block {
  position: relative;
  z-index: 15;
  margin-bottom: 25px;
}
.presents__content {
  align-items: flex-start;
}
@media (min-width: 767.98px) {
  .presents__content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 50px auto;
  }
}
.presents__header {
  font-size: 16px;
  line-height: 125%;
  font-weight: 500;
  margin-bottom: 20px;
  padding-left: 30px;
}
@media (min-width: 767.98px) {
  .presents__header {
    padding: auto;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
  }
}
.presents__list {
  /*li:not(:last-child) {
     border-image-slice: 1;
     border-bottom: 0.5px solid;
     border-image-source: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #434242 50.2%, rgba(0, 0, 0, 0) 100%);
     padding-bottom: 15px;
  }*/
  /*li:not(:last-child)::after {
     content: "";
     display: block;
     border-image-slice: 1;
     border-bottom: 0.5px solid;
     border-image-source: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #434242 50.2%, rgba(0, 0, 0, 0) 100%);
     margin: 15px 0;
     @media (min-width: $md2 + px) {
        margin: 20px 0;
     }
  }*/
}
@media (min-width: 767.98px) {
  .presents__list {
    margin-right: 68px;
  }
}
.presents__item {
  padding-right: 12px;
  margin-bottom: 0px;
  background: url(../img/icons/checkmark.svg) no-repeat;
  background-position-y: 2px;
  padding: 0 0 0 30px;
	background-size: 20px;
}
@media (min-width: 767.98px) {
  .presents__item {
    font-size: 16px;
    font-weight: 500;
    line-height: 121%;
  }
}
.presents__item > * {
  margin-bottom: 5px;
}
@media (min-width: 767.98px) {
  .presents__item > * {
    margin-bottom: 10px;
  }
}
.presents__item span {
  color: var(--primary);
}
.list-underline > li:not(:last-child)::after,
.presents__item:not(:last-child)::after {
  content: "";
  display: block;
  background-image: url(../img/border.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 2px;
  margin: 15px 0;
}
@media (min-width: 767.98px) {
  .presents__item:not(:last-child)::after {
    margin: 20px 0;
  }
}
.presents__item-header {
  font-weight: 500;
  line-height: 141%;
}
.presents__item-footer {
  font-weight: 600;
  line-height: 141%;
}
.presents__text-style {
  font-size: 11px;
  line-height: 127%;
  font-weight: 400;
  color: var(--black) !important;
}
@media (min-width: 767.98px) {
  .presents__text-style {
    font-size: 14px;
    line-height: 121%;
  }
}
.presents__dw-button.btn {
  margin-top: 11px;
	font-size: 12px;
	height: 35px;
	width: 139px;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
}
.presents__dw-button.btn:after{
	display: none;
}
@media (min-width: 767.98px) {
  .presents__dw-button {
    margin-top: 15px;
  }
}
.presents__button {
  margin-bottom: 14px;
}
.presents__contacts {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid var(--black);
  padding: 20px 16px 10px 16px;
	margin: auto ;
}
@media (min-width: 575.98px) {
  .presents__contacts {
    max-width: 288px;
  }
}
.presents__info {
  font-weight: 500;
  line-height: 121%;
  margin-bottom: 10px;
}
.presents__wrong-number {
  font-size: 12px;
  line-height: 125%;
  margin-bottom: 20px;
}
/* ---IMPORTANT------------------------------------------------------------------------- */
.important {
  margin: 0 0 25px;
  background-color: var(--primary);
  padding: 23px 0;
}
@media (min-width: 767.98px) {
  .important {
    margin-bottom: 35px;
  }
}
.important__block-2 {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
}
@media (min-width: 767.98px) {
  .important__block-2 {
    padding: 0px 48px;
  }
}
@media (min-width: 991.98px) {
  .important__block-2 {
    padding: 0px 68px;
  }
}
.important__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 121%;
  margin: 0 auto;
  max-width: 344px;
	font-family: 'Montserrat', sans-serif;
}
@media (min-width: 767.98px) {
  .important__text {
    font-size: 18px;
		line-height: 22px;
    max-width: 475px;
  }
}

/* .you-get__container {
  max-width: 320px;
} */
@media (min-width: 767.98px) {
	.page__feedback,
  .you-get__container {
    max-width: 927px;
		margin: auto;
  }

}
.you-get__estimate {
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 100;
  max-width: 623px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (min-width: 767.98px) {
  .you-get__estimate {
    margin-bottom: 50px;
		font-size: 18px;
  }
	.you-get__estimate{
		font-size: 22px;
		line-height: 26px;
	}
}
@media (min-width: 767.98px) {
  .you-get__content {
    display: flex;
    width: 100%;
    align-items: flex-start;
  }
}
.you-get__header {
  font-weight: 600;
  line-height: 121%;
  text-align: left;
  margin-bottom: 15px;
}
@media (min-width: 767.98px) {
  .you-get__header {
    margin-bottom: 40px;
		font-size: 18px;
  }
}
.you-get__list {
  margin-bottom: 20px;
}
@media (min-width: 767.98px) {
  .you-get__list {
    margin-bottom: 0;
    margin-right: 68px;
  }
}
.you-get__form {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid var(--black);
  padding: 20px;
}
@media (min-width: 767.98px) {
  .you-get__form {
    display: flex;
    max-width: 288px;
  }
}
.you-get__form-info {
  font-size: 12px;
  line-height: 125%;
  text-align: center;
}
.you-get__form-info span {
  font-weight: 500;
}
.you-get__form-data {
  margin: 20px auto 0;
	width: 250px;
}
.you-get__form-data button{
	margin: auto;
}
.you-get__form-data input{
	text-align: center;
	font-size: 12px;
}
.own-production__container {
  max-width: 580px;
}
.own-production__header {
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  text-align: center;
  position: relative;
}
@media (min-width: 767.98px) {
  .own-production__header {
    font-size: 22px;
    line-height: 122%;
    font-weight: 600;
  }
}
.own-production__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  text-align: center;
	max-width: 288px;
	margin: auto;
}
.own-production__video {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin: 25px auto;
	max-width: 288px;
}
.own-production__video  img{
	margin: auto;
}
@media (min-width: 767.98px) {
  .own-production__video {
    margin: 50px auto 30px;
  }
}
.own-production__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* .quality__container {
  max-width: 320px;
} */
@media (min-width: 767.98px) {
  .quality__container {
    max-width: 691px;
  }
}
.quality__header {
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 767.98px) {
  .quality__header {
    max-width: 400px;
		font-size: 22px;
		line-height: 26px;
    margin: 0 auto 50px auto;
  }
}
.quality__item span {
  color: var(--black);
  font-weight: 500 !important;
}
.quality__item-1 {
  margin-top: 10px;
  margin-left: 9px;
}
.quality__item-1 li {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 10px;
}
.quality__item-1 li span {
  font-weight: 500 !important;
}
.quality__item-1 li:last-child {
  padding-right: 31px !important;
}


.image-slider3 .image-slider3__header {
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  text-align: center;
  margin-bottom: 25px;
}
.image-slider3 .image-slider3__block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.image-slider3 .image-slider3__experience {
  margin-top: 25px;
  font-size: 12px;
  font-weight: 400;
  line-height: 125%;
  text-align: left;
}
.image-slider3 .image-slider3__experience span {
  font-size: 12px;
  font-weight: 500;
}

.youtube {
  background-color: #EFEFEF;
  margin: 35px 0 35px 0;
  border-top: 0.5px solid var(--black);
  border-bottom: 0.5px solid var(--black);
  padding: 35px 0;
}
.youtube__container {
  max-width: 320px;
}

.youtube__block {
	max-width: 290px;
	margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.youtube__header {
  font-size: 14px;
  font-weight: 500;
  line-height: 121%;
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 767.98px) {
	.youtube{
		margin: 55px 0;
	}
  .youtube__container {
    max-width: 420px;
		padding: 50px 0;
  }
	.youtube__block {
		max-width: 100%;
	}
}
@media (min-width: 767.98px) {
  .youtube__header {
    font-size: 22px;
    margin-bottom: 55px;
  }
}
.youtube__arrow {
  position: absolute;
  left: 34px;
  top: 30px;
}
@media (min-width: 767.98px) {
  .youtube__arrow {
    display: none;
  }
}
.youtube__arrow-2 {
  display: none;
  position: absolute;
  left: 68px;
  top: 62px;
}
@media (min-width: 767.98px) {
  .youtube__arrow-2 {
    display: block;
  }
}
.youtube__logo {
  width: 155px;
}
@media (min-width: 767.98px) {
  .youtube__logo {
    width: 197px;
  }
}

/* .instagram__container {
  max-width: 320px;
} */
@media (min-width: 767.98px) {
  .instagram__container {
    max-width: 650px;
  }
}
.instagram__block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.instagram__content-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 100%;
  flex: 0 1 auto;  
  margin-bottom: 40px;
}
@media (min-width: 767.98px) {
  .instagram__content-block {
    margin-bottom: 20px;
		align-items: stretch;
  }
}
.instagram__header {
  font-weight: 500;
  line-height: 121%;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 767.98px) {
  .instagram__header {
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 22px;
    line-height: 122%;
  }
}
.instagram__picture {
  width: 140px;
  max-width: 50%;
}
@media (min-width: 767.98px) {
  .instagram__picture {
		flex: 1 0 202px;
		max-width: 50%;
  }
}
.instagram__description {
  width: 100%;
  max-width: 50%;
  padding-left: 15px;
}
@media (min-width: 767.98px) {
  .instagram__description {
    max-width: 100%;
  }
}
@media (min-width: 767.98px) {
  .instagram__description-list {
    margin-left: 28px;
  }
}
.instagram__description-list li {
  list-style: none;
  font-size: 11px;
  font-weight: 400;
  line-height: 127%;
  text-align: left;
}
@media (min-width: 767.98px) {
  .instagram__description-list li {
    font-size: 16px;
    line-height: 125%;
    list-style-type: disc;
  }
}
.instagram__description-list li:not(:last-child) {
  margin-bottom: 11px;
}
.instagram__description-list span {
  font-weight: 500;
  color: var(--black);
}
.instagram__block-logo {
  position: relative;
}
.instagram__block .instagram__block-logo {
	display: none;
}
.instagram__block-logo.mobile{
	display: flex;
	justify-content: center;
}

@media (min-width: 767.98px) {
	.instagram__block .instagram__block-logo {
		display: block;
	}
  .instagram__block-logo {
    position: absolute;
    bottom: 17px;
  }
	.instagram__block-logo.mobile{
		display: none;
	}
}
.instagram__block-logo.mobile .instagram__arrow {
 margin-right: 15px;
 height: 42px;
}
.instagram__logo{
	margin-top: 15px;
}
@media (min-width: 767.98px) {
  .instagram__arrow {
    display: none;
  }
}
.instagram__arrow-2 {
  display: none;
  position: absolute;
  top: -46px;
  left: -22px;
}
@media (min-width: 767.98px) {
  .instagram__arrow-2 {
    display: block;
  }
}

/* .visit-us__container {
  max-width: 320px;
} */
@media (min-width: 767.98px) {
  .visit-us__container {
    max-width: 736px !important;
  }
}
.visit-us__block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 575.98px) {
  .visit-us__block {
    position: relative;
  }
}
.visit-us__header {
  font-weight: 500;
  line-height: 121%;
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 767.98px) {
  .visit-us__header {
    font-size: 22px;
    font-weight: 600;
  }
}
@media (min-width: 767.98px) {
  .visit-us__header {
    padding: 0 140px;
  }
}
.visit-us__contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 100%;
  width: 100%;
  margin-bottom: 25px;
  align-items: flex-start;
}
.visit-us__about-office {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  font-size: 11px;
  line-height: 118%;
  text-align: left;
  flex: 1 0 auto;
}
.visit-us__about-office span {
  font-weight: 500;
}
@media (min-width: 767.98px) {
  .visit-us__about-office {
    font-size: 16px;
  }
}


.visit-us__about-office span {
  font-weight: 500;
}
.visit-us__adress {
  margin-bottom: 8px;
}
.visit-us__map {
	max-width: 49%;
  flex: 1 0 380px;
  position: relative;
}

.visit-us__loupe {
  position: absolute;
	left: 10px;
	top: 10px;
  width: 40px;
	height: 40px;
}
.visit-us__loupe img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media (min-width: 767.98px) {
  .visit-us__loupe img {
    width: 40px;
    height: 40px;
  }
}
.visit-us__button.btn {
  margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (min-width: 767.98px) {
  .visit-us__button {
    position: absolute !important;
    left: 0%;
    top: 83%;
    width: 250px !important;
    height: 40px !important;
  }
}
@media (max-width: 575px){
  .image-slider__image{
    border-radius: 0;
  }
	.visit-us__contacts{
		flex-direction: column;
	}
	.visit-us__map{
		max-width: 100%;
		flex: 1 0 100%;
		margin-top: 10px;
		width: 100%;
	}
	.visit-us__map a{
		display: block;
	}
	.visit-us__map iframe{
		width: 100%;
	}
}
.modal iframe{
	max-height: 70%;
	height: 300px;
	margin-top: 40px;
}
.page {
  flex: 1 1 auto;
	position: relative;
	z-index: 1;
}

.hide {
  transition: ease 300ms;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 767.98px) {
  .hide {
    transition: none;
    opacity: 1;
  }
}

.hide2 {
  transition: ease 300ms;
  opacity: 0;
  pointer-events: none;
}

.d-none {
  display: none;
}

.separator {
  background-color: #434242;
  height: 1px;
  margin: 35px 0;
	opacity: 0.5;
}
@media(min-width: 575px) {
	.separator {
		margin: 55px 0 70px;
	}
}
.magazine__container{
	max-width: 927px;
	margin: auto;
	padding: 0 15px;
}
.magazine__header{
	max-width: 500px;
	margin: 0 auto 25px;
	display: flex;
	align-items: center;
}
.magazine__header img{
	margin-left: 15px;
}
.underline {
  border-bottom: 2px solid var(--primary);
}

.menu__list {
  display: flex;
  justify-content: center;
}
.menu__list a {
  color: var(--black);
  padding: 25px;
}
.header-2 {
  font-size: 14px;
  font-weight: 600;
  line-height: 121%;
}

input {
  width: 100%;
  border: 0.5px solid #434242;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 15px;
  text-align: center;
}

:root {
  --white: #FFFFFF;
  --black: #434242;
  --gray-light: #ECEFF1;
  --gray: #DBDBDB;
  --gray2: #E3E2DF;
  --primary: #D7B56D;
  --primary-hover: #d3ac58;
}

/*.primary:hover {
	background-color: var(--primary-hover);
}*/
button:disabled,
button[disabled] {
  background: #e3e2df;
  opacity: 0.7;
  border: none;
  color: var(--black);
  cursor: inherit;
}
button:disabled :hover,
button[disabled] :hover {
  background: #e3e2df;
}

.btn {
  display: block;
  font-family: "Montserrat";
  background: var(--primary);
  border-radius: 5px;
  position: relative;
  z-index: 10;
  align-items: center;
  justify-content: center;
  transition: ease 500ms;
}
.btn__standart {
  width: 100%;
  min-height: 42px;
  font-weight: 500;
  font-size: 12px;
  line-height: 125%;
}
.btn__back {
  display: flex;
  font-size: 25px;
  background-image: url(../img/icons/arrow-back.svg);
  background-repeat: no-repeat;
  background-position: 37px 14px;
  padding-left: 25px;
  text-decoration: underline;
  font-size: 12px;
  min-width: 139px;
  min-height: 35px;
  color: var(--white);
  margin: 0 auto;
}
@media (min-width: 767.98px) {
  .btn__back {
    margin: 25px 0 15px 0;
  }
}
.btn__next {
  display: flex;
  font-size: 25px;
  background-image: url(../img/icons/arrow-next.svg);
  background-repeat: no-repeat;
  background-position: 105px 14px;
  padding-right: 25px;
  text-decoration: underline;
  font-size: 12px;
  min-width: 139px;
  min-height: 35px;
  color: var(--white);
  margin: 0 auto;
}
.last_q .btn__next{
	margin: 10px auto;
}


@media (min-width: 767.98px) {
	.calculate-price__block-btn.last_q{
		position: absolute;
		bottom: 10px;
	}
	.multi-choice__btn.btn__next{
		margin-left: 180px;
	}

  .btn__next {
    margin: 25px 0 15px 0;
  }
}
.btn__call {
  display: inline-flex;
  background-image: url(../img/phone.svg);
  background-repeat: no-repeat;
  background-position: 10px 8px;
  padding-left: 10px;
  font-size: 8px;
  line-height: 10px;
  text-decoration: underline;
  min-width: 91px;
  min-height: 26px;
  color: var(--white);
  font-weight: 500;
	text-decoration: none;
}
.btn__call:hover {
  background-position: 11px 9px;
  padding: 2px 0 0 11px;
}
.btn__mirror {
  width: 250px;
  height: 40px;
  font-size: 12px;
  font-weight: 700;
  line-height: 122%;
  color: var(--white);
	overflow: hidden;
}
.menu__link a,
.menu__link button{
	text-align: left;
	color: #D7B56D;
	text-decoration: underline;
}
.fancybox-content{
  padding: 0;
}
@media (min-width: 575.98px) {
  .btn__mirror {
    font-size: 16px;
    width: 342px;
    height: 57px;
  }
}
.btn__mirror::before {
  content: "";
  align-items: center;
  position: absolute;
  transform: skew(307deg);
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  top: 0px;
  left: 47%;
  opacity: 0.2;
  width: 64px;
  height: 100%;
  z-index: 11;
	-webkit-animation: slide 3s ease-in-out .4s infinite;
	animation: slide 3s ease-in-out .4s infinite;
}
.btn__mirror:hover::before {
  transition: ease 1000ms;
  opacity: 0.7;
}
.btn:hover {
  transition: ease 500ms;
  background-color: var(--primary-hover);
}
.btn::after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  transition: ease 1000;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 0.5px solid var(--black);
  z-index: 1;
}
.btn:hover::after {
  left: -1px;
  top: -1px;
}

.menu {
  position: fixed;
  top: 0;
  z-index: 100;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  opacity: 1;
  background: var(--white);
  overflow: hidden;
  opacity: 1;
}
@media (min-width: 575.98px) {
  .menu {
    display: none;
  }
}
.menu > div {
  flex: 0 0 0;
}
.menu__logo img {
  width: 65px;
  height: 35px;
}
.menu__link {
  font-size: 11px;
  line-height: 118%;
  font-weight: 500;
  color: var(--primary);
  text-decoration: underline;
}
.logo2 {
  position: relative;
}
.logo2__block {
  display: none;
}
@media (min-width: 575.98px) {
  .logo2__block {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    width: 148px;
    height: 73px;
    z-index: 10;
    background: linear-gradient(180deg, rgba(43, 42, 40, 0.1) -41.33%, rgba(255, 255, 255, 0.9) 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px 50px 0px 0px;
  }
}

.header {
  position: relative;
}
.header::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.jpg) center;
  opacity: 0.2;
}
.header__slider {
  height: 140px;
  background: url("../img/slider/1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 25px;
}
.header__container {
  display: flex;
  flex-direction: column;
  align-items: center;
	position: relative;
	z-index: 1;
}
.header__container:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 150%;
	left: 0;
	top: 50%;
	z-index: -1;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 14.9%, rgba(255, 255, 255, 0.9) 22.02%, rgba(255, 255, 255, 0.8) 64.9%, #FFFFFF 100%);
} 
.header__calculate {
  font-family: "Kudryashev";
  font-size: 24px;
  line-height: 120%;
  max-width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.header__calculate span {
  color: var(--primary);
}
@media (min-width: 575.98px) {
  .header__calculate {
    max-width: 520px;
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 15px;
		letter-spacing: 1px;
  }
}
.header__accuracy {
  background: var(--white);
  border: 2px dashed var(--black);
  box-sizing: border-box;
  border-radius: 3px;
  margin: 0 auto 30px;
  min-width: 140px;
  font-weight: 500;
  font-size: 11px;
  line-height: 118%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 575.98px) {
  .header__accuracy {
    min-width: 175px;
    min-height: 35px;
    font-size: 14px;
  }
}
.header__vip {
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  margin-bottom: 15px;
  /* max-width: 320px; */
}
.header__vip span {
  color: var(--primary);
  font-weight: 600;
}
@media (min-width: 575.98px) {
  .header__vip {
    font-size: 18px;
    margin-bottom: 24px;
    max-width: 500px;
  }
}

.pulse {
	animation: radial-pulse 1s infinite;
}
@keyframes radial-pulse {
	0% {
			box-shadow: 0 0 0 0px rgb(218 186 118)
	}
	100% {
			box-shadow: 0 0 0 20px rgba(255, 0, 0, 0)
	}
}
.header__btn {
  margin-bottom: 15px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: 50px;
}
.header__btn span{
	color: #000;
}
@media (min-width: 575.98px) {
  .header__btn {
    margin-bottom: 25px;
  }
}

.gift {
  display: flex;
  width: 100%;
  max-width: 320px;
  position: relative;
}
@media (min-width: 575.98px) {
  .gift {
    max-width: 412px;
  }
}
.gift__plus-text {
  display: flex;
  margin-bottom: 10px;
}
@media (min-width: 575.98px) {
  .gift__plus-text {
    margin-bottom: 20px;
  }
}
.gift__book {
  position: absolute;
  bottom: -5px;
  right: 0;
  z-index: -1;
}
@media (min-width: 575.98px) {
  .gift__book {
    right: -50px;
  }
}
.gift__img-book {
  max-width: 110px;
}
.gift__plus {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 575.98px) {
  .gift__plus {
    position: absolute;
    left: -26px;
    top: 7px;
  }
}
.gift__img-plus {
  margin-right: 11px;
}
.gift__text {
  font-weight: 500;
  max-width: 180px;
}
@media (min-width: 575.98px) {
  .gift__text {
    max-width: 100%;
  }
}
.gift__more-text {
  max-width: 180px;
	line-height: 17px;
}
@media (min-width: 575.98px) {
  .gift__more-text {
    max-width: 350px;
  }
}

.benefits-header {
  margin-bottom: 25px;
}
@media (min-width: 575.98px) {
  .benefits-header {
    margin-bottom: 28px;
  }
}
.benefits-header__list {
  display: flex;
  justify-content: center;
}
@media (min-width: 767.98px) {
	.benefits-header__list {
		margin-left: 80px;
	}
}
@media (min-width: 575.98px) {
  .benefits-header__list .benefits-header__item:first-child {
    margin-right: 35px;
  }
}
@media (max-width: 575.98px){
	.squares{
		width: 100%;
		justify-content: space-around;
	}
	.benefits-header{
		width: 100%;
	}
	.benefits-header__list{		
		justify-content: space-around;
	}
	.benefits-header__list .benefits-header__item:first-child {
		padding-right: 5px;
	}
}
@media (max-width: 420px){
	.benefits-header__list li br{
		display: none;
	}
}
.benefits-header__item {
  background: url("../img/checkbox1.svg") no-repeat;
  padding: 0 0 0 26px;
  font-weight: 500;
  font-size: 12px;
  line-height: 125%;
}
@media (min-width: 575.98px) {
  .benefits-header__item {
    font-weight: 400;
    background-size: 32px;
    padding: 0 0 0 52px;
    font-size: 16px;
  }
}

.squares {
  display: flex;
  margin-bottom: 25px;
}
@media (min-width: 575.98px) {
  .squares {
    margin-bottom: 35px;
  }
}
.squares__left-column {
  margin-right: 4px;
}
@media (min-width: 575.98px) {
  .squares__left-column {
    margin-right: 35px;
  }
}
.squares__right-column {
  margin-left: 4px;
}
@media (min-width: 575.98px) {
  .squares__right-column {
    margin-left: 35px;
  }
}
.squares__projects-num {
  text-align: center;
  font-size: 15px;
  line-height: 95%;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 575.98px) {
  .squares__projects-num {
    font-size: 18px;
    font-weight: 700;
  }
}
.squares__projects-release {
  font-family: "Kudryashev";
  text-align: center;
  font-weight: 700;
  font-size: 11px;
  line-height: 118%;
	text-align: center;
}
.squares__projects-release span{
	color: red;
}
@media (min-width: 575.98px) {
  .squares__projects-release {
    font-weight: 400;
    font-size: 15px;
}
}
.squares__yandex-mark {
  font-size: 28px;
  line-height: 95%;
  font-weight: 600;
  margin-bottom: 10px;
}
.squares__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--gray2);
  border-radius: 10px;
  min-width: 140px;
  min-height: 82px;
  position: relative;
}
@media (min-width: 575.98px) {
  .squares__item {
    width: 100%;
    width: 198px;
    min-height: 96px;
  }
}
.squares__item ::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 100%;
  height: 100%;
  border: 0.5px solid var(--black);
  border-radius: 10px;
}

.list li {
  background: url("../img/checkbox1.svg") no-repeat;
  padding: 0 0 0 30px;
  font-weight: 500;
  font-size: 12px;
  line-height: 125%;
  min-height: 16px;
}
.list li:not(:last-child) {
  margin-bottom: 11px;
}

.calculate-price {
  width: 100%;
	transition: all .35s ease;
	position: relative;
}
.calculate-price__block.fixed {
	position: fixed;
	left: 15px;
	right: 15px;
	width: calc(100vw - 30px);
	background: #fff;
	transform: translateY(-90px);
	z-index: 99;
	top: 100%;
}
@media (min-width: 767.98px) {
  .calculate-price {
    max-width: 288px;
  }
}
.calculate-price__block {
  border-radius: 10px;
  border: 1px solid var(--black);
  overflow: hidden;
}
.calculate-price__header {
  display: flex;
  flex-direction: column;
  background: url(../img/copybook.jpg) 0 0/304px;
  padding: 20px;
}
.calculate-price__body {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: var(--gray2);
  min-height: 167px;
}
.calculate-price__header-block, .calculate-price__body-block {
  width: 100%;
  /* max-width: 320px; */
  margin: 0 auto;
}
.calculate-price__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  padding: 0 20px;
  min-height: 40px;
}
.calculate-price__h {
  margin: 0 auto 15px auto;
  font-weight: 600;
  font-size: 14px;
}
.calculate-price__list-1 li {
  font-weight: 500;
}
.calculate-price__list-1 li:not(:last-child) {
  margin-bottom: 7px;
}
.calculate-price__list-1 li span {
  color: var(--primary);
}
@media (max-width: 768px){
	.calculate-price__list-1 {
		display: flex;
		flex-direction: column-reverse;
	}
	.calculate-price__list-1 li:not(:last-child) {
    margin-bottom: 0;
		margin-top: 5px;
}
}
.calculate-price__btn {
  margin-top: 25px;
}

.steps {
  margin: 0 10px;
  position: relative;
	z-index: 1;
}
.steps__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 25px auto;
  height: 40px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  /* max-width: 320px; */
}
@media (min-width: 575.98px) {
  .steps__container {
    max-width: 724px;
    margin-bottom: 50px;
  }
}
.steps__line {
  background: var(--gray2);
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
}
@media (min-width: 575.98px) {
  .steps__line {
    height: 5px;
  }
}
.steps__step {
  width: 8px;
  height: 8px;
  transition: border ease 1s, background-color ease 1s;
  border-radius: 10px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  background: var(--gray2);
}
@media (min-width: 575.98px) {
  .steps__step {
    border-radius: 50%;
    width: 21px;
    height: 21px;
  }
}
.steps__step.current {
  width: 14px;
  height: 14px;
  border: 1px solid var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
@media (min-width: 575.98px) {
  .steps__step.current {
    border: 3px solid var(--black);
    border-radius: 50%;
    width: 35px;
    height: 35px;
  }
}
.steps__step.current::before {
  transition: ease 1s;
  content: "";
  display: block;
  height: 3px;
  background: var(--black);
  position: absolute;
  right: 13px;
  left: -10000%;
}
@media (min-width: 575.98px) {
  .steps__step.current::before {
    right: 31px;
  }
}
.steps__step.current::after {
  transition: ease 1s;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
  position: relative;
  z-index: 15;
}
@media (min-width: 575.98px) {
  .steps__step.current::after {
    border-radius: 50%;
    width: 21px;
    height: 21px;
  }
}
.steps__step.current .steps__step.active {
  background: #63BAE8;
}
.steps__step.prev {
  transition: ease 1s;
  width: 14px;
  height: 14px;
  border: 1px solid var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
  z-index: 10;
}
@media (min-width: 575.98px) {
  .steps__step.prev {
    border: 3px solid var(--black);
    border-radius: 50%;
    width: 35px;
    height: 35px;
  }
}
.steps__step.prev::after {
  transition: ease 1s;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--black);
  position: relative;
  z-index: 15;
}
@media (min-width: 575.98px) {
  .steps__step.prev::after {
    border-radius: 50%;
    width: 14px;
    height: 14px;
  }
}
.steps__step:not(:last-child) {
  margin: 0 33px 0 0;
}
@media (min-width: 768.98px) {
  .steps__step:not(:last-child) {
    margin: 0 83px 0 0;
  }
}
@media (min-width: 575.98px) {
  .steps__step:not(:last-child) {
    margin: 0 53px 0 0;
  }
}
.steps__num-question {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #2E2E2E;
}
.steps__num-question span {
  color: #63bae8;
}

.footer {
  margin-top: 22px;
  padding: 25px 0;
  background: var(--black);
  color: #ECEFF1;
  font-size: 12px;
  line-height: 116%;
}
.footer a{
	color: #ECEFF1;
	text-decoration: none;
	transition: all .35s ease;
	border-bottom: 1px solid transparent;
}
.footer a:hover{
	border-bottom: 1px solid #ECEFF1;
}
.footer__line {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.swiper-page {
  position: relative;
  width: 300px;
  height: 300px;
  padding: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

@-webkit-keyframes hand {
	0% {
			-webkit-transform: translateX(0);
			transform: translateX(0)
	}

	50% {
			-webkit-transform: translateX(10px);
			transform: translateX(10px)
	}

	10% {
			-webkit-transform: translateX(0);
			transform: translateX(0)
	}
}

@keyframes hand {
	0% {
			-webkit-transform: translateX(0);
			transform: translateX(0)
	}

	50% {
			-webkit-transform: translateX(10px);
			transform: translateX(10px)
	}

	10% {
			-webkit-transform: translateX(0);
			transform: translateX(0)
	}
}
#main_slider{
	height: 100%;
}
#main_slider,
#main_slider > *{
	max-height: 100%;
}
.slick-prev,
.slick-next {
  z-index: 2;
	top: 49%;
  width: 18px;
  height: 25px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 50%;
}

.slick-prev img,
.slick-next img{
  max-width: 100%;
  margin: auto;
	max-height: 100%;
	object-fit: contain;
}
.slick-prev {
  left: 80px;
}

.slick-next {
  right: 80px;
}
.slick-prev:focus,
.slick-next:focus,
.slick-prev:hover,
.slick-next:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.slick-prev:before {
  display: none;
}

.slick-next:before {
  display: none;
}
.slick-next img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media(max-width:575px){
	#main_slider .slick-arrow{
		display: none!important;
	}
}
.point_none{
	pointer-events: none!important;
}
.magazine-container{
	position: relative;
	overflow: hidden;
}
.magazine-slider.slick-dotted.slick-slider{
	margin: 0 -10%;
	padding-bottom: 50px;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.magazine-slide-wrap.slick-center {
  -webkit-transform: scale(1.45);
  -moz-transform: scale(1.45);
  transform: scale(1.45);    
	position: relative;
	z-index: 2;
}

.magazine-slider .slick-list { 
  padding:45px 60px 20px !important;
  margin-left:30px !important;
}

.magazine-slide-wrap.slick-center .magazine-slide:before{
	display: none;	
}

.magazine-slide-wrap{
	position: relative;
	z-index: 1;
	transition: all .35s ease;
	display: flex;
	justify-content: center;
	align-items: center;
}
.magazine-slide{	
	display: block;
	position: relative;
	z-index: 1;
	transition: all .35s ease;
	box-shadow: 0px 15px 15px -15px rgba(0, 0, 0, 0.15);
}
.magazine-slide:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all .35s ease;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.slick-dots li button:before{
	font-size: 12px;
	line-height: 12px;
	color: transparent;	
	border-radius: 50%;
	width: 10px;
	height: 10px;
	padding: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.slick-dots{
	display: flex;
	justify-content: center;
	bottom: -40px;
}
.slick-dots li{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: 0;
}
.slick-dots li button{
	padding: 0;
	width: 10px;
	height: 10px;
	border: 1px solid #D7B56D;
	border-radius: 50%;
}
.slick-dots li.slick-active button:before{
	color: #D7B56D;
}
.res_bg_wrap{
	background-size: cover;
	background-position: bottom center;
	margin: 70px 0;
	padding: 70px 0;
	border-top: .5px solid rgba(67, 66, 66, .5);
	border-bottom: .5px solid rgba(67, 66, 66, .5);
}
@media(max-width:768px){
	.magazine-slider .slick-list { 
		padding:0 !important;
		margin-left:0 !important;
	}
	.magazine-slide-wrap.slick-center{
		transform: none;
	}
	.magazine-slide:before{
		display: none;
	}
	.magazine-slider.slick-dotted.slick-slider{
		margin: auto;
		padding-bottom: 30px;
	}
	.magazine-slide img,
	.magazine-slide{
		margin: auto;
	}
	.res_bg_wrap{
		margin: 35px 0;
		padding: 35px 0;
	}
}

#quiz {
  visibility: hidden;
  position: fixed;
  height: 0;
  bottom: 0;
}
#quiz input,
#quiz textarea {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
}
.swiper-pagination-bullet{
	background-color: transparent;
	border: 1px solid #D7B56D;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background-color: #D7B56D;
}
.gslider__list .slick-list{
	padding: 0!important;
	height: 100%;
}
.gslider__list.slick-slider{
	width: 300px;
}
.gslider__list .slick-track{
	top: 40px;
}
.gslider__list .slick-prev{
	left: -40px;
}
.gslider__list .slick-next{
	right: -40px;
}
@media(max-width:575px){
	.image-slider{
		/*overflow: visible;*/
		margin-bottom: 50px;
		padding: 0;
		height: 180px;
	}
	.image-slider .slick-track{
		height: 180px!important;
    overflow: hidden;
	}
}
@media(max-width:380px){
	.image-slider{
		/*overflow: visible;*/
		margin-bottom: 50px;
		padding: 0;
		height: 140px;
	}
	.image-slider .slick-track{
		height: 140px!important;
	}

	.running-meter__label {
		font-size: 12px;
	}

}
.five_pm{
	font-size: 12px;
	font-weight: 500;
	padding: 2px;
	border-radius: 2px;
	background: #d7b56e;
	text-align: center;
}
@-webkit-keyframes slide { 0% { left: -70px } 40% { left: 100%; } to { left: 100%; } }
@keyframes slide { 0% { left: -70px } 40% { left: 100%; } to { left: 100%; } }

.group_check {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 15px;
	width: 250px;
	max-width: 100%;
}

.group_check label {
	position: relative;
	padding-left: 20px;
	font-size: 9px;
	color: #000;
	cursor: pointer;
	width: 100%;
	line-height: 9px;
	text-align: left;
	display: flex
}

.group_check label a {
	color: #000
}

.group_check label input[type=checkbox] {
	position: absolute;
	left: 0;
	top: -2px;
	z-index: 10;
	width: 15px;
	opacity: 0;
	height: 15px
}

.group_check label input[type=checkbox]:checked~.check_style:before {
	opacity: 1
}

.group_check label .check_style {
	opacity: 1;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	background: #fff;
	height: 15px;
	border: 1px solid #434242;
	border-radius: 2px;
	transition: .4s;
	z-index: 5;
	pointer-events: none;
	user-select: none
}

.group_check label .check_style:before {
	content: '';
	position: absolute;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI2IDI2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNiAyNiIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CiAgPHBhdGggZD0ibS4zLDE0Yy0wLjItMC4yLTAuMy0wLjUtMC4zLTAuN3MwLjEtMC41IDAuMy0wLjdsMS40LTEuNGMwLjQtMC40IDEtMC40IDEuNCwwbC4xLC4xIDUuNSw1LjljMC4yLDAuMiAwLjUsMC4yIDAuNywwbDEzLjQtMTMuOWgwLjF2LTguODgxNzhlLTE2YzAuNC0wLjQgMS0wLjQgMS40LDBsMS40LDEuNGMwLjQsMC40IDAuNCwxIDAsMS40bDAsMC0xNiwxNi42Yy0wLjIsMC4yLTAuNCwwLjMtMC43LDAuMy0wLjMsMC0wLjUtMC4xLTAuNy0wLjNsLTcuOC04LjQtLjItLjN6IiBmaWxsPSIjMDAwMDAwIi8+Cjwvc3ZnPgo=);
	background-size: cover;
	height: 10px;
	width: 10px;
	top: 50%;
	margin-top: -5px;
	left: 50%;
	margin-left: -5px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	opacity: 0
}

.group_check label .check_style:hover {
	border: 2px solid #a7a7a7
}

.video {
  overflow: hidden;
  -webkit-transition: width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s,
  bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s,
  opacity 1s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  transition: width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s,
  bottom 0.3s ease-in-out 0s, border-color 0.2s ease-in-out 0s,
  opacity 1s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  -o-transition: transform 0.2s ease-in-out 0s, width 0.3s ease-in-out 0s,
  height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s,
  border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s, width 0.3s ease-in-out 0s,
  height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s,
  border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s, width 0.3s ease-in-out 0s,
  height 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s,
  border-color 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s,
  -webkit-transform 0.2s ease-in-out 0s;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  z-index: 12;
  position: fixed;
  width: 140px;
  border: 1px solid #D7B56D;
  box-shadow: 0px 15px 7px -11px rgba(0, 0, 0, 0.25);
  left: 16px !important;
  bottom: 16px !important;
  /*transition: position 1s ease*/
}
/*.video.abs{
  position: absolute;
}*/
.video video {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: 2;
  -webkit-transition: opacity 0.4s ease-in-out 0s;
  -o-transition: opacity 0.4s ease-in-out 0s;
  transition: opacity 0.4s ease-in-out 0s;
  opacity: 0.8;
  border-radius: 10px;
}

.video-countainer {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 2px;
  overflow: hidden;
  font-size: 0;
}

.video:hover:not(.video-open) {
  border-color: #434242;
  -webkit-box-shadow: 0 0 10px 3px rgba(239, 184, 77, 0.2);
  box-shadow: 0 0 10px 3px rgba(239, 184, 77, 0.2);
  -webkit-transform: translate(6px, -6px);
  -ms-transform: translate(6px, -6px);
  transform: translate(6px, -6px);
}
.video.video-open {
  width: 770px;
  border-color: #434242;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 20px;
}

.video-close,
.video-close-always {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  z-index: 250;
  -webkit-transition: opacity 0.2s ease-in-out 0s,
  -webkit-transform 0.3s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
  -o-transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0s,
  -webkit-transform 0.3s ease-in-out 0s;
  opacity: 0;
  display: none;
  background-color: #d7b56d;
  border-radius: 50%;
}

.video-close:before,
.video-close:after {
  position: absolute;
  left: 3px;
  top: 9px;
  content: " ";
  height: 2px;
  width: 14px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 10px;
}

.video-close-always:before,
.video-close-always:after {
  position: absolute;
  left: 3px;
  top: 9px;
  content: " ";
  height: 2px;
  width: 14px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 10px;
}

.video-close:hover,
.video-close-always:hover {
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.video-close:before,
.video-close-always:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.video-close:after,
.video-close-always:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.video-open .video-close {
  display: block;
  opacity: 0.5;
}

.video.video-open:before {
  padding-bottom: 448px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.video:before {
  content: "";
  display: block;
  padding-bottom: 240px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.video:hover .video-close-always {
  opacity: 1;
  pointer-events: auto;
}
.video:not(.video-open) .video-close-always {
  right: 5px;
  display: block;
}
.video.video-open .video-close-always {
  display: none;
}

.video-close:after {
  display: none;
}
.video-close:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.video.video-open {
  width: 320px;
  max-width: calc(100% - 180px);
}
.video.video-open:before {
  padding-bottom: 170%;
}

.view-video .video {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
a.wa_button {
  z-index: 2;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 12px;
  font-size: 8px;
  line-height: 10px;
  padding: 7px 4px;
  font-weight: 600;
  width: 130px;
  max-width: 98%;
  text-transform: uppercase;
  background: linear-gradient(180deg, #D7B56D 0%, #AE8A3D 100%);
  border: 1px solid #D7B56D;
  border-radius: 10px;
  color: #fff;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: inline-block;
}
.video.video-open .video-play {
  opacity: 0;
}
.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #000;
    width: 29px;
    height: 29px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    z-index: 2;
}
.video-play:before,
.video-play:after{
    content: '';
    position: absolute;
    border: 1px solid #E11919;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    border-radius: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
        -webkit-animation: pulse 1.5s linear infinite;
    animation: pulse 1.5s linear infinite;
}
.video-play:before{
   -webkit-animation-delay: .5s;
    animation-delay: .5s
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}
video::-webkit-media-controls {
    overflow: hidden !important
}
video::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}
@media(max-width: 575px){
  .video-close, .video-close-always{
    opacity: 1
  }
  .video {
    width: 124px;
    
  }
  a.wa_button {
    font-size: 8px
  }
  .video:before{
    padding-bottom: 174px;
  }
}

.page-main.style .gslider__block-img{
  display: none;
}
.page-main.style .gslider__name{
  padding-top: 14px;
}
.page-main.style .gslider__name::before{
  top: 9px;
}
.page-main.style .gslider__name::after{
  top: 12px;
}


.page-main.style .gslider__block-img{
  display: none;
}
.page-main.style .gslider__name{
  padding-top: 14px;
}
.page-main.style .gslider__name::before{
  top: 9px;
}
.page-main.style .gslider__name::after{
  top: 12px;
}