@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap');
*::-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: #005aab;
}

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

*::-moz-selection {
  color: #005aab;
  background: #000;
}

*::selection {
  color: #005aab;
  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: 1.4;
  font-family: 'Inter', 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: 'Inter', sans-serif;
  line-height: 1.2em;
}

h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.1;
}

a {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #005aab;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  outline-width: 0;
}

[v-cloak] {
  display: none;
}

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

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

.red {
  color: #eb5757 !important;
}

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

.swiper-button-prev,
.swiper-button-next {
  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;
  width: 40px;
  height: 40px;
  background-color: #ebebeb;
  border-radius: 0.5rem;
  border: 1px solid #ebebeb;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
  margin: 0;
  z-index: 10;
  -webkit-transition: opacity 0.25s, background-color 0.25s;
  -o-transition: opacity 0.25s, background-color 0.25s;
  transition: opacity 0.25s, background-color 0.25s;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.8;
}

section {
  margin-top: 80px;
}

#app .swiper-pagination {
  bottom: -30px;
}

@media only screen and (max-width: 1400px) {
  .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;
  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;
  color: #fff;
  background-color: #005aab;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -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);
  border: 0;
  padding: 14px 17px;
  min-height: 62px;
  min-width: 200px;
  width: 100%;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  border: 2px solid #005aab;
  border-radius: 5px;
}
.btn:hover {
  color: #005aab;
  background-color: #fff;
  border-color: #d0e2ff;
}
.btn .text {
  position: relative;
  z-index: 1;
}
.btn .progress {
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #003f78;
  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;
}

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

.form-elements .btn {
  width: 216px;
  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: #ebebeb;
  font-size: 14px;
  margin-top: 15px;
  position: relative;
  width: 100%;
}

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

input[type='checkbox'] + label::before {
  content: '';
  display: block;
  min-height: 32px;
  min-width: 32px;
  height: 32px;
  width: 32px;
  margin: 0 18px 0 0;
  background-image: url(../images/yes.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  z-index: 2;
  -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);
}

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

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

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

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

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

.phone {
  white-space: nowrap;
}

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

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.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__image {
  max-width: 831px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.popup__content {
  width: 100%;
  padding: 40px 60px;
}
.popup__title {
  /* color: #fff; */
  font-size: 50px;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
}
.popup__subtitle {
  margin-top: 20px;
  max-width: 485px;
  font-size: 18px;
  line-height: 1.5;
}
.popup__cars {
  display: -webkit-box;
  display: -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;
}
.popup img.registr {
  position: absolute;
  top: -120px;
  left: calc(50% - 220px);
  width: 440px;
}
.popup .body {
  max-width: 600px;
  margin: 0 auto;
  background-color: #ebebeb;
  position: relative;
  top: 0;
  text-align: center;
  padding-top: 0px;
  height: auto;
  max-height: 90vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.popup .body .close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
}
.popup .body .close:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ebebeb;
  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: #ebebeb;
  border-radius: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  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: #fff;
}
.popup .body .content.tnxpopup p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}
.popup .body .content.tnxpopup .btn:after {
  display: none;
}
.popup .body .content.tnxpopup p.bold {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.popup .body .content.politicpopup {
  display: block;
  height: auto;
  padding: 40px;
  width: 100%;
  color: #fff;
}
.popup .body .content.politicpopup p.bold {
  font-weight: 500;
  font-size: 32px;
  text-align: center;
}
.popup .body .content.politicpopup p {
  font-size: 10px;
  text-align: justify;
}

.popup .body .content {
  display: -webkit-box;
  display: -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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.popup .body .content form .form-elements .input-block {
  margin: 0;
}
.popup .body .content form .form-elements .input-block.checkbox {
  width: 100%;
}
.popup .body .content form .form-elements .input-block.checkbox label {
  color: #6c7c80;
}
.popup .body .content form .form-elements .input-block.checkbox label a {
  color: #6c7c80;
}
.popup .body .content form .btn {
  width: 338px;
  margin: 0;
}
.popup .body .content form p.green {
  font-size: 18px;
  padding-top: 10px;
  line-height: 1.2em;
  font-weight: 400;
  color: #005aab;
  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: #005aab;
  -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 0.3s;
  -o-transition: all 0.3s;
  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 {
  -webkit-animation: none;
  animation: none;
  border-color: #4ca73f;
  -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 #4ca73f;
  border-top: 2px solid #4ca73f;
  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: #005aab;
}

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

@media only screen and (max-width: 1400px) {
  .popup__content {
    padding-left: 50px;
    padding-right: 50px;
  }
}

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

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

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

.header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100vw;
  padding: 15px 0;
  background-color: #fff;
}
.header__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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logos-image {
  width: 170px;
}
.header__logos-text {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #a0a0a0;
  font-size: 18px;
  color: #a0a0a0;
  font-weight: 300;
}
.header__contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__phone {
  margin-right: 35px;
}
.header__phone a {
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
}
.header__phone p {
  font-size: 14px;
  color: #a0a0a0;
  font-weight: 300;
}

@media only screen and (max-width: 996px) {
  .header__logos-text {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header__logos-image {
    width: 120px;
  }
  .header__button {
    display: none;
  }
  .header__phone {
    margin: 0;
  }
  .header__phone a {
    font-size: 18px;
  }
  .header__phone p {
    display: none;
  }
}

.main {
  margin-top: 92px;
  position: relative;
}
.main__nocontent .main__img {
  background-color: #002f63;
}
.main__nocontent .main__img img {
  -o-object-position: left bottom;
  object-position: left bottom;
}
.main__nocontent .main__img:after {
  display: none;
}
.main__slide {
  position: relative;
}
.main__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main__img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.8))
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  display: block;
  z-index: 1;
}
.main__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  display: block;
}
.main__content {
  min-height: 600px;
  padding: 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.main__title {
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: bold;
}
.main__description {
  font-size: 28px;
  font-weight: 400;
}
.main__description.small {
  font-size: 16px;
  line-height: 1.2;
}
.main__disclaimer {
  margin-top: 20px;
  font-size: 12px;
  opacity: 0.8;
}
.main__button {
  width: 200px;
  margin-top: 30px;
}

@media only screen and (max-width: 996px) {
  .main__title {
    font-size: 36px;
  }
  .main__description {
    font-size: 24px;
  }
  .main__nocontent .main__img img {
    -o-object-position: 15% bottom;
    object-position: 15% bottom;
  }
}

@media only screen and (max-width: 767px) {
  .main {
    position: relative;
  }
  .main__nocontent .main__img {
    background-color: #002f63;
  }
  .main__nocontent .main__img img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .main__nocontent .main__img:after {
    display: none;
  }
  .main__content {
    padding: 40px 0;
    min-height: 400px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main__title {
    font-size: 24px;
  }
  .main__disclaimer {
    margin-bottom: 15px;
  }
  .main__description {
    font-size: 16px;
  }
  .main__description.small {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .main__button {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.brands__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.brands__item {
  height: auto;
  border: 1px solid #ebebeb;
  border-radius: 0.5rem;
  text-align: center;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  width: 260px;
  cursor: pointer;
}
/* .brands__item:hover  */
.brands__item {
  -webkit-box-shadow: 0 0.5rem 2rem -1.2rem #527460;
  box-shadow: 0 0.5rem 2rem -1.2rem #527460;
  padding-bottom: 25px;
}
.brands__item:hover .brands__link {
  visibility: visible;
  opacity: 1;
}
.brands__item:hover .brands__logo {
  opacity: 1;
}

.brands__logo {
  margin: 40px;
  height: 70px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.brands__logo img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.brands__link {
  /* visibility: hidden; */
  /* opacity: 0; */
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .brands__item {
    padding-bottom: 25px;
  }
  .brands__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .brands__link {
    visibility: visible;
    opacity: 1;
  }
}

.actions__items {
  margin-top: 30px;
  position: relative;
}
.actions__items .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.actions__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
}
.actions__item:hover {
  -webkit-box-shadow: 0 0.5rem 2rem -1.2rem #527460;
  box-shadow: 0 0.5rem 2rem -1.2rem #527460;
}
.actions__item ul li {
  list-style-position: inside;
}

.actions__image {
  height: 195px;
  border-radius: 5px;
  overflow: hidden;
}
.actions__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.actions__content {
  padding: 35px 20px;
}

.actions__title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.actions__text {
  margin-top: 20px;
  font-size: 16px;
}

@media only screen and (max-width: 996px) {
  .actions__items .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .actions__items .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-gap: unset;
  }
}

.feedback {
  color: #fff;
  position: relative;
  z-index: 1;
}
.feedback__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.feedback__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.feedback__content {
  min-height: 450px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 95px 0;
}
.feedback__heading {
  margin-bottom: 30px;
}
.feedback__suptitle {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.feedback__subtitle {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.feedback h2 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.2;
}
.feedback__form {
  background: rgba(141, 141, 141, 0.2);
  padding: 30px;
  border-radius: 3px;
  max-width: 680px;
  width: 100%;
}
.feedback__form .form-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.feedback__form .form-elements .input-block {
  width: 49%;
  margin: 0;
}
.feedback__form .form-elements .input-block .input {
  border-color: #fff;
}
.feedback__form .form-elements .input-block.checkbox {
  width: 100%;
}
.feedback__form .form-elements .input-block.checkbox label {
  color: #fff;
}
.feedback__form .form-elements .submit {
  width: 49%;
}
.feedback__form .form-elements .btn {
  margin: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .feedback__img img {
    -o-object-position: top center;
    object-position: top center;
  }
  .feedback__content {
    min-height: auto;
    padding: 250px 0 40px;
  }
  .feedback__heading {
    margin-bottom: 60px;
  }
  .feedback__suptitle {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .feedback__subtitle {
    font-size: 16px;
    margin-top: 10px;
  }
  .feedback h2 {
    font-size: 24px;
  }
  .feedback__form .form-elements .input-block {
    width: 100%;
    margin-bottom: 15px;
  }
  .feedback__form .form-elements .input-block.checkbox label {
    font-size: 12px;
  }
  .feedback__form .form-elements .submit {
    width: 100%;
  }
}

.services__items {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 20px;
}

.services__item {
  height: 250px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
  cursor: pointer;
}
.services__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(56, 56, 56, 0.75);
  z-index: -1;
}
.services__item:hover {
  -webkit-box-shadow: 0 0.5rem 2rem -1.2rem #527460;
  box-shadow: 0 0.5rem 2rem -1.2rem #527460;
}

.services__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.services__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.services__text {
  width: 100%;
  height: 100%;
  padding: 30px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.services__name {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.services__price {
  padding: 6px 10px;
  background-color: #ebebeb;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  color: #005aab;
}

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

@media only screen and (max-width: 767px) {
  .services__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.diagnostics {
  background-color: #ebebeb;
  padding: 80px 0;
  overflow: hidden;
}
.diagnostics__items {
  margin-top: 35px;
  position: relative;
}
.diagnostics .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.diagnostics__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #005aab;
  border-radius: 5px;
  overflow: hidden;
}
.diagnostics__img {
  width: 100%;
  height: 180px;
  border-radius: 4px;
  overflow: hidden;
}
.diagnostics__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: center;
  object-fit: center;
  -o-object-position: center center;
  object-position: center center;
}
.diagnostics__text {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.diagnostics__name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.diagnostics ul {
  padding-left: 20px;
  margin-bottom: 15px;
  list-style-type: none;
}
.diagnostics ul li {
  font-size: 14px;
  line-height: 1.6;
  position: relative;
}
.diagnostics ul li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: -13px;
  width: 5px;
  height: 5px;
  background-color: #005aab;
  border-radius: 50%;
}
.diagnostics__price {
  margin-top: auto;
  display: inline-block;
  padding: 8px 10px;
  background-color: #ebebeb;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 15px;
}
.diagnostics__button {
  width: 100%;
}
.diagnostics__button .btn {
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .diagnostics {
    padding: 40px 0;
  }
  .diagnostics__items .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-gap: unset;
  }
  .diagnostics__item {
    width: 300px;
    height: auto;
  }
}

.popular__items {
  margin-top: 35px;
}

.popular__heading {
  height: 60px;
  padding: 10px 25px;
  background-color: rgba(0, 90, 171, 0.1);
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.popular__heading-item {
  width: 50%;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.popular__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 40px 20px 25px;
}
.popular__item:nth-child(odd) {
  background-color: #ebebeb;
}
.popular__item-title {
  width: 45%;
  font-size: 16px;
}
.popular__item-price {
  width: 27.4%;
  font-size: 16px;
  font-weight: 600;
}
.popular__item-link a {
  color: #005aab;
  text-decoration: none;
}

.popular__disclaimer {
  margin-top: 30px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .popular__heading {
    display: none;
  }
  .popular__item {
    display: block;
    text-align: center;
    padding: 15px;
  }
  .popular__item-title {
    width: 100%;
  }
  .popular__item-price {
    width: 100%;
    margin: 10px 0;
  }
  .popular__item-link {
    width: 100%;
  }
}

.advantages__items {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.advantages__item {
  padding: 20px;
  background-color: #fff;
  border: 1px solid rgba(0, 90, 171, 0.1);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.advantages__item:hover {
  -webkit-box-shadow: 0 0.5rem 2rem -1.2rem #527460;
  box-shadow: 0 0.5rem 2rem -1.2rem #527460;
}
.advantages__item:after {
  content: '';
  position: absolute;
  top: 5.7rem;
  left: 6.2rem;
  width: 47.6rem;
  height: 15.3rem;
  border-radius: 50%;
  background: -o-linear-gradient(
    355.23deg,
    rgba(76, 167, 63, 0.05) 0%,
    rgba(83, 183, 69, 0.05) 100%
  );
  background: linear-gradient(
    94.77deg,
    rgba(76, 167, 63, 0.05) 0%,
    rgba(83, 183, 69, 0.05) 100%
  );
  -webkit-filter: blur(5rem);
  filter: blur(5rem);
  z-index: -1;
}
.advantages__item-img {
  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;
  width: 70px;
  height: 70px;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(237, 246, 236, 0.4)),
      to(rgba(237, 246, 236, 0.4))
    ),
    #ffffff;
  background: -o-linear-gradient(
      bottom,
      rgba(237, 246, 236, 0.4),
      rgba(237, 246, 236, 0.4)
    ),
    #ffffff;
  background: linear-gradient(
      0deg,
      rgba(237, 246, 236, 0.4),
      rgba(237, 246, 236, 0.4)
    ),
    #ffffff;
  -webkit-box-shadow: 0 0.8rem 1rem -0.7rem rgba(94, 147, 86, 0.24);
  box-shadow: 0 0.8rem 1rem -0.7rem rgba(94, 147, 86, 0.24);
  border-radius: 5px;
  margin-bottom: 20px;
}
.advantages__item-img svg {
  width: 42px;
  height: 42px;
}
.advantages__item-title {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: bold;
  margin-top: auto;
}
.advantages__item-text {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
}

@media only screen and (max-width: 1200px) {
  .advantages__item-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 996px) {
  .advantages__items {
    grid-template-columns: repeat(3, 1fr);
  }
  header iframe {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .advantages__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

.reviews__items {
  margin-top: 35px;
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
.reviews__items .swiper-pagination {
  bottom: 0 !important;
}

.reviews__item {
  height: auto;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}

.reviews__heading {
  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;
  padding-right: 15px;
  margin-bottom: 15px;
}

.reviews__name {
  width: 70%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
}

.reviews__description {
  font-size: 16px;
  line-height: 1.5;
}

.rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.rating__item {
  width: 15px;
  height: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url(../images/star.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.contacts__wrapper {
  margin-top: 35px;
  position: relative;
}

.contacts__info {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 60px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}

.contacts__map {
  height: 460px;
}

.contacts__title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.contacts__address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.contacts__address svg {
  fill: #005aab;
  width: 18px;
  height: 18px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.contacts__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.contacts__phone a {
  text-decoration: none;
  color: #000;
}
.contacts__phone a:hover {
  color: #005aab;
}
.contacts__phone svg {
  fill: #005aab;
  width: 18px;
  height: 18px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.contacts__time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.contacts__time svg {
  fill: #005aab;
  width: 18px;
  height: 18px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.contacts__button {
  margin-top: 20px;
}

@media only screen and (max-width: 1200px) {
  .contacts__info {
    right: 20px;
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__info {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 0;
    width: 100%;
  }
  .contacts__map {
    margin-top: 20px;
    height: 300px;
  }
}

.footer {
  padding: 20px 0;
  font-size: 14px;
}
.footer__copyright {
  color: #a0a0a0;
}
.footer p {
  margin-top: 10px;
}

.popup .body .content form input {
  color: #000;
}

.popup form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0009;
}
.popup form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #0009;
  opacity: 1;
}
.popup form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #0009;
}
.popup form input:-moz-placeholder {
  /* Firefox 18- */
  color: #0009;
}
