*::-webkit-input-placeholder {
  color: rgba(44, 46, 53, 0.6);
  opacity: 1;
}

*:-moz-placeholder {
  color: rgba(44, 46, 53, 0.6);
  opacity: 1;
}

*::-moz-placeholder {
  color: rgba(44, 46, 53, 0.6);
  opacity: 1;
}

*:-ms-input-placeholder {
  color: rgba(44, 46, 53, 0.6);
  opacity: 1;
}

*::-ms-clear {
  display: none;
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #2c2e35;
}

*::-webkit-scrollbar-thumb {
  background: #0b71bb;
}

* {
  scrollbar-base-color: #ddd;
  scrollbar-face-color: #0b71bb;
  scrollbar-3dlight-color: transparent;
  scrollbar-highlight-color: transparent;
  scrollbar-track-color: transparent;
  scrollbar-arrow-color: #0b71bb;
  scrollbar-shadow-color: transparent;
  scrollbar-dark-shadow-color: transparent;
}

*::-moz-selection {
  color: #0b71bb;
  background: #2c2e35;
}

*::selection {
  color: #0b71bb;
  background: #2c2e35;
}

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: 1.4;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  opacity: 1;
  background-color: #ececed;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2em;
}

h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.1;
}

a {
  text-decoration-skip-ink: ink;
  transition: all 0.3s;
  color: #0b71bb;
  appearance: none;
  outline: none;
  outline-width: 0;
}

[v-cloak] {
  display: none;
}

.redput {
  color: #EB5757;
  border-color: #EB5757;
  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;
}

#app {
  overflow: hidden;
}

.red {
  color: #EB5757 !important;
}

.container {
  max-width: 1530px;
  padding: 0px 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

section {
  margin-top: 80px;
}

.accent {
  color: #0b71bb;
}

@media only screen and (max-width: 1537px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1200px) {
  .ios {
    overflow-scrolling: touch !important;
    overflow: auto !important;
    height: 100% !important;
  }
  .container {
    max-width: 996px;
  }
}
@media only screen and (max-width: 996px) {
  .container {
    max-width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
  .container {
    max-width: 375px;
  }
  section {
    margin-top: 50px;
  }
}
.btn {
  position: relative;
  color: #fff;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  border: 0;
  min-height: 48px;
  min-width: 200px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  padding: 12px 32px;
  z-index: 2;
  overflow: hidden;
  background-color: #2c2e35;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
  justify-content: center;
}
.btn:hover {
  color: #fff;
  background-color: #0b71bb;
}
.btn.btn-white {
  color: #2c2e35;
  background-color: #fff;
  border: 1px solid #2c2e35;
}
.btn.btn-white:hover {
  color: #fff;
  background-color: #0b71bb;
  border: 1px solid #0b71bb;
}
.btn.btn-accent {
  color: #Fff;
  background-color: #0b71bb;
  border: 1px solid #0b71bb;
}
.btn.btn-accent:hover {
  color: #2c2e35;
  background-color: #fff;
  border: 1px solid #fff;
}
.btn .text {
  position: relative;
  z-index: 1;
}
.btn .progress {
  position: absolute;
  height: 100%;
  width: 0;
  background-color: rgb(8.1666666667, 83.8939393939, 138.8333333333);
  left: 0;
  top: 0;
  border-radius: 2px;
}
.btn.sending .progress {
  animation-name: sendingPhone;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.input-block {
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
}
.input-block label {
  font-size: 15px;
  color: #2c2e35;
  line-height: 1.3;
}
.input-block label a {
  color: #fff;
}

.form-elements .btn {
  width: 216px;
  margin-top: 15px;
}

.label__check {
  display: flex;
  align-items: center;
  font-weight: 300;
  color: #2c2e35;
  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: 14px;
  min-width: 14px;
  height: 14px;
  width: 14px;
  margin: 0 5px 0 0;
  background-image: url(../images/yes.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s ease;
  position: relative;
  z-index: 2;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

input[type=checkbox]:checked + label::before {
  background-color: #0b71bb;
  background-size: 12px;
}

input[type=checkbox] + label::before {
  background-color: transparent;
  background-size: 0px;
  border: 1px solid #474A50;
}

.input {
  display: block;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  box-shadow: none;
  background-color: #fff;
  color: #2c2e35;
  padding-left: 12px;
  padding-right: 12px;
  appearance: none;
  outline: none;
  line-height: 1em;
  border: none;
  border: 1px solid #cccccd;
  position: relative;
  z-index: 1;
  height: 47px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}

select {
  display: block;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  box-shadow: none;
  background-color: #fff;
  color: #2c2e35;
  padding-left: 12px;
  padding-right: 12px;
  appearance: none;
  outline: none;
  line-height: 1em;
  border: none;
  border: 1px solid #cccccd;
  position: relative;
  z-index: 1;
  height: 47px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  background-image: url(../images/select.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 99% center;
  cursor: pointer;
}
select:disabled {
  opacity: 0.5;
}

.wrong + .input {
  border: 1px solid #EB5757;
}

.range-label {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}

.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;
  transition: all 0.3s;
  display: flex;
  align-items: 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 {
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  color: #2c2e35;
}
.popup__subtitle {
  margin-top: 20px;
  max-width: 485px;
  font-size: 14px;
  line-height: 1.5;
}
.popup__cars {
  display: flex;
  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;
}
.popup img.registr {
  position: absolute;
  top: -120px;
  left: calc(50% - 220px);
  width: 440px;
}
.popup .body {
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  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;
  transition: all 0.3s;
  border-radius: 50%;
}
.popup .body .close:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2c2e35;
  border-radius: 5px;
  transform: rotate(45deg);
  top: 48%;
  left: 30%;
}
.popup .body .close:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2c2e35;
  border-radius: 5px;
  transform: rotate(-45deg);
  top: 48%;
  left: 30%;
}
.popup .body .close:hover {
  opacity: 0.6;
}
.popup .body .content.tnxpopup {
  display: block;
  max-height: 90vh;
  height: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0px;
  width: 100%;
  color: #2c2e35;
}
.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: #2c2e35;
}
.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: 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: flex;
  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: #2c2e35;
  font-size: 14px;
}
.popup .body .content form .form-elements .input-block.checkbox label a {
  color: #2c2e35;
}
.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: #2c2e35;
  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: #0b71bb;
  animation-name: loader-spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  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;
  transition: all 0.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 {
  animation: none;
  border-color: #75c960;
  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;
  transform: rotate(45deg);
  transform-origin: center;
}
.load-complete.wrong:after {
  content: "";
  display: block;
  height: 2px;
  width: 8px;
  background: #EB5757;
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  transform: rotate(-45deg);
  transform-origin: center;
}

.checkmark {
  display: none;
}
.checkmark:after {
  opacity: 1;
  height: 8px;
  width: 5px;
  transform-origin: left top;
  border-right: 2px solid #75c960;
  border-top: 2px solid #75c960;
  content: "";
  left: 2px;
  top: 8px;
  position: absolute;
}
.checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
.checkmark.checked {
  display: block;
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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 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: #0b71bb;
}

.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: #2c2e35;
  }
  .popup .body .close:after {
    background-color: #2c2e35;
  }
  .popup .body .content form .form-elements {
    margin-top: 33px;
    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%;
  }
}
.counter {
  display: flex;
  gap: 0 10px;
  flex-wrap: wrap;
  width: 385px;
}
.counter__title {
  font-size: 20px;
  width: 100%;
  margin-bottom: 10px;
}
.counter .cell {
  text-align: center;
  width: 75px;
  position: relative;
}
.counter .cell:not(:last-child):after {
  content: ":";
  position: absolute;
  right: -30px;
  transform: translateX(-50%);
  color: #2c2e35;
  font-size: 48px;
  top: 0;
  line-height: 1;
}
.counter p {
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
  background-color: #0b71bb;
  padding: 10px 0;
  color: #fff;
  border-radius: 20px;
}
.counter .sub {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .counter {
    justify-content: center;
  }
  .counter .cell {
    width: 50px;
    text-align: center;
  }
  .counter .cell:not(:last-child):after {
    font-size: 24px;
  }
  .counter p {
    font-size: 24px;
  }
  .counter .sub {
    font-size: 10px;
  }
}
.header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100vw;
  padding: 10px 0;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}
.header__address {
  display: flex;
  align-items: center;
  line-height: 1.2;
  color: rgba(16, 19, 22, 0.8);
  font-size: 14px;
  cursor: pointer;
}
.header__address svg {
  margin-right: 5px;
}
.header__address svg path {
  fill: rgba(16, 19, 22, 0.8);
}
.header__logos {
  display: flex;
  align-items: center;
}
.header__logos-image {
  width: 170px;
}
.header__logos-image img {
  width: 100%;
}
.header__logos-text {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #303c48;
  font-size: 14px;
  color: #2c2e35;
  font-weight: 300;
}
.header__logos-text b {
  display: block;
}
.header__contacts {
  display: flex;
  align-items: center;
}
.header__phone {
  margin-right: 35px;
}
.header__phone a {
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
  color: #2c2e35;
}
.header__phone a:hover {
  color: #0b71bb;
}
.header__phone p {
  font-size: 14px;
  color: #2c2e35;
  font-weight: 300;
}
.header__bottom {
  background-color: #fff;
}
.header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  display: flex;
  align-items: center;
  gap: 40px;
}
.header__menu a {
  color: #2c2e35;
  text-decoration: none;
}
.header__menu a:hover {
  color: #0b71bb;
}
.header__burger {
  display: none;
}

@media only screen and (max-width: 1537px) {
  .header__burger {
    display: block;
    margin-left: 20px;
  }
  .header__burger svg {
    width: 40px;
    height: 40px;
  }
  .header__address {
    display: none;
  }
  .header__menu {
    position: fixed;
    left: 50%;
    top: 110px;
    height: auto;
    width: 1170px;
    background-color: #fff;
    display: block;
    transform: translateY(-150%) translateX(-50%);
    transition: 0.3s ease;
    border-radius: 20px;
    display: block;
    z-index: 8;
  }
  .header__menu a {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    padding: 15px 0;
  }
  .header__menu.active {
    transform: translateY(0vw) translateX(-50%);
  }
  .header__links {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .header__links a {
    display: block;
    padding: 5px;
    font-size: 18px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1200px) {
  .header__logos-image {
    width: 140px;
  }
  .header__logos-text img {
    width: 64px;
  }
  .header__phone a {
    font-size: 18px;
  }
  .header__phone p {
    font-size: 12px;
  }
  .header__menu {
    width: 966px;
  }
}
@media only screen and (max-width: 996px) {
  .header__button {
    display: none;
  }
  .header__phone {
    margin-right: 0;
    text-align: right;
  }
  .header__menu {
    width: 738px;
  }
}
@media only screen and (max-width: 767px) {
  .header__phone a {
    font-size: 14px;
  }
  .header__phone p {
    display: none;
  }
  .header__logos-image {
    width: 130px;
  }
  .header__wrapper {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 15px;
  }
  .header__logos-text b {
    font-size: 12px;
  }
  .header__logos-text img {
    width: 52px;
  }
  .header__phone {
    margin-top: 5px;
  }
  .header__burger {
    margin-left: 10px;
  }
  .header__menu {
    width: 345px;
    top: 120px;
  }
}
.main {
  margin-top: 113px;
}
.main__wrapper {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 20px;
  justify-items: end;
}
.main__block {
  position: relative;
  z-index: 1;
  width: 965px;
  grid-area: 1/1/3/2;
  border-radius: 20px;
  padding: 32px 40px;
  background-image: url("../../static/images/banner-new.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
}
.main__block:before {
  content: "";
  width: 100%;
  height: 40%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.main__content {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.main__suptitle {
  font-size: 24px;
}
.main__subtitle {
  font-size: 32px;
  line-height: 1.2;
}
.main h1 {
  font-size: 32px;
  text-transform: uppercase;
}
.main__button {
  margin-top: auto;
}
.main__button .btn {
  display: inline-flex;
  width: auto;
}
.main__video {
  width: 518px;
  border-radius: 20px;
  overflow: hidden;
}
.main__video video {
  width: 100%;
}
.main__promo {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 30px;
  background-image: url("../../static/images/main__bg.svg");
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  line-height: 1.2;
}
.main__promo-content {
  font-size: 38px;
}
.main__promo span {
  font-size: 20px;
}
.main__promo-num {
  font-size: 80px;
  color: #0b71bb;
  display: block;
}
.main__promo-image {
  position: absolute;
  right: -15%;
  bottom: 3%;
  max-width: 420px;
}
.main__promo-image img {
  max-width: 100%;
  display: block;
  width: auto;
  height: auto;
}

@media only screen and (max-width: 1537px) {
  .main__block {
    width: 100%;
  }
  .main__video {
    width: 100%;
  }
  .main__promo-image {
    right: -33%;
  }
}
@media only screen and (max-width: 1200px) {
  .main__promo-image {
    right: -50%;
  }
  .main h1 {
    font-size: 30px;
  }
  .main__subtitle {
    font-size: 24px;
  }
  .main__suptitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 996px) {
  .main__video {
    display: none;
  }
  .main__wrapper {
    display: block;
  }
  .main__button {
    margin-top: 160px;
  }
  .main__promo-image {
    right: 5%;
  }
  .main__promo {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .main__block {
    padding: 20px;
  }
  .main h1 {
    font-size: 20px;
  }
  .main__suptitle {
    font-size: 14px;
  }
  .main__subtitle {
    font-size: 16px;
  }
  .main__promo-image {
    right: -22%;
    width: 300px;
  }
  .main__promo-image img {
    display: block;
    width: 100%;
    height: auto;
  }
  .main__promo-content {
    font-size: 23px;
    line-height: 1;
  }
  .main__promo-num {
    font-size: 46px;
    line-height: 1;
  }
  .main__promo span {
    font-size: 14px;
    line-height: 1;
  }
}
.timer {
  margin-top: 20px;
}
.timer__wrapper {
  background-color: #303c48;
  color: #ececed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  border-radius: 20px;
  gap: 20px;
  grid-area: 3/1/4/3;
}
.timer__title {
  display: flex;
  gap: 15px;
  align-items: center;
}
.timer__title span {
  font-size: 20px;
}
.timer__title span b {
  font-size: 32px;
}
.timer__form {
  max-width: 700px;
}
.timer__form .form-elements {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 15px;
}
.timer__form .form-elements .input-block {
  margin: 0;
}
.timer__form .form-elements .btn {
  margin: 0;
  width: 100%;
}
.timer__form .form-elements .checkbox {
  display: flex;
  align-items: center;
  width: 100%;
  grid-area: 2/2/3/3;
}
.timer__form .form-elements .checkbox label {
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
}
.timer__form .form-elements .checkbox label a {
  color: #fff;
}
.timer__form .form-elements .checkbox label a:hover {
  color: #fff;
}

@media only screen and (max-width: 1400px) {
  .timer__form .form-elements {
    display: block;
    width: 320px;
  }
  .timer__form .form-elements .input-block {
    width: 100%;
  }
  .timer__form .form-elements .submit {
    width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .timer__wrapper {
    flex-direction: column;
  }
  .timer__title {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .timer__form {
    margin-top: 20px;
  }
  .timer__form .form-elements {
    display: flex;
    width: 100%;
  }
  .timer__form .form-elements .input-block {
    width: 49%;
  }
  .timer__form .form-elements .submit {
    width: 49%;
    margin: 0;
  }
  .timer__form .form-elements .checkbox {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .timer__form .form-elements {
    display: block;
    max-width: 320px;
    width: 100%;
  }
  .timer__form .form-elements .input-block {
    width: 100%;
  }
  .timer__form .form-elements .submit {
    width: 100%;
    margin-top: 10px;
  }
  .timer__title span {
    font-size: 16px;
  }
}
.benefits__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.benefits__item {
  border-radius: 10px;
  position: relative;
  height: 350px;
  cursor: pointer;
}
.benefits__item:hover .benefits__content {
  transform: translateY(-75%);
}
.benefits__footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.benefits__title {
  font-size: 28px;
  text-transform: uppercase;
}
.benefits__content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 20px 20px 30px;
  border-radius: inherit;
  background-color: #fff;
  z-index: 2;
  position: relative;
  height: 100%;
  transition: 0.3s ease;
}
.benefits__image {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
}
.benefits__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
    bottom: -35px;
    position: absolute;
}
.benefits__item2 .benefits__image img, .benefits__item1 .benefits__image img {
    right: -130px;
    width: 145%;
}
.benefits__item3 .benefits__image img {
    right: -220px;
    width: 185%;
}
.benefits__item4 .benefits__image img {
	left: -340px;
    width: 220%;
}

@media only screen and (max-width: 1200px) {
  .benefits__title {
    font-size: 25px;
  }
  .benefits__item {
    height: 275px;
  }
}
@media only screen and (max-width: 996px) {
  .benefits__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .benefits__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .benefits__item {
    height: 180px;
  }
  .benefits__item:hover .benefits__content {
    transform: none;
  }
  .benefits__content > img {
    position: absolute;
    left: 30px;
    top: 40px;
  }
  .benefits__title {
    padding-left: 60px;
  }
}
.cars h2 {
  font-size: 64px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.cars__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
}
.cars__content {
  width: 590px;
  flex-shrink: 0;
}
.cars__name {
  font-size: 54px;
  position: relative;
  z-index: 1;
}
.cars__name::after {
  content: attr(data-name);
  font-size: 64px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
  color: rgba(0, 0, 0, 0.1);
  font-weight: bold;
  display: none;
}
.cars__benefits {
  background-color: #fff;
  width: 100%;
  padding: 30px;
  border-radius: 15px;
}
.cars__price {
  font-size: 25px;
  line-height: 1;
  text-transform: uppercase;
}
.cars__price b {
  color: #0b71bb;
  font-size: 50px;
  line-height: 1;
}
.cars__prices {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 20px;
}
.cars__benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.cars__benefit:last-child {
  margin: 0;
}
.cars__buttons {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  width: 100%;
}
.cars__button {
  width: 100%;
}
.cars__label {
  font-size: 1.5em;
  position: absolute;
  top: 0.43em;
  left: -8px;
}
.cars__label-text {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  background-color: #313e48;
  border-radius: 0.66em 0.66em 0.66em 0;
  padding: 0.33em 1em;
  position: relative;
  z-index: 2;
}
.cars__label:after {
  content: "";
  background-color: #212a31;
  border-radius: 0 0 0 1.6em;
  display: block;
  width: 100%;
  height: 33%;
  position: absolute;
  bottom: -33%;
  left: 0;
  z-index: -1;
}
.cars__image {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  position: relative;
}
.cars__slider {
  width: 650px;
  flex-shrink: 0;
  margin: 0;
}
.cars__slide {
  height: 400px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  background: #fff;
}
.cars__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cars__tabs {
  height: 400px;
  width: 220px;
  margin: 0;
}
.cars__tab {
  margin-bottom: 10px;
  overflow: hidden;
  padding-right: 30px;
  cursor: pointer;
  transition: 0.3s ease;
}
.cars__tab.swiper-slide-thumb-active {
  padding-right: 0;
}
.cars__tab img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.cars__colors {
  display: block;
  position: absolute;
  top: 60px;
  left: 20px;
  z-index: 5;
}
.cars__color {
  display: block;
  width: 30px;
  height: 15px;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 5px;
  transition: 0.3s ease;
}
.cars__color.active {
  width: 40px;
}

@media only screen and (max-width: 1537px) {
  .cars__content {
    width: 410px;
  }
  .cars__buttons {
    display: block;
  }
  .cars__button {
    margin-bottom: 10px;
  }
  .cars__slider {
    width: 550px;
  }
  .cars__tabs {
    width: 170px;
  }
}
@media only screen and (max-width: 1200px) {
  .cars__image {
    order: -1;
  }
  .cars__item {
    flex-wrap: wrap;
    position: relative;
    padding-top: 100px;
    margin-top: 40px;
  }
  .cars__content {
    width: 100%;
  }
  .cars__name {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .cars__slider {
    width: 775px;
  }
  .cars__buttons {
    display: flex;
  }
}
@media only screen and (max-width: 996px) {
  .cars__slider {
    width: 545px;
  }
}
@media only screen and (max-width: 767px) {
  .cars h2 {
    font-size: 24px;
  }
  .cars__name {
    font-size: 40px;
  }
  .cars__name::after {
    font-size: 45px;
  }
  .cars__item {
    padding-top: 65px;
  }
  .cars__slider {
    width: 100%;
  }
  .cars__slide {
    height: 280px;
  }
  .cars__image {
    display: block;
  }
  .cars__tabs {
    width: 100%;
    height: 70px;
    margin-top: 10px;
  }
  .cars__tab {
    padding: 0;
    opacity: 0.5;
  }
  .cars__tab img {
    border-radius: 10px;
  }
  .cars__tab.swiper-slide-thumb-active {
    opacity: 1;
  }
  .cars__buttons {
    display: block;
  }
}
.compls h2 {
  font-size: 64px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.compls__tabs {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.compls__tab {
  flex: 1 1 120px;
  padding: 10px 16px;
  border: 1px solid #2c2e35;
  border-radius: 10px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  line-height: 1;
}
.compls__tab:hover {
  border-color: #fff;
  background-color: #fff;
}
.compls__tab.active {
  border-color: #fff;
  background-color: #fff;
}
.compls__wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  margin-top: 40px;
  gap: 80px;
}
/*.compls__wrap.open {
  background-color: #303c48;
  color: #ececed;
}*/
.compls__name {
  position: absolute;
  font-size: 68px;
  font-weight: 800;
  color: #ececed;
  z-index: 1;
  left: -5px;
  top: -24px;
  line-height: 1;
}
.compls__image {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  max-width: 340px;
}
.compls__image img {
  display: block;
    max-width: 125%;
    width: auto;
    height: auto;
}
.cars__block {
	position: relative;
}
.compls__configs {
    width: 220px;
}
.compls__title span {
  font-size: 28px;
  text-transform: uppercase;
}
.compls__title strong {
  display: block;
  color: #0b71bb;
  font-size: 20px;
}
.compls__config {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  margin: 10px 0;
}
.compls__buttons {
  max-width: 400px;
  width: 100%;
}
.compls__button {
  margin: 20px 0;
}
.compls__button .btn.open svg {
  transform: rotate(180deg);
}
.compls__info {
  background-color: #303c48;
  margin-top: 10px;
  border-radius: 10px;
  padding: 15px;
  color: #ececed;
  will-change: max-height;
  transition: max-height 0.3s;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.compls__info-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.compls__info ul {
  margin-top: 20px;
}
.compls__info ul li {
  list-style-type: none;
  padding: 5px 0;
  display: flex;
  align-items: flex-start;
}
.compls__info ul li::before {
  content: "";
  border: 8px solid transparent;
  border-left: 8px solid #0b71bb;
  display: block;
  margin-top: 4px;
}
.compls__col {
  background-color: #2c2e35;
  border-radius: 10px;
  padding: 20px 30px;
}

@media only screen and (max-width: 1537px) {
  .compls__buttons {
    max-width: 285px;
  }
  .compls__image {
    width: 280px;
  }
  .compls__image img {
    display: block;
    width: 100%;
    height: auto;
  }
  .compls__title span {
    font-size: 24px;
  }
  .compls__wrap {
    gap: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .compls__wrap {
    flex-wrap: wrap;
  }
  .compls__title {
    width: 100%;
    text-align: right;
  }
  .compls__configs {
    width: calc(50% - 50px);
  }
  .compls__buttons {
    width: calc(50% - 50px);
    max-width: 100%;
  }
  .compls__image {
    top: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .compls h2 {
    font-size: 24px;
  }
  .compls__tabs {
    flex-wrap: wrap;
  }
  .compls__tab {
    font-size: 20px;
  }
  .compls__image {
    width: 150px;
    top: 50px;
  }
  .compls__name {
    font-size: 36px;
    top: -10px;
  }
  .compls__title span {
    font-size: 14px;
    line-height: 1.2;
  }
  .compls__title strong {
    font-size: 14px;
    line-height: 1.2;
  }
  .compls__configs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
  }
  .compls__config {
    margin: 0;
  }
  .compls__buttons {
    width: 100%;
  }
  .compls__wrap {
    padding: 20px;
    gap: 0px;
  }
  .compls__info {
    display: block;
  }
  .compls__col {
    margin: 10px 0;
  }
}
.formSmall {
  margin-top: 50px;
}
.formSmall__wrapper {
  display: flex;
  max-width: 1170px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  overflow: hidden;
}
.formSmall__image {
  width: 60%;
}
.formSmall__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.formSmall__content {
  background: #2c2e35;
  width: 40%;
  padding: 80px 45px;
  background: linear-gradient(141deg, #2c2e35 0%, #0b71bb 100%);
  position: relative;
  overflow: hidden;
}
.formSmall__title {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
}
.formSmall__subtitle {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  margin-top: 15px;
}
.formSmall form {
  margin-top: 20px;
}
.formSmall form .input-block {
  margin: 0;
}
.formSmall form .btn {
  width: 100%;
}
.formSmall form .checkbox span {
  color: #fff;
  font-size: 12px;
}
.formSmall form .checkbox label::before {
  margin-right: 15px;
}

@media only screen and (max-width: 996px) {
  .formSmall__wrapper {
    display: block;
  }
  .formSmall__image {
    width: 100%;
  }
  .formSmall__content {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .formSmall__content {
    padding: 20px;
  }
}
.contacts__wrapper {
  margin-top: 35px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.contacts__info {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  max-width: 400px;
}
.contacts__map {
  height: 460px;
}
.contacts__title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contacts__title span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
}
.contacts__address {
  display: flex;
  margin-bottom: 15px;
}
.contacts__address svg {
  fill: #0b71bb;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-right: 10px;
}
.contacts__phone {
  display: flex;
  margin-bottom: 15px;
}
.contacts__phone a {
  text-decoration: none;
  color: #2c2e35;
}
.contacts__phone a:hover {
  color: #0b71bb;
}
.contacts__phone svg {
  fill: #0b71bb;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-right: 10px;
}
.contacts__time {
  display: flex;
  margin-bottom: 15px;
}
.contacts__time svg {
  fill: #0b71bb;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-right: 10px;
}
.contacts__time svg path {
  stroke: #0b71bb;
  fill: #0b71bb;
}
.contacts__button {
  margin-top: 20px;
}


/* Новые стили для посадки GAC*/


.header__logos-text .img-responsive {
    width: 170px;
    margin: 10px 0 0;	
}
.header__logos-image {
    width: 90px;
}
.formSmall__title {
    font-size: 30px;
}
.director {
    padding: 28px 0;
    background: #d9e8eb;
}
.director__row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.director__img--wrap {
    width: 96px;
    height: 96px;
    min-width: 96px;
    margin-right: 40px;
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
}
.director__info {
    max-width: 800px;
}
.director__text {
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
.director__img {
    width: 100%;
}
.main_pla {
    background-color: rgb(44 46 53 / 80%);
    margin: -20px;
    padding: 20px;
    border-radius: 20px;
}
@media only screen and (max-width: 767px) {
    .main__block {
        background-position: 45% top;
    }
    .benefits__title {
        font-size: 16px;
    }
	.benefits__footer span {
		font-size: 14px;
	}
}

/* Конец Новые стили для посадки GAC*/


@media only screen and (max-width: 1200px) {
  .contacts__info {
    right: 20px;
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .contacts__info {
    position: static;
    transform: none;
    padding: 20px;
    width: 100%;
  }
  .contacts__map {
    margin-top: 20px;
    height: 300px;
  }
}
.footer {
  padding: 20px 0;
  font-size: 14px;
  background-color: #303c48;
  margin-top: 20px;
  color: #ececed;
}
.footer p {
  margin-top: 10px;
}