:root {
  --color-bg: #F2F2F2;
  --color-green: #02DBA7;
  --color-green-h: #0EB88F;
  --color-yellow: #FAEA5E;
  --color-blue: #0073FB;
  --color-orange: #FBBA51;
  --font-gilroy: Gilroy, Tahoma, sans-serif;
}
@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Light.eot');
  src: url('../fonts/Gilroy-Light.woff') format('woff'), url('../fonts/Gilroy-Light.otf') format('otf'), url('../fonts/Gilroy-Light.ttf') format('truetype'), url('../fonts/Gilroy-Light.svg') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Regular.eot');
  src: url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.otf') format('otf'), url('../fonts/Gilroy-Regular.ttf') format('truetype'), url('../fonts/Gilroy-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Medium.eot');
  src: url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.otf') format('otf'), url('../fonts/Gilroy-Medium.ttf') format('truetype'), url('../fonts/Gilroy-Medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Semibold.eot');
  src: url('../fonts/Gilroy-Semibold.woff') format('woff'), url('../fonts/Gilroy-Semibold.otf') format('otf'), url('../fonts/Gilroy-Semibold.ttf') format('truetype'), url('../fonts/Gilroy-Semibold.svg') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Bold.eot');
  src: url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.otf') format('otf'), url('../fonts/Gilroy-Bold.ttf') format('truetype'), url('../fonts/Gilroy-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Black.eot');
  src: url('../fonts/Gilroy-Black.woff') format('woff'), url('../fonts/Gilroy-Black.otf') format('otf'), url('../fonts/Gilroy-Black.ttf') format('truetype'), url('../fonts/Gilroy-Black.svg') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Heavy.eot');
  src: url('../fonts/Gilroy-Heavy.woff') format('woff'), url('../fonts/Gilroy-Heavy.otf') format('otf'), url('../fonts/Gilroy-Heavy.ttf') format('truetype'), url('../fonts/Gilroy-Heavy.svg') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*  БАЗОВЫЕ НАСТРОЙКИ  */
body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img,
abbr {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
legend {
  color: #212121;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
mark {
  background: none;
  color: inherit;
}
html {
  font-size: 14px;
}
@media (min-width: 560px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 990px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1250px) {
  html {
    font-size: 20px;
  }
}
body {
  font-family: var(--font-gilroy);
  line-height: 1.3;
  font-size: 14px;
  color: #000;
  background: #F2F2F2;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 780px) {
  body {
    font-size: 16px;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 100000px;
}
a {
  color: inherit;
  outline: none;
  text-decoration: none;
}
button,
a[role="button"] {
  cursor: pointer;
  font-family: var(--font-gilroy);
}
input,
select,
textarea {
  font-family: var(--font-gilroy);
}
strong {
  font-weight: 700;
}
.main {
  min-height: 80vh;
  min-width: 320px;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 430px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 560px) {
  .container {
    max-width: 530px;
  }
}
@media (min-width: 780px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 990px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1250px) {
  .container {
    max-width: 1200px;
  }
}
.ta-c,
.box-btn {
  text-align: center;
}
.d-ib {
  display: inline-block;
}
[hidden],
.hidden {
  display: none !important;
}
.color_green {
  color: var(--color-green);
  fill: var(--color-green);
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  min-width: 218px;
  height: 4rem;
  padding: 0.5rem 2.5rem;
  border-radius: 2rem;
  border: 0;
  background: var(--color-green);
  color: #fff;
  -webkit-box-shadow: 4px 4px 16px rgba(2, 219, 167, 0.2), 10px 10px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 16px rgba(2, 219, 167, 0.2), 10px 10px 40px rgba(0, 0, 0, 0.15);
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.02em;
  -webkit-transition: 0.3s background;
  -o-transition: 0.3s background;
  transition: 0.3s background;
}
.btn:hover {
  background: var(--color-green-h);
}
.btn:hover .btn__triples {
  -webkit-transform: translateX(0.5rem);
      -ms-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
.btn:hover .btn__triples-2 {
  -webkit-transform: rotate(180deg) translateX(0.5rem);
      -ms-transform: rotate(180deg) translateX(0.5rem);
          transform: rotate(180deg) translateX(0.5rem);
}
.btn__triples-2 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn svg:last-child {
  margin-left: 1rem;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  -o-transition: 0.3s transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
.btn svg:first-child {
  margin-right: 1rem;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  -o-transition: 0.3s transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
.btn svg {
  stroke: currentColor;
}
.btn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 2rem;
  border-radius: 1rem;
  border: 1px solid var(--color-green);
  padding: 0;
  cursor: pointer;
  outline: none;
  background: transparent;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 12px;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: background, color, -webkit-box-shadow;
  transition-property: background, color, -webkit-box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow, -webkit-box-shadow;
  -webkit-box-shadow: 5px 5px 15px rgba(2, 219, 167, 0);
          box-shadow: 5px 5px 15px rgba(2, 219, 167, 0);
}
.btn1:hover {
  background: var(--color-green);
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 5px 5px 15px rgba(2, 219, 167, 0.2);
          box-shadow: 5px 5px 15px rgba(2, 219, 167, 0.2);
}
.btn1__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 1px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.9rem;
          flex: 0 0 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background: var(--color-green);
}
.btn1__icon svg {
  fill: #fff;
}
.btn1__text {
  display: block;
  width: auto;
  padding: 0 1rem 0 0.75rem;
  white-space: nowrap;
}
.back {
  display: inline-block;
  font-size: 14px;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.back:hover {
  opacity: 0.4;
}
.back span {
  display: inline-block;
  line-height: 1.5;
  border-bottom: 1px solid;
}
.back svg {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  stroke: currentColor;
  margin-right: 0.6rem;
}
.logo {
  max-width: 200px;
}
.phone {
  text-align: left;
}
.phone__tel {
  display: inline-block;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 1250px) {
  .phone__tel {
    font-size: 18px;
  }
}
.phone__sub {
  display: block;
  font-size: 10px;
  color: #777676;
  font-weight: 300;
}
@media (min-width: 1250px) {
  .phone__sub {
    font-size: 12px;
  }
}
.whatsapp {
  display: block;
  margin-right: 6px;
  -webkit-animation: ripple-2 2s infinite;
          animation: ripple-2 2s infinite;
}
@media (min-width: 1250px) {
  .whatsapp {
    margin-right: 12px;
  }
}
.whatsapp img {
  width: 21px;
  height: 21px;
}
@media (min-width: 1250px) {
  .whatsapp img {
    width: 31px;
    height: 31px;
  }
}
.toggle {
  display: block;
  width: 24px;
  padding: 0;
  background: transparent;
  border: 0px;
  cursor: pointer;
  outline: none;
}
@media (min-width: 430px) {
  .toggle {
    width: 34px;
  }
}
@media (min-width: 1250px) {
  .toggle {
    width: 38px;
  }
}
.toggle:hover svg {
  stroke: var(--color-green);
}
.toggle svg {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  stroke: #000;
  -webkit-transition: 0.3s stroke;
  -o-transition: 0.3s stroke;
  transition: 0.3s stroke;
  width: 100%;
}
@media (min-width: 1250px) {
  .toggle svg {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}
.link {
  display: inline-block;
  line-height: 1.5;
  font-size: 14px;
  border-bottom: 1px solid;
  -webkit-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
}
.link:hover {
  color: var(--color-blue);
}
.close {
  display: inline-block;
  position: relative;
  background: none;
  border: 0px;
  outline: none;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
  color: green;
}
.close svg,
.close img {
  width: 20px;
  height: 20px;
  fill: currentColor;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.check {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: var(--color-green);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.check svg {
  display: block;
  width: 0.85rem;
  height: 0.75rem;
  fill: currentColor;
}
.radio {
  display: inline-block;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  border-radius: 50%;
  border: 1px solid #D8D8D8;
}
.radio::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 53%;
  height: 53%;
  border-radius: 50%;
  background: var(--color-green);
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.star {
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url(../img/svg/star.svg) center / contain no-repeat;
}
.star-half {
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url(../img/svg/star-half.svg) center / contain no-repeat;
}
.star-empty {
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url(../img/svg/star-empty.svg) center / contain no-repeat;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.ui-selectmenu-button.ui-button {
  width: 100%;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #212121;
  padding: 7px 15px 6px 26px;
  height: 3rem;
  border: 1px solid #F2F2F2;
  font-family: inherit;
  outline: none;
  background: #F2F2F2;
  border-radius: 0.5rem;
  margin: 0;
}
@media (min-width: 780px) {
  .ui-selectmenu-button.ui-button {
    width: 20.7rem;
  }
}
@media (min-width: 1250px) {
  .ui-selectmenu-button.ui-button {
    font-size: 18px;
  }
}
.ui-selectmenu-button.ui-button.ui-selectmenu-button-open {
  border-color: var(--color-green);
  background: #F7FFFD;
}
.ui-selectmenu-icon.ui-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 0.7rem;
  height: 0.6rem;
  background: url(../img/svg/select.svg) center / contain no-repeat;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ui-selectmenu-button-open .ui-selectmenu-icon.ui-icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.ui-selectmenu-menu {
  background: #F2F2F2;
  border-radius: 0.5rem;
}
.ui-menu .ui-menu-item-wrapper {
  padding: 12px 15px 12px 26px;
  font-weight: 300;
  margin: 0;
}
.ui-menu .ui-menu-item-wrapper:hover {
  background: #F7FFFD;
  font-weight: 400;
}
.ui-front {
  z-index: 10000;
}
@media (min-width: 1250px) {
  .fancybox__content > .carousel__button.is-close {
    top: 1.7rem;
    right: 1.7rem;
  }
}
@media (min-width: 1250px) {
  .carousel__button:hover svg {
    opacity: 1;
  }
}
@media (min-width: 1250px) {
  .carousel__button svg {
    -webkit-filter: none;
            filter: none;
    stroke: #000;
    opacity: 0.15;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
  }
}
/*  ФОРМА  */
.form__box-input,
.form__box-select {
  max-width: 400px;
  margin: 0 auto 20px;
}
.form__box-submit {
  max-width: 400px;
  margin: 0 auto 20px;
}
.form__box-messengers {
  margin-bottom: 20px;
}
.form__label {
  display: block;
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 14px;
  color: #7E7E7E;
  line-height: 1.14;
}
.form__label.form__label_req::after {
  content: ' *';
  color: #F54848;
}
.form__input,
.form__select,
.form__textarea {
  width: 260px;
  display: inline-block;
  color: #000;
  padding: 7px 15px 6px 26px;
  height: 3rem;
  border: 1px solid #F2F2F2;
  font-family: inherit;
  outline: none;
  background: #F2F2F2;
  border-radius: 0.5rem;
}
@media (min-width: 1250px) {
  .form__input,
  .form__select,
  .form__textarea {
    font-size: 18px;
  }
}
.form__input::-webkit-input-placeholder, .form__select::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
  color: #AEAEAE;
}
.form__input::-moz-placeholder, .form__select::-moz-placeholder, .form__textarea::-moz-placeholder {
  color: #AEAEAE;
}
.form__input:-ms-input-placeholder, .form__select:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
  color: #AEAEAE;
}
.form__input::-ms-input-placeholder, .form__select::-ms-input-placeholder, .form__textarea::-ms-input-placeholder {
  color: #AEAEAE;
}
.form__input::placeholder,
.form__select::placeholder,
.form__textarea::placeholder {
  color: #AEAEAE;
}
.form__input:focus,
.form__select:focus,
.form__textarea:focus {
  border-color: var(--color-green);
  background: #F7FFFD;
}
.form__textarea {
  min-height: 140px;
  resize: none;
  padding-top: 20px;
}
.form__select {
  width: 100%;
  max-width: 400px;
}
.form__submit {
  -webkit-appearance: none;
  border: none;
  font-family: inherit;
}
.form__submit[disabled] {
  background: var(--color-green-h);
  cursor: not-allowed;
}
/*  МОДАЛЬНОЕ ОКНО  */
.modal {
  position: relative;
  max-width: 565px;
  width: 97vw;
  background: #F2F2F2;
  color: #000;
  border-radius: 2rem;
  padding: 36px 20px;
}
.modal.modal_w-590 {
  max-width: 590px;
}
.modal.modal_w-850 {
  max-width: 850px;
}
.modal.modal_w-905 {
  max-width: 905px;
}
.modal__title {
  display: block;
  margin-bottom: 1.7rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
}
.modal__subtitle {
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.1rem;
  font-weight: 300;
  line-height: 1.5;
}
.modal__subtitle img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  margin-right: 13px;
  height: 40px;
}
.modal__row-100 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal__col-101 {
  margin-top: 1.5rem;
  text-align: center;
}
.modal__footer {
  margin-top: 40px;
}
.modal__columns-col {
  border-top: 1px solid #D7D7D7;
}
.modal__columns-col + .modal__columns-col {
  border-bottom: 1px solid #D7D7D7;
}
.modal__columns-item {
  padding: 0.7rem 0;
  font-size: 0.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal__columns-item + .modal__columns-item {
  border-top: 1px solid #D7D7D7;
}
.modal__columns-1 {
  font-weight: 600;
}
.modal .form__input,
.modal .form__select,
.modal .form__textarea {
  background: #fff;
  width: 100%;
}
.modal .quiz__col-4-1-m.quiz__col-4-1,
.modal .quiz__col-3 {
  max-width: 100%;
  width: auto;
  margin: 0;
}
.modal .quiz__col-3 {
  margin-bottom: 10px;
}
.modal .messengers__item .radio {
  background: #fff;
}
.modal .form__box-input {
  margin-left: 0;
}
.modal .form__box-submit {
  max-width: none;
  margin-top: 1.5rem;
  margin-bottom: 0;
  text-align: center;
}
.modal a,
.modal input,
.modal textarea {
  outline: none !important;
}
.modal .ui-selectmenu-button.ui-button {
  width: 100%;
  background: #fff;
  outline: none !important;
}
.modal .quiz__legend {
  font-size: 1.25em;
}
.modal .quiz__radio-box {
  background: #fff;
  height: 63px;
  padding-left: 16px;
}
.modal .quiz__row-1 {
  margin-left: -0.3rem;
  margin-right: -0.3rem;
}
.modal .quiz__col-1 {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  margin-bottom: 0.6rem;
  max-width: 165px;
}
.modal .quiz__radio-text {
  font-size: 14px;
}
.modal .quiz__radio-icon {
  -ms-flex-preferred-size: 35px;
      flex-basis: 35px;
  margin-right: 0.7rem;
}
.modal .quiz__steps strong {
  font-size: 2rem;
}
.modal .quiz__steps {
  font-size: 14px;
}
.modal .quiz__fieldset-2,
.modal .quiz__fieldset-3,
.modal .quiz__fieldset-4 {
  margin-top: 0;
}
@media (min-width: 430px) {
  .modal {
    padding: 40px 40px 50px 45px;
  }
}
@media (min-width: 560px) {
  .modal__col-100 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
  }
  .modal__col-101 {
    width: auto;
  }
}
@media (min-width: 780px) {
  .modal .quiz__col-4-2,
  .modal .quiz__col-3-1 {
    max-width: 224px;
  }
  .modal .quiz__col-4-3 {
    margin-left: 10px;
    max-width: 235px;
    margin-right: 0;
  }
}
@media (min-width: 990px) {
  .modal__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .modal__columns-col {
    width: calc(50% - 15px);
    border-bottom: 1px solid #D7D7D7;
  }
  .modal .quiz__col-3-100 {
    width: 300px;
    height: 118px;
  }
}
@media (min-width: 1250px) {
  .modal.modal_w-960 {
    max-width: 960px;
  }
  .modal__title {
    font-size: 40px;
  }
  .modal__columns-col {
    width: calc(50% - 31px);
  }
  .modal .quiz__header {
    font-size: 34px;
  }
  .modal .quiz__radio-box-2 .quiz__radio-text {
    font-size: 20px;
  }
  .modal .quiz__col-2 {
    width: 42%;
  }
  .modal .quiz__col-3-1-1 {
    max-width: none;
    width: 379px;
  }
  .modal .quiz__fieldset-4 .quiz__row-1 {
    margin-top: 25px;
  }
  .modal .quiz__scale {
    margin-bottom: 30px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 6px;
}
.slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 50%;
  background: #000;
  border: 1px solid green;
}
.slider__control {
  max-width: 290px;
  margin: 30px auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.slider__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  border: 0;
  -webkit-box-shadow: 4px 4px 40px rgba(7, 174, 134, 0.2);
          box-shadow: 4px 4px 40px rgba(7, 174, 134, 0.2);
  color: var(--color-green);
  -webkit-transition: 0.3s color, 0.3s background;
  -o-transition: 0.3s color, 0.3s background;
  transition: 0.3s color, 0.3s background;
}
.slider__arrow svg {
  display: block;
  stroke: currentColor;
}
@media (min-width: 1250px) {
  .slider__arrow:hover {
    background: var(--color-green);
    color: #fff;
  }
}
/*  ШАПКА  */
.header {
  padding: 20px 0;
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__toggle {
  width: 24px;
  margin: 0 15px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.header__logo {
  width: calc(100% - 266px);
  max-width: 128px;
  margin: 0 15px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.header__btns,
.header__nav {
  display: none;
}
.header__right {
  margin: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 430px) {
  .header {
    padding: 30px 0;
  }
  .header__logo {
    width: 148px;
    max-width: 148px;
  }
  .header__right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
    margin: 0;
  }
  .header__toggle {
    margin-left: 15px;
  }
}
@media (min-width: 560px) {
  .header__right {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1250px) {
  .header__right {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
    width: 230px;
  }
  .header__toggle {
    margin-left: 50px;
    width: 38px;
  }
  .header__nav {
    display: block;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin: 0 auto 0 25px;
  }
  .header__nav a {
    display: inline-block;
    border-bottom: 1px solid;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.55);
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
    line-height: 1.3;
  }
  .header__nav a:hover {
    color: #000000;
    font-weight: 700;
    border-bottom-width: 2px;
  }
  .header__nav a + a {
    margin-left: 22px;
  }
  .header__btns {
    display: block;
    margin: 0 35px 0 15px;
    width: 220px;
    text-align: center;
    ordeR: 7;
  }
}
/*  НАВИГАЦИЯ  */
.nav {
  display: none;
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px 0 20px;
  background: #fff;
  -webkit-transform: translateY(-110%);
      -ms-transform: translateY(-110%);
          transform: translateY(-110%);
  opacity: 0;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.nav.js-active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.menu__link {
  display: inline-block;
}
/*  Подвал  */
.footer {
  background: #292929;
  color: #fff;
  padding: 3rem 0;
  overflow: hidden;
}
.footer .section__title small {
  color: inherit;
}
.footer .section__title::before {
  opacity: 0.24;
}
.footer__desc {
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.footer__btns {
  margin-bottom: 3.4rem;
}
.footer__btn {
  margin: 0 auto;
  color: inherit;
  width: 17.5rem;
  border-radius: 3.5rem;
  min-width: 250px;
  font-size: 1em;
  -webkit-box-shadow: 0.3rem 0.3rem 1.1rem rgba(40, 255, 204, 0.1);
          box-shadow: 0.3rem 0.3rem 1.1rem rgba(40, 255, 204, 0.1);
}
.footer__btn .btn1__icon {
  -ms-flex-preferred-size: 3.4rem;
      flex-basis: 3.4rem;
  height: 3.4rem;
}
.footer__btn .btn1__icon svg {
  width: 1.7rem;
  height: 1.5rem;
}
.footer__list {
  max-width: 320px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5;
}
.footer__list.footer__list-2 {
  max-width: none;
}
.footer__list.footer__list-2 .footer__icon {
  -ms-flex-preferred-size: 31px;
      flex-basis: 31px;
}
.footer__list.footer__list-2 strong {
  white-space: inherit;
}
.footer__list strong {
  display: block;
  font-size: 24px;
  white-space: nowrap;
}
.footer__list p a {
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  white-space: nowrap;
  -webkit-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
}
.footer__list p a:hover {
  color: var(--color-green);
}
.footer__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6rem;
}
.footer a.footer__whatsapp {
  border-bottom: 0.1rem solid;
}
.footer a.footer__whatsapp:hover {
  color: #43E554;
}
.footer__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
  margin-right: 21px;
  text-align: center;
}
.footer__icon img {
  display: inline-block;
}
.footer__map {
  width: 100%;
  margin-bottom: 23px;
  min-height: 300px;
  max-height: 530px;
  height: 50vw;
  border-radius: 1.5rem;
  overflow: hidden;
}
.footer__map .ymaps-2-1-79-ground-pane {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media (min-width: 990px) {
  .footer {
    padding-top: 96px;
  }
  .footer__left {
    width: 450px;
  }
  .footer__desc {
    margin-top: 3.6rem;
    margin-bottom: 0;
    padding-left: 4.15rem;
  }
  .footer__btn,
  .footer__list {
    margin-left: 0;
  }
  .footer__btn .btn1__text {
    padding-left: 1.55rem;
  }
  .footer__right {
    width: 465px;
    margin-left: auto;
  }
}
@media (min-width: 1250px) {
  .footer__right {
    width: 673px;
    padding-top: 4px;
  }
}
.section {
  position: relative;
  overflow: hidden;
  padding: 3rem 0;
}
.section__title {
  display: block;
  margin: 0 0 20px;
  position: relative;
  padding-left: 4.15rem;
  padding-top: 1rem;
}
.section__title::before {
  content: attr(data-num);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0.8;
  font-weight: 700;
  font-size: 6.5rem;
  color: #fff;
  opacity: 0.7;
}
.section__title small {
  display: block;
  position: relative;
  z-index: 1;
  font-weight: 300;
  color: #777676;
  font-size: 0.9rem;
  line-height: 1.2;
}
.section__title h2 {
  display: block;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 0.9;
}
.section__title h2 strong {
  color: var(--color-green);
}
.section.section_quiz {
  background: #fff;
}
.section.section_advants .section__title {
  margin-bottom: 0;
}
.section.section_order-1 {
  background: #fff;
  padding-bottom: 0;
}
.section.section_order-2 {
  background: #fff;
}
@media (min-width: 1250px) {
  .section {
    padding: 80px 0 80px;
  }
  .section__title h2 {
    font-size: 58px;
  }
  .section.section_types {
    padding-top: 25px;
    padding-bottom: 67px;
  }
  .section.section_services {
    padding-bottom: 130px;
  }
  .section.section_quiz {
    padding-top: 64px;
    padding-bottom: 60px;
  }
  .section.section_advants {
    padding-top: 98px;
    padding-bottom: 58px;
  }
  .section.section_cases {
    padding-bottom: 96px;
  }
  .section.section_order-1 {
    padding-top: 60px;
    padding-bottom: 92px;
  }
  .section.section_conditions {
    padding-top: 97px;
    padding-bottom: 92px;
    overflow: visible;
  }
  .section.section_conditions .section__title {
    max-width: 800px;
  }
  .section.section_order-2 {
    padding-top: 60px;
    padding-bottom: 78px;
    background: url(../img/order-2.jpg) center / cover no-repeat;
  }
}
.aside {
  display: none;
  position: fixed;
  z-index: 110;
  left: 0;
  top: 0;
  width: calc(100% - 15px);
  max-width: 375px;
  height: 100%;
  -webkit-transform: translateX(-120%);
      -ms-transform: translateX(-120%);
          transform: translateX(-120%);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  overflow: auto;
}
.aside.js-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.aside.js-active + .aside__overlay {
  display: block;
}
.aside + .aside__overlay {
  position: fixed;
  z-index: 109;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.aside__wrap {
  position: relative;
  height: 100%;
  padding: 1.25rem 20px 48px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.aside__wrap::after {
  content: 'МЕНЮ';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.03;
  font-size: 130px;
  height: 85px;
  overflow: hidden;
  font-weight: 700;
  line-height: 0.9;
}
.aside__close {
  position: absolute;
  top: 2rem;
  left: 30px;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.aside__close:hover {
  opacity: 0.2;
}
.aside__title {
  display: block;
  text-align: center;
  margin-bottom: 43px;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.7;
}
.aside__nav {
  position: relative;
  z-index: 1;
  font-size: 1.25em;
  line-height: 1.2;
}
.aside__nav li {
  position: relative;
}
.aside__nav li:not(:last-child) {
  margin-bottom: 1.4rem;
}
.aside__nav li .star {
  position: absolute;
  left: -26px;
  top: 50%;
  -webkit-transform: translateY(-55%);
      -ms-transform: translateY(-55%);
          transform: translateY(-55%);
  width: 16px;
  height: 15px;
}
.aside__nav li a {
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.aside__nav li a:hover {
  border-color: currentColor;
}
.aside__footer {
  margin-top: auto;
  position: relative;
  z-index: 1;
}
.aside__footer .phone__tel {
  font-size: 22px;
}
.aside__footer .phone__sub {
  font-size: 14px;
}
.aside__footer .whatsapp img {
  width: 26px;
  height: 26px;
}
.aside .header__right {
  margin: 0;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 1250px) {
  .aside {
    left: 50%;
    margin-left: -390px;
    -webkit-transform: translateY(-120%);
        -ms-transform: translateY(-120%);
            transform: translateY(-120%);
    height: auto;
    border-radius: 0 0 30px 30px;
    overflow: hidden;
  }
  .aside.js-active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .aside__wrap {
    padding: 25px 40px 48px 55px;
  }
  .aside__footer {
    display: none;
  }
}
.messengers__item {
  display: inline-block;
  margin: 0;
  padding: 0;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  font-weight: 300;
}
.messengers__item + .messengers__item {
  margin-left: 27px;
}
.messengers__item:hover {
  color: var(--color-green);
}
.messengers__item.active {
  font-weight: 600;
}
.messengers__item.active .radio::after {
  opacity: 1;
}
.messengers__item .radio {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: #F2F2F2;
  border-color: #F2F2F2;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.my-widget {
  display: none;
  position: fixed;
  z-index: 80;
  right: 25px;
  bottom: 2rem;
  border-radius: 50%;
  width: 3.1rem;
  height: 3.1rem;
  color: #000;
}
@media (min-width: 560px) {
  .my-widget {
    right: 2rem;
  }
}
.my-widget__open {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 3.1rem;
  height: 3.1rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.4s color, 0.4s background;
  -o-transition: 0.4s color, 0.4s background;
  transition: 0.4s color, 0.4s background;
}
.my-widget__open img {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-animation: 2s tada infinite;
          animation: 2s tada infinite;
}
.my-widget__open::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  margin-top: -2.2rem;
  margin-left: -2.2rem;
  background: rgba(2, 219, 167, 0.3);
  -webkit-animation: ripple 2s infinite;
          animation: ripple 2s infinite;
}
.my-widget__open::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  margin-top: -1.55rem;
  margin-left: -1.55rem;
  background: var(--color-green);
  -webkit-animation: ripple 2s infinite;
          animation: ripple 2s infinite;
}
.my-widget__info {
  display: block;
  position: absolute;
  width: 185px;
  right: 0;
  bottom: 4.5rem;
  padding: 16px 11px 18px 16px;
  background: var(--color-green);
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.my-widget__info::after {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 5.5px 0 5.5px;
  border-color: var(--color-green) transparent transparent transparent;
  top: 100%;
  right: 10px;
}
.my-widget__info-close {
  display: block;
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
  width: 6px;
  height: 6px;
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
  color: #fff;
}
.my-widget__info-close::before,
.my-widget__info-close::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.my-widget__info-close::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  10% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  20% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  10% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  20% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 1;
  }
}
@-webkit-keyframes outer-ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  80% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@keyframes outer-ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  80% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes inner-ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes inner-ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.5;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.5;
  }
}
@-webkit-keyframes ripple-2 {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes ripple-2 {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.top {
  padding: 0 0 1rem;
  overflow: hidden;
}
.top__wrap {
  margin-top: 1rem;
  position: relative;
  max-width: 480px;
}
.top__title {
  display: block;
  margin-bottom: 1.9rem;
  font-weight: 700;
  font-size: 2.14rem;
  line-height: 1.07;
}
.top__suptitle {
  display: block;
  margin-bottom: 0.5rem;
  color: #777676;
  font-weight: 300;
  font-size: 14px;
}
.top__suptitle svg {
  display: inline-block;
  margin-right: 0.3rem;
  fill: currentColor;
  width: 0.8em;
  height: 1.1em;
}
.top__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
}
.top__benefits li {
  width: 47%;
}
.top__benefits li:nth-child(1) {
  width: 42%;
  margin-right: 2em;
}
.top__benefits strong {
  display: inline-block;
  font-size: 1.56em;
}
.top__btns {
  margin-top: 50px;
}
.top .top__btn:hover {
  -webkit-box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.2), 15px 15px 40px rgba(250, 234, 94, 0.2), 6px 6px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.2), 15px 15px 40px rgba(250, 234, 94, 0.2), 6px 6px 30px rgba(0, 0, 0, 0.1);
}
.top__btn-icon {
  position: absolute;
  width: 2.95rem;
  height: 3.05rem;
  right: -1.5rem;
  top: 50%;
  -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
          transform: translateY(-40%);
  stroke: none !important;
}
.top__stars {
  position: relative;
  z-index: 1;
  margin-top: 130px;
  margin-bottom: 11px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  border-radius: 17px;
  background: rgba(255, 229, 117, 0.2);
  padding-left: 20px;
  padding-right: 21px;
  font-size: 12px;
  font-weight: 600;
}
.top__stars span {
  display: block;
  margin-left: 9px;
}
.top__stars img {
  display: inline-block;
  width: 15px;
  height: 14px;
  margin-left: 7px;
}
.top__sub {
  max-width: 10.4rem;
}
.top__pic {
  position: relative;
  z-index: 0;
  margin-top: 2.7rem;
}
.top__pic-text {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
}
.top__pic-text strong {
  display: block;
  font-size: 1.57em;
  font-weight: 600;
}
.top__pic-text img {
  position: absolute;
  left: 0;
  top: 2px;
}
.top__pic-img {
  width: 320px;
  position: absolute;
  pointer-events: none;
  left: 9.3rem;
  bottom: -30px;
}
.top__pic-img::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 38px;
  left: -53px;
  width: 320px;
  height: 320px;
  background: url(../img/top/bg-phone.webp) center / cover no-repeat;
}
.no-webp .top__pic-img::after {
  background-image: url(../img/top/bg-phone.png);
}
.top__pic-img img {
  position: relative;
  z-index: 1;
}
.top__box-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  margin-top: 40px;
}
.top__arrow {
  display: block;
  padding: 5px;
}
.top__arrow svg {
  display: block;
  width: 10px;
  height: 29px;
  stroke: var(--color-blue);
}
.top__slider {
  width: calc(100% - 40px);
}
.top__slider .slick-track {
  padding: 0 0 22px 0;
}
.top__slide {
  max-width: 222px;
  margin: 0 auto;
  position: relative;
  padding: 0 24px 18px;
}
.top__slide::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 210px;
  -webkit-box-shadow: 0.15rem 0.15rem 1rem rgba(0, 0, 0, 0.05);
          box-shadow: 0.15rem 0.15rem 1rem rgba(0, 0, 0, 0.05);
  border-radius: 1.5rem;
}
.top__slide::before {
  content: attr(data-num);
  display: block;
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  font-size: 200px;
  font-weight: 700;
  width: 100%;
  opacity: 0.04;
  line-height: 0.7;
  height: 135px;
  overflow: hidden;
  border-radius: 1.5rem;
  text-align: right;
}
.top__slide-title {
  display: block;
  margin-top: 10px;
  margin-bottom: 9px;
  font-weight: 600;
  font-size: 14px;
}
.top__slide-pic {
  display: block;
  height: 130px;
  line-height: 130px;
}
.top__slide-pic img {
  display: inline-block;
  vertical-align: middle;
}
.top__slide-desc {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  opacity: 0.5;
}
.top__slide-price {
  display: block;
  position: relative;
  padding-left: 35px;
  font-weight: 600;
  font-size: 22px;
}
.top__slide-price::before {
  content: '';
  display: block;
  position: absolute;
  left: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 51px;
  height: 53px;
  background: url(../img/top/money-2.png) center / contain no-repeat;
}
@media (min-width: 780px) {
  .top__pic-img {
    left: 370px;
  }
  .top__sub {
    max-width: none;
  }
}
@media (min-width: 990px) {
  .top {
    padding-bottom: 80px;
  }
  .top__box-slider {
    display: block;
    width: 262px;
    position: absolute;
    z-index: 10;
    right: -5px;
    top: 89px;
    margin: 0;
  }
  .top__arrow {
    display: block;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin: -12px auto 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .top__arrow_prev {
    display: none !important;
  }
  .top__arrow svg {
    width: 20px;
    height: 32px;
  }
  .top__slider {
    width: 100%;
  }
  .top__slider .slick-slide {
    padding-bottom: 22px;
  }
}
@media (min-width: 1250px) {
  .top__wrap {
    margin-top: 21px;
  }
  .top__title {
    margin-bottom: 30px;
    font-size: 50px;
  }
  .top__benefits {
    font-size: 18px;
  }
  .top__btns {
    margin-top: 62px;
    position: relative;
  }
  .top__btns:hover::after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .top__btns::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 314px;
    height: 187px;
    background: url(../img/top/money.png) center / contain no-repeat;
    top: -59px;
    left: 78px;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: 0.6s -webkit-transform;
    transition: 0.6s -webkit-transform;
    -o-transition: 0.6s transform;
    transition: 0.6s transform;
    transition: 0.6s transform, 0.6s -webkit-transform;
  }
  .thanks .top__btns::after {
    display: none;
  }
  .thanks .top__btn:hover {
    -webkit-box-shadow: 4px 4px 16px rgba(2, 219, 167, 0.2), 10px 10px 40px rgba(0, 0, 0, 0.15);
            box-shadow: 4px 4px 16px rgba(2, 219, 167, 0.2), 10px 10px 40px rgba(0, 0, 0, 0.15);
  }
  .top__stars {
    margin-top: 64px;
  }
  .top__pic-text {
    position: absolute;
    bottom: 102px;
    left: 758px;
    padding-left: 28px;
    width: 200px;
  }
  .top__pic-img {
    width: 524px;
    left: 314px;
    bottom: -95px;
  }
  .top__pic-img::after {
    width: 688px;
    height: 594px;
    bottom: 221px;
    left: 144px;
  }
}

/*# sourceMappingURL=header.css.map */
