@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap&subset=cyrillic-ext');

@font-face {
	font-family: 'TT Norms';
	src: url('../fonts/TTNorms-Bold.eot');
	src: local('TT Norms Bold'), local('TTNorms-Bold'), url('../fonts/TTNorms-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/TTNorms-Bold.woff2') format('woff2'),
		url('../fonts/TTNorms-Bold.woff') format('woff'), url('../fonts/TTNorms-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'TT Norms';
	src: url('../fonts/TTNorms-Medium.eot');
	src: local('TT Norms Medium'), local('TTNorms-Medium'), url('../fonts/TTNorms-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TTNorms-Medium.woff2') format('woff2'), url('../fonts/TTNorms-Medium.woff') format('woff'), url('../fonts/TTNorms-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'TT Norms';
	src: url('../fonts/TTNorms-Regular.eot');
	src: local('TT Norms Regular'), local('TTNorms-Regular'), url('../fonts/TTNorms-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TTNorms-Regular.woff2') format('woff2'), url('../fonts/TTNorms-Regular.woff') format('woff'), url('../fonts/TTNorms-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

:root {
  --red: #ce2029;
}

*::-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: #121314; }

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

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

*::-moz-selection {
  color: #00cabf;
  background: #121314; }

*::selection {
  color: #00cabf;
  background: #121314; }

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

.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: "TT Norms", 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;
  -o-transition: all .3s;
  transition: all .3s;
  color: #00cabf;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  outline-width: 0; }

.message-enter-active, .message-leave-active {
  -webkit-transition: .5s	easy;
  -o-transition: .5s	easy;
  transition: .5s	easy; }

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

[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: 1900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1; }
  #app:after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1; }

.accent {
  color: #00cabf !important; }

.red {
  color: #EB5757 !important; }

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

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

.svg_list {
  display: none; }

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

.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);
    -o-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; }

@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;
    -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: inline-block;
  color: #fff;
  background-color: transparent;
  background-color: var(--red);
  font-size: 17px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -o-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);
  padding: 17px 50px;
  font-family: "TTWellingtons", sans-serif;
  cursor: pointer;
  border-radius: 30px;
  border: 0;
  -webkit-box-shadow: 0px 1px 8px rgba(38, 36, 60, 0.05);
          box-shadow: 0px 1px 8px rgba(38, 36, 60, 0.05);
  overflow: hidden; }
  .btn:hover {
    color: #fff;
    background-color: #121314;
    border-color: #121314; }
  .btn .text {
    position: relative;
    z-index: 1; }
  .btn .progress {
    position: absolute;
    height: 100%;
    width: 0;
    background-color: #d7d7d7;
    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-bordered {
  background: transparent;
  border: 1px solid #00cabf;
  color: #fff;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px); }
  .btn-bordered:hover {
    background-color: #00cabf; }

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: #767676;
    line-height: 1.3; }
    .input-block label a {
      color: #767676; }

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

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

textarea {
  -webkit-box-shadow: 0px 4px 10px rgba(38, 36, 60, 0.03);
          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: #767676;
  font-size: 16px;
  line-height: 148%;
  margin-top: 5px;
  outline: none;
  height: 150px;
  max-width: 300px; }

.input {
  display: block;
  text-align: left;
  font-family: "TTWellingtons", sans-serif;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  color: #767676;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  line-height: 1em;
  border: none;
  -webkit-box-shadow: 0px 4px 10px rgba(38, 36, 60, 0.03);
          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;
  border: 1px solid #e3e3e3; }

select {
  display: block;
  text-align: left;
  font-family: "TTWellingtons", sans-serif;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  color: #767676;
  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: 16px;
  line-height: 148%;
  margin-top: 5px;
  background-image: url(../images/select.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 99% center;
  -webkit-box-shadow: 0px 4px 10px rgba(38, 36, 60, 0.03);
          box-shadow: 0px 4px 10px rgba(38, 36, 60, 0.03);
  border-radius: 15px;
  padding: 7px 27px;
  cursor: pointer; }

.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;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .popup__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    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: #767676;
    font-size: 36px;
    line-height: 1.1;
    text-align: left;
    width: 100%; }
  .popup__cars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    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: #155ca7; }
  .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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .popup .body .close {
      position: absolute;
      width: 30px;
      height: 30px;
      top: 20px;
      right: 20px;
      cursor: pointer;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      border-radius: 50%; }
      .popup .body .close:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background: #767676;
        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: #767676;
        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: #767676; }
      .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: #767676;
      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: -webkit-box;
      display: -webkit-flex;
      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; }
        .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: #00cabf;
          text-transform: none; }
  .popup.open {
    visibility: visible; }

.circle-loader {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left-color: #00cabf;
  -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;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  z-index: 2; }
  .circle-loader:after {
    border-radius: 50%;
    width: 20px;
    height: 20px; }
  .circle-loader.checking {
    opacity: 1; }

.load-complete {
  -webkit-animation: none;
          animation: none;
  border-color: #00cabf;
  -webkit-transition: border 500ms ease-out;
  -o-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 #00cabf;
    border-top: 2px solid #00cabf;
    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: #00cabf; }

.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 {
  width: calc(100% + 30px);
  background: #fff;
  position: relative;
  z-index: 1;
  margin-left: -15px;
  padding: 25px 0;
  box-shadow: -2px -1px 15px rgba(0, 0, 0, 0.1);
}
.header .main {
  display: flex;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.headergrid {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.logo {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 36px;
  font-weight: 600;
  color: #586470;
}
.logo img {
  margin-bottom: 10px;
  width: 150px;
} 
.headergrid__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.phone {
  text-align: right;
  color: #333 !important;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  margin: 5px 0 2px;
  white-space: nowrap;
}
.logophone a {
  color: #333 !important;
  text-decoration: none !important;
}
.header-phones-mobile {
  cursor: pointer;
  align-items: center;
  gap: 10px;
  padding: 10px 0px;
}
.header-phones-mobile {
  display: flex;
}
.header-phones {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.header-phones {
  position: absolute;
  top: 65px;
  background-color: #fff;
  padding: 30px 10px;
  right: 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px #3c414347;
  z-index: 99;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.header-phones.active {
  opacity: 1;
  visibility: visible;
}
.header-phones-mobile h5 {
  margin: 0;
  font-size: 16px;
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-color: #D03730;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
  white-space: nowrap;
  color: #d03730;
  font-weight: 500;
}
.header-phones-mobile img {
  transition: transform 0.3s ease-in-out;
  transform: rotate(180deg);
}
.header-phone {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.phone__txt {
  font-size: 15px;
  color: #343434;
}
.phone__txt span {
  font-size: 15px;
  font-weight: 500;
  color: #343434;
}

@media (max-width: 950px) {
  .header .main {
      max-width: 810px;
      padding: 0 15px;
      min-height: auto;
  }
}
@media (max-width: 850px) {
  .header .main {
      padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .headergrid {
      flex-direction: column;
  }
  .logo {
    max-width: 300px;
    margin: 0 auto;
    grid-template-columns: auto;
  }
  .logo img {
    width: 100px;
  } 
  .header {
    padding: 15px 0;
    background: transparent;
    box-shadow: unset;
  }
  .headergrid__item {
    align-items: center;
  }
}

/* Old header  */
/* 
.header {
  position: sticky;
  top: 0;
  z-index: 99;
  background: var(--white);
  padding: 20px 0;
}

.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  cursor: pointer;
  transition: .2s;
  display: block;
  min-width: 184px;
  max-width: 184px;
}

.header__logo:hover {
}

.header__logo:active {
  opacity: .7;
}

.header__panel {
  display: flex;
  align-items: center;
}

.header__panel > * {
}

.header__panel > *:first-child {
  margin: 0;
} */
.commun__item-link {
  display: inline-flex;
  color: var(--red);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
  font-family: "TT Norms", sans-serif;
}
@media (max-width: 577px) {
  .commun__item .-phone- {
    display: flex;
    align-items: center;
  }
  .hide-sm-down {
      display: none !important;
  }
}
/* @media only screen and (min-width: 576px) {   
  .header__panel > * {
    margin-left: 24px;
  }
}
@media only screen and (min-width: 768px) {   
  .header__logo {
    min-width: 243px;
    max-width: 243px;
  }

  .header__panel > * {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 992px) {   
  .header__logo:hover {
    opacity: .7;
  }
} */
@media (max-width: 577px) {
  .commun__item.-phone- .commun__item-link {
      color: transparent;
      font-size: 0;
      width: 32px;
      height: 32px;
      min-width: 32px;
      border-radius: 50%;
      background: var(--red) url(../images/icons/phone.svg) no-repeat center / 20px;
  }
}

.main {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 50px; }
  .main h1 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
   }
  .main h3 {
    font-size: 20px;
    text-align: center;
   }

@media only screen and (max-width: 1200px) {
  .main h1 {
    font-size: 36px; } }

@media only screen and (max-width: 760px) {
  .main {
    min-height: 300px;
    padding-top: 50px; }
    .main h1 {
      font-size: 24px; } }

@media only screen and (max-width: 580px) {
  .main {
    min-height: auto;
    padding-top: 10px; }
    .main h1 {
      font-size: 16px; } }

.chat {
  max-width: 830px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: height 100ms ease, opacity 700ms ease, -webkit-transform 700ms ease;
  transition: height 100ms ease, opacity 700ms ease, -webkit-transform 700ms ease;
  -o-transition: height 100ms ease, transform 700ms ease, opacity 700ms ease;
  transition: height 100ms ease, transform 700ms ease, opacity 700ms ease;
  transition: height 100ms ease, transform 700ms ease, opacity 700ms ease, -webkit-transform 700ms ease;
  -webkit-transform: translateY(300px) scale(0.9);
      -ms-transform: translateY(300px) scale(0.9);
          transform: translateY(300px) scale(0.9);
  opacity: 0; }
  .chat * {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
  .chat.load {
    -webkit-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
            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: var(--red);
    -webkit-box-shadow: 0px 4px 10px rgba(38, 36, 60, 0.08);
            box-shadow: 0px 4px 10px rgba(38, 36, 60, 0.08);
    border-radius: 24px 24px 0px 0px;
    margin-top: 40px; }
  .chat__header h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
  }
  .chat__benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px; }
  .chat__benefit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .chat__benefit-icon {
      margin-right: 10px;
      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); }
  .chat__disklaimer {
    margin-top: 30px; }
  .chat__message {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-gap: 20px;
    margin-top: 30px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
    .chat__message-image {
      height: 100px; }
      .chat__message-image img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center center;
           object-position: center center; }
    .chat__message-colors {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      gap: 10px 5px; }
    .chat__message-code {
      width: 25px;
      height: 25px;
      margin-right: 10px;
      border-radius: 25%;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
    .chat__message-color {
      padding: 13px 30px;
      -webkit-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      transition: all 200ms ease;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      border-radius: 50px;
      background-color: #fff;
      -webkit-box-shadow: 0px 1px 8px 0px rgba(38, 36, 60, 0.05);
              box-shadow: 0px 1px 8px 0px rgba(38, 36, 60, 0.05);
      font-weight: 400;
      line-height: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .chat__message-color .chat__message-name {
        margin: 0;
        font-weight: 400; }
      .chat__message-color:hover {
        background-color: #00cabf;
        color: #fff; }
    .chat__message-car {
      cursor: pointer;
      background-color: #d4d5d5;
      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;
      font-family: "TT Norms", sans-serif; }
    .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: var(--red);
        color: #ffffff;
        -webkit-box-shadow: 0px 3px 10px rgba(38, 36, 60, 0.07);
                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-new.gif); }
    .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;
      -webkit-box-shadow: 0px 3px 10px rgba(38, 36, 60, 0.07);
              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: var(--red);
      color: #fff;
      display: inline-block;
      padding: 12px 20px;
      text-align: center;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-box-shadow: 0px 1px 8px rgba(38, 36, 60, 0.05);
              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: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer; }
      .chat__message-detail input {
        margin-right: 10px;
       }
      .chat__message-detail input[type="text"], .chat__message-detail input[type="number"] {
        width: 100%;
        margin-right: 10px;
        font-size: 16px;
        margin-right: 10px;
        padding: 10px 16px;
        border: 1px solid #e3e3e3;
        color: #767676;
        outline: none;
        text-align: left;
        font-family: "TTWellingtons", sans-serif;
        appearance: none;
        -webkit-box-shadow: 0px 4px 10px rgba(38, 36, 60, 0.03);
        box-shadow: 0px 4px 10px rgba(38, 36, 60, 0.03);
        border-radius: 15px;
        padding: 7px 27px;
       }
       input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        appearance: none;
        -moz-appearance: textfield;
        margin: 0;
      }
    .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;
      -webkit-box-shadow: 2px 3px 4px rgba(38, 36, 60, 0.05);
              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: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
  .chat__print {
    font-size: 14px;
    color: #b0b0b0;
    font-weight: 300;
    font-style: italic; }
  .chat__fixed {
    position: fixed;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 30px 10px;
    background-color: #fff;
    width: 100%;
    z-index: 9;
    max-width: 800px;
    -webkit-box-shadow: 0 0 10px #00000017;
            box-shadow: 0 0 10px #00000017;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #121314; }
    .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: var(--red);
    padding: 10px 15px;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-weight: 500;
    margin: 0;
    font-family: "TT Norms", sans-serif; }
    .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;
    width: 100%;
    max-width: 100%;
   }
  .chat__message-text {
    padding: 9px 13px 10px;
    font-size: 14px;
    line-height: 140%; }
  .chat__message-models {
    grid-template-columns: repeat(2, 1fr); } }

.footer {
  position: fixed;
  left: 0;
  bottom: 0; }
  .footer__content {
    padding: 20px;
    font-size: 10px;
    color: #c0c0cc;
    max-width: 240px;
    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) {
  /**/ }
