@import "./sections/stock.css";
@import "./sections/cookie.css";

:root {
  --main: #00657B;
}

@font-face {
  font-display: swap;
  font-family: "Dopis";
  font-weight: 700;
  font-style: normal;
  src: url("../../static/fonts/Dopis-Bold.woff2");
  src: url("../../static/fonts/Dopis-Bold.woff2") format("woff2"), url("../../static/fonts/Dopis-Bold.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "Dopis";
  font-weight: 300;
  font-style: normal;
  src: url("../../static/fonts/Dopis-Light.woff2");
  src: url("../../static/fonts/Dopis-Light.woff2") format("woff2"), url("../../static/fonts/Dopis-Light.woff") format("woff"); }

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

@font-face {
  font-display: swap;
  font-family: "Dopis";
  font-weight: 900;
  font-style: normal;
  src: url("../../static/fonts/Dopis-Black.woff2");
  src: url("../../static/fonts/Dopis-Black.woff2") format("woff2"), url("../../static/fonts/Dopis-Black.woff") format("woff"); }

*::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1; }

*:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1; }

*::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1; }

*:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1; }

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

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

*::-webkit-scrollbar-track {
  background: #0D171A; }

*::-webkit-scrollbar-thumb {
  background: #00657B; }

* {
  scrollbar-base-color: #ddd;
  scrollbar-face-color: #00657B;
  scrollbar-3dlight-color: transparent;
  scrollbar-highlight-color: transparent;
  scrollbar-track-color: transparent;
  scrollbar-arrow-color: #00657B;
  scrollbar-shadow-color: transparent;
  scrollbar-dark-shadow-color: transparent; }

*::-moz-selection {
  color: #00657B;
  background: #0D171A; }

*::selection {
  color: #00657B;
  background: #0D171A; }

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: "Dopis", sans-serif;
  overflow-x: hidden;
  opacity: 1;
  background-color: #0D171A;
  color: #fff; }

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

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

h2 {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 400; }

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

[v-cloak] {
  display: none; }

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

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

.svg_list {
  display: none; }

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

.red {
  color: #EB5757 !important; }

.bg-grey {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.05); }

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

sup {
  font-size: .5em;
  vertical-align: top; }

.svg_list {
  display: none; }

.flickity-prev-next-button {
  width: 40px;
  height: 40px;
  background-color: #DFE4E5;
  border-radius: 0;
  opacity: 0.7;
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .flickity-prev-next-button:hover {
    background-color: #00657B;
    opacity: 1; }
    .flickity-prev-next-button:hover svg {
      fill: #fff; }
  .flickity-prev-next-button.next {
    right: 0; }
  .flickity-prev-next-button.previous {
    left: 0; }

.flickity-prev-next-button .flickity-button-icon {
  width: 40%;
  height: 40%;
  left: 30%;
  top: 30%; }

.tooltip {
  position: relative;
  cursor: default; }
  .tooltip:hover .tooltip__content {
    opacity: 1;
    visibility: visible; }
  .tooltip__content {
    position: absolute;
    background: rgba(17, 18, 18, 0.8);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    border-radius: 12px;
    padding: 20px 16px;
    font-size: 13px;
    font-weight: 300;
    width: 350px;
    z-index: 11;
    left: 100%;
    margin-left: 10px;
    top: 50%;
    -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
            transform: translateY(-30%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    text-align: justify; }
  .tooltip svg {
    fill: #3c4141; }

.social__button {
  width: 36px;
  height: 36px;
  background-color: #343C3F;
  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; }
  .social__button:hover {
    background-color: #00657B; }

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

@media only screen and (max-width: 760px) {
  h2 {
    font-size: 30px; }
  .flickity-prev-next-button {
    width: 30px;
    height: 30px; }
  .tooltip__content {
    left: 50%;
    top: 100%;
    margin-left: 0;
    margin-top: 10px;
    -webkit-transform: translateX(-70%);
        -ms-transform: translateX(-70%);
            transform: translateX(-70%);
    font-size: 12px; } }

@media only screen and (max-width: 450px) {
  .tooltip__content {
    width: 320px;
    -webkit-transform: translateX(-72%);
        -ms-transform: translateX(-72%);
            transform: translateX(-72%);
    padding: 15px;
    margin-top: 0px; } }

.btn {
  position: relative;
  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;
  background-color: #00657B;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  border: 0;
  padding: 14px 17px;
  min-height: 44px;
  font-family: "Dopis", sans-serif;
  cursor: pointer;
  border: 2px solid #00657B;
}
  .btn svg {
    stroke: #fff;
    margin-left: 10px;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1); }
  .btn:hover {
    color: #fff;
    background-color: #7BADB8;
    border-color: #7BADB8; }
  .btn.btn-white {
    color: #fff;
    border-color: #fff;
    background-color: transparent; }
    .btn.btn-white svg {
      stroke: #fff; }
    .btn.btn-white:hover {
      color: #fff;
      background-color: #00657B;
      border-color: #00657B; }
      .btn.btn-white:hover svg {
        stroke: #fff; }
  .btn .text {
    position: relative;
    z-index: 1; }
  .btn .progress {
    position: absolute;
    height: 100%;
    width: 0;
    background-color: #003b48;
    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;
  }

  .btn--white {
    color: var(--main);
    background-color: #ffffff;
    border-color: var(--main);
  }

.input-block {
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px; }
  .input-block label {
    font-size: 15px;
    color: #343C3F;
    line-height: 1.3; }
    .input-block label a {
      color: #fff; }

.form-elements .btn {
  width: 216px;
  margin-top: 15px; }

.label__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  color: #F6F7F7;
  font-size: 14px;
  margin-top: 15px;
  position: relative;
  width: 100%; }

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

input[type="checkbox"] + label::before {
  content: "";
  display: block;
  min-height: 32px;
  min-width: 32px;
  height: 32px;
  width: 32px;
  margin: 0 18px 0 0;
  background-image: url(../images/yes.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1); }

input[type="checkbox"]:checked + label::before {
  background-size: 24px; }

input[type="checkbox"] + label::before {
  background-color: transparent;
  background-size: 0px;
  border: 1px solid #474A50; }

.input {
  display: block;
  text-align: left;
  font-family: "Dopis", sans-serif;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: #fff;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  line-height: 1em;
  border: none;
  border: 1px solid #343C3F;
  position: relative;
  z-index: 1;
  height: 48px;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px; }

select {
  display: block;
  text-align: left;
  font-family: "Dopis", sans-serif;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #202727;
  color: #fff;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  line-height: 1em;
  border: none;
  position: relative;
  z-index: 1;
  height: 48px;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
  background-image: url(../images/select.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 99% center;
  cursor: pointer; }
  select:disabled {
    opacity: 0.5; }
    select:disabled:hover, select:disabled:focus {
      border: none; }
  select:hover, select:focus {
    border: 1px solid #F6F7F7; }

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

.phone {
  white-space: nowrap; }

@media only screen and (max-width: 760px) {
  .input-block {
    margin-bottom: 22px; } }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  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; }
  .popup__image {
    max-width: 831px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .popup__content {
    width: 100%;
    padding: 40px 60px; }
  .popup__title {
    color: #fff;
    font-size: 50px;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold; }
  .popup__subtitle {
    margin-top: 20px;
    max-width: 485px;
    font-size: 18px;
    line-height: 1.5; }
  .popup__cars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #000;
    margin-top: 77px; }
  .popup__car {
    color: rgba(255, 255, 255, 0.3);
    padding-bottom: 20px;
    cursor: pointer; }
    .popup__car.active {
      color: #fff;
      border-bottom: 7px solid rgba(0, 0, 0, 0.3); }
  .popup img.call {
    position: absolute;
    bottom: -160px;
    left: calc(50% - 160px); }
  .popup p.registrtop {
    padding-top: 50px;
    color: #7BADB8; }
  .popup img.registr {
    position: absolute;
    top: -120px;
    left: calc(50% - 220px);
    width: 440px; }
  .popup .body {
    max-width: 600px;
    margin: 0 auto;
    background-color: #0D171A;
    position: relative;
    top: 0;
    text-align: center;
    padding-top: 0px;
    height: auto;
    max-height: 90vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .popup .body .close {
      position: absolute;
      width: 30px;
      height: 30px;
      top: 20px;
      right: 20px;
      cursor: pointer;
      -webkit-transition: all .3s;
      transition: all .3s;
      border-radius: 50%; }
      .popup .body .close:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background: #F6F7F7;
        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: 100%;
        height: 2px;
        background: #F6F7F7;
        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: 0px;
      width: 100%;
      color: #fff; }
      .popup .body .content.tnxpopup p {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.4; }
      .popup .body .content.tnxpopup .btn:after {
        display: none; }
      .popup .body .content.tnxpopup p.bold {
        font-weight: 500;
        font-size: 24px;
        margin-bottom: 15px;
        text-transform: uppercase; }
    .popup .body .content.politicpopup {
      display: block;
      height: auto;
      padding: 40px;
      width: 100%;
      color: #fff; }
      .popup .body .content.politicpopup p.bold {
        font-weight: 500;
        font-size: 32px;
        text-align: center; }
      .popup .body .content.politicpopup p {
        font-size: 10px;
        text-align: justify; }
    .popup .body .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0px;
      text-align: left; }
      .popup .body .content p {
        line-height: 1.2em; }
      .popup .body .content form {
        width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .popup .body .content form .form-elements {
          margin-top: 40px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          gap: 30px; }
          .popup .body .content form .form-elements .input-block {
            margin: 0; }
            .popup .body .content form .form-elements .input-block.checkbox {
              width: 100%; }
              .popup .body .content form .form-elements .input-block.checkbox label {
                color: #6C7C80; }
                .popup .body .content form .form-elements .input-block.checkbox label a {
                  color: #6c7c80; }
        .popup .body .content form .btn {
          width: 338px;
          margin: 0; }
        .popup .body .content form p.green {
          font-size: 18px;
          padding-top: 10px;
          line-height: 1.2em;
          font-weight: 400;
          color: #00657B;
          text-transform: none; }
  .popup.open {
    visibility: visible;
    background: rgba(0, 0, 0, 0.8); }

.circle-loader {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left-color: #00657B;
  -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: 14px;
  opacity: 0;
  -webkit-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: #00657B;
  -webkit-transition: border 500ms ease-out;
  transition: border 500ms ease-out; }
  .load-complete.wrong {
    border-color: #EB5757;
    cursor: pointer; }
    .load-complete.wrong:before {
      content: '';
      display: block;
      height: 2px;
      width: 8px;
      background: #EB5757;
      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: #EB5757;
      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 #00657B;
    border-top: 2px solid #00657B;
    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: #00657B; }

.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: 1400px) {
  .popup__content {
    padding-left: 50px;
    padding-right: 50px; } }

@media only screen and (max-width: 1200px) {
  .popup .body .close {
    top: 20px;
    right: 30px; } }

@media only screen and (max-width: 996px) {
  .popup__wrapper {
    display: block; }
  .popup__image {
    width: 100%;
    max-width: 100%;
    height: 40vh; } }

@media only screen and (max-width: 760px) {
  .popup__image {
    height: 150px; }
  .popup__content {
    padding: 30px 20px; }
  .popup__title {
    font-size: 28px;
    width: 90%; }
  .popup__subtitle {
    margin-top: 9px;
    font-size: 14px; }
  .popup__cars {
    margin-top: 24px; }
  .popup__car {
    font-size: 14px;
    padding-bottom: 5px; }
    .popup__car.active {
      border-bottom: 4px solid rgba(0, 0, 0, 0.3); }
  .popup .body .close:before {
    background-color: #fff; }
  .popup .body .close:after {
    background-color: #fff; }
  .popup .body .content form .form-elements {
    margin-top: 33px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px; }
    .popup .body .content form .form-elements .input-block {
      width: 100%; }
      .popup .body .content form .form-elements .input-block label {
        font-size: 12px; }
    .popup .body .content form .form-elements .btn {
      width: 100%; } }

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10; }
  .header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #0D171A;
    z-index: -1;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    -webkit-transform: translateY(-100%) scale(0.99);
        -ms-transform: translateY(-100%) scale(0.99);
            transform: translateY(-100%) scale(0.99); }
  .header.scroll:after {
    -webkit-transform: translateY(0%) scale(1);
        -ms-transform: translateY(0%) scale(1);
            transform: translateY(0%) scale(1); }
  .header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0; }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .header__logo-image {
      width: 147px; }
    .header__logo-text {
      padding-left: 30px;
      border-left: 1px solid rgba(255, 255, 255, 0.5);
      font-size: 16px;
      line-height: 1;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header__logo-text b {
        margin-right: 21px;
        display: block;
        text-transform: uppercase; }
  .header__address {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header__address svg {
      margin-left: 8px; }
  .header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header__phone svg {
      margin-left: 10px; }
    .header__phone a {
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      text-decoration: none; }
      .header__phone a:hover {
        color: #00657B; }
  .header__burger {
    display: none; margin-left: auto; }

  .rating {
  }

.menu {
  display: none;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
  position: fixed;
  top: 0;
  padding: 30px;
  background-color: #0D171A;
  max-height: 100vh;
  height: 100%;
  color: #fff;
  z-index: 9;
  padding-top: 60px; }
  .menu__diler {
    font-weight: bold;
    font-size: 23px;
    line-height: 1.1;
    text-transform: uppercase;
    border-top: 1px solid #343C3F;
    padding-top: 40px; }
  .menu__text {
    margin-top: 40px;
    line-height: 1.4; }
    .menu__text span {
      display: block;
      color: #6c7c80; }
    .menu__text .phone a {
      font-size: 18px;
      color: #fff;
      font-weight: bold;
      text-decoration: none; }
  .menu__button {
    width: 100%;
    margin-top: 60px; }
    .menu__button .btn {
      width: 100%;
      max-width: 243px; }

@media only screen and (max-width: 1300px) {
  .header__burger {
    display: block; }
    .header__burger rect {
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1); }
    .header__burger.active rect:nth-child(2) {
      opacity: 0; }
    .header__burger.active rect:nth-child(1) {
      -webkit-transform: rotate(45deg) translateY(-30%) translateX(20%);
          -ms-transform: rotate(45deg) translateY(-30%) translateX(20%);
              transform: rotate(45deg) translateY(-30%) translateX(20%); }
    .header__burger.active rect:nth-child(3) {
      -webkit-transform: rotate(-45deg) translateX(-30%);
          -ms-transform: rotate(-45deg) translateX(-30%);
              transform: rotate(-45deg) translateX(-30%); }
  .header__wrapper {
    padding: 18px 0; }
  .header__address {
    display: none; }
  .header__phone {
    margin-left: auto;
    margin-right: 20px; }
  .header__button {
    display: none; }
  .menu {
    display: block;
            transform: translateY(-130vh); }
    .menu.active {
      -webkit-transform: translateY(0vh);
          -ms-transform: translateY(0vh);
              transform: translateY(0vh); } }

@media only screen and (max-width: 1024px) {
  .header {
    .rating {
      display: none;
    }  
  } }

@media only screen and (max-width: 768px) {
  .header__logo-image {
    width: 100px; }
  .header__logo-text {
    display: none; }
  .header__phone a {
    font-size: 14px; }
  .header__phone svg {
    display: none; }
  .menu__button .btn {
    margin: 0;
    width: 100%;
    max-width: 480px; } }

.main {
  position: relative; }
  .main__slide {
    padding-top: 200px;
    min-height: 100vh;
    width: 100%;
    position: relative;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1; }
    .main__slide_0 {
      padding-top: 100px;
      background-image: url("../images/bg/bg_main.jpg");
      background-position: 40% 70%; }
    .main__slide_1 {
      background-position: top center;
      background-image: url("../images/bg/bg_2.jpg?v=2"); }
    .main__slide::after {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 300px;
      opacity: 0.8;
      background: -webkit-gradient(linear, left top, left bottom, from(#0D171A), to(rgba(13, 23, 26, 0)));
      background: linear-gradient(180deg, #0D171A 0%, rgba(13, 23, 26, 0) 100%); }
    .main__slide::before {
      content: '';
      position: absolute;
      z-index: -1;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 434px;
      opacity: 0.8;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 23, 26, 0)), color-stop(85%, #0D171A));
      background: linear-gradient(180deg, rgba(13, 23, 26, 0) 0%, #0D171A 85%); }
  .main h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff; }
  .main__subtitle {
    font-size: 32px;
    line-height: 1.1;
    font-weight: bold;
    color: #fff; }
  .main .main__slide_1 h1,
  .main__slide_1 .main__subtitle {
        color: #fff; }
  .main__button {
    margin-top: 26px; }

@media only screen and (max-width: 1200px) {
  .main__slide {
    background-position: 95% top;
    padding-top: 160px; }
    .main__slide:after {
      background: -webkit-gradient(linear, left top, left bottom, from(#0D171A), to(rgba(13, 23, 26, 0)));
      background: linear-gradient(180deg, #0D171A 0%, rgba(13, 23, 26, 0) 100%); }
  .main__content { } }

@media only screen and (max-width: 760px) {
  .main__slide {
    padding-top: 65vw;
    text-align: center;
    min-height: calc(1077 / 700 * 100vw);
    padding-top: 70px;
    padding-bottom: 40px;
    background-size: 120%;
    /* background: url("../images/bg_m.jpg") no-repeat;
    background-position: top center;
    background-size: 100%; */ }
    .main__slide_0 {
      background: url("../images/bg/bg_main_m.jpg") no-repeat;
      background-position: top;
      background-size: 100%;
    }
      .main__slide_1:before {
      content: none; }
    .main__slide:before {
      /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 23, 26, 0)), color-stop(85%, #0D171A));*/
      /*background: -o-linear-gradient(top, rgba(13, 23, 26, 0) 0%, #0D171A 85%);*/
      /*background: linear-gradient(180deg, rgba(13, 23, 26, 0) 0%, #0D171A 85%);*/
      background: none;
      bottom: auto;
      top: 0;
      opacity: 1;
    }

  .main__slide:after {
    height: 300px;
  }

  .main__content {
    position: static; }
  .main__button {
    margin-top: 15px;
    width: 100%;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto; }
    .main__button .btn {
      /*width: 100%;*/
      /*margin-left: auto; */
    }
  .main__subtitle {
    margin-top: 13px;
    font-size: 20px;
    /*color: #FFF; */
  }
  .main h1 {
    max-width: 100%;
    font-size: 19px;
    margin-bottom: 15px;
    /*color: #FFF; */
  }
}

.model {
  padding: 62px 0; }
  .model__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .model__images {
    max-width: 55%;
    position: relative;
    z-index: 1;
  }

  .model__image {
    max-width: 735px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    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; }
    .model__image img {
      display: block;
      width: 100%;
      height: auto;
    }

    .model__image--j8 img {
      scale: 1.2;
    }

    .model__bg {
      position: absolute;
      z-index: -1;
      left: 0;
      top: 0%;
      font-size: 200px;
      line-height: 1;
      font-weight: bold;
      color: #092d36;
    }
    .model__bg--j8 {
      left: auto;
      right: 0%;
    }

    .model__bg svg {
      display: block;
      width: 100%;
      height: auto; }

    .model__gallery {
      display: flex;
      gap: 2%;
    }

    .model__gallery-img {
      width: 18%;
      aspect-ratio: 130 / 68;
      border-radius: 10px;
      transition: 0.3s;
      cursor: pointer;
    }

    .model__gallery-img:hover {
      scale: 1.04;
    }
    .model__gallery-img:active {
      scale: 0.95;
    }

    
    .model__slider-bg {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: hsla(0, 0%, 0%, 0.5);
    }

    .model__slider-wrap {
      width: 1000px;
      height: 700px;
      max-width: 90%;
      max-height: 90%;
      position: relative;
    }

    @media (max-width: 800px) and (orientation: landscape) {
      .model__slider-wrap {
        width: 130vh;
      }
    }

    @media (max-width: 800px) and (orientation: portrait) {
      .model__slider-wrap {
        max-height: 70vw;
      }
    }

    .model__slider-close {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 2;
      font-size: 20px;
      color: #000;
      background-color: #fff;
      padding: 0.5em;
      opacity: 0.7;
      transition: 0.3s;
      cursor: pointer;
    }
    .model__slider-close:hover {
      color: #fff;
      background-color: var(--main);
      opacity: 1;
    }

    @media (max-width: 760px) {
      .model__slider-close {
        font-size: 15px;
      }
    }

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

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




.model__colors {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 49px;
  }
.model__colors--mobile {
  display: none;
}

  .model__color {
    width: 25px;
    height: 25px;
    position: relative;
    /*z-index: 2;*/
    border-radius: 50%;
    background-color: #D9D9D9;
    margin: 0px 10px;
    cursor: pointer; }
    .model__color:after {
      content: '';
      position: absolute;
      width: 24px;
      height: 24px;
      z-index: -2;
      border-radius: 50%;
      border: 5px solid #D9D9D9;
      opacity: 0.2;
      left: -4px;
      top: -4px;
      opacity: 0;
      -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
              transform: scale(0.8);
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1); }
    .model__color.active:after {
      opacity: 1;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
    .model__color[class*=-black] {
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(49%, rgba(255, 255, 255, 0)), color-stop(51%, black));
      background-image: linear-gradient(360deg, rgba(255, 255, 255, 0) 49%, black 51%); }
    .model__color[class*=black] {
      background-color: #000; }
    .model__color[class*=green] {
      background-color: #879a76; }
    .model__color[class*=blue] {
      background-color: #465e62; }
    .model__color[class*=silver] {
      background-color: #afb9be; }
    .model__color[class*=white] {
      background-color: #e3e3e3; }
    .model__color[class*=brown] {
      background-color: #7d7a7d; }
  .model__info {
    margin-left: 30px; }
  .model__name {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.1;
    text-transform: uppercase; }
  .model__name--mobile {
    display: none;
  }
  .model__prices {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 75px;
    margin-top: 62px; }
  .model__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #7BADB8;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4; }
    .model__price.gift .model__price--text {
      font-size: 18px;
      line-height: 1.2; }
    .model__price--ico {
      margin-right: 15px; }
    .model__price-value {
      font-weight: bold;
      line-height: 1.4;
      font-size: 24px;
      color: #fff; }
    .model__price-label {
      line-height: 1.4;
      color: #6C7C80; }

  .model__button {
    display: flex;
    gap: 1.5em;
    font-size: 15px;
    margin-top: 80px;
  }

  .model__configs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 67px;
    gap: 30px;
    padding: 39px 45px;
    background-color: rgba(255, 255, 255, 0.05); }
  .model__config {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .model__config-value {
      font-weight: 400;
      text-transform: uppercase;
      line-height: 1.1;
      font-size: 70px; }
    .model__config-label {
      font-size: 16px;
      color: #6c7c80;
      line-height: 1.4;
      margin-left: 19px; }
  .model__about {
    padding-bottom: 40px;
    margin-top: 0px; }
    .model__about h2 {
      font-size: 48px;
      font-weight: bold;
      line-height: 1.1; }
    .model__about--text {
      color: #6c7c80;
      max-width: 1120px;
      width: 100%;
      margin-top: 20px; }

@media only screen and (max-width: 1440px) {
  .model__prices {
    gap: 50px 30px; }
  .model__price-label {
    font-size: 14px; }
  .model__price-value {
    font-size: 20px; } }

@media only screen and (max-width: 1300px) {
  .model__wrapper {
    /*-ms-flex-wrap: wrap;*/
    /*    flex-wrap: wrap; */
  }
  .model__images {
    width: 100%; }
  .model__bg {
    /*left: 50%;*/
    /*-webkit-transform: translateX(-50%);*/
    /*    -ms-transform: translateX(-50%);*/
    /*        transform: translateX(-50%); */
  }

  .model__info {
    margin-left: 0;
    margin-top: 22px;
    width: 100%;
  }

  .model__prices {
    gap: 20px 20px;
    margin-top: 20px;
  }


  .model__price-label {
    font-size: 16px; }

  .model__price-value {
    font-size: 18px;
  }

  .model__button {
    margin-top: 30px;
  }

  .model__configs {
    margin-top: 50px;
    padding: 22px 20px; }
  .model__config-value {
    font-size: 40px; }
  .model__config-label {
    font-size: 14px;
    margin-left: 15px; }
  .model__about {
    margin-top: 120px; } }

@media only screen and (max-width: 760px) {
  .model {
    padding: 30px 0; }
    .model__bg {
      top: -22px;
      font-size: 65vw;
    }
    .model__bg--j8 {
      top: -5px;
    }

    .model__bg svg {
      height: 55vw;
    }
    .model__colors {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 20px;
      margin-top: 20px;
    }
    .model__color {
      margin: 0; }
    .model__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 20px;
    }
    .model__button {
      /*-webkit-box-ordinal-group: 0;*/
      /*    -ms-flex-order: -1;*/
      /*        order: -1;*/
      margin-top: 0;
      width: 100%;
      /*max-width: 375px;*/
      margin-left: auto;
      margin-right: auto; }
      .model__button .btn {
        width: 100%; }
    .model__name {
      font-size: 45px;
      margin-top: 20px; }
    .model__prices {
      grid-template-columns: repeat(1, 1fr);
      gap: 10px;
      margin-top: 30px; }
    .model__price-value {
      font-size: 18px; }
    .model__price-label {
      font-size: 14px; }
    .model__configs {
      margin-top: 30px;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px; }
    .model__config {
      display: block;
      text-align: center;
      border: none;
      padding: 0; }
      .model__config-label {
        margin-left: 0;
        margin-top: 5px; }
    .model__about {
      margin-top: 50px; }
      .model__about--text {
        font-size: 14px; }
      .model__about h2 {
        font-size: 28px; } }

@media (max-width: 450px) {
  .model__colors {
    gap: 15px;
  }

  .model__color {
    width: 20px;
    height: 20px;
  }
  .model__color:after {
    width: 18px;
    height: 18px;
  }
}




.gallery__slider .flickity-page-dots {
  bottom: 84px;
  max-width: 1530px;
  padding: 0px 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .gallery__slider .flickity-page-dots .flickity-page-dot {
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    border-radius: 0;
    background-color: #fff;
    opacity: 0.3;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .gallery__slider .flickity-page-dots .flickity-page-dot.is-selected {
      background-color: #fff;
      opacity: 1; }

.gallery__slide {
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 115px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.gallery__content {
  width: 100%; }

.gallery__title {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  max-width: 610px;
  width: 100%; }

.gallery__text {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  max-width: 610px;
  width: 100%; }

.gallery__button {
  margin-top: 42px; }

@media only screen and (max-width: 996px) {
  .gallery__slider .flickity-prev-next-button {
    display: none; } }

@media only screen and (max-width: 760px) {
  .gallery__slider .flickity-page-dots {
    bottom: 0;
    text-align: center; }
  .gallery__slide {
    min-height: auto;
    background-size: 500px;
    background-position: top center;
    padding-top: 255px;
    display: block;
    padding-bottom: 40px; }
  .gallery__title {
    font-size: 24px;
    line-height: 1.1;
    padding-top: 20px; }
  .gallery__text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5; }
  .gallery__button {
    margin-top: 25px;
    max-width: 450px;
    width: 100%; }
    .gallery__button .btn {
      width: 100%; } }

.cards {
  padding-top: 120px; }
  .cards.bg-grey {
    padding-bottom: 120px; }
  .cards__slider {
    margin-top: 80px; }
    .cards__slider .flickity-page-dots {
      max-width: 1530px;
      padding: 0px 15px;
      top: -102px;
      width: 100%;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      height: 10px; }
      .cards__slider .flickity-page-dots .flickity-page-dot {
        width: 10px;
        height: 10px;
        margin: 0px 5px;
        border-radius: 0;
        background-color: #fff;
        opacity: 0.3;
        border: none; }
        .cards__slider .flickity-page-dots .flickity-page-dot.is-selected {
          background-color: #fff;
          opacity: 1; }
  .cards__slide {
    width: 480px;
    margin-right: 30px;
    min-height: 728px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .cards__subtitle {
    margin-top: 20px;
    max-width: 1120px;
    width: 100%;
    line-height: 1.4;
    color: #6C7C80; }
  .cards__image {
    overflow: hidden;
    height: 320px; }
    .cards__image img {
      -o-object-fit: cover;
         object-fit: cover;
      display: block;
      width: 100%;
      height: 100%;
      -o-object-position: center center;
         object-position: center center; }
  .cards__title {
    margin-top: 40px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1; }
  .cards__text {
    margin-top: 30px;
    font-size: 18px;
    color: #6c7c80;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 40px; }
  .cards__button {
    margin-top: auto; }

@media only screen and (max-width: 760px) {
  .cards {
    padding-top: 50px;
    padding-bottom: 30px; }
    .cards.bg-grey {
      padding-bottom: 50px; }
    .cards__slider {
      margin-top: 30px; }
      .cards__slider .flickity-prev-next-button {
        top: 120px; }
      .cards__slider .flickity-page-dots {
        top: auto;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 100%;
        text-align: center; }
    .cards__slide {
      width: 100%;
      max-width: 375px;
      min-height: 586px; }
    .cards__image {
      height: 252px; }
    .cards__title {
      font-size: 24px;
      margin-top: 30px;
      font-weight: bold;
      line-height: 1.1; }
    .cards__text {
      font-size: 14px;
      margin-top: 20px; }
    .cards__subtitle {
      font-size: 14px; } }

.blockInfo {
  padding-bottom: 62px;
  margin-top: 120px; }
  .blockInfo__title {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.1; }
  .blockInfo__text {
    margin-top: 20px;
    max-width: 1120px;
    width: 100%;
    line-height: 1.4;
    color: #6C7C80; }

@media only screen and (max-width: 760px) {
  .blockInfo {
    padding-bottom: 30px;
    margin-top: 50px; }
    .blockInfo__title {
      font-size: 28px; }
    .blockInfo__text {
      font-size: 14px; } }

.reviews {
  background-color: #0D171A; }
  .reviews__item {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 320px; }
  .reviews__name {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1; }
  .reviews__stars {
    margin-bottom: auto;
    margin-top: 15px; }

@media only screen and (max-width: 760px) {
  .reviews__item {
    padding: 25px 20px;
    min-height: 270px; }
  .reviews__stars {
    margin-top: 8px; }
  .reviews__name {
    font-size: 22px; } }

.contacts {
  background-color: #0D171A;
  padding-top: 150px; }
  .contacts .container {
    position: relative; }
  .contacts__info {
    max-width: 440px;
    width: 440px;
    background-color: #0D171A;
    padding: 47px 35px 35px 35px;
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 4; }
  .contacts__map {
    width: 100%;
    height: 540px; }
  .contacts__name {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 50px; }
  .contacts__item {
    padding-bottom: 20px;
    color: #dfe4e5; }
    .contacts__item span {
      color: #6C7C80;
      display: block; }
    .contacts__item .phone a {
      font-size: 24px;
      font-weight: bold;
      line-height: 1.1;
      color: #dfe4e5;
      text-decoration: none; }
  .contacts__button {
    margin-top: 30px; }

@media only screen and (max-width: 1024px) {
  .contacts__info {
    max-width: 288px;
    width: 288px;
    padding: 45px 35px 35px 35px;
    top: 25px; }
  .contacts__button {
    width: 100%; }
    .contacts__button .btn {
      width: 100%;
      margin-top: 14px; } }

@media only screen and (max-width: 760px) {
  .contacts {
    padding-top: 0px;
    margin-top: 50px;
    position: relative; }
    .contacts .container {
      position: static; }
    .contacts__info {
      position: static;
      padding-top: 360px; }
    .contacts__map {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 330px; }
    .contacts__button {
      width: 100%;
      margin-top: 30px; } }

.footer {
  background-color: #0D171A; }
  .footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #DFE4E5;
    padding: 30px 0; }
  .footer__diler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer__logo {
    width: 147px; }
    .footer__logo img {
      display: block;
      width: 100%;
      height: auto; }
  .footer__name {
    color: #fff;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer__name b {
      text-transform: uppercase;
      display: block;
      margin-right: 20px; }
  .footer__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto; }
    .footer__address .phone {
      display: block;
      margin-left: 22px; }
      .footer__address .phone a {
        text-decoration: none;
        color: #fff;
        font-size: 23px;
        font-weight: bold; }
  .footer__button {
    margin-left: 47px; }
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 35px 0;
    border-top: 1px solid #343C3F; }
  .footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    .footer__info p {
      color: #7e8485;
      margin-right: 28px; }
      .footer__info p a {
        color: #fff;
        padding-left: 20px; }
  .footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 17px; }
  .footer__disclaimer {
    color: #fff;
    opacity: 0.5;
    line-height: 1.5;
    font-size: 14px; }

@media only screen and (max-width: 1300px) {
  .footer__info p a {
    padding-left: 0;
    display: block; } }

@media only screen and (max-width: 996px) {
  .footer__info {
    display: block; }
    .footer__info p {
      margin-bottom: 14px; }
      .footer__info p a {
        display: inline;
        padding-left: 20px; }
  .footer__address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .footer__address .phone {
      margin: 0;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
  .footer__name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer__name b {
      margin: 0; } }

@media only screen and (max-width: 768px) {
  .footer__contacts {
    display: none; }
  .footer__info p a {
    display: block;
    padding: 0; } }

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1400px) {
  .main__cta {
    font-size: 24px;
  }

  .main__msg {
    font-size: 20px;
  }

  .main__bonuses {
    font-size: 24px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /**/
  .ios {
    overflow-scrolling: touch !important;
    overflow: auto !important;
    height: 100% !important; } }

/* 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) {
  /**/ }

.main .swiper-slide {
  display: flex;
  flex-direction: column;
}

.main__info {
  display: flex;
  align-items: flex-end;
  gap: 80px;
  margin-top: auto;
  padding-bottom: 55px;
  padding-top: 20px;
}

.main__cta {
  background-color: #00657B;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0.5em 1em;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
}

.main__msg {
  font-size: 28px;
  font-weight: 700;
  line-height: 33.6px;
  margin-bottom: 0.8em;
}

.main__bonuses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.8em;
  font-size: 28px;
}

.main__bonuses-item {
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #000000;
  border-radius: 0.3em;
}

.main__bonuses-icon {
  width: 1.8em;
  height: 1.8em;
  min-height: 100%;
  background-color: var(--main);
  border-radius: 0.3em;
  padding: 0.3em;
}

.main__bonus-icon-item {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main__bonuses-text {
  padding: 0.5em;
}

.models-selector {
  display: flex;
  align-items: center;
  gap: 10%;
  list-style: none;
  margin-bottom: 100px;
}

.models-selector__item {
  background-color: transparent;
  font-size: 70px;
  font-weight: 500;
  line-height: 77px;
  text-transform: uppercase;
  border: none;
  color: #6C7C80;
  cursor: pointer;
}

.models-selector__item.active {
  color: #fff;
  border-bottom: 2px solid #00657B;
}


@media only screen and (max-width: 1400px) {
  .main__cta {
    font-size: 24px;
  }

  .main__msg {
    font-size: 20px;
  }

  .main__bonuses {
    font-size: 24px;
  }
}


@media only screen and (max-width: 1300px) {
  .main__info {
    gap: 40px;
  }

  .main__cta {
    font-size: 17px;
  }

  .main__msg {
    font-size: 20px;
    line-height: 1.3;
  }

  .main__bonuses {
    font-size: 20px;
  }
}


@media (max-width: 1200px) {
  .main__slide {
    padding-top: 100px;
  }
}


@media (max-width: 900px) {
  .menu__text {
    margin-top: 20px;
  }
  
  .menu__button {
    margin-top: 1em;
  }

  .main__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .main__info-left {
    display: flex;
    gap: 30px;
  }


  .model__wrapper {
    flex-direction: column;
    align-items: center;
  }

  .model__name {
    display: none;
  }
  .model__name--mobile {
    display: block;
  }

  .model__images {
    width: 100%;
    max-width: none;
  }

  .model__bg {
    font-size: 250px;
  }

  .model__colors {
    display: none;
  }
  .model__colors--mobile {
    display: flex;
    flex-direction: row;
    margin: 1.3em auto;
  }

  .model__info {
    width: 500px;
    max-width: 100%;
  }

  .model__price.gift {
    grid-column: 1 / 3;
  }


  .models-selector {
    margin: 40px 0;
  }

  .models-selector__item {
    font-size: 30px;
    line-height: 30px;
  }
}


@media(max-width: 760px) {
  .main__info {
    padding-bottom: 30px;
  }

  .main__cta {
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
  }
  
  .main__msg {
    font-size: 18px;
    line-height: normal;
    margin-top: 24px;
  }  
}


@media(max-width: 640px) {
  .main__slide {
    padding-top: 70px;
  }

  .main__info {
    flex-direction: row;
    justify-content: center;
  }

  .main__info-left {
    flex-direction: column;
  }

  .main__msg {
    font-size: 14px;
  }

  .main__cta {
    font-size: 12px;
  }

  .main__bonuses {
    grid-template-columns: 1fr;
    font-size: 14px;
  }
}


@media(max-width: 460px) {
  .main__info {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .main__info-left {
    order: 2;
    gap: 10px;
    margin-top: 0;
  }

  .main__msg {
    order: 2;
    width: 100%;
    margin: 0;
  }
  .main__msg br {
    display: none;
  }

  .main__cta {
    width: 100%;
    font-size: 15px;
  }
  .main__cta br {
    display: none;
  }

  .main__bonuses {
    width: 100%;
    margin-top: 30vw;
  }
  .main__bonuses-icon {
    width: 2.3em;
    height: 2.3em;
  }


  .model__name--mobile {
    margin-top: 0;
    margin-bottom: 0.5em;
  }

  .model__bg {
    font-size: 180px;
  }

  .model__gallery-img {
    border-radius: 5px;
  }

  .model__gallery {
    justify-content: space-between;
  }

  .model__colors--mobile {
    margin-top: 0;
  }

  .model__button {
    flex-direction: column;
    font-size: 12px;
    margin-top: 1em;
  }
}


@media(max-width: 480px) {
  .models-selector__item {
    font-size: 24px;
    line-height: 24px;
  }
}