@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@font-face {
  font-display: swap;
  font-family: "Haval";
  font-weight: 300;
  font-style: normal;
  src: url("../../static/fonts/Haval-Light.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "Haval";
  font-weight: 500;
  font-style: normal;
  src: url("../../static/fonts/Haval-Medium.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "Haval";
  font-weight: 400;
  font-style: normal;
  src: url("../../static/fonts/Haval-Regular.woff") format("woff"); }

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: 0; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: #fff;
  cursor: pointer; }

.flickity-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 5px #19f;
          box-shadow: 0 0 0 5px #19f; }

.flickity-button:active {
  opacity: .6; }

.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.custom-select-container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.custom-select-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.custom-select-container.is-disabled {
  opacity: .333; }

.custom-select-opener {
  background-color: #ccc;
  padding: 0.5em;
  display: block;
  cursor: pointer;
  width: 100%; }

.custom-select-container select {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }

.custom-select-panel {
  max-height: 0;
  -webkit-transition: max-height .5s ease-out, overflow-y 0.1s 0.5s;
  -o-transition: max-height .5s ease-out, overflow-y 0.1s 0.5s;
  transition: max-height .5s ease-out, overflow-y 0.1s 0.5s;
  overflow: hidden;
  background-color: #e9e9e9;
  position: absolute;
  top: 100%;
  z-index: 1;
  width: 100%; }

.custom-select-container.is-open .custom-select-panel {
  max-height: 10.7em;
  overflow-y: auto; }

.custom-select-option {
  padding: 0.5em; }

.custom-select-option.has-focus {
  background-color: LightBlue; }

.custom-select-option.is-selected::before {
  content: "✔";
  padding-right: 0.5em; }

.custom-select-optgroup > .custom-select-option {
  padding-left: 2em; }

.custom-select-optgroup::before {
  content: attr(data-label);
  display: block;
  padding: 0.5em;
  color: #888; }

*::-webkit-input-placeholder {
  color: #fff;
  opacity: 1; }

*:-moz-placeholder {
  color: #fff;
  opacity: 1; }

*::-moz-placeholder {
  color: #fff;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #fff;
  opacity: 1; }

*::-ms-clear {
  display: none; }

*::-webkit-scrollbar {
  width: 8px; }

*::-webkit-scrollbar-track {
  background: #1D1D1D; }

*::-webkit-scrollbar-thumb {
  background: #00CABE; }

* {
  scrollbar-base-color: #ddd;
  scrollbar-face-color: #00CABE;
  scrollbar-3dlight-color: transparent;
  scrollbar-highlight-color: transparent;
  scrollbar-track-color: transparent;
  scrollbar-arrow-color: #00CABE;
  scrollbar-shadow-color: transparent;
  scrollbar-dark-shadow-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*::-moz-selection {
  color: #00CABE;
  background: #1D1D1D; }

*::selection {
  color: #00CABE;
  background: #1D1D1D; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: green; }

body input:required:valid,
body textarea:required:valid {
  color: green; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 19px;
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
  opacity: 1;
  color: #1D1D1D;
  background-color: #fff;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
  font-optical-sizing: auto; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

* {
  margin: 0;
  padding: 0; }

.accent {
  color: #00CABE; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Haval", sans-serif;
  line-height: 1.2em;
  font-weight: 300; }

.upper {
  text-transform: uppercase; }

a {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #00CABE;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  outline-width: 0; }

h2 {
  color: #1D1D1D;
  position: relative;
  font-size: 42px;
  font-weight: bold;
  font-family: "Manrope", sans-serif;
  line-height: 1;
  position: relative; }

[v-cloak] {
  display: none; }

.redput {
  color: #DC3333;
  border-color: #DC3333;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .redput::-webkit-input-placeholder {
    color: #DC3333 !important; }
  .redput:-moz-placeholder {
    color: #DC3333 !important; }
  .redput::-moz-placeholder {
    color: #DC3333 !important; }
  .redput:-ms-input-placeholder {
    color: #DC3333 !important; }

.no-wrap {
  white-space: nowrap; }

#app {
  overflow: hidden;
  max-width: 2000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.red {
  color: #DC3333 !important; }

.svg__list {
  display: none; }

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

.ymaps-2-1-79-balloon {
  border-radius: 10px;
  overflow: hidden;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .ymaps-2-1-79-balloon b {
    font-size: 18px;
    line-height: 1; }
  .ymaps-2-1-79-balloon p {
    margin-top: 15px;
    font-size: 14px;
    color: #979797;
    font-weight: 500; }

.ymaps-2-1-79-balloon__content {
  padding: 15px !important;
  font-family: "Manrope", sans-serif !important; }

section {
  margin-top: 77px; }

.text-body {
  color: #fff; }

@media only screen and (max-width: 1490px) {
  .container {
    max-width: 1200px; } }

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 820px; }
  section {
    margin-top: 100px; } }

@media only screen and (max-width: 820px) {
  .container {
    max-width: 375px; }
  h2 {
    font-size: 38px;
    letter-spacing: -1.9px;
    line-height: 1.2; }
    h2:after {
      display: none; }
  section {
    margin-top: 50px; } }

.btn {
  position: relative;
  display: inline-block;
  background-color: #00CABE;
  color: #1D1D1D;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  -o-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  border: none;
  margin: 0 auto;
  padding: 14px	26px;
  width: 100%;
  min-height: 50px;
  border-radius: 8px;
  border: 1px solid #00CABE;
  cursor: pointer;
  overflow: hidden; }
  .btn:hover {
    color: #1D1D1D;
    background-color: #4CDFD7;
    border-color: #4CDFD7; }
  .btn-light {
    background: #fff;
    color: #1D1D1D;
    border-color: #1D1D1D; }
    .btn-light:hover {
      color: #1D1D1D;
      background-color: #00CABE;
      border-color: #00CABE; }
  .btn-bordered {
    color: #fff;
    border-color: #fff;
    background: transparent; }
    .btn-bordered:hover {
      color: #1D1D1D;
      background-color: #00CABE;
      border-color: #00CABE; }
  .btn-white {
    color: #fff;
    border-color: #1D1D1D;
    background: #fff; }
    .btn-white:hover {
      color: #1D1D1D;
      background-color: #00CABE;
      border-color: #00CABE; }
  .btn .text {
    position: relative;
    z-index: 1; }
  .btn .progress {
    position: absolute;
    height: 100%;
    width: 0;
    background-color: #00978e;
    left: 0;
    top: 0;
    border-radius: 2px; }
  .btn.sending .progress {
    -webkit-animation-name: sendingPhone;
            animation-name: sendingPhone;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1; }

button {
  display: block !important; }

.input-block {
  width: 227px;
  position: relative;
  margin: 0 auto; }

.input {
  display: block;
  text-align: left;
  font-family: "Manrope", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  line-height: 1em;
  border: none;
  padding: 13px 10px 13px 12px;
  position: relative;
  z-index: 1;
  height: 50px;
  width: 100%;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease; }
  .input:hover, .input:focus {
    border: 1px solid #fff; }

.input-label {
  font-weight: 500;
  margin-bottom: 8px;
  display: block; }

.wrong + .input {
  border: 1px solid #DC3333; }

.phone {
  white-space: nowrap; }

select,
.custom-select-opener {
  display: block;
  text-align: left;
  font-family: "Haval", sans-serif;
  outline: none;
  line-height: 1em;
  border: none;
  padding: 13px 10px 13px 12px;
  position: relative;
  z-index: 1;
  height: 50px;
  width: 100%;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none; }
  select:hover, select:focus,
  .custom-select-opener:hover,
  .custom-select-opener:focus {
    border: 1px solid #fff; }
  select option,
  .custom-select-opener option {
    color: #1D1D1D; }

.custom-select-panel {
  border-radius: 8px;
  background-color: #fff;
  margin-top: 4px;
  z-index: 5; }
  .custom-select-panel .custom-select-option {
    margin: 4px 4px 0px 4px;
    border-radius: 8px;
    color: #1D1D1D; }
    .custom-select-panel .custom-select-option:last-child {
      margin-bottom: 4px; }
  .custom-select-panel .custom-select-option.has-focus,
  .custom-select-panel .custom-select-option.is-selected {
    background: rgba(151, 195, 56, 0.3); }
  .custom-select-panel .custom-select-option.is-selected::before {
    display: none; }

.form-elements label {
  color: #979797;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-elements label span {
    padding-left: 14px; }
  .form-elements label a {
    color: #979797; }
    .form-elements label a:hover {
      color: #00CABE; }

.form-elements input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  display: none; }

.form-elements input[type="checkbox"] + label::before {
  content: "";
  display: block;
  min-height: 20px;
  min-width: 20px;
  height: 20px;
  width: 20px;
  margin: 0;
  background-image: url(../../assets/images/yes.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -20px;
  border-radius: 3px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  background-color: #00CABE;
  position: relative;
  z-index: 2;
  background-color: transparent;
  border: 1px solid #fff; }

.form-elements input[type="checkbox"]:checked + label::before {
  background-color: #00CABE;
  background-position: center center;
  border: 1px solid #00CABE; }

#popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  #popup::after {
    content: '';
    width: 1597px;
    height: 645px;
    background-color: #00CABE;
    -webkit-filter: blur(179px);
            filter: blur(179px);
    border-radius: 1597px;
    opacity: 0.32;
    position: absolute;
    bottom: -161px;
    left: 198px;
    z-index: 1; }
  #popup::before {
    content: '';
    width: 905px;
    height: 365px;
    background-color: #00CABE;
    -webkit-filter: blur(179px);
            filter: blur(179px);
    border-radius: 905px;
    opacity: 0.32;
    position: absolute;
    bottom: -125px;
    right: 143px;
    z-index: 2; }
  #popup img.call {
    position: absolute;
    bottom: -160px;
    left: calc(50% - 160px); }
  #popup p.registrtop {
    padding-top: 50px;
    color: #00CABE; }
  #popup img.registr {
    position: absolute;
    top: -120px;
    left: calc(50% - 220px);
    width: 440px; }
  #popup .body {
    max-width: 496px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
    text-align: center;
    padding-top: 0px; }
    #popup .body .close {
      position: absolute;
      width: 37px;
      height: 37px;
      top: -5px;
      right: -5px;
      cursor: pointer;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      border-radius: 50%;
      z-index: 100000; }
      #popup .body .close:before {
        content: '';
        display: block;
        position: absolute;
        width: 40%;
        height: 2px;
        background: #fff;
        border-radius: 5px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        top: 48%;
        left: 30%; }
      #popup .body .close:after {
        content: '';
        display: block;
        position: absolute;
        width: 40%;
        height: 2px;
        background: #fff;
        border-radius: 5px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: 48%;
        left: 30%; }
      #popup .body .close:hover {
        opacity: .6; }
    #popup .body .content.tnxpopup {
      display: block;
      max-height: 90vh;
      height: auto;
      -webkit-overflow-scrolling: touch;
      padding: 20px;
      width: 100%;
      color: #fff; }
      #popup .body .content.tnxpopup .btn:after {
        display: none; }
      #popup .body .content.tnxpopup p {
        text-align: center; }
      #popup .body .content.tnxpopup p.bold {
        font-weight: bold;
        font-size: 24px; }
    #popup .body .content.politicpopup {
      display: block;
      max-height: 50vh;
      height: auto;
      -webkit-overflow-scrolling: touch;
      padding: 20px;
      width: 100%;
      color: #fff; }
      #popup .body .content.politicpopup h2 {
        font-weight: 300;
        text-transform: uppercase;
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
        color: #fff; }
        #popup .body .content.politicpopup h2:after {
          display: none; }
      #popup .body .content.politicpopup p {
        font-size: 14px;
        text-align: justify;
        margin-bottom: 15px; }
    #popup .body .content {
      max-height: 90vh;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 15px; }
      #popup .body .content p {
        line-height: 1.2em; }
      #popup .body .content form {
        width: 100%;
        margin-left: auto;
        margin-right: auto; }
        #popup .body .content form .btn {
          width: 100%; }
        #popup .body .content form > p {
          font-family: "Manrope", sans-serif;
          font-size: 40px;
          line-height: 1.2em;
          margin-bottom: 24px;
          color: #fff;
          text-align: left; }
        #popup .body .content form p.green {
          font-size: 18px;
          padding-top: 10px;
          line-height: 1.2em;
          font-weight: 400;
          text-transform: none; }
      #popup .body .content .form-elements {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        #popup .body .content .form-elements label {
          margin-top: 15px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          #popup .body .content .form-elements label span {
            font-size: 12px;
            line-height: 1.2;
            display: block;
            text-align: left;
            margin-left: 10px; }
        #popup .body .content .form-elements .input-block {
          margin-bottom: 10px;
          width: 100%; }
        #popup .body .content .form-elements .submit {
          margin-top: 60px; }
    #popup .body p.form_disclamer.callbot {
      padding-bottom: 50px; }
    #popup .body p.form_disclamer {
      margin-top: 40px;
      letter-spacing: 0.12px;
      font-size: 12px;
      color: #979797; }
      #popup .body p.form_disclamer a {
        color: #979797;
        text-decoration: underline; }
  #popup.open {
    visibility: visible;
    background: #1D1D1D; }
    #popup.open .body {
      -webkit-transform: translateY(-45%) scale(1);
          -ms-transform: translateY(-45%) scale(1);
              transform: translateY(-45%) scale(1); }

.circle-loader {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left-color: #00CABE;
  -webkit-animation-name: loader-spin;
          animation-name: loader-spin;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  bottom: 15px;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  z-index: 2; }
  .circle-loader:after {
    border-radius: 50%;
    width: 20px;
    height: 20px; }
  .circle-loader.checking {
    opacity: 1; }

.load-complete {
  -webkit-animation: none;
          animation: none;
  border-color: #00CABE;
  -webkit-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  transition: border 500ms ease-out; }
  .load-complete.wrong {
    border-color: #DC3333;
    cursor: pointer; }
    .load-complete.wrong:before {
      content: '';
      display: block;
      height: 2px;
      width: 8px;
      background: #DC3333;
      display: block;
      position: absolute;
      top: 7px;
      left: 4px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center; }
    .load-complete.wrong:after {
      content: '';
      display: block;
      height: 2px;
      width: 8px;
      background: #DC3333;
      display: block;
      position: absolute;
      top: 7px;
      left: 4px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center; }

.checkmark {
  display: none; }
  .checkmark:after {
    opacity: 1;
    height: 11px;
    width: 7px;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    border-right: 2px solid #00CABE;
    border-top: 2px solid #00CABE;
    content: '';
    left: 2px;
    top: 8px;
    position: absolute; }
  .checkmark.draw:after {
    -webkit-animation-duration: 800ms;
            animation-duration: 800ms;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-name: checkmark;
            animation-name: checkmark;
    -webkit-transform: scaleX(-1) rotate(135deg);
        -ms-transform: scaleX(-1) rotate(135deg);
            transform: scaleX(-1) rotate(135deg); }
  .checkmark.checked {
    display: block; }

@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1; }
  20% {
    height: 0;
    width: 7px;
    opacity: 1; }
  40% {
    height: 11px;
    width: 7px;
    opacity: 1; }
  100% {
    height: 11px;
    width: 7px;
    opacity: 1; } }

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1; }
  20% {
    height: 0;
    width: 7px;
    opacity: 1; }
  40% {
    height: 11px;
    width: 7px;
    opacity: 1; }
  100% {
    height: 11px;
    width: 7px;
    opacity: 1; } }

@-webkit-keyframes sendingPhone {
  0% {
    width: 0; }
  20% {
    width: 10%; }
  40% {
    width: 30%; }
  50% {
    width: 45%; }
  55% {
    width: 50%; }
  65% {
    width: 80%; }
  100% {
    width: 100%; } }

@keyframes sendingPhone {
  0% {
    width: 0; }
  20% {
    width: 10%; }
  40% {
    width: 30%; }
  50% {
    width: 45%; }
  55% {
    width: 50%; }
  65% {
    width: 80%; }
  100% {
    width: 100%; } }

.btngreen {
  background-color: #00CABE; }

.success {
  width: 60%;
  margin: 40px auto 0;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  display: block; }
  .success svg {
    width: 35px;
    height: 28px; }
    .success svg path {
      fill: #fff; }

@media only screen and (max-width: 820px) {
  #popup .body .content form > p {
    font-size: 24px; }
  #popup .body {
    padding-top: 30px; }
  #popup.open .body {
    -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1); }
  #popup .body .content .form-elements .submit {
    margin-top: 20px; } }

.switch {
  display: block;
  width: 52px;
  height: 27px;
  position: relative;
  overflow: hidden; }
  .switch svg {
    position: absolute;
    stroke: #fff;
    fill: none;
    right: 5px;
    top: 4px;
    width: 19px;
    height: 19px;
    -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .switch__checkbox {
    display: none; }
    .switch__checkbox:checked + .switch__slider {
      background: #1D1D1D;
      border: 1px solid #fff; }
      .switch__checkbox:checked + .switch__slider svg {
        right: auto;
        left: 5px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        opacity: 1; }
      .switch__checkbox:checked + .switch__slider:after {
        left: 25px; }
      .switch__checkbox:checked + .switch__slider:active svg {
        -webkit-transform: translateX(-150%);
            -ms-transform: translateX(-150%);
                transform: translateX(-150%);
        opacity: 0; }
      .switch__checkbox:checked + .switch__slider:active:after {
        margin-left: -.5em; }
  .switch__slider {
    outline: 0;
    display: block;
    width: 52px;
    height: 27px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: #00CABE;
    border-radius: 57px;
    padding: 3px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #00CABE; }
    .switch__slider:after, .switch__slider:before {
      position: relative;
      display: block;
      content: "";
      width: 19px;
      height: 19px; }
    .switch__slider:after {
      left: 0;
      border-radius: 50%;
      background: #fff;
      -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
      -o-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
      transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease; }
    .switch__slider:hover:after {
      will-change: padding; }
    .switch__slider:active:after {
      padding-right: .5em; }
    .switch__slider:active svg {
      -webkit-transform: translateX(200%);
          -ms-transform: translateX(200%);
              transform: translateX(200%);
      opacity: 0; }
    .switch__slider:before {
      display: none; }

#cookie-popup {
  bottom: 20px;
  right: 20px;
  max-width: 400px;
  position: fixed;
  padding: 12px;
  color: #555555;
  background: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  font-size: 13px; }

#cookie-popup p {
  text-align: center;
  margin-bottom: 10px; }

#cookie-popup span[role=button] {
  background: #4b81e8;
  color: #fff;
  border: 0;
  padding: .4em .8em;
  font-size: 13px;
  display: block;
  text-align: center;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

#cookie-popup span[role=button]:hover {
  opacity: .8; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 30px 80px;
  z-index: 30;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  .header.fixed {
    background-color: #1D1D1D; }
  .header__burger {
    display: none; }
  .header__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__logo {
    width: 199px;
    margin-right: 64px; }
    .header__logo path {
      fill: #fff; }
    .header__logo img {
      display: block;
      width: 100%;
      height: auto; }
  .header__nav ul {
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 23px; }
    .header__nav ul li a {
      color: #1D1D1D;
      text-decoration: none;
      position: relative;
      padding: 9px 0;
      overflow: hidden;
      display: block; }
      .header__nav ul li a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #00CABE;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        -webkit-transform: translateX(-120%);
            -ms-transform: translateX(-120%);
                transform: translateX(-120%); }
      .header__nav ul li a:hover {
        color: #00CABE; }
        .header__nav ul li a:hover:after {
          -webkit-transform: translateX(0%);
              -ms-transform: translateX(0%);
                  transform: translateX(0%); }
  .header__contacts {
    color: #fff;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__phone {
    text-align: right; }
    .header__phone .phone {
      padding-left: 11px; }
      .header__phone .phone a {
        text-decoration: none;
        color: #fff;
        font-weight: 700;
        font-size: 18px; }
        .header__phone .phone a:hover {
          color: #00CABE; }
  .header__switch {
    margin-left: 42px; }
  .header__button {
    margin-left: 27px; }
  .header__panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

@media only screen and (max-width: 1200px) {
  .header {
    padding: 10px 30px; }
    .header__logo {
      width: 120px; }
    .header__phone .phone a {
      font-size: 14px; }
    .header__button {
      margin-left: 9px; }
      .header__button .btn {
        visibility: hidden;
        position: relative;
        max-width: 25px;
        max-height: 25px;
        min-width: 0px;
        min-height: 0px;
        width: 25px;
        height: 25px;
        padding: 0; }
        .header__button .btn::after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          display: block;
          background-image: url("../../assets/images/phone.svg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          visibility: visible; } }

.main {
  background-image: url("../../assets/images/bg.jpg");
  margin-top: 0;
  min-height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .main__content {
    padding-top: 255px;
    font-weight: 400;
    font-family: "Haval", sans-serif;
    color: #fff; }
    .main__content h1 {
      font-size: 91px;
      text-transform: uppercase; }
  .main__label {
    background-color: #00CABE;
    padding: 10px 20px;
    font-size: 18px;
    line-height: .7;
    border-radius: 36px;
    display: inline-block;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 30px; }
  .main__text {
    margin-top: 55px;
    font-size: 38px;
    line-height: 1; }

[class*=view-] {
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease; }

@media only screen and (max-width: 1200px) {
  .main {
    min-height: 384px; }
    .main__content {
      padding-top: 78px; }
      .main__content h1 {
        font-size: 50px; }
    .main__label {
      font-size: 10px;
      padding: 5px 10px;
      margin-bottom: 10px; }
    .main__text {
      font-size: 21px;
      margin-top: 37px; } }

@media only screen and (max-width: 820px) {
  .main {
    min-height: 682px;
    background-image: url(../../assets/images/bg_m.jpg); }
    .main__content {
      padding-top: 376px; }
      .main__content h1 {
        font-size: 50px; }
    .main__label {
      font-size: 10px;
      padding: 5px 10px;
      margin-bottom: 10px; }
    .main__text {
      font-size: 21px;
      margin-top: 37px; } }

.cars h2 {
  text-align: center; }

.cars__nav {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .cars__nav-link {
    padding: 0px 20px 12px 20px;
    color: #979797;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    border-bottom: 3px solid #fff;
    text-transform: uppercase; }
    .cars__nav-link:hover {
      color: #00CABE; }
    .cars__nav-link.active {
      border-bottom: 3px solid #00CABE;
      color: #00CABE;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }

.cars__slider {
  margin-top: 60px; }

.cars__slide {
  height: 262px;
  width: 926px;
  text-align: center; }

.cars__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 745px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px; }

.cars__name {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.2; }

.cars__price {
  line-height: 1.5;
  font-size: 18px; }

@media only screen and (max-width: 1200px) {
  .cars__slide {
    width: 100%;
    height: auto; }
    .cars__slide img {
      display: block;
      width: 100%;
      height: auto; }
  .cars__nav {
    margin-top: 20px;
    gap: 23px; }
    .cars__nav-link {
      font-size: 14px;
      padding: 0;
      padding-bottom: 7px; }
      .cars__nav-link.active {
        border-width: 2px; } }

.service {
  background-color: #F6F6F6;
  padding: 70px 0; }
  .service__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .service__nav {
    margin-left: 70px;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 35px; }
  .service__link {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    padding-bottom: 10px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .service__link:hover {
      color: #00CABE; }
    .service__link.active {
      border-bottom: 4px solid #00CABE; }
  .service__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 17px; }
    .service__controls svg {
      width: 24px;
      height: 24px;
      cursor: pointer; }
      .service__controls svg path, .service__controls svg line {
        stroke: #1D1D1D;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
      .service__controls svg:hover path, .service__controls svg:hover line {
        stroke: #00CABE; }
  .service__slider {
    margin-top: 50px;
    display: none; }
    .service__slider.flickity-enabled {
      display: block; }
  .service__slide {
    width: 343px;
    margin-right: 30px;
    height: 420px;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .service__name {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2; }

@media only screen and (max-width: 820px) {
  .service {
    padding: 60px 0; }
    .service__head {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .service__controls {
      display: none; }
    .service__nav {
      margin: 0;
      margin-top: 20px;
      gap: 17px; }
    .service__link {
      font-size: 14px;
      padding-bottom: 7px; }
      .service__link.active {
        border-width: 2px; }
    .service__slide {
      width: 238px;
      min-height: 340px; } }

.contacts {
  background-color: #1D1D1D;
  padding-top: 100px;
  color: #fff;
  padding-bottom: 60px; }
  .contacts .container {
    position: relative; }
  .contacts__point {
    position: absolute;
    background-color: #fff;
    color: #1D1D1D;
    width: 341px;
    height: 387px;
    padding: 25px;
    right: 35px;
    top: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .contacts__point a {
      color: #1D1D1D;
      text-decoration: none; }
    .contacts__point-name {
      font-weight: bold;
      line-height: 1.6; }
    .contacts__point-button {
      margin-top: auto; }
    .contacts__point-raiting {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: bold;
      margin-top: 15px; }
      .contacts__point-raiting img {
        margin-right: 5px; }
  .contacts h2 {
    color: #fff; }
  .contacts__nav {
    margin-top: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 34px; }
  .contacts__link {
    padding-bottom: 17px;
    border-bottom: 4px solid #1D1D1D;
    font-weight: 600;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    line-height: 1; }
    .contacts__link:hover {
      color: #00CABE; }
    .contacts__link.active {
      color: #00CABE;
      border-color: #00CABE; }
  .contacts__map {
    width: 100%;
    height: 457px; }
  .contacts__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 44px;
    gap: 30px; }
  .contacts__item {
    background-color: rgba(246, 246, 246, 0.05);
    padding: 30px 25px 25px 25px;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 207px;
    position: relative; }
  .contacts__name {
    font-size: 20px;
    font-weight: bold; }
  .contacts__text {
    margin-top: 10px;
    line-height: 1.2; }
    .contacts__text a {
      color: #fff;
      text-decoration: none; }
      .contacts__text a::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 2; }
  .contacts__raiting {
    margin-top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold; }
    .contacts__raiting img {
      margin-right: 5px; }
  .contacts__stars {
    margin-left: 20px; }

@media only screen and (max-width: 1200px) {
  .contacts__point {
    width: 277px; }
  .contacts__list {
    grid-template-columns: repeat(2, 1fr); } }

@media only screen and (max-width: 820px) {
  .contacts {
    padding-top: 60px; }
    .contacts__nav {
      margin-top: 20px;
      gap: 20px; }
    .contacts__link {
      padding-bottom: 7px;
      border-width: 2px; }
    .contacts__map {
      height: 560px; }
    .contacts__point {
      left: 35px;
      right: auto;
      width: calc(100% - 70px);
      height: 179px;
      top: 347px; }
      .contacts__point-button {
        display: none; }
    .contacts__list {
      grid-template-columns: repeat(1, 1fr); } }

.footer {
  background-color: #1D1D1D;
  color: #fff; }
  .footer__wrapper {
    padding: 36px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .footer .phone a {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #fff; }

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1700px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (max-width: 1024px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (max-width: 996px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
  /**/ }

/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
  /**/ }
