@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: #fff;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  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: #ff7500;
  -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: #ffc32a;
    text-decoration: none !important;
    color: #000; }
  .btn.btn-white {
    background-color: #ff7500;
    color: #fff; }
    .btn.btn-white:hover {
      background-color: #ffc32a;
      color: #000; }
  .btn.btn-light {
    background-color: rgba(152, 165, 173, 0.14);
    color: #001E50; }
    .btn.btn-light:hover {
      background-color: #ffc32a;
      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/ves.png);
  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;
    opacity: 1;
    border: 0;
    height: 20px;
    width: 20px;
    background-image: url(../img/ves.png);
    display: block;
    background-size: cover;
    margin: 0px 4px 0 0; }

input[type="checkbox"] + label::before {
      opacity: 0.5;
    border: 1px solid #fff;
    height: 15px;
    width: 15px;
    background: none;
    position: absolute; }
.form-elements .input-block label span {
    margin-left: 25px;
}
.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: 6px 0;
  cursor: pointer;
  display: block;
   }
  .success svg {
    width: 25px;
    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: #000;
    text-transform: uppercase;}
  .header-logo__text b {
    font-size: 18px;
    line-height: 1.2;
    display: block;
    color: #000;
    text-transform: uppercase;
    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: 40px 50px;
  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: 33px;
  line-height: 1.2; }

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

#specials {
  margin-top: 80px; }

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: 220px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
    width: 100%;
    height: 183px;
    overflow: hidden;}

.specials-wrapper__item .back_i {
	    z-index: -1;
    width: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    position: absolute;
    min-height: 100%;
    object-fit: cover;
    object-position: top left;
}
  .specials-wrapper__item:hover {
    background-color: rgba(152, 165, 173, 0.3); }

.specials-price {
  position: relative;
  top: 88px;
  left: 0px;
  background-color: rgba(255, 117, 0, 1);
  padding: 10px 20px;
  color: #000000;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  z-index: 2;
  display: inline-block; }

.specials-text {
  left: 25px;
  top: 25px;
  font-size: 20px;
  font-weight: 600;
  z-index: 2;
  position: absolute;
    color: #000000;}
#adv {
    margin-top: 80px;
}
.advs-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 60px;
    justify-content: center;
}
.dop_o {
	margin-top: 30px;
}
#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: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 50px;
  color: #fff; }

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

.actions-price .price {
  font-weight: bold;
  font-size: 24px;
  background-color: rgba(152, 165, 173, 0.58);
  border-radius: 8px;
  padding: 8px 16px;
  margin-right: 10px; }

.actions-title {
  margin-top: 34px;
  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-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; }
  .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 {
    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: #00B0F0; }

#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: 40px;
  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: 20px;
  grid-template-columns: repeat(5, 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/time.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; }
.auto_s {
    width: 500px;
	position: absolute;
    right: 0;
    top: 0;
}
.block_s {
    position: relative;
}
.block_s {
    position: relative;
    height: 360px;
    background-color: #f6f6f6;
    border-radius: 200px;
    padding: 60px 180px;
}
.block_s h3 {
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 30px;
}
.block_s p {
    font-size: 31px;
    line-height: 38px;
    margin-bottom: 30px;
    width: 60%;
}

#calculator {
    max-width: 1630px;
    padding: 0px 15px;
    width: 100%;
    margin: 80px auto;
}
.dop-slider {
	margin:80px 0;
}
.dop-slider h2 {
    margin-bottom: 40px;
}
.owl-carousel .owl-nav button.owl-prev:before {
    content: "<";
    width: 38px;
    height: 35px;
    display: flex;
    color: #000;
    font-size: 20px;
    justify-content: center;
    align-items: center;
}
.owl-carousel .owl-nav button.owl-next:before {
    content: ">";
    width: 42px;
    height: 35px;
    display: flex;
    color: #000;
    font-size: 20px;
    justify-content: center;
    align-items: center;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #000;
}
.owl-carousel .owl-nav button.owl-prev:hover:before, .owl-carousel .owl-nav button.owl-next:hover:before {
	color: #fff;
}
.calculator-car {
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: whitesmoke;
    padding: 0px 20px;
}
.calculator-car--left {
    max-width: 650px;
    width: 100%;
    margin-right: 20px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.calculator-car--right {
    max-width: 220px;
    width: 100%;
}
.calculator-header {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.bigAuto {
    width: 100%;
}
.calculator-tab {
    cursor: pointer;
    user-select: none;
    position: relative;
    z-index: 1;
    line-height: 1;
    padding: 15px 20px;
}
.calculator-tab.active, .calculator-tab:hover {
    color: rgb(255, 255, 255);
    transition: 1s;
}

.calculator-tab.active::after, .calculator-tab:hover::after {
    clip-path: circle(150% at 0% 0%);
    transition: 1s;
}
.calculator-tab::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(55, 79, 114);
    z-index: -1;
    clip-path: circle(0px at 50% 0%);
}
.calculator-full {
    width: 100%;
    position: relative;
    top: 20px;
}
.calculator-details {
    background-color: whitesmoke;
    margin-right: 8px;
}
.calculator-details {
    width: 100%;
    max-width: 350px;
}
.calculator-details--total {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.total-price {
    background-color: rgb(55, 79, 114);
    color: rgb(255, 255, 255);
    padding: 15px;
}
.calculator-details--total .title {
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.calculator-details--total .price {
    margin-left: auto;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 300;
}
.delete-detail {
    width: 30px;
    opacity: 0.7;
    cursor: pointer;
    transition: 0.3s;
}
.bigAuto svg path {
    fill: rgb(55, 79, 114);
    cursor: pointer;
    opacity: 0;
    transition: 0.3s;
}
.bigAuto svg path:hover {
    opacity: 0.5;
}
.calculator-full svg g:first-child path {
    cursor: pointer;
    transition: 0.3s;
}
.calculator-full svg g:first-child path:hover {
    fill: rgb(55, 79, 114);
    opacity: 0.5;
}
.calculator-full svg g:first-child path.active {
    fill: rgb(55, 79, 114);
    opacity: 0.7;
}
.bigAuto svg path.active {
    opacity: 0.8;
}
.calculator-wrapper {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 40px;
    -webkit-box-align: start;
    align-items: flex-start;
}
.ba-nav {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 40px 0px;
}
.ba-list {
    position: relative;
    height: 475px;
    overflow: hidden;
}
.ba-nav > div {
    cursor: pointer;
    user-select: none;
    font-size: 20px;
    line-height: 1;
    margin: 0px 20px;
}
.ba-list--item {
    width: 1500px;
    margin-left: auto;
    margin-right: auto;
    visibility: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.3s;
}
.cocoen-drag::before {
    content: "";
    line-height: 1;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    border-radius: 50%;
}
.before-after {
    margin-top: 80px;
}
.ba-list--item.active {
    transform: translateX(-50%);
    visibility: visible;
    opacity: 1;
}

#before-after {
    margin-top: 80px;
}
.benefits-wrapper__item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: baseline;
    padding: 15px;
}

	.benefits-text span {
    font-size: 10px;
    line-height: 10px;
    position: absolute;
}








@media only screen and (max-width: 1540px) {
	.ba-list--item {
    width: 100%;
	}
	
}


@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; }
  .specials-wrapper {
    grid-template-columns: repeat(2, 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 {
        font-size: 12px;
        line-height: 14px;
		margin-left: 10px;}
		.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-nav {
    top: 70px; }
  #main {
    margin-top: 70px; }
  .main-form__title {
    font-size: 26px; }
  .main-form {
    padding: 15px; }
  .main-form__subTitle {
    font-size: 14px; }
  .main-form .form-elements {
    margin-top: 60px; }
  h2 {
    font-size: 26px; }
  #specials {
    margin-top: 55px; }
  .specials-wrapper {
    display: block;
    margin-top: 15px; }
  .specials-wrapper__item {
    width: 360px;
    margin-right: 15px; }
  .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 15px; }
  .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: 15px;
    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: 0;
        padding: 10px 7px;
    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;
        min-height: 91px;}
	.benefits-image img {
      margin: 0px 0 10px 0;
	}
  .benefits-wrapper {
    margin-top: 15px;
    gap: 10px;}
  .benefits-text {
    margin-top: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    font-size: 14px; }
	.benefits-text span {
    width: 46%;
}
  .benefits-image {
    width: 25px;
        margin: 0; }
  #contacts {
    margin-top: 35px; }
  #map {
    height: 280px; }
  #footer p {
    font-size: 12px; } }



#map2 {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.slick-arrow {
	display: none !important;
}
.slider-for {
    margin: 40px 0 10px;
}
.slider-nav .slick-slide {
    margin: 0 20px;
}
.slider-for .slick-slide {
    max-height: 60vh;
    align-items: center;
    display: flex !important;
}

.slider-for, .slider-nav {
    max-width: 1360px;
    margin: 30px auto;
}
.slick-next {
    display: block !important;
    border: solid black;
    border-width: 0 10px 10px 0;
    display: inline-block;
    padding: 22px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    font-size: 0;
    position: absolute;
    right: -85px;
    background: none;
    top: 50%;
}
.slick-prev {
    display: block !important;
    border: solid black;
    border-width: 0 10px 10px 0;
    display: inline-block;
    padding: 22px;
    transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
    font-size: 0;
    position: absolute;
    left: -85px;
    background: none;
    top: 50%;
}

.slider-nav .slick-next, .slider-nav .slick-prev {
	display: none !important;
}
.specials-wrapper__item > span {
    position: absolute;
    bottom: 15px;
    left: 30px;
    font-size: 16px;
    font-weight: bold;
}

@media only screen and (max-width: 480px) {
	.specials-wrapper__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
	.calculator-wrapper {
		flex-direction: column;
		gap: 15px;
	}
	.block_s {
    display: flex;
    flex-direction: column;
    position: relative;
    height: auto;
    background-color: #f6f6f6;
    border-radius: 50px;
    padding: 15px;
}
.auto_s {
    position: relative;
    width: 100%;
}
.block_text {
    margin-bottom: 30px;
}
.block_s h3 {
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
}
.block_s .btn.btn-white {
    margin: 0 auto;
}
.block_s p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
}
    #map2 {
        height: 280px;
    }
	.specials-wrapper__item {
    position: relative;
    min-height: 220px;
    background-color: rgba(0, 0, 0, 0);
}
.YMaps-layer-container {
	filter: brightness(50%);
	-ms-filter: brightness(50%);
	-webkit-filter: brightness(50%);
	-moz-filter: brightness(50%);
	-o-filter: brightness(50%);
}
.slider-nav .slick-slide {
    margin: 0 3px;
}
}