html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  font: 400 16px/1.5 'Open Sans', sans-serif;
  color: #797878;
  overflow-x: hidden; }

.font {
  font-family: 'Roboto', sans-serif; }

body {
  overflow-x: hidden; }

* {
  box-sizing: border-box; }
  *:focus {
    outline: none; }

img {
  max-width: 100%;
  vertical-align: middle; }

.animation {
  transition: all .6s ease-in-out; }

input:focus, button:focus, textarea:focus, a:focus {
  outline: none; }

input, button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.compensate-for-scrollbar {
  margin-right: 0 !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 768px; } }

@media (min-width: 1024px) {
  .container {
    max-width: 970px; } }

@media (min-width: 1230px) {
  .container {
    max-width: 1200px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px; }

.col {
  padding: 0 15px; }

.title {
  font-weight: 300;
  font-size: 40px; }
  .title_big {
    font-size: 46px; }

.subtitle {
  font-size: 18px; }

.text_center {
  text-align: center; }

.icon {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
  .icon_police-car {
    width: 50px;
    height: 50px;
    background-image: url("../img/icon/police-car.svg"); }
  .icon_finger {
    width: 42px;
    height: 42px;
    background-image: url("../img/icon/finger.svg"); }
  .icon_phone {
    width: 30px;
    height: 50px;
    background-image: url("../img/icon/phone-icon.svg"); }
    .icon_phone-circle {
      width: 48px;
      height: 48px;
      background-image: url("../img/icon/phone-icon_circle.svg"); }
  .icon_email-circle {
    width: 48px;
    height: 48px;
    background-image: url("../img/icon/email-icon_circle.svg"); }
  .icon_appstore {
    width: 150px;
    height: 50px;
    background-image: url("../img/icon/app-store.svg"); }
  .icon_playmarket {
    width: 170px;
    height: 50px;
    background-image: url("../img/icon/google-play.svg"); }

.slimScrollBar {
  opacity: 1 !important;
  width: 2px !important;
  border-radius: 1px !important; }

.slimScrollDiv {
  overflow: hidden; }

#overlay {
  z-index: 11;
  position: fixed;
  background-color: #333333;
  opacity: .6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none; }

.decor {
  z-index: 2;
  cursor: pointer; }

.circle {
  z-index: 1;
  display: none;
  transition: opacity .5s ease-in-out; }
  .circle.active {
    display: block; }

.section {
  position: relative; }
  .section_grey {
    background-color: #F7F7F7; }

.header {
  position: absolute;
  left: 0;
  top: 21px;
  width: 100%;
  z-index: 10; }
  .header__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .header__logo {
    position: relative;
    display: block;
    width: 100%;
    max-width: 134px;
    transform-style: preserve-3d; }
    .header__logo::before {
      content: '';
      display: block;
      width: 436px;
      height: 289px;
      position: absolute;
      transform: translateZ(-1px) translateX(-50%);
      top: -21px;
      left: calc(50% - 71px);
      background: url("../img/logo-circle.svg") no-repeat center;
      background-size: contain; }
    .header__logo img {
      width: 100%; }
  .header__right {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header__menu {
    position: relative; }
  .header__phone {
    display: flex;
    flex-direction: column;
    font-size: 22px;
    color: #000;
    text-decoration: none;
    margin-right: 79px; }
    .header__phone-label {
      font-family: 'Open Sans';
      font-weight: 600;
      font-size: 12px;
      color: #797878; }
  .header__language {
    background: transparent;
    border: none;
    padding-right: 21px;
    font-size: 18px;
    color: #797878;
    font-family: 'Open Sans'; }
    .header__language-wrap {
      position: relative; }
      .header__language-wrap_mr {
        margin-right: 60px; }
      .header__language-wrap::after {
        content: '';
        display: block;
        width: 13px;
        height: 7px;
        position: absolute;
        right: -1px;
        top: 8px;
        background: url("../img/icon/arrow-down.svg") no-repeat center;
        background-size: contain; }
  .header__fixed {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 70;
    height: 20px; }
    .header__fixed-wrap {
      display: flex;
      justify-content: flex-end;
      height: 20px; }
  .header__button {
    display: block;
    border: 1px solid #BEBEBE;
    border-radius: 18px;
    width: 36px;
    height: 36px;
    margin-bottom: 2px;
    position: absolute;
    cursor: pointer; }
    .header__button > span {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background: #059848;
      border-radius: 1px;
      height: 2px;
      transition: transform .5s ease-in-out; }
      .header__button > span:nth-of-type(1), .header__button > span:nth-of-type(3) {
        width: 14px; }
      .header__button > span:nth-of-type(1) {
        top: 9px; }
      .header__button > span:nth-of-type(3) {
        bottom: 11px; }
      .header__button > span:nth-of-type(2) {
        width: 8px;
        top: 50%;
        transform: translate(-50%, -50%); }
    .header__button.active > span:nth-of-type(1) {
      top: 50%;
      transform: translate(-50%, -50%) rotate(45deg); }
    .header__button.active > span:nth-of-type(2) {
      opacity: 0; }
    .header__button.active > span:nth-of-type(3) {
      top: 50%;
      transform: translate(-50%, -50%) rotate(-45deg); }
    .header__button.active + .header__button-label {
      opacity: 0; }
    .header__button-wrap {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      right: 1px;
      top: 20px; }
    .header__button-label {
      font-weight: 600;
      font-size: 10px;
      color: #059848;
      text-align: center;
      position: absolute;
      top: 38px; }
  .header__close {
    position: relative; }
  .header__mob {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 50px 10%;
    width: 417px;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 100;
    margin-right: -100%;
    transition: margin-right .3s ease-in-out;
    background: #fff; }
    .header__mob.active {
      margin-right: 0; }
    .header__mob-footer {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .header__mob-title {
      font-weight: 300;
      font-size: 26px;
      color: #333333;
      margin-top: -2px; }
    .header__mob-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 50px; }
  .header__menu > li:not(:last-of-type) {
    margin-bottom: 50px; }
  .header__link {
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    color: #4F4F4F;
    text-decoration: none;
    transition: color .5s ease-in-out; }
    .header__link:hover, .header__link.active {
      color: #059848;
      font-weight: 400; }

.welcome__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: translateZ(-1px); }
  .welcome__footer-wrap {
    display: flex;
    justify-content: flex-end;
    width: 2px;
    margin-left: auto;
    position: relative;
    z-index: 0;
    transform: translateZ(-1px) translateY(-100%); }
  .welcome__footer-line {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 2px;
    height: calc(768px - 74px);
    padding-bottom: 165px; }
    .welcome__footer-line span {
      font-weight: 600;
      font-size: 12px;
      color: #fff; }
  .welcome__footer-arrow {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 32px;
    height: 74px;
    position: absolute;
    right: -12px;
    bottom: 76px;
    transform: translateY(50%); }
    .welcome__footer-arrow .slick-arrow {
      position: absolute;
      z-index: 1;
      left: 0;
      display: block;
      width: 32px;
      height: 32px;
      border: 1px solid #797878;
      background-color: #fff;
      padding: 0;
      margin: 0;
      font-size: 0;
      border-radius: 18px;
      cursor: pointer; }
      .welcome__footer-arrow .slick-arrow::before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: url("../img/icon/arrow-right.svg") no-repeat center;
        background-size: contain;
        transition: opacity .5s ease-in-out; }
      .welcome__footer-arrow .slick-arrow::after {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: url("../img/icon/arrow-right_hover.svg") no-repeat center;
        background-size: contain;
        opacity: 0;
        transition: opacity .5s ease-in-out; }
      .welcome__footer-arrow .slick-arrow:hover {
        background-color: #797878; }
        .welcome__footer-arrow .slick-arrow:hover::before {
          opacity: 0; }
        .welcome__footer-arrow .slick-arrow:hover::after {
          opacity: 1; }
      .welcome__footer-arrow .slick-arrow.slick-prev {
        transform: rotate(-90deg);
        top: 0; }
      .welcome__footer-arrow .slick-arrow.slick-next {
        transform: rotate(90deg);
        bottom: 0; }
  .welcome__footer-dots {
    width: 2px;
    background: rgba(5, 152, 72, 0.2);
    margin: 10px 0; }
    .welcome__footer-dots .slick-dots {
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 240px; }
      .welcome__footer-dots .slick-dots > li {
        width: 100%;
        height: 100%;
        flex-shrink: 1; }
        .welcome__footer-dots .slick-dots > li button {
          font-size: 0;
          border: none;
          padding: 0;
          margin: 0;
          background: rgba(5, 152, 72, 0.2);
          transition: background-color .5s ease-in-out; }
        .welcome__footer-dots .slick-dots > li.slick-active {
          background-color: #059848; }

.welcome__block {
  display: flex;
  padding: 273px 0 40px;
  max-height: 768px;
  height: 768px; }

.welcome__item {
  position: relative;
  z-index: 10;
  transform-style: preserve-3d; }

.welcome__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transform-style: preserve-3d;
  max-width: 500px;
  width: 100%;
  height: 100%; }

.welcome__title {
  margin-bottom: 30px; }

.welcome__button {
  display: flex;
  align-items: center; }
  .welcome__button a:not(:last-of-type) {
    margin-right: 20px; }

.welcome__play {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  right: -48px;
  top: 30px;
  z-index: 4;
  filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.2));
  background: url("../img/icon/play-btn.svg") no-repeat center;
  background-size: contain;
  transform: translateX(100%); }
  .welcome__play span {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -10px;
    font-weight: 600;
    font-size: 12px;
    transform: translateY(100%);
    color: #797878; }

.welcome__photo {
  position: absolute;
  top: calc(50% - 137px);
  transform: translate(100%, -50%) translateZ(-1px);
  width: 980px;
  right: -85px;
  z-index: 0; }
  .welcome__photo img {
    max-width: 100%; }

.about {
  padding: 110px 0 150px; }
  .about__block {
    padding: 0 100px; }
  .about__title {
    position: relative;
    top: 75px; }
  .about__list {
    max-width: 770px;
    margin-left: auto;
    margin-top: -60px; }
  .about__child {
    justify-content: flex-end;
    align-items: stretch; }
    .about__child:not(:last-of-type) {
      margin-bottom: 30px; }
    .about__child_reverse {
      flex-direction: row-reverse; }
  .about__col {
    width: 50%; }
  .about__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    transform-style: preserve-3d;
    z-index: 4; }
    .about__item_1::after {
      content: '';
      display: block;
      width: 87px;
      height: 256px;
      background: url("../img/icon/item-1-after.svg") no-repeat center;
      background-size: contain;
      position: absolute;
      right: 0;
      top: 99.5px;
      transform: translateX(100%) translateZ(-1px); }
    .about__item_2 {
      z-index: 5; }
    .about__item_3::after {
      content: '';
      display: block;
      width: 297px;
      height: 201px;
      background: url("../img/icon/item-3-after.svg") no-repeat center;
      background-size: contain;
      position: absolute;
      left: calc(50% - 4px);
      top: -47.5px;
      z-index: 0;
      transform: translateZ(-1px); }
  .about__icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin-bottom: 10px; }
  .about__name {
    color: #333;
    margin-bottom: 10px; }
  .about__description {
    color: #797878; }
  .about__number {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: #059848;
    background: #F7F7F7;
    border-radius: 6px; }

.situations {
  padding: 67px 0; }
  .situations__title {
    margin-bottom: 124px; }
  .situations__block {
    position: relative; }
  .situations__list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    z-index: 1; }
    .situations__list::after {
      content: '';
      display: block;
      width: 972px;
      height: 283px;
      position: absolute;
      left: 50%;
      top: -63px;
      transform: translateX(-50%) translateZ(-1px);
      background: url("../img/icon/situations-line.svg") no-repeat center;
      background-size: contain;
      z-index: -1; }
    .situations__list-item {
      position: absolute;
      transform: translateX(-50%);
      transform-style: preserve-3d;
      background: #fff;
      border: 1px solid #E0E0E0;
      width: 64px;
      height: 64px;
      border-radius: 50%;
      z-index: 3;
      cursor: pointer;
      transition: background-color .1s ease-in-out; }
      .situations__list-item svg {
        display: block;
        position: absolute;
        max-width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        fill: #797878;
        transition: fill .5s ease-in-out; }
      .situations__list-item:hover, .situations__list-item.active {
        background-color: #059848; }
        .situations__list-item:hover svg, .situations__list-item.active svg {
          fill: #fff; }
      .situations__list-item_1 {
        left: 100px;
        top: 187px; }
      .situations__list-item_2 {
        left: 293px;
        top: -9px; }
      .situations__list-item_3 {
        left: 50%;
        top: -94px; }
      .situations__list-item_4 {
        right: 293px;
        top: -9px;
        transform: translateX(50%) translateZ(-1px); }
      .situations__list-item_5 {
        right: 100px;
        top: 187px;
        transform: translateX(50%) translateZ(-1px); }
  .situations__slider {
    max-width: 630px;
    width: 100%;
    margin: 0 auto; }
    .situations__slider .slick-arrow {
      position: absolute;
      z-index: 1;
      bottom: 42px;
      display: block;
      width: 32px;
      height: 32px;
      border: 1px solid #797878;
      background-color: #fff;
      padding: 0;
      margin: 0;
      font-size: 0;
      border-radius: 18px;
      cursor: pointer; }
      .situations__slider .slick-arrow::before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        left: 50%;
          z-index: 9999;
        top: 50%;
        transform: translate(-50%, -50%);
        background: url("../img/icon/arrow-right.svg") no-repeat center;
        background-size: contain;
        transition: opacity .5s ease-in-out; }
      .situations__slider .slick-arrow::after {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: url("../img/icon/arrow-right_hover.svg") no-repeat center;
        background-size: contain;
        opacity: 0;
        transition: opacity .5s ease-in-out; }
      .situations__slider .slick-arrow:hover {
        background-color: #797878; }
        .situations__slider .slick-arrow:hover::before {
          opacity: 0; }
        .situations__slider .slick-arrow:hover::after {
          opacity: 1; }
      .situations__slider .slick-arrow.slick-prev {
        left: calc(50% - 5px);
        transform: translateX(-100%) rotate(180deg); }
      .situations__slider .slick-arrow.slick-next {
        left: calc(50% + 5px); }
  .situations__item {
    position: relative;
    padding-bottom: 276px;
    transform-style: preserve-3d; }
  .situations__name {
    position: relative;
    z-index: 5;
    font-weight: 300;
    font-size: 32px;
    line-height: calc(39 / 32);
    color: #333;
    margin-bottom: 30px; }
  .situations__description {
    position: relative;
    z-index: 5;
    min-height: 185px; }
  .situations__photo {
    position: absolute; }
    .situations__photo img {
      max-width: 100%; }
    .situations__photo_1 {
      width: 440px;
      bottom: 24px;
      left: calc(50% - 44px);
      transform: translateX(-50%) translateZ(-1px); }
    .situations__photo_2, .situations__photo_3, .situations__photo_4, .situations__photo_5 {
      width: 353px;
      bottom: 93px;
      left: 50%;
      transform: translateX(-50%) translateZ(-1px); }

.plans {
  padding: 105px 0 150px; }
  .plans__title {
    margin-bottom: 43px; }
  .plans__row {
    margin-bottom: 15px; }
  .plans__col {
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 25px; }
  .plans__item {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    transition: all .45s ease-in-out; }
    .plans__item:hover {
      transform: scale(1.05);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); }
  .plans__label {
    position: absolute;
    top: 0;
    left: 0; /*-21px*/
    font-weight: 600;
    font-size: 12px;
    color: #4F4F4F;
    padding: 7.5px 10px;
    background: #FFEB3C;
    border-radius: 10px 0px; }
  .plans__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 20px; }
    .plans__header-right {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      width: 107px; }
    .plans__header-label {
      font-size: 10px;
      color: #666; }
  .plans__name {
    font-size: 22px;
    color: #333;
    padding-right: 10px;
    width: calc(100% - 107px); }
  .plans__price {
    font-size: 22px;
    color: #059848; }
  .plans__list {
    margin-bottom: 20px; }
    .plans__list > li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      .plans__list > li span {
        font-size: 12px;
        color: #797878; }
      .plans__list > li strong {
        font-weight: 600;
        font-size: 14px;
        color: #333; }
      .plans__list > li:not(:last-of-type) {
        margin-bottom: 20px; }
  .plans__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background: #059848;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
    .plans__button:hover {
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2); }
  .plans__description {
    font-size: 14px;
    max-width: 705px;
    width: 100%;
    margin: 0 auto; }
    .plans__description p:not(:last-of-type) {
      margin-bottom: 10px; }

.coating {
  padding: 100px 0; }
  .coating__title {
    margin-bottom: 10px; }
  .coating__subtitle {
    margin-bottom: 50px; }
  .coating__block {
    display: flex;
    align-items: center; }
  .coating__scroll {
    position: relative;
    width: 270px !important;
    padding-right: 20px;
    max-height: 438px;
    overflow: hidden; }
    .coating__scroll::after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 2px;
      height: 100%;
      background-color: #E0E0E0; }
    .coating__scroll-item {
      display: flex;
      align-items: center;
      height: 46px;
      background: #fff;
      border-radius: 10px;
      color: #4F4F4F;
      transition: background-color, color .5s ease-in-out;
      padding: 0 10px; }
      .coating__scroll-item.active, .coating__scroll-item:hover {
        background-color: #E6F5ED;
        color: #222223; }
  .coating__content {
    width: calc(100% - 270px);
    padding-left: 36px; }
    .coating__content-item {
      display: flex;
      opacity: 1; }
  .coating__map {
    position: relative;
    width: 558px; }
    .coating__map img {
      display: block;
      width: 100%; }
    .coating__map-before {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 109%;
      height: 100%; }
      .coating__map-before svg {
        display: block;
        width: 100%;
        height: 100%; }
  .coating__right {
    width: calc(100% - 558px);
    padding-left: 36px;
    display: none;
    opacity: 0;
    align-items: center; }
    .coating__right.active {
      display: block;
      opacity: 1; }
  .coating__name {
    font-size: 22px;
    margin-bottom: 7px; }
  .coating__count {
    font-weight: 500;
    font-size: 70px;
    margin-bottom: 7px; }
  .coating__count {
    font-weight: 500;
    font-size: 70px; }

.contacts {
  padding: 150px 0 120px; }
  .contacts__title {
    margin-bottom: 29px; }
  .contacts__list {
    display: flex;
    padding: 0 70px;
    justify-content: space-between; }
  .contacts__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    max-width: 330px;
    width: 100%; }
  .contacts__icon {
    display: block;
    width: 48px;
    margin-bottom: 18px;
    position: relative;
    transform-style: preserve-3d;
    left: 6px; }
    .contacts__icon::before {
      content: '';
      display: block;
      width: 49px;
      height: 45px;
      background: url("../img/icon/phone-icon_before.svg") no-repeat center;
      background-size: contain;
      position: absolute;
      left: -11px;
      top: -9px;
      transform: translateZ(-1px); }
  .contacts__name {
    color: #4F4F4F;
    margin-bottom: 25px; }
  .contacts__phone {
    text-decoration: none;
    font-size: 28px;
    line-height: calc(39 / 28);
    color: #333; }

.footer {
  padding: 20px 0 23px;
  border-top: 1px solid #BEBEBE; }
  .footer__link {
    text-decoration: none;
    color: #797878; }
  .footer__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.region {
  position: relative; }
  .region::after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: red; }

@media screen and (max-width: 1229px) {
  .row {
    margin-right: -10px;
    margin-left: -10px; }
  .col {
    padding: 0 10px; }
  .title_big {
    font-size: 40px; }
  .icon_appstore {
    width: 140px; }
  .icon_playmarket {
    width: 158px; }
  .welcome__footer-wrap {
    margin-right: 13px; }
  .welcome__footer-dots .slick-dots {
    height: 208px; }
  .header__button-wrap {
    right: 18px; }
  .header__phone {
    margin-right: 86px; }
  .header__logo::before {
    width: 436px;
    height: 219px;
    top: -21px;
    left: -206px;
    transform: translateZ(-1px);
    background-image: url("../img/logo-circle_1024.svg"); }
  .header__language-wrap_mr {
    margin-right: 50px; }
  .welcome__info {
    max-width: 320px; }
  .welcome__block {
    padding-top: 260px; }
  .welcome__play {
    width: 80px;
    height: 80px;
    right: -67px;
    top: 80px; }
    .welcome__play span {
      width: 100px;
      left: 50%;
      transform: translate(-50%, 100%); }
  .welcome__photo {
    top: calc(50% - 118px);
    right: -57px;
    width: 906px; }
  .about {
    padding: 165px 0 159px; }
    .about__block {
      padding: 0 85px; }
    .about__title {
      left: -25px; }
  .situations {
    padding: 40px 0 0; }
    .situations__title {
      margin-bottom: 130px; }
    .situations__item {
      padding-bottom: 286px; }
    .situations__slider {
      max-width: 620px; }
    .situations__description {
      font-size: 16px; }
    .situations__list-item {
      width: 60px;
      height: 60px; }
      .situations__list-item_1 {
        left: 30px;
        top: 182px; }
      .situations__list-item_2 {
        left: 200px;
        top: -12px; }
      .situations__list-item_3 {
        top: -100px; }
      .situations__list-item_4 {
        right: 200px;
        top: -12px; }
      .situations__list-item_5 {
        right: 28px;
        top: 184px; }
    .situations__list::after {
      width: 882px;
      height: 284px;
      top: -71px;
      background-image: url("../img/icon/situations-line_1024.svg"); }
    .situations__photo_1 {
      left: calc(50% - 19px);
      bottom: 37px; }
    .situations__photo_2, .situations__photo_3, .situations__photo_4, .situations__photo_5 {
      bottom: 106px; }
  .plans {
    padding: 84px 0 87px; }
    .plans__title {
      margin-bottom: 59px; }
    .plans__row {
      margin-bottom: 36px; }
    .plans__label {
      left: 0;
      padding: 5px 10px; }
  .slimScrollDiv {
    width: 320px !important; }
  .coating {
    padding: 89px 0; }
    .coating__title {
      margin-bottom: 15px; }
    .coating__scroll {
      width: 320px !important; }
      .coating__scroll-item {
        padding: 0 20px; }
    .coating__content {
      width: calc(100% - 320px);
      padding-left: 60px;
      padding-top: 2px; }
      .coating__content-item {
        flex-direction: column-reverse; }
    .coating__right {
      align-items: flex-start;
      position: relative;
      padding: 0;
      width: 100%; }
    .coating__map {
      width: 100%; }
    .coating__count {
      position: absolute;
      font-size: 50px;
      right: 0;
      top: 0; }
    .coating__name {
      text-align: left;
      margin-bottom: 12px; }
    .coating__block {
      align-items: flex-start; }
    .coating__description {
      text-align: left;
      margin-bottom: 38px; }
      .coating__description br {
        display: none; }
  .contacts {
    padding: 107px 0 80px; }
    .contacts__title {
      margin-bottom: 68px; }
    .contacts__list {
      padding: 0; }
    .contacts__item {
      width: 320px; }
  .footer {
    padding: 21px 0 23px; } }

@media screen and (max-width: 1023px) {
  .container {
    padding: 0 22px; }
  .title {
    font-size: 30px; }
  .subtitle {
    font-size: 16px; }
  .header {
    top: 15px; }
    .header__logo {
      max-width: 116px; }
      .header__logo::before {
        width: 270px;
        height: 163px;
        top: -15px;
        left: -125px;
        background-image: url("../img/logo-circle_768.svg"); }
    .header__mob {
      width: 374px;
      padding: 40px 10px 40px 30px; }
      .header__mob-title {
        font-size: 22px; }
      .header__mob-header {
        margin-bottom: 40px; }
    .header__menu > li:not(:last-of-type) {
      margin-bottom: 40px; }
    .header__link {
      font-size: 18px; }
    .header__phone {
      font-size: 18px;
      margin-right: 50px; }
    .header__language-wrap_mr {
      margin-right: 29px; }
    .header__button-wrap {
      top: 10px; }
  .welcome__block {
    padding-top: 215px;
    max-height: 673px; }
  .welcome__title {
    margin-bottom: 20px; }
  .welcome__info {
    max-width: 290px; }
  .welcome__photo {
    width: 736px;
    top: calc(50% - 144px);
    right: -7px; }
  .welcome__play {
    width: 60px;
    height: 60px;
    right: -42px;
    top: 71px; }
    .welcome__play span {
      width: 60px; }
  .welcome__footer-dots .slick-dots {
    height: 150px; }
  .welcome__footer-arrow {
    bottom: 129px; }
  .about {
    padding: 56px 0 50px; }
    .about__block {
      padding: 0;
      max-width: 652px;
      margin-left: 0; }
    .about__item {
      margin: 0;
      justify-content: space-between; }
      .about__item_1::after {
        width: 66px;
        height: 293px;
        right: 3px;
        top: 111px;
        background-image: url("../img/icon/item-1-after_768.svg"); }
      .about__item_3 {
        padding-top: 34px; }
        .about__item_3::after {
          width: 234px;
          height: 118px;
          left: calc(50% + 37px);
          top: -50.5px;
          background-image: url("../img/icon/item-3-after_768.svg"); }
    .about__col {
      padding: 0;
      width: 310px; }
    .about__name {
      font-size: 18px; }
    .about__child:not(:last-of-type) {
      margin-bottom: 42px; }
    .about__child_reverse {
      justify-content: space-between; }
    .about__list {
      margin-top: -136px; }
    .about__title {
      width: 200px;
      font-size: 40px;
      left: 61px;
      top: 41px; }
  .situations {
    padding: 50px 0 20px; }
    .situations__item {
      padding-bottom: 264px; }
    .situations__name {
      font-size: 26px;
      margin-bottom: 18px; }
    .situations__list::after {
      top: -81px;
      width: 666px;
      height: 283px;
      background-image: url("../img/icon/situations-line_768.svg"); }
    .situations__list-item_1 {
      left: 30px;
      top: 172px; }
    .situations__list-item_2 {
      left: 124px;
      top: -15px; }
    .situations__list-item_3 {
      top: -110px; }
    .situations__list-item_4 {
      right: 124px;
      top: -15px; }
    .situations__list-item_5 {
      top: 174px; }
    .situations__slider {
      max-width: 476px; }
      .situations__slider .slick-arrow {
        bottom: 30px; }
    .situations__photo_1 {
      bottom: 22px; }
    .situations__photo_2, .situations__photo_3, .situations__photo_4, .situations__photo_5 {
      bottom: 80px; }
    .situations__description {
      font-size: 14px; }
  .plans {
    padding: 50px 0; }
    .plans__title {
      margin-bottom: 17px; }
    .plans__row {
      display: block;
      max-width: 372px;
      margin: 0 auto; }
      .plans__row .slick-list {
        overflow: visible !important; }
    .plans__col {
      padding: 15px 10px;
      margin-bottom: 15px; }
      .plans__col.slick-active .plans__item {
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); }
    .plans__item {
      padding: 48px 30px 50px; }
  .slimScrollDiv,
  .coating__scroll {
    width: 228px !important; }
  .coating {
    padding: 50px 0; }
    .coating__title {
      margin-bottom: 10px; }
    .coating__subtitle {
      margin-bottom: 40px; }
    .coating__scroll-item {
      font-size: 14px;
      padding: 0 10px; }
    .coating__right {
      padding-top: 26px; }
    .coating__name {
      margin-bottom: 10px; }
    .coating__count {
      top: 24px; }
    .coating__content {
      width: calc(100% - 228px);
      padding-left: 20px; }
  .contacts {
    padding: 80px 0 70px; }
    .contacts__title {
      margin-bottom: 49px; }
    .contacts__item {
      width: 248px; }
    .contacts__name {
      font-size: 14px;
      margin-bottom: 17px; }
    .contacts__icon {
      margin-bottom: 15px; }
    .contacts__phone {
      font-size: 18px; }
  .footer {
    padding: 19px 0 21px; }
    .footer__copyright, .footer__link {
      font-size: 14px; } }

@media screen and (max-width: 767px) {
  html, body {
    font-size: 14px; }
  .title {
    font-size: 26px; }
  .container {
    padding: 0 10px; }
  .header {
    top: 11px; }
    .header__mob {
      width: 300px;
        padding: 10px 20px 30% 20px; }
      .header__mob-title {
        font-size: 20px;
        margin-top: 3px; }
      .header__mob-header {
        margin-bottom: 43px; }
    .header__phone {
      font-size: 20px; }
    .header__menu > li:not(:last-of-type) {
      margin-bottom: 30px; }
    .header__link {
      font-size: 16px; }
    .header__logo {
      max-width: 93px; }
      .header__logo::before {
        display: none; }
    .header__right {
      display: none; }
  .welcome__title {
    text-align: center;
    margin-bottom: 10px; }
  .welcome__footer {
    display: none; }
  .welcome__block {
    padding-top: 361px;
    padding-bottom: 21px;
    max-height: 100%;
    height: auto; }
  .welcome__description {
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px; }
  .welcome__info {
    max-width: 100%; }
  .welcome__button {
    justify-content: center; }
    .welcome__button a i {
      width: 140px;
      height: 46px; }
  .welcome__play {
    left: calc(50% - 120px);
    right: auto;
    transform: translate(-50%, -100%);
    top: -147px;
    filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.2)); }
    .welcome__play span {
      display: none; }
  .welcome__photo {
    width: 467px;
    top: -20px;
    right: unset;
    left: calc(50% - -79px);
    transform: translate(-50%, -100%); }
  .about {
    padding: 22px 0 50px; }
    .about__title {
      font-size: 30px;
      text-align: left;
      left: 0;
      top: 0;
      width: 100%;
      margin-bottom: 30px; }
    .about__list {
      position: relative;
      max-width: 300px;
      width: 100%;
      margin: 0 auto;
      transform-style: preserve-3d; }
      .about__list::after {
        content: '';
        display: block;
        position: absolute;
        left: 7px;
        top: 102px;
        width: 275px;
        height: 487px;
        background: url("../img/icon/about-list.svg") no-repeat center;
        background-size: contain;
        transform: translateZ(-1px); }
    .about__col {
      width: 100%;
      padding: 0 10px; }
    .about__child {
      display: block; }
      .about__child:not(:last-of-type) {
        margin-bottom: 30px; }
      .about__child_reverse .about__col:first-of-type {
        margin-bottom: 30px; }
      .about__child_reverse .about__col:last-of-type .about__item {
        margin-left: auto; }
    .about__name {
      font-size: 16px; }
    .about__description {
      font-size: 14px; }
    .about__item {
      padding: 20px;
      width: 260px; }
      .about__item::after {
        display: none; }
      .about__item_1 {
        margin-left: auto; }
      .about__item_2, .about__item_3 {
        padding-top: 41px; }
  .situations {
    padding: 35px 0 30px; }
    .situations__title {
      margin-bottom: 20px; }
    .situations__list {
      position: relative;
      width: 350px;
      left: 0;
      top: 0;
      display: flex;
      align-items: center;
      justify-content: center;
        margin: auto;
    }
      .situations__list::before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #E0E0E0;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%) translateZ(-1px); }
      .situations__list > li:not(:last-of-type) {
        margin-right: 45px; }
      .situations__list::after {
        display: none; }
      .situations__list-wrap {
        overflow-x: auto;
        margin-bottom: 25px; }
      .situations__list-item {
        position: relative;
        left: 0;
        top: 0;
        right: unset;
        width: 35px;
        height: 35px;
        transform: unset; }
        .situations__list-item svg {
          width: 50%; }
    .situations__slider .slick-arrow.slick-prev {
      left: 0;
      bottom: 44px;
      transform: translateY(-50%) rotate(180deg); }
    .situations__slider .slick-arrow.slick-next {
      right: 0;
      left: unset;
      bottom: 44px;
      transform: translateY(-50%); }
    .situations__name {
      font-size: 20px;
      margin-bottom: 13px; }
    .situations__description {
      min-height: 213px;
      font-size: 14px; }
    .situations__item {
      padding-bottom: 138px; }
    .situations__photo {
      width: calc(100% - 42px);
      left: 50%;
      transform: translateX(-50%);
      bottom: -28px; }
      .situations__photo_2, .situations__photo_3, .situations__photo_4, .situations__photo_5 {
        bottom: 0; }
  .plans__col.slick-active .plans__item {
    transform: scale(1); }
  .plans {
    padding: 29px 0 50px; }
    .plans__title {
      margin-bottom: 5px; }
    .plans__row {
      max-width: calc(100% - 20px); }
    .plans__col {
      margin-bottom: 6px; }
    .plans__item {
      padding: 20px 30px; }
      .plans__item:hover {
        transform: scale(1); }
    .plans__list > li {
      align-items: flex-start; }
      .plans__list > li strong {
        width: 60px;
        text-align: right; }
      .plans__list > li span {
        width: calc(100% - 83px); }
    .plans__description {
      font-size: 12px; }
      .plans__description p:not(:last-of-type) {
        margin-bottom: 0; }
  .slimScrollDiv, .coating__scroll {
    width: 100% !important;
    height: 193px !important; }
  .coating {
    padding: 39px 0 40px; }
    .coating__subtitle {
      font-size: 14px; }
    .coating__block {
      max-width: 450px;
      width: 100%;
      flex-direction: column; }
    .coating__scroll {
      max-height: 193px;
      padding-right: 12px; }
    .coating__content {
      width: 100%;
      padding: 20px 0 0; }
    .coating__name {
      text-align: center;
      font-size: 18px;
      margin-bottom: 5px; }
    .coating__count {
      position: relative;
      left: 0;
      top: 0;
      text-align: center;
      font-size: 50px;
      margin-bottom: 5px; }
    .coating__right {
      padding-top: 0; }
    .coating__description {
      font-size: 16px;
      text-align: center;
      margin-bottom: 30px; }
      .coating__description br {
        display: block; }
  .contacts {
    padding: 40px 0 0; }
    .contacts__list {
      justify-content: center; }
    .contacts__title {
      margin-bottom: 40px; }
    .contacts__item {
      margin-bottom: 40px;
      width: 160px; }
  .footer {
    padding: 19px 0 20px; }
    .footer__wrap {
      flex-direction: column;
      align-items: center; }
    .footer__copyright {
      margin-bottom: 10px; } }

.situations__list-wrap {
    position: relative;
}

.hidden_click_items {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.hidden_click_items .hidden_click_item {
    position: absolute;
    height: 50px;
    width: 50px;
    cursor: pointer;
    z-index: 9999;
}

.hidden_click_items .hidden_click_item[data-item="9"] {
    top: 20%;
    left: 41%;
}

.hidden_click_items .hidden_click_item[data-item="14"] {
    top: 73%;
    left: 41%;
}

.modal-body {
    display: none;
}

#payment_form {
    width: 770px;
    padding: 0;
}

#payment_form .fancybox-close-small {
    border: 1px solid #BEBEBE;
    box-sizing: border-box;
    border-radius: 18px;
    color: #059848;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 8px;
}

#payment_form .fancybox-close-small svg {
    display: block;
    height: 200%;
    overflow: visible;
    position: relative;
    width: 200%;
    top: -9px;
    left: -9px;
}

#payment_form .inner-content {
    text-align: center;
    padding: 30px 70px;
}

#payment_form input[type=checkbox] {
    position: relative;
    width: 1.5em;
    height: 1.5em;
    color: #363839;
    border: 1px solid #bdc1c6;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}
#payment_form input[type=checkbox]::before {
    position: absolute;
    content: "";
    display: block;
    top: -2px;
    left: 5px;
    width: 8px;
    height: 14px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}
#payment_form input[type=checkbox]:checked {
    color: #fff;
    border-color: #059848;
    background: #059848;
}
#payment_form input[type=checkbox]:checked::before {
    opacity: 1;
}
#payment_form input[type=checkbox]:checked ~ label::before {
    /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);*/
}

#payment_form label {
    position: relative;
    cursor: pointer;
    padding: 0 0.25em 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: -7px;
}
#payment_form label::before {
    position: absolute;
    content: attr(data-content);
    color: #9c9e9f;
    -webkit-clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
    text-decoration: line-through;
    text-decoration-thickness: 3px;
    -webkit-text-decoration-color: #363839;
    text-decoration-color: #363839;
    transition: -webkit-clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#payment_form .big_text {
    text-transform: uppercase;
    font-size: 21px;
}

#payment_form p {
    margin: 15px 0;
}

#payment #error2 {
    display: none;
    color: #fd5252;
}

#payment_form .plans__button {
    border: none;
    width: 300px;
    margin: auto;
}

#payment_form input[type=text], #payment_form input[type=phone] {
    width: 300px;
    height: 46px;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 23px;
    text-indent: 20px;
}

#payment_form .input_block {
    display: inline-block;
    width: 300px;
    margin: 5px 5px;
}

@media screen and (max-width: 767px) {
    #payment_form .inner-content {
        padding: 30px 15px;
    }
}

.header__language {
    margin: 0;
    color: #059848;
    width: 50px;
    height: 50px;
    padding: 0 0 0 5px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    z-index: 9999;
    position: relative;
}

.header__language-wrap label {
    background-color: #fff06a;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    display: block;
}

.header__language option {
    background: none;
}

.header__language-wrap::after {
    right: 3px;
    top: 23px;
    z-index: 0;
}

/*.header__language-wrap {
    background-color: #fff06a;
    border-radius: 25px;
    width: 50px;
    height: 50px;
}*/

.yellow_arrow {
    background-color: #fff06a;
    border-radius: 25px;
    width: 50px;
    height: 50px;
}


