@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
  src: url("../../static/fonts/open-sans-light.woff2");
  src: url("../../static/fonts/open-sans-light.woff2") format("woff2"), url("../../static/fonts/open-sans-light.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  src: url("../../static/fonts/open-sans-regular.woff2");
  src: url("../../static/fonts/open-sans-regular.woff2") format("woff2"), url("../../static/fonts/open-sans-regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  src: url("../../static/fonts/open-sans-bold.woff2");
  src: url("../../static/fonts/open-sans-bold.woff2") format("woff2"), url("../../static/fonts/open-sans-bold.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: #000;
}

*::-webkit-scrollbar-thumb {
  background: #0065a0;
}

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

*::-moz-selection {
  color: #0065a0;
  background: #000;
}

*::selection {
  color: #0065a0;
  background: #000;
}

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: "Open Sans", sans-serif;
  overflow-x: hidden;
  opacity: 1;
}

.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: 50px;
  line-height: 1.1;
  font-weight: 400;
}

a {
  text-decoration-skip: ink;
  transition: all 0.3s;
  color: #0065a0;
  appearance: none;
  outline: none;
  outline-width: 0;
}

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

.message-enter-active, .message-leave-active {
  transition: 0.5s easy;
}

.message-enter, .message-leave-to {
  opacity: 0;
  transform: translateX(-50px);
}

[v-cloak] {
  display: none;
}

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

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

.svg_list {
  display: none;
}

#app {
  overflow: hidden;
  max-width: 1900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
#app:after {
  content: "";
  /* display: none; */
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  background-image: url("../images/bg-2.avif");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.accent {
  color: #0065a0 !important;
}

.red {
  color: #e63312 !important;
}

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

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

.svg_list {
  display: none;
}

.flickity-prev-next-button {
  width: 55px;
  height: 55px;
  background-color: #0065a0;
}

.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);
  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%;
  transform: translateY(-30%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  text-align: justify;
}
.tooltip svg {
  fill: #3c4141;
}

@media only screen and (max-width: 1730px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@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;
    transform: translateX(-70%);
    font-size: 12px;
  }
}
@media only screen and (max-width: 450px) {
  .tooltip__content {
    width: 320px;
    transform: translateX(-72%);
    padding: 15px;
    margin-top: 0px;
  }
}
.btn {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: transparent;
  background-color: #0065a0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  padding: 17px 50px;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  border-radius: 30px;
  border: 0;
  box-shadow: 0px 1px 8px rgba(38, 36, 60, 0.05);
  overflow: hidden;
}
.btn:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn .text {
  position: relative;
  z-index: 1;
}
.btn .progress {
  position: absolute;
  height: 100%;
  width: 0;
  background-color: rgb(214.5, 214.5, 214.5);
  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;
}

.btn-bordered {
  background: transparent;
  border: 1px solid #0065a0;
  color: #fff;
  backdrop-filter: blur(7px);
}
.btn-bordered:hover {
  background-color: #0065a0;
}

button {
  display: block !important;
}

@media only screen and (max-width: 760px) {
  .btn {
    min-height: 47px;
    font-size: 14px;
    padding: 15px;
  }
}
.input-block {
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 40px;
}
.input-block label {
  font-size: 15px;
  color: #000000;
  line-height: 1.3;
}
.input-block label a {
  color: #000000;
}

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

.label__check {
  display: flex;
  align-items: center;
  font-weight: 300;
  color: #f6f3f2;
  font-size: 14px;
  margin-top: 15px;
  position: relative;
}
.label__check input {
  margin-right: 15px;
}

textarea {
  box-shadow: 0px 4px 10px rgba(38, 36, 60, 0.03);
  border-radius: 15px;
  padding: 7px 27px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  color: #000000;
  font-size: 16px;
  line-height: 148%;
  margin-top: 5px;
  outline: none;
  height: 150px;
  max-width: 300px;
}

.input {
  display: block;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  box-shadow: none;
  background-color: #fff;
  color: #000000;
  appearance: none;
  outline: none;
  line-height: 1em;
  border: none;
  box-shadow: 0px 4px 10px rgba(38, 36, 60, 0.03);
  border-radius: 15px;
  padding: 7px 27px;
  position: relative;
  z-index: 1;
  height: 48px;
  width: 100%;
  font-size: 16px;
  line-height: 148%;
  margin-top: 5px;
}

select {
  display: block;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  box-shadow: none;
  background-color: #fff;
  color: #000000;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 8px;
  appearance: none;
  outline: none;
  line-height: 1em;
  border: none;
  position: relative;
  z-index: 1;
  height: 48px;
  width: 100%;
  font-size: 16px;
  line-height: 148%;
  margin-top: 5px;
  background-image: url(../images/select.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 99% center;
  box-shadow: 0px 4px 10px rgba(38, 36, 60, 0.03);
  border-radius: 15px;
  padding: 7px 27px;
  cursor: pointer;
}

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

.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;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.popup__image {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.popup__content {
  text-align: left;
  padding: 50px;
  background-color: #fff;
  width: 100%;
}
.popup__title {
  color: #000000;
  font-size: 36px;
  line-height: 1.1;
  text-align: left;
  width: 100%;
}
.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;
  color: #0065a0;
}
.popup img.registr {
  position: absolute;
  top: -120px;
  left: calc(50% - 220px);
  width: 440px;
}
.popup .body {
  max-width: 700px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  top: 0;
  text-align: center;
  padding: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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: #000000;
  border-radius: 5px;
  transform: rotate(45deg);
  top: 48%;
  left: 30%;
}
.popup .body .close:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000000;
  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: #000000;
}
.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: #000000;
  max-height: 80vh;
}
.popup .body .content.politicpopup p.bold {
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.popup .body .content.politicpopup p {
  font-size: 12px;
  line-height: 1.4;
  text-align: justify;
}
.popup .body .content.politicpopup ul {
  list-style-position: inside;
  font-size: 12px;
}
.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;
}
.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: #0065a0;
  text-transform: none;
}
.popup.open {
  visibility: visible;
}
.circle-loader {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left-color: #0065a0;
  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: #4ba82e;
  transition: border 500ms ease-out;
}
.load-complete.wrong {
  border-color: #e63312;
  cursor: pointer;
}
.load-complete.wrong:before {
  content: "";
  display: block;
  height: 2px;
  width: 8px;
  background: #e63312;
  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: #e63312;
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  transform: rotate(-45deg);
  transform-origin: center;
}

.checkmark {
  display: none;
}
.checkmark:after {
  opacity: 1;
  height: 11px;
  width: 7px;
  transform-origin: left top;
  border-right: 2px solid #4ba82e;
  border-top: 2px solid #4ba82e;
  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: #0065a0;
}

.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__wrapper {
    display: block;
  }
  .popup__image {
    height: 384px;
    width: 100%;
  }
  .popup__content {
    width: 100%;
    padding: 70px 30px;
  }
  .popup .body .close {
    top: 20px;
    right: 30px;
  }
}
@media only screen and (max-width: 760px) {
  .popup__image {
    height: 180px;
  }
  .popup__content {
    padding: 19px;
  }
  .popup__title {
    font-size: 24px;
    width: 190px;
  }
  .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: 21px;
  }
  .popup .body .content form .form-elements .btn {
    width: 100%;
  }
}
.header {
  background-color: #fff;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  color: #000;
  border-radius: 0 0 24px 24px;
}
.header__top {
  display: none;
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
}
.header__top .container {
  display: flex;
  align-items: center;
}
.header__wrapper {
  padding: 24px 0;
}
.header__wrapper .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
.header__address {
  font-size: 14px;
  margin-right: 40px;
}
.header__contacts {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header__logo {
  font-size: 20px;
  width: 92px;
}
.header__logo img {
  width: 100%;
}
.header__logo br {
  display: none;
}
.header__dealer {
  padding-left: 24px;
  margin-left: 24px;
  border-left: 1px solid #1e2329;
}
.header__dealer-text {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
}
.header__dealer-text strong {
  display: block;
}
.header__award {
  margin: 0 auto;
}
.header__award-head {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.header__award-icon {
  margin-right: 4px;
  min-width: 16px;
  max-width: 16px;
}
.header__award-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}
.header__award-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}
.header__phone {
  margin-left: 0px;
}
.header__phone a {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.header__phone a:hover {
  color: #0065a0;
}
.header__burger {
  display: none;
}
.header__brand {
  width: 177px;
}
.header__nav {
  margin-left: auto;
  margin-right: 80px;
}
.header__nav ul {
  display: flex;
  list-style-type: none;
  align-items: center;
}
.header__nav ul li {
  margin-left: 40px;
}
.header__nav ul a {
  display: block;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}
.header__nav ul a:hover {
  color: #0065a0;
}

@media only screen and (max-width: 1300px) {
  .header__contacts {
    position: relative;
  }
  .header__contacts:after {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 1px;
    height: 100%;
    background-color: #CCCCCC;
    display: none;
  }
  .header__brand {
    order: -1;
  }
  .header__burger {
    display: block;
    height: 12px;
    width: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    margin-left: 20px;
  }
  .header__burger.active {
    transform: translateY(-50%);
  }
  .header__burger.active .line1 {
    width: 32px;
    transform: rotate(45deg) translate(-8px, 5px);
  }
  .header__burger.active .line2 {
    transform: rotate(-45deg) translate(-8px, 5px);
  }
  .header__burger .line {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 10px;
    background: #000;
  }
  .header__burger .line1 {
    width: 24px;
    margin-left: 8px;
    transform-origin: 0% 0%;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  }
  .header__burger .line2 {
    width: 32px;
    transform-origin: 0% 100%;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  }
  .header__nav {
    position: fixed;
    top: 94px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 94px);
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
    transform: translateX(-100vw);
    margin: 0;
    background-color: #fff;
  }
  .header__nav.active {
    transform: translateX(0);
  }
  .header__nav ul {
    display: block;
    margin-top: 49px;
    padding: 0px 20px;
  }
  .header__nav ul li {
    margin-bottom: 50px;
    margin-left: 0;
    font-size: 22px;
  }
  .header__nav ul li a {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
  }
}
@media only screen and (max-width: 991px) {
  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header__top {
    display: block;
    padding: 0;
    border-bottom: none;
  }
  .header__wrapper {
    padding: 16px 0;
  }
  .header__wrapper .header__logo {
    display: none;
  }
  .header__wrapper .header__dealer {
    display: none;
  }
  .header__logo {
    width: 72px;
  }
  .header__logo img:first-of-type {
    display: none;
  }
  .header__contacts {
    margin-left: 0;
  }
  .header__dealer-text {
    font-size: 13px;
  }
  .header__award {
    display: none;
    margin: 0 24px 0 0;
  }
  .header__award-icon {
    min-width: 12px;
    max-width: 12px;
  }
  .header__award-title, .header__award-text {
    font-size: 13px;
  }
  .header__phone {
    margin-right: 0;
  }
  .header__phone a {
    font-size: 16px;
  }
  .header__contacts {
 
    margin-right: 0;
  }
  .header__contacts:after {
    left: -15px;
  }
}
@media only screen and (max-width: 768px) {
  .header__brand {
    width: 105px;
  }
  .header__logo {
    font-size: 12px;
    line-height: 1.1;
  }
  .header__nav {
    top: 56px;
    height: calc(100vh - 56px);
  }
}
@media only screen and (max-width: 580px) {
  .header {
    display: flex;
    justify-content: space-between;
  }
  .header__dealer {
    display: none;
  }
  .header__contacts {
    margin-left: auto;
    margin-right: 0;
  }
  .header__contacts:after {
    display: none;
  }
  .header__address {
    display: none;
  }
  .header__phone {
    margin: 0;
  }
  .header__nav {
    top: 50px;
    height: calc(100vh - 50px);
  }
}
.main {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 48px 0;
}
.main__wrap {
  background: rgba(255, 255, 255, 0.6);
  padding: 32px;
  border-radius: 24px;
}
.main__wrap > *:first-child {
  margin-top: 0;
}
.main__wrap > *:last-child {
  margin-bottom: 0;
}
.main h1 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
}
.main h2 {
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .main h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 760px) {
  .main {
    margin: 32px 0;
  }
  .main__wrap {
    padding: 24px;
  }
  .main h1 {
    font-size: 24px;
  }
  .main h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 580px) {
  .main {
    margin: 16px 0;
  }
  .main__wrap {
    padding: 16px;
  }
  .main h1 {
    font-size: 16px;
  }
  .main h2 {
    font-size: 12px;
  }
}
.chat {
  max-width: 830px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(100px);
  transition: height 100ms ease, transform 700ms ease, opacity 700ms ease;
  transform: translateY(300px) scale(0.9);
  opacity: 0;
}
.chat * {
  transition: 0.3s ease;
}
.chat.load {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.chat__title {
  margin-top: 40px;
}
.chat__title h2 {
  text-align: center;
  font-size: 48px;
  line-height: 1.4;
  font-weight: 600;
}
.chat__title h3 {
  text-align: center;
  font-size: 24px;
  margin-top: 20px;
  line-height: 1.4;
  font-weight: 300;
}
.chat__header {
  padding: 30px;
  background: linear-gradient(180deg, rgba(0, 101, 160, 0.9) 0%, #0065a0 100%), #0065a0;
  box-shadow: 0px 4px 10px rgba(38, 36, 60, 0.08);
  border-radius: 24px 24px 0px 0px;
  margin-top: 40px;
}
.chat__benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 10px;
}
.chat__benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.chat__benefit-icon {
  margin-right: 0px;
  width: 36px;
  height: 36px;
}
.chat__benefit-text {
  color: #fff;
  font-size: 14px;
}
.chat__container {
  padding: 25px 30px 100px;
  background: rgba(251, 251, 251, 0.95);
  border-radius: 0 0 24px 24px;
}
.chat__disklaimer {
  margin-top: 30px;
}
.chat__message {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-gap: 20px;
  margin-top: 30px;
  transition: all 500ms ease;
}
.chat__message-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
}
.chat__message-code {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border-radius: 25%;
  flex-shrink: 0;
}
.chat__message-color {
  padding: 13px 30px;
  transition: all 200ms ease;
  cursor: pointer;
  user-select: none;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0px 1px 8px 0px rgba(38, 36, 60, 0.05);
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
}
.chat__message-color .chat__message-name {
  margin: 0;
  font-weight: 400;
}
.chat__message-color:hover {
  background-color: #0065a0;
  color: #fff;
}
.chat__message-car {
  cursor: pointer;
  background-color: #f6f3f2;
  border-radius: 10px;
  padding: 15px;
}
.chat__message-cars {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.chat__message-name {
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.chat__message-benefit {
  text-align: center;
}
.chat__message.answer {
  width: 85%;
  max-width: 295px;
  margin-right: 0;
  margin-left: auto;
  display: block;
  text-align: right;
}
.chat__message.answer .chat__message-avatar {
  display: none;
}
.chat__message.answer .chat__message-text {
  background: linear-gradient(180deg, rgba(0, 101, 160, 0.9) 0%, #0065a0 100%), #0065a0;
  color: #ffffff;
  box-shadow: 0px 3px 10px rgba(38, 36, 60, 0.07);
  border-radius: 15px 15px 2px 15px;
  text-align: right;
  display: inline-block;
}
.chat__message:not(:first-child) .chat__message-avatar {
  visibility: hidden;
}
.chat__message-avatar {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #f5f5f5;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/bot.jpg);
}
.chat__message-cont {
  display: inline-block;
}
.chat__message-text {
  background: #ffffff;
  padding: 15px 20px;
  max-width: 560px;
  color: #282d30;
  font-size: 16px;
  line-height: 148%;
  border-radius: 2px 15px 15px 15px;
  box-shadow: 0px 3px 10px rgba(38, 36, 60, 0.07);
}
.chat__message-details {
  margin-top: 10px;
}
.chat__message-button {
  margin: 0;
  margin-top: 13px;
  background: linear-gradient(180deg, rgba(0, 101, 160, 0.9) 0%, #0065a0 100%), #0065a0 !important;
  color: #fff;
  display: inline-block;
  padding: 12px 20px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  box-shadow: 0px 1px 8px rgba(38, 36, 60, 0.05);
  border-radius: 30px;
  font-size: 15px;
  border: none;
}
.chat__message-detail {
  line-height: 1.4;
  margin-bottom: 5px;
}
.chat__message-detail label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.chat__message-detail input {
  margin-right: 10px;
}
.chat__message-models {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 10px;
  margin-top: 20px;
}
.chat__message-model {
  opacity: 0.75;
  background-color: #fff;
  padding: 9px 12px;
  border: 2px solid rgba(255, 255, 255, 0);
  position: relative;
  cursor: pointer;
  box-shadow: 2px 3px 4px rgba(38, 36, 60, 0.05);
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  text-align: center;
  color: #282d30;
  border: 1px solid #fff;
}
.chat__message-model:hover, .chat__message-model:focus, .chat__message-model:active {
  border: 1px solid #c0c0c0;
}
.chat__form {
  max-width: 300px;
  width: 100%;
  margin-top: 30px;
}
.chat__form .input-block {
  margin-bottom: 15px;
}
.chat__form .input-block:last-child {
  display: flex;
  align-items: center;
}
.chat__print {
  font-size: 14px;
  color: #b0b0b0;
  font-weight: 300;
  font-style: italic;
}
.chat__fixed {
  position: fixed;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: -100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px 10px;
  background-color: #fff;
  width: 100%;
  z-index: 9;
  max-width: 800px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.0901960784);
  transition: all 0.2s ease;
  color: #000;
}
.chat__fixed.active {
  top: 0px;
}
.chat__fixed__name {
  font-size: 16px;
  line-height: 148%;
  margin-right: auto;
  margin-left: 20px;
}
.chat__fixed__name b {
  display: block;
  position: relative;
  font-weight: 600;
}
.chat__phone {
  color: #fff;
  background-color: #0065a0;
  padding: 10px 15px;
  border-radius: 6px;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
  font-weight: 500;
  margin: 0;
}
.chat__phone a {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .chat__title h2 {
    font-size: 24px;
  }
  .chat__title h3 {
    font-size: 18px;
  }
  .chat__benefits {
    grid-template-columns: 1fr;
  }
  .chat__fixed {
    top: -200px;
    padding: 10px;
  }
  .chat__message-avatar {
    min-width: 35px;
    min-height: 35px;
    width: 35px;
    height: 35px;
  }
  .chat__phone {
    font-size: 12px;
    padding: 10px;
  }
  .chat__fixed__name {
    font-size: 10px;
    margin-left: 10px;
  }
  .chat__fixed__name b {
    font-size: 16px;
  }
  .chat__container {
    padding: 10px;
  }
  .chat__message {
    grid-template-columns: 45px 1fr;
    grid-gap: 10px;
  }
  .chat__message-text {
    padding: 9px 13px 10px;
    font-size: 14px;
    line-height: 140%;
  }
  .chat__message-models {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer {
  margin-top: 24px;
  background: #fff;
  border-radius: 24px 24px 0 0;
}
.footer__content {
  padding: 20px;
  font-size: 10px;
  color: #c0c0cc;
  width: 100%;
  line-height: 1.4;
}

@media only screen and (max-width: 1300px) {
  .footer {
    position: static;
    text-align: center;
  }
  .footer__content {
    margin-left: auto;
    margin-right: auto;
  }
}
/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1700px) {
  /**/
}
/* 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) {
  /**/
}


.header__logo {
    width: auto;
    display: flex;
    gap: 20px;
}
.header__logo img:last-of-type{
  max-height: 33px;
}
.header__award {
  max-width: clamp(160px, 8.25vw, 100cqw);
}
.chat__benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.chat__benefit {
  max-width: clamp(100px, 30%, 32cqw);
}
@media only screen and (max-width: 768px) {
  .chat__benefits {
    display: grid;
  }
  .chat__benefit {
    max-width: 100%;
  }
}