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

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

@font-face {
  font-family: "VW_text";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/VWText.woff2") format("woff2");
}

*::-webkit-input-placeholder {
  color: #fff;
}

*:-moz-placeholder {
  color: #fff;
}

*::-moz-placeholder {
  color: #fff;
}

*:-ms-input-placeholder {
  color: #fff;
}

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

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

*::-webkit-scrollbar-track {
  background: #fff;
}

*::-webkit-scrollbar-thumb {
  background: #001E50;
}

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

*::-moz-selection {
  color: #fff;
  background: #000000;
}

*::selection {
  color: #fff;
  background: #000000;
}

html {
  font-size: 16px;
}

body {
  min-width: 320px;
  position: relative;
  line-height: 1.2em;
  font-family: "VW_text", sans-serif;
  overflow-x: hidden;
  opacity: 1;
  color: #000000;
  max-width: 2100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.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 {
  font-family: "VW_text", sans-serif;
  line-height: 1.2em;
}

a {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
  -webkit-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  -o-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  outline-width: 0;
  text-decoration: none;
}

a:hover {
  color: #00B0F0;
  text-decoration: none;
}

[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;
}

.btn {
  pointer-events: auto;
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  overflow: hidden;
  -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;
  height: 42px;
  min-height: 42px;
  max-height: 42px;
  padding: 12px;
  min-width: 220px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  outline: none;
  border: none;
  background-color: #08e8de;
  -webkit-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  -o-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  border-radius: 47px;
}

.btn:hover {
  background-color: #32a79a;
  text-decoration: none !important;
  color: #fff;
}

.btn.btn-white {
  background-color: #08e8de;
  color: #000;
    border-radius: 10px;
    font-size: 20px;
}

.btn.btn-white:hover {
  background-color: #32a79a;
  color: #fff;
}

.btn.btn-light {
  background-color: rgba(152, 165, 173, 0.14);
  color: #001E50;
}

.btn.btn-light:hover {
  background-color: #0040C5;
  color: #fff;
}

.btn:disabled {
  opacity: 0.5;
}

.btn .text {
  position: relative;
  z-index: 1;
}

.btn .progress {
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #00B0F0;
  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;
}

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

#app {
  overflow: hidden;
}

.input-block {
  width: 100%;
  height: 40px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 15px;
}

.input {
  display: block;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  line-height: 1em;
  border: none;
  position: relative;
  z-index: 2;
  background-color: #000;
  color: #fff;
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.input:focus {
  border-bottom: 1px solid white;
}

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

input[type="checkbox"]+label::before {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  margin: 0 7px 0 0;
  background-image: url(../img/yes.png);
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

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;
}

label a {
  color: #fff;
}

input[type="checkbox"]:checked+label::before {
  background-position: center center;
  height: 21px;
  width: 21px;
  margin: 0 7px 0 0;
  background-image: url(../img/yes.png);
  background-size: cover;
  border: 0;

  opacity: 1;
}

input[type="checkbox"]+label::before {
  background-position: -20px center;
  opacity: 0.5;
}

.wrong+input[type="tel"] {
  border-bottom: 1px solid #EB5757;
  color: #EB5757;
}

.phone {
  white-space: nowrap;
}

button {
  display: block !important;
}

.red {
  color: #EB5757 !important;
}

#popup {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  -o-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
}

#popup .body {
  max-width: 514px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
}

#popup .body .close {
  position: absolute;
  width: 49px;
  height: 49px;
  top: 0px;
  right: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  -o-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  border-radius: 50%;
  z-index: 10;
}

#popup .body .close:before {
  content: '';
  display: block;
  position: absolute;
  width: 40%;
  height: 2px;
  background: #fff;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 48%;
  left: 30%;
  -webkit-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  -o-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
}

#popup .body .close:after {
  content: '';
  display: block;
  position: absolute;
  width: 40%;
  height: 2px;
  background: #fff;
  border-radius: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 48%;
  left: 30%;
  -webkit-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  -o-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
}

#popup .body .close:hover:after,
#popup .body .close:hover:before {
  background-color: #001E50;
}

#popup .body .popup-title {
  font-size: 30px;
  font-weight: bold;
  font-family: "VW_head", sans-serif;
  line-height: 1.4;
  margin-bottom: 15px;
}

#popup .body .content.tnxpopup {
  display: block;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#popup .body .content.politicpopup {
  display: block;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  max-height: 70vh;
}

#popup .body .content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#popup.open {
  visibility: visible;
  background: rgba(255, 255, 255, 0.7);
}

#popup.open .body {
  -webkit-transform: translateY(-45%) scale(1);
  -ms-transform: translateY(-45%) scale(1);
  transform: translateY(-45%) scale(1);
}

.circle-loader {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left-color: #fff;
  -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: 14px;
  bottom: 14px;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  -o-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  z-index: 5;
}

.circle-loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.circle-loader.checking {
  opacity: 1;
}

.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #4ba82e;
  -webkit-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  -o-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
}

.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: 8px;
  width: 3px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  border-right: 2px solid #4ba82e;
  border-top: 2px solid #4ba82e;
  content: '';
  left: 3px;
  top: 9px;
  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;
}

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

@-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: 3px;
    opacity: 1;
  }

  40% {
    height: 8px;
    width: 3px;
    opacity: 1;
  }

  100% {
    height: 8px;
    width: 3px;
    opacity: 1;
  }
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }

  20% {
    height: 0;
    width: 3px;
    opacity: 1;
  }

  40% {
    height: 8px;
    width: 3px;
    opacity: 1;
  }

  100% {
    height: 8px;
    width: 3px;
    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: #001E50;
}

.success {
  width: 60%;
  margin: 40px auto 0;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  display: block;
  border: 1px solid #fff;
}

.success svg {
  width: 35px;
  height: 28px;
}

.success svg path {
  fill: #fff;
}

#cookie-popup {
  bottom: 20px;
  right: 20px;
  max-width: 400px;
  position: fixed;
  padding: 12px;
  color: #555555;
  background: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  font-size: 13px;
}

#cookie-popup p {
  text-align: center;
  margin-bottom: 10px;
}

#cookie-popup span[role=button] {
  background: #4b81e8;
  color: #fff;
  border: 0;
  padding: .4em .8em;
  font-size: 13px;
  display: block;
  text-align: center;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  -o-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
}

#cookie-popup span[role=button]:hover {
  opacity: .8;
}

header#header {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 30px 0;
}

.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-logo {
  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;
}

.header-logo__image {
  width: 80px;
}

.header-logo__text {
  margin-left: 24px;
  color: #98A5AD;
}

.header-logo__text b {
  font-size: 18px;
  line-height: 1.2;
  display: block;
  color: #000;
  letter-spacing: 0.04em;
}

.burger {
  display: none;
}

.header-nav {
  margin: 0 auto;
}

.header-nav .btn {
  display: none;
}

.header-nav ul {
  list-style-type: none;
  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-nav ul li {
  margin: 0px 19px;
}

.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: 40px;
}

.header-phone .phone {
  padding-left: 27px;
  background-image: url("../img/phone.png");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: left center;
}

.header-phone .phone a {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
}

.header-address {
  padding-left: 27px;
  background-image: url("../img/map.png");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1.4;
}

#main {
  margin-top: 124px;
}

.main-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-form {
  background-color: #000;
  color: #fff;
  padding: 35px;
  min-width: 520px;
  width: 520px;
}

.main-form .form-elements {
  margin-top: 80px;
}

.main-form__title {
  font-family: "VW_head", sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
}

.main-image {
  overflow: hidden;
}

.main-form__subTitle {
  margin-top: 15px;
  font-size: 20px;
  line-height: 1.2;
}

.main-image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: auto;
    margin-left: -48%;
}

#specials {
  margin-top: 0;
}

h2 {
  font-family: "VW_head", sans-serif;
  font-size: 48px;
  line-height: 1.4;
  font-weight: bold;
}

.specials-wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
}

.specials-wrapper__item {
  position: relative;
  min-height: 305px;
  background-color: rgb(148 148 148 / 30%);
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
}

.specials-wrapper__item:hover {
  background-color: rgba(152, 165, 173, 0.3);
}

.specials-price {
  position: relative;
  top: 0;
  left: 0;
  background-color: #08e8de;
  border-radius: 8px;
  padding: 4px 11px;
  color: #000;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 7px;
}

.specials-text2 {
  color: #fff;
  font-size: 10px;
  margin-top: 10px;
}

.specials-text2 b,
.specials-text b {
  color: #08E8DE;
  font-weight: 400;
}

#actions {
  margin-top: 90px;
}

.actions-slide {
  height: 530px;
  width: 100%;
  position: relative;
}

.actions-image {
  position: relative;
  z-index: 1;
  height: 100%;
}

.actions-image::after {
  content: '';
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  display: block;
  position: absolute;
  background: -o-linear-gradient(9.73deg, #000 27.28%, rgba(0, 30, 80, 0) 66.36%);
  background: linear-gradient(80.27deg, #000 27.28%, rgba(0, 30, 80, 0) 66.36%);
  z-index: 1;
}

.actions-image img {
  display: block;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.actions-content {
  position: absolute;
  left: 80px;
  top: 0;
  right: 0;
  bottom: 22px;
  z-index: 2;
  padding: 50px;
  color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.actions-slider {
  margin-top: 40px;
}

.actions-price .price {
  font-weight: bold;
  font-size: 24px;
  background-color: #08e8de;
  border-radius: 8px;
  padding: 8px 16px;
  margin-right: 10px;
  color: #000;
}

.actions-title {
  margin: 0 0 24px;
  font-size: 40px;
  line-height: 1.4;
  font-family: "VW_head", sans-serif;
  font-weight: bold;
}

.actions-text {
  margin-top: 15px;
  line-height: 1.4;
}

.actions-button {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.actions-button {
    position: relative;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 23px;
}
.actions-button .txt {
    color: #08E8DE;
}
.actions-slider .flickity-prev-next-button {
  background: transparent;
  top: -65px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  width: 27px;
  height: 27px;
  outline: none;
  display: none;
  opacity: 0;
}

.actions-slider .flickity-prev-next-button .flickity-button-icon {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  fill: #98A5AD;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.actions-slider .flickity-prev-next-button .flickity-button-icon:hover {
  fill: #001E50;
}

.actions-slider .flickity-prev-next-button.previous {
  display: none;
  opacity: 0;
  left: auto;
  right: 55px;
}

.actions-slider .flickity-page-dots {
  bottom: 30px;
  text-align: right;
  padding-right: 30px;
}

.actions-slider .flickity-page-dots .dot {
  margin-right: 0;
  margin-left: 8px;
  background-color: #fff;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  opacity: 1;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.actions-slider .flickity-page-dots .dot.is-selected {
  background-color: #08e8de;
}

#prices {
  margin-top: 130px;
  position: relative;
  z-index: 1;
}

#prices::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  right: 50%;
  top: 0;
  background-color: #98A5AD;
  z-index: -1;
  -webkit-transform: translateX(113%);
  -ms-transform: translateX(113%);
  transform: translateX(113%);
  opacity: 0.28;
}

.prices-wrapper {
  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;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.prices-list {
  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;
  width: 650px;
}

.prices-list__item {
  padding: 20px 0;
  margin-top: 0;
  border-bottom: 1px solid #98A5AD;
  width: 50%;
}

.prices-info {
  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;
}

.prices-info .btn {
  font-size: 12px;
  line-height: 1;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  min-width: 96px;
  border-radius: 47px;
  padding: 4px;
}

.prices-price {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-right: 15px;
}

.prices-image {
  margin-left: 64px;
  width: auto;
}

.prices-image img {
  display: block;
  width: 100%;
  height: auto;
}

#benefits {
  margin-top: 130px;
}

.benefits-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 57px;
}

.benefits-wrapper__item {
  border: 1px solid rgba(152, 165, 173, 0.3);
  padding: 30px 30px 20px 30px;
  cursor: pointer;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.benefits-wrapper__item:hover {
  background-color: rgba(152, 165, 173, 0.3);
}

.benefits-image {
  width: 60px;
  margin-left: auto;
}

.benefits-image img {
  margin: 0px 0 -38px 0;
  display: block;
  width: 100%;
  height: auto;
}

.benefits-text {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
}

#contacts {
  margin-top: 80px;
}

#map {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.contacts-wrapper {
  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;
}

.contacts-form {
  width: 520px;
}

.contacts-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
}

.contacts-text {
  margin-bottom: 15px;
}

.contacts-text .phone {
  padding-left: 27px;
  background-image: url("../img/phone.png");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: left center;
}

.contacts-text .phone a {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}

.contacts-address {
  padding-left: 27px;
  background-image: url("../img/map.png");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1.4;
}

.contacts-graphic {
  padding-left: 27px;
  background-image: url("../img/clock.png");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1.4;
}

#footer {
  color: #98A5AD;
  line-height: 1.4;
}

#footer p {
  padding: 30px 0;
}

.actions-prices {
  display: flex;
  gap: 25px;
}

.actions-price {
  display: flex;
  align-items: center;
}

.actions-title span {
  display: block;
  font-size: 40px;
  color: #08e8de;
  margin-top: 0px;
}

.benefits-wrapper__item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: baseline;
  padding: 15px;
}

.specials-text {
  color: #fff;
  font-size: 20px;
}

.header-logo__text span {
  color: #000;
  text-transform: uppercase;
}

.main-form__title b {
  font-size: 40px;
  line-height: 1.3;
}

.main-form__title small {
  font-size: .6em;
}

.autos-wrapper {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-top: 60px;
  gap: 20px;
}

.autos-wrapper__item {
  position: relative;
  min-height: 170px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
    height: 200px;
  overflow-x: hidden;
  margin: 20px 0;
}

.marquee-track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 22s linear infinite;
}

.services-marquee .marquee-discount .marquee-track {
  animation: marquee 22s linear infinite;
}
.marquee-reviews .marquee-track {
  animation: marquee 22s linear infinite;
}
.marquee-discount .marquee-track {
  animation: marquee 300s linear infinite;
}

.marquee-content {
  font-family: 'Montserrat', sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  color: #000;
  text-transform: uppercase;
    display: flex;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-130%); }
}
.marquee-content .swiper-slide {
    width: auto;
}




@media only screen and (max-width: 1200px) {
  .ios {
    overflow-scrolling: touch !important;
    overflow: auto !important;
  }

  .header-nav {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    width: 100%;
    padding: 25px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
  }

  .header-nav.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .header-nav ul {
    display: block;
  }

  .header-nav ul li {
    font-size: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    line-height: 1;
  }

  .header-nav .btn {
    display: block;
    margin-top: 100px;
    display: inline-block;
  }

  .header-contacts .btn {
    display: none;
  }

  .burger {
    width: 23px;
    height: 17px;
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
  }

  .burger span {
    display: block;
    width: 100%;
    background-color: #001E50;
    height: 3px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
  }

  .burger.active {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  .burger.active .y {
    opacity: 0;
  }

  .burger.active .x {
    -webkit-transform: rotate(45deg) translateY(10px);
    -ms-transform: rotate(45deg) translateY(10px);
    transform: rotate(45deg) translateY(10px);
  }

  .burger.active .z {
    -webkit-transform: rotate(-45deg) translateY(-10px);
    -ms-transform: rotate(-45deg) translateY(-10px);
    transform: rotate(-45deg) translateY(-10px);
  }

  header#header {
    padding: 15px 0;
  }

  #main {
    margin-top: 94px;
  }

  .main-form {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    min-width: auto;
  }

  .main-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-image {
    width: 100%;
  }

  .main-image img {
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .specials-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .prices-image {
    display: none;
  }

  #prices::after {
    display: none;
  }

  .prices-list {
    width: 100%;
  }

  .benefits-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .contacts-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts-info {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  #map {
    height: 352px;
  }

  .main-form__title br {
    display: none;
  }
}

@media only screen and (max-width: 760px) {
  .header-logo__text {
    margin-left: 10px;
    font-size: 12px;
  }

  .header-logo__text b {
    font-size: 13.5px;
  }

  .header-phone .phone a {
    font-size: 16px;
  }

  .header-address {
    font-size: 12px;
  }

  .header-phone {
    margin-right: 15px;
    text-align: right;
  }

  .header-logo__image {
    width: 40px;
  }

  .header-phone .phone,
  .header-address {
    background: none;
    padding-left: 15px;
  }

  .header-address {
    padding-left: 5px;
  }

  .header-contacts {
    margin-top: -6px;
  }

  .header-nav {
    top: 70px;
  }

  #main {
    margin-top: 70px;
  }

  .main-form__title {
    font-size: 26px;
  }

  .main-form__title b {
    font-size: 34.5px;
    display: block;
  }

  .main-form {
    padding: 15px;
  }

  .main-form__subTitle {
    font-size: 18px;
  }

  .main-form .form-elements {
    margin-top: 60px;
  }

  h2 {
    font-size: 26px;
  }

  #specials {
    margin-top: 0;
  }

  .specials-wrapper {
    display: block;
    margin-top: 15px;
  }

  .specials-wrapper__item {
    width: 290px;
    margin-right: 15px;
    background-size: cover;
    background-position: center;
  }

  .flickity-page-dots .dot.is-selected {
    width: 21px;
    background-color: #001E50;
    border-radius: 47px;
    opacity: 1;
  }

  .flickity-page-dots .dot {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    opacity: .2;
    background-color: #98A5AD;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    margin: 0px 2px;
  }

  #actions {
    margin-top: 55px;
  }

  .actions-slider .flickity-prev-next-button {
    display: none !important;
  }

  .actions-slider {
    margin-top: 15px;
  }

  .actions-slide {
    width: 290px;
    height: 360px;
    margin-right: 10px;
    overflow: hidden;
  }

  .actions-content {
    padding: 25px 15px 15px 30px;
	background-color: rgba(0, 0, 0, 0.3);
  }

  .actions-price .price {
    font-size: 16px;
    padding: 2px 10px;
    margin-right: 7px;
  }

  .actions-price {
    font-size: 12px;
  }

  .actions-title {
    margin-top: 26px;
    font-size: 22px;
  }

  .actions-text {
    margin-top: 7px;
    font-size: 14px;
  }

  .actions-image::after {
    background: -o-linear-gradient(311.86deg, rgba(0, 30, 80, 0.9) 52.74%, rgba(0, 30, 80, 0) 88.8%);
    background: linear-gradient(138.14deg, rgba(0, 30, 80, 0.9) 52.74%, rgba(0, 30, 80, 0) 88.8%);
  }

  .actions-button {
    left: 25px;
    bottom: 15px;
  }

  .actions-slider .flickity-page-dots {
    bottom: -25px;
    text-align: center;
  }

  .actions-slider .flickity-page-dots .dot.is-selected {
    width: 21px;
    background-color: #001E50;
    border-radius: 47px;
    opacity: 1;
  }

  .actions-slider .flickity-page-dots .dot {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    opacity: .2;
    background-color: #98A5AD;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    margin: 0px 2px;
    border: none;
  }

  #prices {
    margin-top: 55px;
  }

  .prices-wrapper {
    margin-top: 10px;
  }

  .prices-list {
    display: block;
  }

  .prices-list__item {
    width: 100%;
    margin: 0;
    padding: 15px 0;
  }

  .prices-name {
    font-size: 14px;
  }

  .prices-price {
    font-size: 20px;
  }

  .prices-info {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #benefits {
    margin-top: 35px;
  }

  .benefits-wrapper__item {
    flex-direction: row;
    width: 100%;
    margin-bottom: 10px;
    padding: 20px 15px;
    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;
  }

  .benefits-wrapper {
    display: block;
    margin-top: 15px;
  }

  .benefits-text {
    margin-top: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-size: 14px;
  }

  .benefits-image {
    width: 40px;
  }

  #contacts {
    margin-top: 35px;
  }

  #map {
    height: 280px;
  }

  #footer p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .actions-title {
    margin: 0 0 10px;
    margin-top: 0px;
  }

  .actions-title span {
    font-size: 18px;
    margin-top: 0;
  }

  .actions-price {
    flex-direction: column;
  }

  .actions-title {
    font-size: 20px;
  }

  .actions-image::after {
    background: none;
  }

  .actions-image img {
    height: 100%;
    width: 100%;
  }

  .benefits-wrapper {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 15px;
    gap: 10px;
    display: grid;
  }

  .benefits-image {
    width: 25px;
    margin: 0;
  }

  .benefits-image img {
    margin: 0px 0 10px 0;
  }

  .benefits-wrapper__item {
    padding: 20px 15px 10px;
  }

  .actions-slide {
    height: 260px;
    width: 360px;
  }

  .benefits-wrapper>*:nth-child(7),
  .benefits-wrapper>*:nth-child(8) {
    grid-column: span 2;
  }

  .autos-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }

  .autos-wrapper__item {
    position: relative;
    min-height: 70px;
  }
  .marquee {
    height: 75px;
  }
  .actions-content {
    position: absolute;
    left: 0;
  }
  .actions-button {
        left: 0;
        bottom: 0;
        flex-direction: column;
    }
  
  
  
  
  
  
  
  
  
  
}


.autos-swiper {
  width: 100%;
  padding: 30px 0;
  overflow: visible !important;
}

.autos-swiper .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.autos-swiper .swiper-slide {
  width: auto !important;
  flex-shrink: 0;
}

.autos-wrapper__item {
  width: auto;
  height: 90px;
  aspect-ratio: 2/1.5;
  /* Соотношение 2:1 (ширина к высоте) */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}

/* Если картинки разного соотношения, можно указать минимальную ширину */
.autos-wrapper__item {
  min-width: 70px;
    max-width: 70px;
    width: 70px;
    height: auto;
    min-height: auto;
}

.autos {
    position: fixed;
    z-index: 99;
    background: #fff;
    top: 20px;
    width: 70px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    left: 0;
}
@media (max-width: 1750px) {
	#app {
		padding-left: 70px;
	}
	header#header {
		padding: 30px 0 0 70px;
	}
}
@media (max-width: 1200px) {
  
}

@media (max-width: 992px) {
  .autos {
    display: none;
  }
  #app {
	padding-left: 0;
	}
    header#header {
        padding: 30px 0 0 0;
    }
}

@media (max-width: 768px) {
  .autos-wrapper__item {
    height: 60px;
    min-width: 110px;
    max-width: 180px;
  }
}

@media (max-width: 576px) {
  .autos-wrapper__item {
    height: 50px;
    min-width: 90px;
        max-width: 90px;
  }
}