@font-face {
  font-family: "icons";
  font-display: swap;
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "VelaSans";
  font-display: swap;
  src: url("../fonts/VelaSans-Medium.woff2") format("woff2"), url("../fonts/VelaSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

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

@font-face {
  font-family: "VelaSans";
  font-display: swap;
  src: url("../fonts/VelaSans-Regular.woff2") format("woff2"), url("../fonts/VelaSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "VelaSans";
  font-display: swap;
  src: url("../fonts/VelaSans-SemiBold.woff2") format("woff2"), url("../fonts/VelaSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

.value-calc-form .buttonclass ._icon-arrow-left::before,
.main-black-btn::before,
.main-yellow-btn::before,
[class*=_icon-]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=_icon-]:before {
  display: block;
}

._icon-arrow-left:before {
  content: "\e900";
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

._icon-arrow-right:before,
.value-calc-form .buttonclass ._icon-arrow-left:before,
.main-black-btn:before,
.main-yellow-btn:before {
  content: "\e900";
}

._icon-check:before {
  content: "\e901";
}

._icon-city:before {
  content: "\e902";
}

._icon-clock:before {
  content: "\e903";
}

._icon-cross:before {
  content: "\e904";
}

._icon-direction:before {
  content: "\e905";
}

._icon-double-arrow:before {
  content: "\e906";
}

._icon-home:before {
  content: "\e907";
}

._icon-location:before {
  content: "\e908";
}

._icon-mail:before {
  content: "\e909";
}

._icon-message:before {
  content: "\e90a";
}

._icon-minus:before {
  content: "\e90b";
}

._icon-phone:before {
  content: "\e90c";
}

._icon-play:before {
  content: "\e90d";
}

._icon-quote:before {
  content: "\e90e";
}

._icon-search:before {
  content: "\e90f";
}

._icon-send:before {
  content: "\e910";
}

._icon-star:before {
  content: "\e911";
}

._icon-upload-arrow:before {
  content: "\e912";
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  padding-right: var(--scrollbar-compensate, 0);
  color: #000;
  line-height: 1;
  font-family: "VelaSans";
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
select,
button,
textarea {
  font-family: "VelaSans";
  font-size: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

label {
  cursor: pointer;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.lock .wrapper {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrapper:not(.wrapper--no-overflow) {
  overflow: hidden;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100vw;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Styles will be applied to 
all classes containing *__container
For example header__container, main__container, etc.
Snippet (HTML): cnt
*/

[class*=__container] {
  max-width: 75rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 1rem;
}

[class*=__container--small] {
  max-width: 49.375rem;
}

.form__item {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: start;
      align-content: start;
  position: relative;
}

.form__label {
  display: inline;
  justify-self: flex-start;
  color: rgba(0, 0, 0, 0.75);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 135%;
  text-transform: uppercase;
  letter-spacing: 0.01875rem;
  margin-bottom: 1rem;
}

.form__select,
.form__input,
.form__textarea {
  background-color: rgb(247, 247, 246);
  border-radius: 0.375rem;
  font-weight: 600;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.form__select:focus,
.form__input:focus,
.form__textarea:focus {
  outline: 0.15625rem solid #000;
}

.form__select._validated,
.form__input._validated,
.form__textarea._validated {
  outline: none;
  -webkit-box-shadow: 0px 0px 0px 2px rgb(107, 196, 82) inset;
          box-shadow: 0px 0px 0px 2px rgb(107, 196, 82) inset;
}

.form__select._no-validated,
.form__input._no-validated,
.form__textarea._no-validated {
  outline: none;
  -webkit-box-shadow: 0px 0px 0px 2px rgb(255, 118, 118) inset;
          box-shadow: 0px 0px 0px 2px rgb(255, 118, 118) inset;
}

.form__select {
  width: 100%;
  line-height: 140%;
  cursor: pointer;
  height: 3.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 1rem 2.9375rem 1rem 2rem;
  position: relative;
  background-image: url("../img/icons/arrow-select.svg");
  background-repeat: no-repeat;
  background-position: right 1.75rem top 50%, 0 0;
  background-size: 1rem;
}

.form__select option {
  cursor: pointer;
  font-size: 1.125rem;
}

.form__input,
.form__textarea {
  width: 100%;
  height: 3.5rem;
  padding: 1.0625rem 0.625rem 1.0625rem 2rem;
}

.form__input :not(:-moz-placeholder-shown), .form__textarea :not(:-moz-placeholder-shown) {
  color: rgba(0, 0, 0, 0.25);
  font-weight: 600;
  background-color: #fff;
}

.form__input :not(:-ms-input-placeholder), .form__textarea :not(:-ms-input-placeholder) {
  color: rgba(0, 0, 0, 0.25);
  font-weight: 600;
  background-color: #fff;
}

.form__input :not(:placeholder-shown),
.form__textarea :not(:placeholder-shown) {
  color: rgba(0, 0, 0, 0.25);
  font-weight: 600;
  background-color: #fff;
}

.form__textarea {
  min-height: 7.5625rem;
  resize: vertical;
  max-height: 25rem;
}

.form__input-body {
  position: relative;
}

.form__inputs-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4375rem;
}

.form__inputs-body .form__input-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.form__prefix-symbol {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  max-width: 2.5rem;
  right: calc(100% - 43px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 600;
}

.form__prefix-symbol._show-prefix {
  opacity: 1;
  visibility: visible;
}

.form__prefix-symbol._show-prefix ~ input {
  font-weight: 600;
  padding-left: 3.0625rem;
}

.form__btn-submit {
  line-height: 1;
  min-width: 7.5rem;
}

.form__radios,
.form__checkboxes {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  justify-items: start;
}

.form__item-notice {
  display: inline-block;
  color: #DE193E;
  margin-top: 0.5rem;
  font-size: 0.9375rem;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  max-width: 36.5rem;
  width: 100%;
}

.search__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  max-width: 31.0625rem;
  outline: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.search__btn-sumbit {
  border-radius: 0.375rem;
  background-color: rgb(247, 247, 246);
  width: 4.4375rem;
  height: 3.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3125rem;
}

.search__btn-sumbit::before {
  -webkit-transition: background 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: background 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, background 0.3s ease 0s;
  transition: transform 0.3s ease 0s, background 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.checkbox-toggle {
  position: relative;
}

.checkbox-toggle__btn {
  gap: 1.25rem;
  font-family: "Barlow Condensed";
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
}

.checkbox-toggle__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox-toggle__input:checked ~ label {
  background-color: #ffd833;
  border-color: #ffd833;
}

.checkbox-toggle__input:checked ~ label::before {
  left: calc(100% - 1.3125rem);
}

.checkbox-toggle__toggle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.625rem;
          flex: 0 0 2.625rem;
  width: 2.625rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid rgb(0, 0, 0);
  background-color: #fff;
  position: relative;
  -webkit-transition: background 0.3s ease 0s, border 0.3s ease;
  transition: background 0.3s ease 0s, border 0.3s ease;
}

.checkbox-toggle__toggle i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background-color: #000;
  -webkit-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox-toggle__toggle i::after,
.checkbox-toggle__toggle i::before {
  position: absolute;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease;
  transition: transform 0.3s ease 0s, opacity 0.3s ease, -webkit-transform 0.3s ease 0s;
}

.checkbox-toggle__toggle i::before {
  content: "";
  opacity: 1;
  -webkit-transform: scale(1.003);
      -ms-transform: scale(1.003);
          transform: scale(1.003);
  width: 0.625rem;
  height: 0.125rem;
  top: 0.5rem;
  left: 0.25rem;
  background-color: #fff;
}

.checkbox-toggle__toggle i::after {
  content: "";
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/icons/check.svg");
  background-repeat: no-repeat;
  background-size: 0.625rem auto;
  background-position: center;
}

.checkbox,
.radio {
  position: relative;
}

.checkbox input,
.radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox input:checked ~ label,
.radio input:checked ~ label {
  font-weight: 700;
}

.checkbox input:focus-visible + label::before,
.radio input:focus-visible + label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 209, 2, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 209, 2, 0.25);
}

.checkbox input:focus-visible:not(:checked) + label::before,
.radio input:focus-visible:not(:checked) + label::before {
  border-color: #ceca00;
}

.checkbox label,
.radio label {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1.5;
  font-weight: 600;
  padding-left: 2.5rem;
  -webkit-transition: font-weight 0.2s ease 0s;
  transition: font-weight 0.2s ease 0s;
}

.checkbox label::before,
.radio label::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-transition: background 0.2s ease 0s;
  transition: background 0.2s ease 0s;
}

.checkbox label::after,
.radio label::after {
  content: "";
  position: absolute;
}

.checkbox input:checked ~ label::before {
  background-color: #000;
}

.checkbox input:checked ~ label::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.checkbox label::after {
  top: 0rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 1;
  background: url("../img/icons/check.svg") center/0.875rem 0.625rem no-repeat;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}

.radio input:checked ~ label::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.radio label::before {
  border-radius: 50%;
}

.radio label::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #000;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg--contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.points-list__point-items--counter {
  list-style-type: none;
  counter-reset: item;
}

.points-list__point-items--counter li {
  position: relative;
  padding-left: 2.75rem;
}

.points-list__point-items--counter li:before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffd833;
  color: #000;
  border-radius: 50%;
  min-width: 1.5rem;
  height: 1.5rem;
  padding: 0.1875rem;
  line-height: 0;
  font-weight: 900;
  font-size: 0.75rem;
  margin: 0.1875rem 0 0;
}

.about-us-section__video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.about-us-section__video video,
.about-us-section__video iframe,
.about-us-section__video object,
.about-us-section__video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.testimonials-card,
.vehicles-card,
.value-calc-section__body,
.how-it-works-section__body,
.poster-yellow-section__body {
  border-radius: 0.375rem;
  overflow: hidden;
  border: 0.0625rem solid rgb(229, 229, 229);
}

.file__label,
.gray-btn,
.main-black-btn,
.main-yellow-btn {
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}

.file__label::before,
.gray-btn::before,
.main-black-btn::before,
.main-yellow-btn::before {
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}

.call-us-section,
.section-box-shadow {
  -webkit-box-shadow: 0px 0px 0px 20px rgb(255, 255, 255);
          box-shadow: 0px 0px 0px 20px rgb(255, 255, 255);
}

@-webkit-keyframes toggleIconBg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes toggleIconBg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.popular-services-section__btn-all::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.875rem;
          flex: 0 0 0.875rem;
  width: 0.875rem;
  height: 0.875rem;
  background: url("../img/icons/cross.svg") center/contain no-repeat;
  will-change: transform;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.4s ease;
  transition: background 0.3s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, background 0.3s ease;
  transition: transform 0.4s ease, background 0.3s ease, -webkit-transform 0.4s ease;
}

._extended.popular-services-section__btn-all::before {
  -webkit-animation: toggleIconBg 0.4s forwards;
          animation: toggleIconBg 0.4s forwards;
  background: url("../img/icons/minus.svg") center/contain no-repeat;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.service-available__bg img,
.our-values-item__image img,
.value-calc-aside__image img,
.car-item__image img,
.how-it-works-section__img-bg img,
.main-section__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.border {
  border-radius: 0.375rem;
  overflow: hidden;
  border: 0.0625rem solid rgb(229, 229, 229);
}

.title {
  font-family: "Barlow Condensed";
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.1rem;
}

@supports (font-size: clamp( 3rem , 2.5714285714rem  +  1.9047619048vw , 4rem )) {
  .title {
    font-size: clamp( 3rem , 2.5714285714rem  +  1.9047619048vw , 4rem );
  }
}

@supports not (font-size: clamp( 3rem , 2.5714285714rem  +  1.9047619048vw , 4rem )) {
  .title {
    font-size: calc(3rem + 1 * (100vw - 22.5rem) / 52.5);
  }
}

.title-md,
.working-info__phone.btn-phone {
  font-family: "Barlow Condensed";
  font-weight: 500;
  letter-spacing: -0.025em;
}

@supports (font-size: clamp( 2.625rem , 2.25rem  +  1.6666666667vw , 3.5rem )) {
  .title-md,
  .working-info__phone.btn-phone {
    font-size: clamp( 2.625rem , 2.25rem  +  1.6666666667vw , 3.5rem );
  }
}

@supports not (font-size: clamp( 2.625rem , 2.25rem  +  1.6666666667vw , 3.5rem )) {
  .title-md,
  .working-info__phone.btn-phone {
    font-size: calc(2.625rem + 0.875 * (100vw - 22.5rem) / 52.5);
  }
}

.sub-title,
.sub-menu__title,
.call-us {
  font-family: "Barlow Condensed";
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.05rem;
}

.title-second,
[data-tooltip],
.car-item__name,
.footer-menu__title,
.footer-head__leave-rewiew,
.menu__link {
  font-family: "Barlow Condensed";
  font-size: 1.5rem;
  font-weight: 500;
}

.text {
  font-weight: 600;
  line-height: 175%;
}

.text-title {
  font-weight: 600;
  line-height: 118.75%;
}

.text-second {
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 171.4285714286%;
}

.text-large {
  font-size: 1.5rem;
  font-weight: 600;
}

.tt-n {
  text-transform: unset;
}

.bg-gray {
  background-color: #F7F7F6;
}

.bg-gray .how-it-works-section__body {
  background-color: #fff;
}

.bg-white {
  background-color: #fff;
}

.btn,
.btn-mail,
.btn-phone,
.main-black-btn,
.main-yellow-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.375rem;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.btn--yellow {
  background-color: #ffd833;
  -webkit-box-shadow: 0px 2px 0px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 2px 0px rgba(255, 255, 255, 0.5);
}

.btn--yellow::before {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.btn--black,
.main-black-btn,
.main-yellow-btn {
  background-color: #000;
  color: #FFD72F;
}

.btn._disabled,
._disabled.btn-mail,
._disabled.btn-phone,
._disabled.main-black-btn,
._disabled.main-yellow-btn {
  pointer-events: none;
  opacity: 0.6;
}

.main-black-btn,
.main-yellow-btn {
  font-family: "Barlow Condensed";
  font-size: 1.5rem;
  font-weight: 600;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.9375rem;
  text-transform: uppercase;
  padding: 0.8125rem 1.5625rem 0.8125rem 2rem;
  min-width: 14.0625rem;
  min-height: 3.5rem;
  -webkit-box-shadow: 0px 2px 0px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 2px 0px rgba(255, 255, 255, 0.5);
}

.main-black-btn:focus,
.main-yellow-btn:focus {
  outline: orange solid 0.125rem;
}

.main-black-btn::before,
.main-yellow-btn::before {
  font-size: 1.375rem;
}

.main-black-btn--no-icon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 1.5625rem;
}

.main-black-btn--no-icon::before {
  display: none;
}

.main-yellow-btn {
  background-color: #ffd833;
  color: #000;
}

.main-yellow-btn:focus {
  outline: #000 solid 0.1875rem;
}

.main-yellow-btn--no-icon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 1.5625rem;
}

.main-yellow-btn--no-icon::before {
  display: none;
}

.gray-btn {
  font-family: "Barlow Condensed";
  font-weight: 600;
  font-size: 1.5rem;
  min-height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.9375rem;
  padding: 0.8125rem 2rem;
  background-color: rgb(247, 247, 246);
  border-radius: 0.375rem;
  text-transform: uppercase;
}

.call-us {
  text-transform: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.375em;
     -moz-column-gap: 0.375em;
          column-gap: 0.375em;
  row-gap: 0.15625em;
  font-weight: 500;
}

.call-us--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.call-us .btn-phone {
  font-size: 2rem;
  padding: 0.05625em 0.34375em 0.140625em 1.5625em;
}

.call-us .btn-phone::before {
  left: 0.5em;
  font-size: 0.75em;
}

.garanty-icon,
.btn-mail,
.btn-phone {
  padding-left: 1.875rem;
  position: relative;
}

.garanty-icon::before,
.btn-mail::before,
.btn-phone::before {
  position: absolute;
  font-size: 1.125rem;
  top: 0.4375rem;
  left: 0;
}

.btn-phone {
  font-family: "Barlow Condensed";
  font-size: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  padding-left: 1.0714285714em;
}

.btn-phone::before {
  font-size: 0.6428571429em;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-phone--yellow {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.0375rem;
  background-color: #ffd833;
  padding: 0.125em 0.25em 0.2083333333em 1.375em;
}

.btn-phone--yellow::before {
  top: 52%;
  font-size: 0.75em;
  left: 0.375rem;
}

.btn-mail {
  font-family: "Barlow Condensed";
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.0374999975rem;
}

.btn-mail::before {
  top: 0.375rem;
}

.garanty-icon {
  padding-left: 3.5rem;
}

.garanty-icon::before {
  content: "";
  background: url("../img/icons/icon-garanty.svg") 0 0/contain no-repeat;
  top: 0.84375rem;
  width: 2rem;
  height: 2rem;
}

.ranking-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ranking-icon::after {
  content: "";
  display: inline-block;
  margin-left: 0.28125rem;
  width: 16px;
  height: 16px;
  background: url("../img/icons/star.svg") 0 0/contain no-repeat;
}

.link-arrow,
.state-list-spoller__link,
.sub-menu__link,
.right-link-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Barlow Condensed";
  font-size: 1.25rem;
  font-weight: 500;
}

.link-arrow::before,
.state-list-spoller__link::before,
.sub-menu__link::before,
.right-link-arrow::before {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.link-arrow:not(._icon-star):before,
.state-list-spoller__link:not(._icon-star):before,
.sub-menu__link:not(._icon-star):before,
.right-link-arrow:not(._icon-star):before {
  content: "";
  margin: 0.25em 0.4375rem 0.25rem 0.625rem;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

.link-cross::before {
  content: "";
  background: url("../img/icons/cross.svg") center/contain no-repeat;
  width: 14px;
  height: 14px;
  -webkit-transform: scale(1.001);
      -ms-transform: scale(1.001);
          transform: scale(1.001);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.right-link-arrow {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.triangle-bottom,
.menu__link-arrow::before,
.menu__link--arrow::before {
  border-style: solid;
  border-width: 0.375rem 0.34375rem 0 0.34375rem;
  border-color: #000000 transparent transparent transparent;
}

.triangle-right,
.breadcrumbs__item:not(:first-child) .breadcrumbs__link::before,
.link-arrow:not(._icon-star):before,
.state-list-spoller__link:not(._icon-star):before,
.sub-menu__link:not(._icon-star):before,
.right-link-arrow:not(._icon-star):before {
  border-style: solid;
  border-width: 0.375rem 0 0.375rem 0.375rem;
  border-color: transparent transparent transparent #000000;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo__img {
  width: 3.6875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.6875rem;
          flex: 0 0 3.6875rem;
  height: 3.6875rem;
}

.logo__text-box {
  margin-left: 0.75rem;
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
}

.logo__name {
  font-family: "Barlow Condensed";
  font-size: 1.5rem;
  font-weight: 600;
  opacity: 1;
  color: rgb(0, 0, 0);
  line-height: 83.3333333333%;
}

.logo__sub-name {
  opacity: 0.5;
  font-size: 0.5rem;
  font-weight: 600;
}

.page {
  margin-top: -0.0625rem;
}

@supports (padding-bottom: clamp( 2rem , -1rem  +  13.3333333333vw , 9rem )) {
  .page > :last-child {
    padding-bottom: clamp( 2rem , -1rem  +  13.3333333333vw , 9rem );
  }
}

@supports not (padding-bottom: clamp( 2rem , -1rem  +  13.3333333333vw , 9rem )) {
  .page > :last-child {
    padding-bottom: calc(2rem + 7 * (100vw - 22.5rem) / 52.5);
  }
}

[class*=__overflow] {
  overflow: hidden;
}

[class*=__overflow]._disable {
  overflow: initial;
}

@supports (padding-top: clamp( 2rem , 0.9285714286rem  +  4.7619047619vw , 4.5rem )) {
  .elem-indent {
    padding-top: clamp( 2rem , 0.9285714286rem  +  4.7619047619vw , 4.5rem );
  }
}

@supports not (padding-top: clamp( 2rem , 0.9285714286rem  +  4.7619047619vw , 4.5rem )) {
  .elem-indent {
    padding-top: calc(2rem + 2.5 * (100vw - 22.5rem) / 52.5);
  }
}

@supports (padding-bottom: clamp( 2rem , 0.9285714286rem  +  4.7619047619vw , 4.5rem )) {
  .elem-indent {
    padding-bottom: clamp( 2rem , 0.9285714286rem  +  4.7619047619vw , 4.5rem );
  }
}

@supports not (padding-bottom: clamp( 2rem , 0.9285714286rem  +  4.7619047619vw , 4.5rem )) {
  .elem-indent {
    padding-bottom: calc(2rem + 2.5 * (100vw - 22.5rem) / 52.5);
  }
}

.card-date {
  font-family: "Barlow Condensed";
  font-size: 1.125rem;
}

.mb-0 {
  margin-bottom: 0;
}

.fancybox__container {
  max-width: unset;
}

.fancybox__caption {
  font-size: 1.0625rem;
  text-align: center;
}

.page__section-onmain-overhang {
  padding-top: 0;
}

@supports (margin-top: clamp( -7.5rem , -6.1607142857rem  +  -1.7857142857vw , -6.5625rem )) {
  .page__section-onmain-overhang {
    margin-top: clamp( -7.5rem , -6.1607142857rem  +  -1.7857142857vw , -6.5625rem );
  }
}

@supports not (margin-top: clamp( -7.5rem , -6.1607142857rem  +  -1.7857142857vw , -6.5625rem )) {
  .page__section-onmain-overhang {
    margin-top: calc(-6.5625rem + -0.9375 * (100vw - 22.5rem) / 52.5);
  }
}

.text-center {
  text-align: center;
}

body::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(44, 40, 51, 0.5);
  will-change: opacity;
}

.loaded body::after {
  -webkit-transition: opacity 0.3s ease, -webkit-filter 0.15s ease;
  transition: opacity 0.3s ease, -webkit-filter 0.15s ease;
  transition: opacity 0.3s ease, filter 0.15s ease;
  transition: opacity 0.3s ease, filter 0.15s ease, -webkit-filter 0.15s ease;
}

.overlay-bg body::after,
.popup-open body::after {
  opacity: 1;
  pointer-events: auto;
}

.scrollbar::-webkit-scrollbar {
  width: 0.3125rem;
  height: 0.3125rem;
}

.scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
}

.scrollbar {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

.file__item {
  position: relative;
}

.file__input {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  font-size: 0;
  display: none;
  cursor: pointer;
}

.file__label {
  width: 100%;
  padding-right: 1.5rem;
  color: #000;
  font-weight: 500;
}

.file__label::before {
  font-size: 1.1875rem;
}

.file__label:focus {
  outline: 0.1875rem solid #000;
}

.file__list {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.file-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.file-item__img {
  border-radius: 0.4375rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid var(--border);
}

.file-item__name {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3571428571;
  margin-left: 0.625rem;
  word-break: break-all;
}

.file-item__btn {
  color: var(--blue);
  font-size: 0.75rem;
  line-height: 1.3333333333;
  margin-left: 0.4375rem;
  padding: 0.1875rem 0.125rem;
  text-decoration-line: underline;
}

.points-list__points-title {
  font-weight: 700;
  line-height: 1.875;
  margin-bottom: 1rem;
}

.points-list__point-items {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}

.point-item {
  position: relative;
  padding-left: 3.375rem;
}

.point-item::before {
  font-size: 1.5rem;
  color: #ffd833;
  margin-top: 0.1875rem;
  margin-left: 0.25rem;
  position: absolute;
  left: 0;
}

.point-item p {
  font-weight: 500;
  line-height: 187.5%;
}

.point-item a {
  text-decoration: underline;
}

.point-item span {
  font-weight: 700;
}

.menu__item._open .menu__sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.header {
  position: relative;
  z-index: 5;
}

.header__wrapper {
  position: fixed;
  width: 100%;
  left: 0;
  padding-right: var(--scrollbar-compensate, var(--fancybox-scrollbar-compensate, 0));
}

.header__top {
  padding: 0.75rem 0;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.32);
  position: relative;
  z-index: 6;
}

.loaded .header__top {
  -webkit-transition: padding 0.35s ease;
  transition: padding 0.35s ease;
}

.loaded ._header-scroll .header__top {
  padding: 0.4375rem 0;
}

.header__body {
  padding: 2.5rem 0;
}

.loaded .header__body {
  -webkit-transition: padding 0.35s ease, background-color 0.1s ease, -webkit-box-shadow 0.35s ease;
  transition: padding 0.35s ease, background-color 0.1s ease, -webkit-box-shadow 0.35s ease;
  transition: padding 0.35s ease, box-shadow 0.35s ease, background-color 0.1s ease;
  transition: padding 0.35s ease, box-shadow 0.35s ease, background-color 0.1s ease, -webkit-box-shadow 0.35s ease;
}

.header._header-scroll .header__body {
  padding: 0.625rem 0;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.32);
          box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.32);
  background-color: #fff;
}

.top-header {
  background-color: #fff;
}

.top-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@supports ((-moz-column-gap: clamp( 1.25rem , -2.3269230769rem  +  5.7692307692vw , 2rem )) or (column-gap: clamp( 1.25rem , -2.3269230769rem  +  5.7692307692vw , 2rem ))) {
  .top-header__body {
    -webkit-column-gap: clamp( 1.25rem , -2.3269230769rem  +  5.7692307692vw , 2rem );
       -moz-column-gap: clamp( 1.25rem , -2.3269230769rem  +  5.7692307692vw , 2rem );
            column-gap: clamp( 1.25rem , -2.3269230769rem  +  5.7692307692vw , 2rem );
  }
}

@supports not ((-moz-column-gap: clamp( 1.25rem , -2.3269230769rem  +  5.7692307692vw , 2rem )) or (column-gap: clamp( 1.25rem , -2.3269230769rem  +  5.7692307692vw , 2rem ))) {
  .top-header__body {
    -webkit-column-gap: calc(1.25rem + 0.75 * (100vw - 62rem) / 13);
       -moz-column-gap: calc(1.25rem + 0.75 * (100vw - 62rem) / 13);
            column-gap: calc(1.25rem + 0.75 * (100vw - 62rem) / 13);
  }
}

.top-header__btn-link {
  min-height: 2.0625rem;
  padding: 0.25rem 1.1875rem 0.25rem 1.125rem;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Barlow Condensed";
}

.top-header__btn-link::before {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
  font-size: 0.75rem;
  margin-right: 0.75rem;
}

.top-header__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.menu-top-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu-top-header__link {
  font-family: "Barlow Condensed";
  font-weight: 500;
  font-size: 1.25rem;
}

.contacts-top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1875rem;
}

.contacts-top-header__schedule {
  font-size: 0.8125rem;
  line-height: 13px;
  min-width: 6.5625rem;
}

.contacts-top-header__schedule span {
  font-weight: 700;
}

.contacts-top-header__phone {
  white-space: nowrap;
}

.body-header__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@supports (gap: clamp( 1.1875rem , -2.9375rem  +  6vw , 1.5625rem )) {
  .body-header__body {
    gap: clamp( 1.1875rem , -2.9375rem  +  6vw , 1.5625rem );
  }
}

@supports not (gap: clamp( 1.1875rem , -2.9375rem  +  6vw , 1.5625rem )) {
  .body-header__body {
    gap: calc(1.1875rem + 0.375 * (100vw - 68.75rem) / 6.25);
  }
}

.body-header__main-btn-burger {
  max-width: 84.75%;
}

.body-header__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@supports (padding-right: clamp( 0.9375rem , -24.4545454545rem  +  37.2727272727vw , 3.5rem )) {
  .body-header__menu {
    padding-right: clamp( 0.9375rem , -24.4545454545rem  +  37.2727272727vw , 3.5rem );
  }
}

@supports not (padding-right: clamp( 0.9375rem , -24.4545454545rem  +  37.2727272727vw , 3.5rem )) {
  .body-header__menu {
    padding-right: calc(0.9375rem + 2.5625 * (100vw - 68.125rem) / 6.875);
  }
}

.header.hide-front-btn .body-header__menu {
  padding-right: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header.hide-front-btn .body-header__main-btn {
  display: none;
  visibility: hidden;
}

.body-header__menu-icon {
  margin-right: -0.6875rem;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu__item._open .sub-menu {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
}

.menu__link--arrow::before {
  content: "";
  margin-top: 0.4375rem;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.menu__link-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.35s ease 0s;
  transition: -webkit-transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

.menu__link-arrow::before {
  content: "";
  margin-top: 0.4375rem;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.menu__sub-menu {
  padding-top: 1rem;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

._header-scroll .menu__sub-menu {
  padding-top: 1.375rem;
}

.sub-menu {
  background-color: #fff;
  border-radius: 0.375rem;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(255, 255, 255);
          box-shadow: 0px 0px 0px 1px rgb(255, 255, 255);
  padding: 1.5rem 1.5rem 1rem;
  min-width: 18rem;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  will-change: transform;
}

.sub-menu__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.sub-menu__list {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  margin: 0 -1.5rem;
  padding: 0 1.5rem 1.5rem;
}

.sub-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-menu__text {
  font-weight: 500;
  line-height: 187.5%;
}

.sub-menu-secvices .sub-menu__list:not(:last-child) {
  border-bottom: 1px solid rgb(229, 229, 229);
}

.sub-menu-secvices .sub-menu__list:last-child {
  padding-bottom: 0.5rem;
}

.sub-menu-secvices .sub-menu__title {
  padding-top: 0.84375rem;
  padding-bottom: 1rem;
}

.location-sub-menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5rem;
  padding: 0 1.5rem 1rem;
  border-bottom: 1px solid rgb(229, 229, 229);
}

.location-sub-menu__columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.location-sub-menu__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.location-sub-menu__bottom .location-sub-menu__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.location-sub-menu__bottom .location-sub-menu__columns:nth-child(odd) {
  padding: 1.4375rem 1.5rem 1rem 0;
}

.location-sub-menu__bottom .location-sub-menu__columns:nth-child(even) {
  padding: 1.4375rem 0 1rem 1.5rem;
}

.location-sub-menu__bottom .sub-menu__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding-top: 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.webuy-sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.webuy-sub-menu__columns:nth-child(odd) .sub-menu__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.webuy-sub-menu__columns .sub-menu__list {
  padding-top: 1.4375rem;
  padding-bottom: 0;
}

.icon-menu {
  display: none;
}

@supports (padding-top: clamp( 2rem , 1.5714285714rem  +  1.9047619048vw , 3rem )) {
  .footer {
    padding-top: clamp( 2rem , 1.5714285714rem  +  1.9047619048vw , 3rem );
  }
}

@supports not (padding-top: clamp( 2rem , 1.5714285714rem  +  1.9047619048vw , 3rem )) {
  .footer {
    padding-top: calc(2rem + 1 * (100vw - 22.5rem) / 52.5);
  }
}

@supports (padding-bottom: clamp( 2.0625rem , 1.2053571429rem  +  3.8095238095vw , 4.0625rem )) {
  .footer {
    padding-bottom: clamp( 2.0625rem , 1.2053571429rem  +  3.8095238095vw , 4.0625rem );
  }
}

@supports not (padding-bottom: clamp( 2.0625rem , 1.2053571429rem  +  3.8095238095vw , 4.0625rem )) {
  .footer {
    padding-bottom: calc(2.0625rem + 2 * (100vw - 22.5rem) / 52.5);
  }
}

@supports (margin-bottom: clamp( 1.5625rem , 0.8928571429rem  +  2.9761904762vw , 3.125rem )) {
  .footer__head:not(:last-child) {
    margin-bottom: clamp( 1.5625rem , 0.8928571429rem  +  2.9761904762vw , 3.125rem );
  }
}

@supports not (margin-bottom: clamp( 1.5625rem , 0.8928571429rem  +  2.9761904762vw , 3.125rem )) {
  .footer__head:not(:last-child) {
    margin-bottom: calc(1.5625rem + 1.5625 * (100vw - 22.5rem) / 52.5);
  }
}

.footer__bottom:not(:empty) {
  margin-top: 2.1875rem;
}

.footer__bottom > :not(*:last-child) {
  margin-bottom: 1.5rem;
}

.footer-head {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
  -ms-grid-columns: 14.41% 34% 19.5% 18.75%;
  grid-template-columns: 14.41% 34% 19.5% 18.75%;
}

.footer-head__logo {
  -ms-grid-column-align: start;
      justify-self: start;
}

.footer-head__leave-rewiew {
  font-weight: 600;
  text-transform: uppercase;
  min-width: 11.625rem;
  padding: 0.8125rem 2rem;
  min-height: 3.5rem;
}

.footer-head__phones {
  display: -ms-grid;
  display: grid;
  gap: 0.9375rem;
}

.footer-head__phone {
  white-space: nowrap;
  -ms-grid-column-align: start;
      justify-self: start;
  font-size: 1.5rem;
  font-weight: 500;
  padding-left: 1.2083333333em;
}

.footer-head__phone::before {
  font-size: 0.75em;
}

.footer-head__emails {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 0.9375rem;
}

.footer-head__email {
  word-break: break-all;
}

.footer-body {
  display: -ms-grid;
  display: grid;
  row-gap: 2.1875rem;
  -webkit-column-gap: 2.1875rem;
     -moz-column-gap: 2.1875rem;
          column-gap: 2.1875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: 14.41% 15.5% minmax(160px, 14%) 19.5% 18.75%;
  grid-template-columns: 14.41% 15.5% minmax(160px, 14%) 19.5% 18.75%;
}

.footer-body__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-body__flags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.footer-body__flags img {
  max-width: 100%;
}

.footer-body__flag {
  width: 2rem;
}

.footer-body__text {
  font-size: 0.5625rem;
  font-weight: 500;
}

.footer-menu__title {
  text-transform: uppercase;
  letter-spacing: -0.0375rem;
  margin-bottom: 1rem;
}

.footer-menu__list {
  display: -ms-grid;
  display: grid;
  gap: 0.6875rem;
}

.footer-menu__link {
  font-size: 0.75rem;
  font-weight: 500;
}

.slider-actions {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.0625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slider-actions__btn-next {
  min-width: 17.25rem;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.slider-actions__btn-next.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.slider-actions__link-all {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider-pagination {
  max-width: 100%;
  overflow-x: auto;
  margin: 0 -0.3125rem -0.3125rem -0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  padding-bottom: 0.3125rem;
}

.slider-pagination.swiper-pagination-lock {
  display: none;
}

.slider-pagination span {
  cursor: pointer;
  padding: 0.3125rem;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-pagination span::before {
  content: "";
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}

.slider-pagination span.swiper-pagination-bullet-active::before {
  background-color: #000;
}


.breadcrumbs {
  position: relative;
  z-index: 1;
}

.breadcrumbs__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs__item:not(:first-child) .breadcrumbs__link {
  gap: 1rem;
}

.breadcrumbs__item:not(:first-child) .breadcrumbs__link::before {
  content: "";
  margin: 0.25rem 0.4375rem 0.25rem 0.5rem;
}

.breadcrumbs__link {
  font-family: "Barlow Condensed";
  font-size: 1.25rem;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.0625rem;
}

.breadcrumbs__link:first-child::before {
  -webkit-transform: translateY(0.0625rem);
      -ms-transform: translateY(0.0625rem);
          transform: translateY(0.0625rem);
  font-size: 1.25rem;
}

.breadcrumbs__link--current {
  opacity: 0.5;
}



.average-time {
  border-radius: 0.375rem;
}

.average-time__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.375rem;
  overflow: hidden;
}

.average-time__body {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(247, 247, 246)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(90deg, rgb(247, 247, 246) 0%, rgb(255, 255, 255) 100%);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.average-time__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 1.5rem;
}

@supports (padding-top: clamp( 1.5rem , -0.2777777778rem  +  3.7037037037vw , 2.5rem )) {
  .average-time__item {
    padding-top: clamp( 1.5rem , -0.2777777778rem  +  3.7037037037vw , 2.5rem );
  }
}

@supports not (padding-top: clamp( 1.5rem , -0.2777777778rem  +  3.7037037037vw , 2.5rem )) {
  .average-time__item {
    padding-top: calc(1.5rem + 1 * (100vw - 48rem) / 27);
  }
}

@supports (padding-bottom: clamp( 1.5rem , -0.2777777778rem  +  3.7037037037vw , 2.5rem )) {
  .average-time__item {
    padding-bottom: clamp( 1.5rem , -0.2777777778rem  +  3.7037037037vw , 2.5rem );
  }
}

@supports not (padding-bottom: clamp( 1.5rem , -0.2777777778rem  +  3.7037037037vw , 2.5rem )) {
  .average-time__item {
    padding-bottom: calc(1.5rem + 1 * (100vw - 48rem) / 27);
  }
}

@supports (padding-left: clamp( 1.5rem , -3.6111111111rem  +  10.6481481481vw , 4.375rem )) {
  .average-time__item {
    padding-left: clamp( 1.5rem , -3.6111111111rem  +  10.6481481481vw , 4.375rem );
  }
}

@supports not (padding-left: clamp( 1.5rem , -3.6111111111rem  +  10.6481481481vw , 4.375rem )) {
  .average-time__item {
    padding-left: calc(1.5rem + 2.875 * (100vw - 48rem) / 27);
  }
}

.average-item__icon {
  max-width: 1.625rem;
  margin-bottom: 0.625rem;
}

.average-item__title {
  line-height: 120%;
  margin-bottom: 1rem;
  max-width: 10.625rem;
}

.average-item__title:not(:last-child) {
  margin-bottom: 1rem;
}

.average-item__title,
.average-item__label {
  text-transform: initial;
  font-weight: 500;
}

.average-item__label {
  display: inline-block;
  padding: 0.375rem 1rem;
  border-radius: 0.375rem;
  border: 1px solid rgb(201, 201, 201);
}

.average-banner {
  background-color: #ffd833;
}

@supports (padding-top: clamp( 1.5rem , -0.2777777778rem  +  3.7037037037vw , 2.5rem )) {
  .average-banner {
    padding-top: clamp( 1.5rem , -0.2777777778rem  +  3.7037037037vw , 2.5rem );
  }
}

@supports not (padding-top: clamp( 1.5rem , -0.2777777778rem  +  3.7037037037vw , 2.5rem )) {
  .average-banner {
    padding-top: calc(1.5rem + 1 * (100vw - 48rem) / 27);
  }
}

@supports (padding-bottom: clamp( 1.5rem , -0.2777777778rem  +  3.7037037037vw , 2.5rem )) {
  .average-banner {
    padding-bottom: clamp( 1.5rem , -0.2777777778rem  +  3.7037037037vw , 2.5rem );
  }
}

@supports not (padding-bottom: clamp( 1.5rem , -0.2777777778rem  +  3.7037037037vw , 2.5rem )) {
  .average-banner {
    padding-bottom: calc(1.5rem + 1 * (100vw - 48rem) / 27);
  }
}

@supports (padding-left: clamp( 1.5rem , -3.6111111111rem  +  10.6481481481vw , 4.375rem )) {
  .average-banner {
    padding-left: clamp( 1.5rem , -3.6111111111rem  +  10.6481481481vw , 4.375rem );
  }
}

@supports not (padding-left: clamp( 1.5rem , -3.6111111111rem  +  10.6481481481vw , 4.375rem )) {
  .average-banner {
    padding-left: calc(1.5rem + 2.875 * (100vw - 48rem) / 27);
  }
}

@supports (padding-right: clamp( 1.5rem , -3.8333333333rem  +  11.1111111111vw , 4.5rem )) {
  .average-banner {
    padding-right: clamp( 1.5rem , -3.8333333333rem  +  11.1111111111vw , 4.5rem );
  }
}

@supports not (padding-right: clamp( 1.5rem , -3.8333333333rem  +  11.1111111111vw , 4.5rem )) {
  .average-banner {
    padding-right: calc(1.5rem + 3 * (100vw - 48rem) / 27);
  }
}

.average-banner__call-us {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 0.5rem;
  font-weight: 500;
  text-transform: initial;
  margin-bottom: 1.5rem;
}

.average-banner__call-us .btn-phone {
  font-size: 2rem;
  padding-left: 1.3125em;
}

.average-banner__call-us .btn-phone::before {
  font-size: 1.5rem;
  top: 58%;
}

.average-banner__schedule {
  font-size: 0.875rem;
  margin-bottom: 1.625rem;
  line-height: 136%;
  font-weight: 700;
}

 


.main-section {
  background-image: linear-gradient(83deg, rgb(255, 216, 51) 0%, rgb(255, 190, 51) 100%);
  --padding-top: 12.625rem;
  padding-top: calc(var(--padding-top) + 1rem);
}

@supports (padding-bottom: clamp( 2rem , 0.5rem  +  6.6666666667vw , 5.5rem )) {
  .main-section {
    padding-bottom: clamp( 2rem , 0.5rem  +  6.6666666667vw , 5.5rem );
  }
}

@supports not (padding-bottom: clamp( 2rem , 0.5rem  +  6.6666666667vw , 5.5rem )) {
  .main-section {
    padding-bottom: calc(2rem + 3.5 * (100vw - 22.5rem) / 52.5);
  }
}

@supports (margin-bottom: clamp( 2rem , 0.9285714286rem  +  4.7619047619vw , 4.5rem )) {
  .main-section {
    margin-bottom: clamp( 2rem , 0.9285714286rem  +  4.7619047619vw , 4.5rem );
  }
}

@supports not (margin-bottom: clamp( 2rem , 0.9285714286rem  +  4.7619047619vw , 4.5rem )) {
  .main-section {
    margin-bottom: calc(2rem + 2.5 * (100vw - 22.5rem) / 52.5);
  }
}

.header.hide-btn ~ .page .main-section.page__main {
  --padding-top: 5.625rem;
  --pt: 12.625rem;
  padding-top: calc(var(--pt, --padding-top) + var(--padding-top));
}

@supports (--padding-top: clamp( 2rem , 0.4464285714rem  +  6.9047619048vw , 5.625rem )) {
  .header.hide-btn ~ .page .main-section.page__main {
    --padding-top: clamp( 2rem , 0.4464285714rem  +  6.9047619048vw , 5.625rem );
  }
}

@supports not (--padding-top: clamp( 2rem , 0.4464285714rem  +  6.9047619048vw , 5.625rem )) {
  .header.hide-btn ~ .page .main-section.page__main {
    --padding-top: calc(2rem + 3.625 * (100vw - 22.5rem) / 52.5);
  }
}

@supports (margin-bottom: clamp( 2rem , 1.1160714286rem  +  3.9285714286vw , 4.0625rem )) {
  .main-section__breadcrumbs {
    margin-bottom: clamp( 2rem , 1.1160714286rem  +  3.9285714286vw , 4.0625rem );
  }
}

@supports not (margin-bottom: clamp( 2rem , 1.1160714286rem  +  3.9285714286vw , 4.0625rem )) {
  .main-section__breadcrumbs {
    margin-bottom: calc(2rem + 2.0625 * (100vw - 22.5rem) / 52.5);
  }
}

@supports (margin-bottom: clamp( 2rem , 1.1160714286rem  +  3.9285714286vw , 4.0625rem )) {
  .main-section__breadcrumbs {
    margin-bottom: clamp( 2rem , 1.1160714286rem  +  3.9285714286vw , 4.0625rem );
  }
}

@supports not (margin-bottom: clamp( 2rem , 1.1160714286rem  +  3.9285714286vw , 4.0625rem )) {
  .main-section__breadcrumbs {
    margin-bottom: calc(2rem + 2.0625 * (100vw - 22.5rem) / 52.5);
  }
}


.main-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 0.3125rem;
}

.main-section__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.main-content {
  width: 100%;
}

.main-content > :not(*:last-child) {
  margin-bottom: 2rem;
}

.main-content__title {
  line-height: 0.8;
  letter-spacing: -0.125rem;
}

@supports (font-size: clamp( 3.875rem , 3.3928571429rem  +  2.1428571429vw , 5rem )) {
  .main-content__title {
    font-size: clamp( 3.875rem , 3.3928571429rem  +  2.1428571429vw , 5rem );
  }
}

@supports not (font-size: clamp( 3.875rem , 3.3928571429rem  +  2.1428571429vw , 5rem )) {
  .main-content__title {
    font-size: calc(3.875rem + 1.125 * (100vw - 22.5rem) / 52.5);
  }
}

.main-content__text {
  line-height: 137%;
  max-width: 41.875rem;
}

@supports (padding-bottom: clamp( 2rem , 0.2857142857rem  +  7.619047619vw , 6rem )) {
  .page__main-title {
    padding-bottom: clamp( 2rem , 0.2857142857rem  +  7.619047619vw , 6rem );
  }
}

@supports not (padding-bottom: clamp( 2rem , 0.2857142857rem  +  7.619047619vw , 6rem )) {
  .page__main-title {
    padding-bottom: calc(2rem + 4 * (100vw - 22.5rem) / 52.5);
  }
}

@supports (margin-bottom: clamp( 2rem , 0.2857142857rem  +  7.619047619vw , 6rem )) {
  .page__main-title {
    margin-bottom: clamp( 2rem , 0.2857142857rem  +  7.619047619vw , 6rem );
  }
}

@supports not (margin-bottom: clamp( 2rem , 0.2857142857rem  +  7.619047619vw , 6rem )) {
  .page__main-title {
    margin-bottom: calc(2rem + 4 * (100vw - 22.5rem) / 52.5);
  }
}

.page__stage-calc-main {
  margin-bottom: 3.125rem;
}

.page__main {
  overflow: hidden;
  margin-bottom: 0;
}

@supports (padding-bottom: clamp( 9.625rem , 6.5982142857rem  +  13.4523809524vw , 16.6875rem )) {
  .page__main {
    padding-bottom: clamp( 9.625rem , 6.5982142857rem  +  13.4523809524vw , 16.6875rem );
  }
}

@supports not (padding-bottom: clamp( 9.625rem , 6.5982142857rem  +  13.4523809524vw , 16.6875rem )) {
  .page__main {
    padding-bottom: calc(9.625rem + 7.0625 * (100vw - 22.5rem) / 52.5);
  }
}

.content-main-section {
  max-width: 41.875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55.8333333333%;
          flex: 0 1 55.8333333333%;
}

.content-main-section > :not(*:last-child) {
  margin-bottom: 2.5rem;
}

.content-main-section__title {
  font-family: "Barlow Condensed";
  font-weight: 500;
  letter-spacing: -0.125rem;
  line-height: 80%;
  text-transform: uppercase;
  margin-top: 0;
}

@supports (font-size: clamp( 3.875rem , 3.3928571429rem  +  2.1428571429vw , 5rem )) {
  .content-main-section__title {
    font-size: clamp( 3.875rem , 3.3928571429rem  +  2.1428571429vw , 5rem );
  }
}

@supports not (font-size: clamp( 3.875rem , 3.3928571429rem  +  2.1428571429vw , 5rem )) {
  .content-main-section__title {
    font-size: calc(3.875rem + 1.125 * (100vw - 22.5rem) / 52.5);
  }
}

.content-main-section__title span {
  display: block;
}

.content-main-section__text {
  max-width: 23.75rem;
  line-height: 136.6%;
}

@supports (font-size: clamp( 1.25rem , 1.1428571429rem  +  0.4761904762vw , 1.5rem )) {
  .content-main-section__text {
    font-size: clamp( 1.25rem , 1.1428571429rem  +  0.4761904762vw , 1.5rem );
  }
}

@supports not (font-size: clamp( 1.25rem , 1.1428571429rem  +  0.4761904762vw , 1.5rem )) {
  .content-main-section__text {
    font-size: calc(1.25rem + 0.25 * (100vw - 22.5rem) / 52.5);
  }
}

.content-main-section__text span {
  display: block;
}

.content-main-section__text--w-full {
  max-width: unset;
}

.content-main-section__working-info {
  margin-top: 0.5rem;
}

.working-info {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  justify-items: center;
}

.working-info__schedule {
  font-weight: 600;
  text-align: center;
}

.homepage-bg-img {
  position: absolute;
  right: -41.5%;
  width: 95.7%;
}

@supports (top: clamp( -0.625rem , 13.7980769231rem  +  -19.2307692308vw , 1.875rem )) {
  .homepage-bg-img {
    top: clamp( -0.625rem , 13.7980769231rem  +  -19.2307692308vw , 1.875rem );
  }
}

@supports not (top: clamp( -0.625rem , 13.7980769231rem  +  -19.2307692308vw , 1.875rem )) {
  .homepage-bg-img {
    top: calc(1.875rem + -2.5 * (100vw - 62rem) / 13);
  }
}


.car-main-img {
  margin-top: -5.5625rem;
}

.car-main-img img {
  -webkit-filter: sepia(1);
          filter: sepia(1);
}

.car-main-img--no-indent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}

.car-main-img--no-indent img {
  -webkit-filter: none;
          filter: none;
  max-width: 18.125rem;
}



.poster-yellow-section__body {
  background-color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@supports (gap: clamp( 1.875rem , 2.7678571429rem  +  -1.1904761905vw , 2.5rem )) {
  .poster-yellow-section__body {
    gap: clamp( 1.875rem , 2.7678571429rem  +  -1.1904761905vw , 2.5rem );
  }
}

@supports not (gap: clamp( 1.875rem , 2.7678571429rem  +  -1.1904761905vw , 2.5rem )) {
  .poster-yellow-section__body {
    gap: calc(2.5rem + -0.625 * (100vw - 22.5rem) / 52.5);
  }
}

.poster-yellow-section__body::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 12px;
  width: 100%;
  background: #ffd833;
  border-radius: 0 0 0.375rem 0.375rem;
}

@supports (padding-top: clamp( 1rem , 0.3571428571rem  +  2.8571428571vw , 2.5rem )) {
  .call-us-section {
    padding-top: clamp( 1rem , 0.3571428571rem  +  2.8571428571vw , 2.5rem );
  }
}

@supports not (padding-top: clamp( 1rem , 0.3571428571rem  +  2.8571428571vw , 2.5rem )) {
  .call-us-section {
    padding-top: calc(1rem + 1.5 * (100vw - 22.5rem) / 52.5);
  }
}

@supports (padding-bottom: clamp( 2.25rem , 2.1428571429rem  +  0.4761904762vw , 2.5rem )) {
  .call-us-section {
    padding-bottom: clamp( 2.25rem , 2.1428571429rem  +  0.4761904762vw , 2.5rem );
  }
}

@supports not (padding-bottom: clamp( 2.25rem , 2.1428571429rem  +  0.4761904762vw , 2.5rem )) {
  .call-us-section {
    padding-bottom: calc(2.25rem + 0.25 * (100vw - 22.5rem) / 52.5);
  }
}

@supports (padding-left: clamp( 1.46875rem , 0.2232142857rem  +  5.5357142857vw , 4.375rem )) {
  .call-us-section {
    padding-left: clamp( 1.46875rem , 0.2232142857rem  +  5.5357142857vw , 4.375rem );
  }
}

@supports not (padding-left: clamp( 1.46875rem , 0.2232142857rem  +  5.5357142857vw , 4.375rem )) {
  .call-us-section {
    padding-left: calc(1.46875rem + 2.90625 * (100vw - 22.5rem) / 52.5);
  }
}

@supports (padding-right: clamp( 1.46875rem , 0.2232142857rem  +  5.5357142857vw , 4.375rem )) {
  .call-us-section {
    padding-right: clamp( 1.46875rem , 0.2232142857rem  +  5.5357142857vw , 4.375rem );
  }
}

@supports not (padding-right: clamp( 1.46875rem , 0.2232142857rem  +  5.5357142857vw , 4.375rem )) {
  .call-us-section {
    padding-right: calc(1.46875rem + 2.90625 * (100vw - 22.5rem) / 52.5);
  }
}

.call-us-section--no-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.call-us-section--small {
  max-width: 100pc;
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-grid-columns: 1fr 14.0625rem;
  grid-template-columns: 1fr 14.0625rem;
}

@supports (padding-left: clamp( 1.46875rem , 0.5982142857rem  +  3.869047619vw , 3.5rem )) {
  .call-us-section--small {
    padding-left: clamp( 1.46875rem , 0.5982142857rem  +  3.869047619vw , 3.5rem );
  }
}

@supports not (padding-left: clamp( 1.46875rem , 0.5982142857rem  +  3.869047619vw , 3.5rem )) {
  .call-us-section--small {
    padding-left: calc(1.46875rem + 2.03125 * (100vw - 22.5rem) / 52.5);
  }
}

@supports (padding-right: clamp( 1.46875rem , 0.5982142857rem  +  3.869047619vw , 3.5rem )) {
  .call-us-section--small {
    padding-right: clamp( 1.46875rem , 0.5982142857rem  +  3.869047619vw , 3.5rem );
  }
}

@supports not (padding-right: clamp( 1.46875rem , 0.5982142857rem  +  3.869047619vw , 3.5rem )) {
  .call-us-section--small {
    padding-right: calc(1.46875rem + 2.03125 * (100vw - 22.5rem) / 52.5);
  }
}

.call-us-section--small .call-us-section__title {
  font-size: 1.5rem;
  letter-spacing: -0.0375rem;
}

.call-us-section--small .call-us-section__subtitle {
  line-height: 1;
  margin-top: 0.25rem;
}

.call-us-section--small .call-us-section__text {
  margin-top: 0;
  line-height: 1.875;
}

.call-us-section--small .call-us-section__schedule {
  -moz-text-align-last: left;
       text-align-last: left;
  margin-top: 0;
}

.call-us-section--small .call-us-section__schedule p {
  display: inline;
}

.call-us-section__left {
  max-width: 38.125rem;
}

.call-us-section__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.1875rem;
     -moz-column-gap: 1.1875rem;
          column-gap: 1.1875rem;
  line-height: 120%;
  font-family: "Barlow Condensed";
  font-weight: 500;
  letter-spacing: -0.0875rem;
}

@supports (font-size: clamp( 2.5rem , 2.0714285714rem  +  1.9047619048vw , 3.5rem )) {
  .call-us-section__title {
    font-size: clamp( 2.5rem , 2.0714285714rem  +  1.9047619048vw , 3.5rem );
  }
}

@supports not (font-size: clamp( 2.5rem , 2.0714285714rem  +  1.9047619048vw , 3.5rem )) {
  .call-us-section__title {
    font-size: calc(2.5rem + 1 * (100vw - 22.5rem) / 52.5);
  }
}

.call-us-section__phone {
  font-size: inherit;
  padding-left: 1.1607142857em;
}

.call-us-section__phone::before {
  font-size: 0.75em;
}

.call-us-section__subtitle {
  letter-spacing: -0.0375rem;
  line-height: 120%;
  margin-top: 0.4375rem;
}

.call-us-section__subtitle a {
  text-decoration: underline;
}

.call-us-section__text {
  margin-top: 2.5rem;
  font-weight: 600;
  line-height: 1.3625;
}

.call-us-section__schedule {
  font-weight: 600;
  margin-top: 1.5rem;
  text-align: center;
  line-height: 136.6%;
}

@supports (padding-top: clamp( 1rem , -0.2857142857rem  +  5.7142857143vw , 4rem )) {
  .how-it-works-section__body {
    padding-top: clamp( 1rem , -0.2857142857rem  +  5.7142857143vw , 4rem );
  }
}

@supports not (padding-top: clamp( 1rem , -0.2857142857rem  +  5.7142857143vw , 4rem )) {
  .how-it-works-section__body {
    padding-top: calc(1rem + 3 * (100vw - 22.5rem) / 52.5);
  }
}

@supports (padding-bottom: clamp( 1.8125rem , 0.9553571429rem  +  3.8095238095vw , 3.8125rem )) {
  .how-it-works-section__body {
    padding-bottom: clamp( 1.8125rem , 0.9553571429rem  +  3.8095238095vw , 3.8125rem );
  }
}

@supports not (padding-bottom: clamp( 1.8125rem , 0.9553571429rem  +  3.8095238095vw , 3.8125rem )) {
  .how-it-works-section__body {
    padding-bottom: calc(1.8125rem + 2 * (100vw - 22.5rem) / 52.5);
  }
}

@supports (padding-left: clamp( 1.5rem , -0.5892857143rem  +  9.2857142857vw , 6.375rem )) {
  .how-it-works-section__body {
    padding-left: clamp( 1.5rem , -0.5892857143rem  +  9.2857142857vw , 6.375rem );
  }
}

@supports not (padding-left: clamp( 1.5rem , -0.5892857143rem  +  9.2857142857vw , 6.375rem )) {
  .how-it-works-section__body {
    padding-left: calc(1.5rem + 4.875 * (100vw - 22.5rem) / 52.5);
  }
}

@supports (padding-right: clamp( 1.5rem , -0.5892857143rem  +  9.2857142857vw , 6.375rem )) {
  .how-it-works-section__body {
    padding-right: clamp( 1.5rem , -0.5892857143rem  +  9.2857142857vw , 6.375rem );
  }
}

@supports not (padding-right: clamp( 1.5rem , -0.5892857143rem  +  9.2857142857vw , 6.375rem )) {
  .how-it-works-section__body {
    padding-right: calc(1.5rem + 4.875 * (100vw - 22.5rem) / 52.5);
  }
}

@supports (margin-bottom: clamp( 0.9375rem , 0.4821428571rem  +  2.0238095238vw , 2rem )) {
  .how-it-works-section__title {
    margin-bottom: clamp( 0.9375rem , 0.4821428571rem  +  2.0238095238vw , 2rem );
  }
}

@supports not (margin-bottom: clamp( 0.9375rem , 0.4821428571rem  +  2.0238095238vw , 2rem )) {
  .how-it-works-section__title {
    margin-bottom: calc(0.9375rem + 1.0625 * (100vw - 22.5rem) / 52.5);
  }
}

@supports (margin-bottom: clamp( 2.375rem , 1.8392857143rem  +  2.380952381vw , 3.625rem )) {
  .how-it-works-section__text {
    margin-bottom: clamp( 2.375rem , 1.8392857143rem  +  2.380952381vw , 3.625rem );
  }
}

@supports not (margin-bottom: clamp( 2.375rem , 1.8392857143rem  +  2.380952381vw , 3.625rem )) {
  .how-it-works-section__text {
    margin-bottom: calc(2.375rem + 1.25 * (100vw - 22.5rem) / 52.5);
  }
}

.how-it-works-section__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.how-it-works-section__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 3.375rem);
          flex: 1 1 calc(33.333% - 3.375rem);
}

.how-it-works-section__img-bg {
  max-width: 44.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2.5rem auto 0;
}

.how-it-works-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@supports (margin-bottom: clamp( 1.4375rem , 1.1964285714rem  +  1.0714285714vw , 2rem )) {
  .how-it-works-item > :not(*:last-child) {
    margin-bottom: clamp( 1.4375rem , 1.1964285714rem  +  1.0714285714vw , 2rem );
  }
}

@supports not (margin-bottom: clamp( 1.4375rem , 1.1964285714rem  +  1.0714285714vw , 2rem )) {
  .how-it-works-item > :not(*:last-child) {
    margin-bottom: calc(1.4375rem + 0.5625 * (100vw - 22.5rem) / 52.5);
  }
}

.how-it-works-item__images {
  position: relative;
  margin-right: 3.375rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.5625rem;
          flex: 0 0 5.5625rem;
}

.how-it-works-item__image {
  max-width: 3.375rem;
  width: 100%;
  max-height: 5.5rem;
  height: 100%;
}

.how-it-works-item__icon {
  position: absolute;
  bottom: 0.875rem;
  left: calc(100% - 0.625rem);
  max-width: 3.375rem;
  height: auto;
  max-height: 4.0625rem;
}

@supports (margin-bottom: clamp( 1.5rem , 0.8571428571rem  +  2.8571428571vw , 3rem )) {
  .cars-list-section__title:not(:last-child) {
    margin-bottom: clamp( 1.5rem , 0.8571428571rem  +  2.8571428571vw , 3rem );
  }
}

@supports not (margin-bottom: clamp( 1.5rem , 0.8571428571rem  +  2.8571428571vw , 3rem )) {
  .cars-list-section__title:not(:last-child) {
    margin-bottom: calc(1.5rem + 1.5 * (100vw - 22.5rem) / 52.5);
  }
}

.cars-list-section__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10.8125rem, 1fr));
}

@supports (gap: clamp( 0.5rem , -0.1428571429rem  +  2.8571428571vw , 2rem )) {
  .cars-list-section__items {
    gap: clamp( 0.5rem , -0.1428571429rem  +  2.8571428571vw , 2rem );
  }
}

@supports not (gap: clamp( 0.5rem , -0.1428571429rem  +  2.8571428571vw , 2rem )) {
  .cars-list-section__items {
    gap: calc(0.5rem + 1.5 * (100vw - 22.5rem) / 52.5);
  }
}

.cars-list-section__items--type-vehic {
  grid-template-columns: repeat(auto-fit, minmax(13.0625rem, 1fr));
}

@supports (gap: clamp( 0.5rem , -0.3035714286rem  +  3.5714285714vw , 2.375rem )) {
  .cars-list-section__items--type-vehic {
    gap: clamp( 0.5rem , -0.3035714286rem  +  3.5714285714vw , 2.375rem );
  }
}

@supports not (gap: clamp( 0.5rem , -0.3035714286rem  +  3.5714285714vw , 2.375rem )) {
  .cars-list-section__items--type-vehic {
    gap: calc(0.5rem + 1.875 * (100vw - 22.5rem) / 52.5);
  }
}

.cars-list-section__item--increased {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.car-item {
  height: 100%;
  padding: 1rem 1rem 1.5rem;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.375rem;
  background: rgb(247, 247, 246);
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0) inset;
          box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0) inset;
  -webkit-transition: background 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  transition: background 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s;
  transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  min-height: 10.4375rem;
  text-align: center;
}

.car-item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 6rem;
  margin: 0 auto 0.0625rem;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transform: scale(1.005);
      -ms-transform: scale(1.005);
          transform: scale(1.005);
}

.value-calc-section__body {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}

.value-calc-section__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@supports (margin-bottom: clamp( 2.5rem , 1.9375rem  +  2.5vw , 3.8125rem )) {
  .value-calc-main__title {
    margin-bottom: clamp( 2.5rem , 1.9375rem  +  2.5vw , 3.8125rem );
  }
}

@supports not (margin-bottom: clamp( 2.5rem , 1.9375rem  +  2.5vw , 3.8125rem )) {
  .value-calc-main__title {
    margin-bottom: calc(2.5rem + 1.3125 * (100vw - 22.5rem) / 52.5);
  }
}

.value-calc-main__form .form__body {
  max-width: 23.75rem;
}

.value-calc-form {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
}

.value-calc-form__body {
  display: -ms-grid;
  display: grid;
  gap: 2.25rem;
}

.value-calc-form__body .form__label {
  margin: 0;
}

.value-calc-form__body .form__item {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}

.value-calc-form__body .odometer_info {
  line-height: 138%;
}

.value-calc-form__body.value-calc-form__body--submit {
  gap: 2rem;
}

.value-calc-form__body.value-calc-form__body--submit .form__item {
  gap: 0;
}

.value-calc-form__body.value-calc-form__body--submit .form__item .form_placeholder1 {
  margin-bottom: 1rem;
}

.value-calc-form__btn {
  -ms-grid-column-align: start;
      justify-self: start;
  min-width: 14.0625rem;
}

.value-calc-form .buttonclass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.value-calc-form .buttonclass ._icon-arrow-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.value-calc-form .buttonclass ._icon-arrow-left::before {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.value-calc-aside {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: start;
      align-content: start;
  color: #000;
  background-color: #ffd833;
}

@supports (padding-top: clamp( 1.5rem , 0.4285714286rem  +  4.7619047619vw , 4rem )) {
  .value-calc-aside {
    padding-top: clamp( 1.5rem , 0.4285714286rem  +  4.7619047619vw , 4rem );
  }
}

@supports not (padding-top: clamp( 1.5rem , 0.4285714286rem  +  4.7619047619vw , 4rem )) {
  .value-calc-aside {
    padding-top: calc(1.5rem + 2.5 * (100vw - 22.5rem) / 52.5);
  }
}

@supports (padding-bottom: clamp( 1.125rem , 0.5625rem  +  2.5vw , 2.4375rem )) {
  .value-calc-aside {
    padding-bottom: clamp( 1.125rem , 0.5625rem  +  2.5vw , 2.4375rem );
  }
}

@supports not (padding-bottom: clamp( 1.125rem , 0.5625rem  +  2.5vw , 2.4375rem )) {
  .value-calc-aside {
    padding-bottom: calc(1.125rem + 1.3125 * (100vw - 22.5rem) / 52.5);
  }
}

@supports (padding-left: clamp( 1.5rem , 0.8571428571rem  +  2.8571428571vw , 3rem )) {
  .value-calc-aside {
    padding-left: clamp( 1.5rem , 0.8571428571rem  +  2.8571428571vw , 3rem );
  }
}

@supports not (padding-left: clamp( 1.5rem , 0.8571428571rem  +  2.8571428571vw , 3rem )) {
  .value-calc-aside {
    padding-left: calc(1.5rem + 1.5 * (100vw - 22.5rem) / 52.5);
  }
}

@supports (padding-right: clamp( 1.5rem , 0.8571428571rem  +  2.8571428571vw , 3rem )) {
  .value-calc-aside {
    padding-right: clamp( 1.5rem , 0.8571428571rem  +  2.8571428571vw , 3rem );
  }
}

@supports not (padding-right: clamp( 1.5rem , 0.8571428571rem  +  2.8571428571vw , 3rem )) {
  .value-calc-aside {
    padding-right: calc(1.5rem + 1.5 * (100vw - 22.5rem) / 52.5);
  }
}

.value-calc-aside__text {
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 137%;
}

.value-calc-aside__call-us {
  font-family: "Barlow Condensed";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.05rem;
  margin-bottom: 1.5rem;
}

.value-calc-aside__call-us .btn-phone {
  font-size: inherit;
  padding-left: 1.1875em;
}

.value-calc-aside__call-us .btn-phone::before {
  font-size: 0.75em;
}

.value-calc-aside__image {
  margin-top: 2rem;
}

.about-us-section__title {
  margin-bottom: 1rem;
}

.about-us-section__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.about-us-section__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 1rem;
  line-height: 1.75;
}

.about-us-section__info > :first-child {
  max-width: 23.625rem;
  line-height: 1.4;
}

.about-us-section__info > :not(*:last-child) {
  margin-bottom: 2.0625rem;
}

.about-us-section__video::after,
.about-us-section__video-play {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.about-us-section__video {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36.5rem;
          flex: 0 0 36.5rem;
  height: 21.5rem;
  width: 36.5rem;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
  padding-bottom: 0;
  position: relative;
  background: #000;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}

.about-us-section__video video {
  -o-object-fit: cover;
     object-fit: cover;
}

.about-us-section__video video._no-cover {
  -o-object-fit: contain;
     object-fit: contain;
}

.about-us-section__video::after {
  content: "";
  border-radius: 0.375rem;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 216, 51, 0.85);
}

.about-us-section__video._paused::after,
.about-us-section__video._paused .about-us-section__video-play {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.about-us-section__video-play {
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: color 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s, -webkit-box-shadow 0.4s ease 0s;
  transition: color 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s, -webkit-box-shadow 0.4s ease 0s;
  transition: color 0.3s ease 0s, box-shadow 0.4s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  transition: color 0.3s ease 0s, box-shadow 0.4s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s, -webkit-box-shadow 0.4s ease 0s;
}

.about-us-section__video-play::before {
  font-size: 1.375rem;
  -webkit-transform: translateX(2px) translateY(1px);
      -ms-transform: translateX(2px) translateY(1px);
          transform: translateX(2px) translateY(1px);
}

.our-values-section__bg-gray {
  background-color: #F7F7F6;
}

.our-values-section__bg-gray .our-values-item__image {
  width: 4.4375rem;
  bottom: 1.4375rem;
}

@supports (padding-top: clamp( 4rem , 1.8571428571rem  +  9.5238095238vw , 9rem )) {
  .our-values-section__bg-gray .our-values-section__container {
    padding-top: clamp( 4rem , 1.8571428571rem  +  9.5238095238vw , 9rem );
  }
}

@supports not (padding-top: clamp( 4rem , 1.8571428571rem  +  9.5238095238vw , 9rem )) {
  .our-values-section__bg-gray .our-values-section__container {
    padding-top: calc(4rem + 5 * (100vw - 22.5rem) / 52.5);
  }
}

@supports (padding-bottom: clamp( 4rem , 1.8571428571rem  +  9.5238095238vw , 9rem )) {
  .our-values-section__bg-gray .our-values-section__container {
    padding-bottom: clamp( 4rem , 1.8571428571rem  +  9.5238095238vw , 9rem );
  }
}

@supports not (padding-bottom: clamp( 4rem , 1.8571428571rem  +  9.5238095238vw , 9rem )) {
  .our-values-section__bg-gray .our-values-section__container {
    padding-bottom: calc(4rem + 5 * (100vw - 22.5rem) / 52.5);
  }
}

@supports (margin-bottom: clamp( 3.4375rem , 2.7946428571rem  +  2.8571428571vw , 4.9375rem )) {
  .our-values-section__title {
    margin-bottom: clamp( 3.4375rem , 2.7946428571rem  +  2.8571428571vw , 4.9375rem );
  }
}

@supports not (margin-bottom: clamp( 3.4375rem , 2.7946428571rem  +  2.8571428571vw , 4.9375rem )) {
  .our-values-section__title {
    margin-bottom: calc(3.4375rem + 1.5 * (100vw - 22.5rem) / 52.5);
  }
}

.our-values-section__columns {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1.9375rem;
     -moz-column-gap: 1.9375rem;
          column-gap: 1.9375rem;
  row-gap: 5.625rem;
  grid-template-columns: repeat(auto-fit, minmax(23.6875rem, 1fr));
}

@supports (margin-top: clamp( 3.5rem , 2.6428571429rem  +  3.8095238095vw , 5.5rem )) {
  .our-values-section__text {
    margin-top: clamp( 3.5rem , 2.6428571429rem  +  3.8095238095vw , 5.5rem );
  }
}

@supports not (margin-top: clamp( 3.5rem , 2.6428571429rem  +  3.8095238095vw , 5.5rem )) {
  .our-values-section__text {
    margin-top: calc(3.5rem + 2 * (100vw - 22.5rem) / 52.5);
  }
}

.our-values-item__image-body {
  width: 4.5rem;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin-bottom: 1.5rem;
  background-color: #F7F7F6;
}

.our-values-item__image {
  width: 2.5rem;
}

.our-values-item__title {
  margin-bottom: 1.9375rem;
}

.our-values-item__text {
  font-weight: 600;
  line-height: 162.5%;
}

@supports (margin-bottom: clamp( 1.5rem , 0.8571428571rem  +  2.8571428571vw , 3rem )) {
  .popular-services-section__title {
    margin-bottom: clamp( 1.5rem , 0.8571428571rem  +  2.8571428571vw , 3rem );
  }
}

@supports not (margin-bottom: clamp( 1.5rem , 0.8571428571rem  +  2.8571428571vw , 3rem )) {
  .popular-services-section__title {
    margin-bottom: calc(1.5rem + 1.5 * (100vw - 22.5rem) / 52.5);
  }
}

.popular-services-section__items {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1.9375rem;
     -moz-column-gap: 1.9375rem;
          column-gap: 1.9375rem;
  row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.popular-services-section__items--four {
  grid-template-columns: repeat(auto-fit, minmax(17.25rem, 1fr));
}

.popular-services-section__item .gray-btn {
  min-height: 3.8125rem;
  font-weight: 500;
  text-transform: none;
}

.popular-services-section__item a {
  height: 100%;
}

.popular-services-section__btn-all {
  text-align: left;
  margin-left: auto;
  margin-top: 3rem;
}

.service-available__top {
  position: relative;
}

.service-available__top::before,
.service-available__top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service-available__top::after {
  content: "";
  z-index: 0;
  background: url("../img/some-day/lines-bg.svg") 0 0/auto 100% repeat-x;
}

.service-available__top::before {
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(rgb(247, 247, 246)), to(rgb(255, 255, 255))) 0 0/auto 100% repeat-x;
  background: linear-gradient(90deg, rgb(247, 247, 246) 0%, rgb(255, 255, 255) 100%) 0 0/auto 100% repeat-x;
}

.service-available__title {
  font-family: "Barlow Condensed";
  position: relative;
  z-index: 1;
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.05rem;
  line-height: 120%;
  padding-left: 4.9375rem;
  padding: 2rem 40% 2rem 4.9375rem;
}

.service-available__title::before {
  width: 3rem;
  height: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.service-available__title span {
  display: block;
}

.service-available__bottom {
  background-color: #ffd833;
}

.service-available__bottom-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.service-available__call {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.0625rem;
     -moz-column-gap: 1.0625rem;
          column-gap: 1.0625rem;
  row-gap: 0.3125rem;
  font-family: "Barlow Condensed";
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.05rem;
}

.service-available__phone {
  font-size: 2rem;
  padding-left: 1.1875em;
}

.service-available__phone::before {
  font-size: 0.75em;
}

.service-available__bg {
  position: absolute;
  bottom: 0;
  right: 12.5%;
  width: 23%;
  min-width: 15.5625rem;
}

.recent-vehicles__title:not(:last-child) {
  margin-bottom: 2rem;
}

.recent-vehicles__text:not(:last-child) {
  margin-bottom: 2rem;
}


.numbers__title {
  margin-bottom: 3rem;
}

.numbers__items {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 3.5rem;
  grid-template-columns: repeat(auto-fit, minmax(17.25rem, 1fr));
}

.number-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.number-card__value {
  color: #ffd833;
  font-family: "Barlow Condensed";
  font-weight: 500;
  font-size: 6.5rem;
  letter-spacing: -0.1625rem;
  line-height: 87.5%;
}

.number-card__text {
  line-height: 162.5%;
}

.vehicles-card {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.vehicles-card__image-body {
  position: relative;
}

.vehicles-card__image-ibg {
  display: block;
  padding-bottom: 68.4782608696%;
}

.vehicles-card__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 2rem;
  font-family: "Barlow Condensed";
}

.vehicles-card__title {
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.vehicles-card__price {
  font-weight: 600;
  font-size: 2rem;
  margin-top: 0.5em;
}

.vehicles-card__ranking {
  font-size: 0.75rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.9375rem 2rem;
  background-color: #ffd833;
}

.vehicles-card__ranking span {
  font-family: "Barlow Condensed";
  font-size: 1.125rem;
  font-weight: 600;
}

.vehicles-card-tag {
  padding: 0.375rem 0.625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 1rem;
  left: 1.375rem;
  background-color: #fff;
  border-radius: 0.25rem;
  font-weight: 600;
  font-size: 0.75rem;
}

.vehicles-card-tag::before {
  margin-right: 0.4em;
  font-size: 1.25em;
}

@supports ((-moz-column-gap: clamp( 0.5rem , -0.3035714286rem  +  3.5714285714vw , 2.375rem )) or (column-gap: clamp( 0.5rem , -0.3035714286rem  +  3.5714285714vw , 2.375rem ))) {
  .types-vehicles .cars-list-section__items {
    -webkit-column-gap: clamp( 0.5rem , -0.3035714286rem  +  3.5714285714vw , 2.375rem );
       -moz-column-gap: clamp( 0.5rem , -0.3035714286rem  +  3.5714285714vw , 2.375rem );
            column-gap: clamp( 0.5rem , -0.3035714286rem  +  3.5714285714vw , 2.375rem );
  }
}

@supports not ((-moz-column-gap: clamp( 0.5rem , -0.3035714286rem  +  3.5714285714vw , 2.375rem )) or (column-gap: clamp( 0.5rem , -0.3035714286rem  +  3.5714285714vw , 2.375rem ))) {
  .types-vehicles .cars-list-section__items {
    -webkit-column-gap: calc(0.5rem + 1.875 * (100vw - 22.5rem) / 52.5);
       -moz-column-gap: calc(0.5rem + 1.875 * (100vw - 22.5rem) / 52.5);
            column-gap: calc(0.5rem + 1.875 * (100vw - 22.5rem) / 52.5);
  }
}

@supports (row-gap: clamp( 0.5rem , -0.1428571429rem  +  2.8571428571vw , 2rem )) {
  .types-vehicles .cars-list-section__items {
    row-gap: clamp( 0.5rem , -0.1428571429rem  +  2.8571428571vw , 2rem );
  }
}

@supports not (row-gap: clamp( 0.5rem , -0.1428571429rem  +  2.8571428571vw , 2rem )) {
  .types-vehicles .cars-list-section__items {
    row-gap: calc(0.5rem + 1.5 * (100vw - 22.5rem) / 52.5);
  }
}

@supports (margin-bottom: clamp( 1.5rem , 0.8571428571rem  +  2.8571428571vw , 3rem )) {
  .testimonials-section__title {
    margin-bottom: clamp( 1.5rem , 0.8571428571rem  +  2.8571428571vw , 3rem );
  }
}

@supports not (margin-bottom: clamp( 1.5rem , 0.8571428571rem  +  2.8571428571vw , 3rem )) {
  .testimonials-section__title {
    margin-bottom: calc(1.5rem + 1.5 * (100vw - 22.5rem) / 52.5);
  }
}

.testimonials-section__actions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonials-card {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

@supports (padding-top: clamp( 1rem , 0.6785714286rem  +  1.4285714286vw , 1.75rem )) {
  .testimonials-card {
    padding-top: clamp( 1rem , 0.6785714286rem  +  1.4285714286vw , 1.75rem );
  }
}

@supports not (padding-top: clamp( 1rem , 0.6785714286rem  +  1.4285714286vw , 1.75rem )) {
  .testimonials-card {
    padding-top: calc(1rem + 0.75 * (100vw - 22.5rem) / 52.5);
  }
}

@supports (padding-bottom: clamp( 0.6875rem , 0.2321428571rem  +  2.0238095238vw , 1.75rem )) {
  .testimonials-card {
    padding-bottom: clamp( 0.6875rem , 0.2321428571rem  +  2.0238095238vw , 1.75rem );
  }
}

@supports not (padding-bottom: clamp( 0.6875rem , 0.2321428571rem  +  2.0238095238vw , 1.75rem )) {
  .testimonials-card {
    padding-bottom: calc(0.6875rem + 1.0625 * (100vw - 22.5rem) / 52.5);
  }
}

@supports (padding-left: clamp( 1.5rem , 0.8571428571rem  +  2.8571428571vw , 3rem )) {
  .testimonials-card {
    padding-left: clamp( 1.5rem , 0.8571428571rem  +  2.8571428571vw , 3rem );
  }
}

@supports not (padding-left: clamp( 1.5rem , 0.8571428571rem  +  2.8571428571vw , 3rem )) {
  .testimonials-card {
    padding-left: calc(1.5rem + 1.5 * (100vw - 22.5rem) / 52.5);
  }
}

@supports (padding-right: clamp( 1.5rem , 1.0178571429rem  +  2.1428571429vw , 2.625rem )) {
  .testimonials-card {
    padding-right: clamp( 1.5rem , 1.0178571429rem  +  2.1428571429vw , 2.625rem );
  }
}

@supports not (padding-right: clamp( 1.5rem , 1.0178571429rem  +  2.1428571429vw , 2.625rem )) {
  .testimonials-card {
    padding-right: calc(1.5rem + 1.125 * (100vw - 22.5rem) / 52.5);
  }
}

.testimonials-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.testimonials-card__quote-icon {
  margin-top: 0.375rem;
  font-size: 1.75rem;
  color: #ffd833;
}

.testimonials-card__text {
  margin-top: 1.5625rem;
  line-height: 162.5%;
  margin-bottom: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.testimonials-card__text._greater-text {
  margin-top: 0.75rem;
  line-height: 136%;
}

@supports (font-size: clamp( 1.75rem , 1.6964285714rem  +  0.2380952381vw , 1.875rem )) {
  .testimonials-card__text._greater-text {
    font-size: clamp( 1.75rem , 1.6964285714rem  +  0.2380952381vw , 1.875rem );
  }
}

@supports not (font-size: clamp( 1.75rem , 1.6964285714rem  +  0.2380952381vw , 1.875rem )) {
  .testimonials-card__text._greater-text {
    font-size: calc(1.75rem + 0.125 * (100vw - 22.5rem) / 52.5);
  }
}

.testimonials-card__username {
  font-family: "Barlow Condensed";
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.testimonials-card__rating {
  font-family: "Barlow Condensed";
  font-size: 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonials-card__rating .ranking-icon::after {
  margin: 0;
  width: 2.0625rem;
  height: 2.0625rem;
}

.popular-brands .cars-list-section__items {
  grid-template-columns: repeat(auto-fit, minmax(6.1875rem, 1fr));
}

@supports (gap: clamp( 0.5rem , 0.0982142857rem  +  1.7857142857vw , 1.4375rem )) {
  .popular-brands .cars-list-section__items {
    gap: clamp( 0.5rem , 0.0982142857rem  +  1.7857142857vw , 1.4375rem );
  }
}

@supports not (gap: clamp( 0.5rem , 0.0982142857rem  +  1.7857142857vw , 1.4375rem )) {
  .popular-brands .cars-list-section__items {
    gap: calc(0.5rem + 0.9375 * (100vw - 22.5rem) / 52.5);
  }
}

.popular-brands .car-item {
  padding: 0.375rem;
  min-width: 6.1875rem;
  min-height: 6.1875rem;
}

.popular-brands .car-item__image {
  max-width: 5.3125rem;
}

@supports (margin-bottom: clamp( 1.5rem , 0.6696428571rem  +  3.6904761905vw , 3.4375rem )) {
  .states-map-section__title {
    margin-bottom: clamp( 1.5rem , 0.6696428571rem  +  3.6904761905vw , 3.4375rem );
  }
}

@supports not (margin-bottom: clamp( 1.5rem , 0.6696428571rem  +  3.6904761905vw , 3.4375rem )) {
  .states-map-section__title {
    margin-bottom: calc(1.5rem + 1.9375 * (100vw - 22.5rem) / 52.5);
  }
}

.states-map-section__map {
  padding: 0 0.96875rem;
}

.states-map-section__map:not(:last-child) {
  margin-bottom: 3rem;
}

.states-map-section__map svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.1));
  width: 100%;
  height: auto;
  max-width: 100%;
  --map-bg: rgba(238, 238, 234, 1);
  --white: #ffffff;
  --map-bg-active: #ffd833;
  --map-border: rgba(139, 139, 139, 1);
}

.states-map-section__map svg .state-fill,
.states-map-section__map svg .map-svg .state-fill,
.states-map-section__map svg .states-map__map .state-fill {
  fill: var(--map-bg);
  stroke: var(--white);
  stroke-width: 5;
}

.states-map-section__map svg .state-border,
.states-map-section__map svg .map-svg .state-border,
.states-map-section__map svg .states-map__map .state-border {
  fill: none;
  stroke: var(--map-border);
  stroke-width: 1;
}

.states-map-section__map svg .state-map-link {
  outline: none;
}

.states-map-section__map svg .state-map-link:focus .state-fill,
.states-map-section__map svg .state-map-link:hover .state-fill {
  fill: var(--map-bg-active);
}

.states-map-section__map svg .state-map-wrapper {
  -webkit-transform: translate(-54px, 0px) scale(1.038);
      -ms-transform: translate(-54px, 0px) scale(1.038);
          transform: translate(-54px, 0px) scale(1.038);
}

[data-tooltip] {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  letter-spacing: -0.0375rem;
  display: none;
  background-color: #fff;
  padding: 0.375rem 0.375rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 0.5rem -0.3125rem rgba(44, 40, 51, 0.6745098039);
          box-shadow: 0 0 0.5rem -0.3125rem rgba(44, 40, 51, 0.6745098039);
}

[data-tooltip][data-show] {
  display: block;
}

.state-list {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(14.1875rem, 1fr));
}

.state-list--extended .state-list__link {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-right: 2.8125rem;
  -webkit-transition: margin 0.3s ease 0s;
  transition: margin 0.3s ease 0s;
  position: relative;
}

.state-list--extended .state-list__link::before,
.state-list--extended .state-list__link::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: calc(50% - 0.5rem);
  right: 1.5rem;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.state-list--extended .state-list__link::before {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  background: url("../img/icons/minus.svg") center no-repeat;
}

.state-list--extended .state-list__link::after {
  opacity: 1;
  -webkit-transform: scale(1.001);
      -ms-transform: scale(1.001);
          transform: scale(1.001);
  background: url("../img/icons/cross.svg") center no-repeat;
}

.state-list--extended .state-list__link span::before {
  content: "";
  background-color: rgb(247, 247, 246);
  border-radius: 0.375rem;
  position: absolute;
  width: 100%;
  left: 0;
  height: 60%;
  top: 30%;
  z-index: -1;
  -webkit-transition: top 0.2s ease 0s, border-radius 0.3s ease;
  transition: top 0.2s ease 0s, border-radius 0.3s ease;
}

.state-list--extended .state-list__link._spoller-active::after {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.state-list--extended .state-list__link._spoller-active::before {
  opacity: 1;
  -webkit-transform: scale(1.001);
      -ms-transform: scale(1.001);
          transform: scale(1.001);
}

.state-list--extended .state-list__link._spoller-active span::before {
  border-radius: 0;
  top: 75%;
}

.state-list__link {
  padding: 0.75rem 1.5rem;
  text-transform: none;
  font-size: 1.25rem;
  font-weight: 500;
}

.state-list__link::before {
  font-size: 1rem;
}

.state-list__spoller-list {
  max-width: 1200px;
  position: relative;
  top: 1rem;
}

.state-list-spoller {
  background-color: rgb(247, 247, 246);
  border-radius: 0.375rem;
  margin-bottom: 1rem;
}

.state-list-spoller__head {
  padding: 1.5rem 2rem 2rem;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}

.state-list-spoller__head .state-list-spoller__link {
  font-size: 1.5rem;
}

.state-list-spoller__head .state-list-spoller__link._icon-star::before {
  position: relative;
  top: 0.0833333333em;
}

.state-list-spoller__items {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1.0625rem;
  grid-template-columns: repeat(auto-fill, minmax(14.1875rem, 1fr));
}

.state-list-spoller__link._icon-star::before {
  color: #000;
  font-size: 1.375rem;
}

.state-list-spoller__content-body {
  padding: 1rem 2rem 1.5625rem;
}

.state-list-spoller__letter-group:not(:last-child) {
  margin-bottom: 2.0625rem;
}

.state-list-spoller__letter {
  font-family: "Barlow Condensed";
  font-size: 3rem;
  letter-spacing: 0.064375rem;
  margin-bottom: 1.0625rem;
}

@supports (margin-bottom: clamp( 1.5rem , 0.8571428571rem  +  2.8571428571vw , 3rem )) {
  .last-articles-section__title {
    margin-bottom: clamp( 1.5rem , 0.8571428571rem  +  2.8571428571vw , 3rem );
  }
}

@supports not (margin-bottom: clamp( 1.5rem , 0.8571428571rem  +  2.8571428571vw , 3rem )) {
  .last-articles-section__title {
    margin-bottom: calc(1.5rem + 1.5 * (100vw - 22.5rem) / 52.5);
  }
}

.last-articles-section:not([data-slider]) .last-articles-section__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 2.0625rem;
  grid-template-columns: repeat(auto-fit, minmax(23.625rem, 1fr));
}

.last-articles-section__slider {
  margin: -0.1875rem;
  padding: 0.1875rem;
}

.last-articles-section__actions {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.articles-card {
  border-radius: 0.375rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.articles-card__image-ibg {
  display: block;
  padding-bottom: 59.7883597884%;
}

.articles-card__body {
  background-color: #F7F7F6;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@supports (padding-left: clamp( 1.5rem , 0.8571428571rem  +  2.8571428571vw , 3rem )) {
  .articles-card__body {
    padding-left: clamp( 1.5rem , 0.8571428571rem  +  2.8571428571vw , 3rem );
  }
}

@supports not (padding-left: clamp( 1.5rem , 0.8571428571rem  +  2.8571428571vw , 3rem )) {
  .articles-card__body {
    padding-left: calc(1.5rem + 1.5 * (100vw - 22.5rem) / 52.5);
  }
}

@supports (padding-right: clamp( 1.5rem , 0.8571428571rem  +  2.8571428571vw , 3rem )) {
  .articles-card__body {
    padding-right: clamp( 1.5rem , 0.8571428571rem  +  2.8571428571vw , 3rem );
  }
}

@supports not (padding-right: clamp( 1.5rem , 0.8571428571rem  +  2.8571428571vw , 3rem )) {
  .articles-card__body {
    padding-right: calc(1.5rem + 1.5 * (100vw - 22.5rem) / 52.5);
  }
}

.articles-card__body:not(:has(.articles-card__text)) .articles-card__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.articles-card__title {
  font-family: "Barlow Condensed";
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.articles-card__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 162.5%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}

.articles-card__date {
  line-height: 122%;
  font-weight: 600;
  margin-top: 1.5rem;
}

.progress-bar {
  --colour1: #000000;
  --colour2: #ffefae;
  --speed: 2s;
  --patternRepeatWidth: 30;
  --stripeWidth: calc(var(--patternRepeatWidth) * 1px);
  --fundamentalBase: calc(1px * sqrt(2 * pow(var(--patternRepeatWidth), 2)));
  background-color: #ffd833;
  border-radius: 0.4375rem;
  overflow: hidden;
}

.progress-bar__line {
  width: 40%;
  overflow: hidden;
  border-radius: 0.4375rem;
  -webkit-transition: width 0.05s ease;
  transition: width 0.05s ease;
}

.progress-bar__line span {
  display: block;
  min-height: 1rem;
  width: calc(var(--fundamentalBase) * 7);
  background-color: var(--colour2);
  background-image: repeating-linear-gradient(45deg, transparent, transparent calc(var(--stripeWidth) / 2), var(--colour1) calc(var(--stripeWidth) / 2), var(--colour1) var(--stripeWidth));
  -webkit-animation: slide var(--speed) linear infinite;
          animation: slide var(--speed) linear infinite;
  will-change: background-position;
}

@-webkit-keyframes slide {
  from {
    background-position-x: 0;
  }

  to {
    background-position-x: var(--fundamentalBase);
  }
}

@keyframes slide {
  from {
    background-position-x: 0;
  }

  to {
    background-position-x: var(--fundamentalBase);
  }
}

.popup-open body::after {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.875rem 0.625rem;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.loaded .popup {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup.popup_show {
  z-index: 150;
  visibility: visible;
  opacity: 1;
  overflow: auto;
  pointer-events: auto;
}

.popup.popup_show .popup__content {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__content {
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  background-color: #fff;
  border: 1px solid #979797;
  padding: 1.5rem;
  width: 100%;
  max-width: 21.4375rem;
  border-radius: 1.5rem;
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  outline: none;
}

.popup__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.125rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.popup__actions {
  display: -ms-grid;
  display: grid;
  gap: 0.75rem;
}

.popup__actions--gap {
  gap: 0.5rem;
}

.popup__title--indent {
  margin-bottom: 1rem;
}

.popup__text {
  word-break: break-word;
}

.popup__btn-cross {
  margin-right: -0.375rem;
  width: 2rem;
  height: 2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2rem;
          flex: 0 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem;
}

.popup__btn-cross::before {
  font-size: 1.25rem;
}

.popup__banner {
  margin-bottom: 1rem;
}

.popup__banner--mb {
  margin-bottom: 0;
}

.call-now {
  padding: 1.5625rem 2rem;
  background-color: #ffd833;
  display: -ms-grid;
  display: grid;
  justify-items: start;
  gap: 1.5rem;
  border-radius: 1rem;
}

.call-now__title {
  font-size: 2.125rem;
  font-weight: 900;
  line-height: 0.9411764706;
  letter-spacing: -0.125rem;
}

.call-now__phone {
  font-size: 1.5rem;
  font-weight: 900;
  padding-left: 2.375rem;
}

.call-now__phone._icon-phone::before {
  font-size: 0.9166666667em;
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -webkit-animation: f-spinner-rotate 2s linear infinite;
          animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  -webkit-animation: f-spinner-dash 2s ease-in-out infinite;
          animation: f-spinner-dash 2s ease-in-out infinite;
}

@-webkit-keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.f-throwOutUp {
  -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
          animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
          animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@-webkit-keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
            transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}

@keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
            transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}

@-webkit-keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
            transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}

@keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
            transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}

.f-zoomInUp {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
          animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
          animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@-webkit-keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

.f-fadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
          animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
          animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@-webkit-keyframes f-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}

@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}

.f-fadeFastIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
          animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  -webkit-animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
          animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@-webkit-keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}

@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}

.f-fadeSlowIn {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
          animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
          animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@-webkit-keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}

@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}

.f-crossfadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
          animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  -webkit-animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
          animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@-webkit-keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}

@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}

.f-slideIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@-webkit-keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.f-classicIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@-webkit-keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
}

@keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
}

@-webkit-keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }
}

@keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }
}

:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  -webkit-box-shadow: var(--f-button-shadow);
          box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  -webkit-transition: var(--f-button-transition);
  transition: var(--f-button-transition);
}

.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
          box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  -webkit-transform: var(--f-button-transform);
      -ms-transform: var(--f-button-transform);
          transform: var(--f-button-transform);
  -webkit-filter: var(--f-button-svg-filter);
          filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  -ms-touch-action: none;
      touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.fancybox__container::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty,
.fancybox__viewport:empty,
.fancybox__track:empty,
.fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.fancybox__caption {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  -webkit-animation: 0.15s ease-out both f-fadeOut;
          animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  -webkit-animation: 0.15s ease-out both f-fadeOut;
          animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  -webkit-animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
          animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
          animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  -webkit-animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
          animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
          animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeff2), to(#e2e8f0));
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  -webkit-transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
          transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  -webkit-transition: none;
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  -webkit-transition: -webkit-transform 0.33s ease;
  transition: -webkit-transform 0.33s ease;
  transition: transform 0.33s ease;
  transition: transform 0.33s ease, -webkit-transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  -webkit-transition: -webkit-clip-path 0.33s ease;
  transition: -webkit-clip-path 0.33s ease;
  transition: clip-path 0.33s ease;
  transition: clip-path 0.33s ease, -webkit-clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  -webkit-filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
          filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  -webkit-clip-path: var(--clip-path);
          clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  -webkit-animation: f-fadeIn 0.2s ease-out;
          animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  -webkit-transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  -webkit-transition: none !important;
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  -webkit-animation: 0.15s ease-out both f-fadeOut;
          animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: flex;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -ms-flexbox;
  display: flex;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

@media (min-width: 29.99875em) {
  .footer-body__list:not(:last-child) {
    margin-bottom: 1.5625rem;
  }

  .main-section__indent {
    padding-bottom: 0.5rem;
  }

  .value-calc-form__body .main-black-btn,
  .value-calc-form__body .main-yellow-btn {
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .average-time__banner {
    min-width: 20rem;
  }  
}

@media (min-width: 34.375em) {
  .average-time__item:nth-child(odd) {
    border-right: 1px solid rgb(229, 229, 229);
  }
}

@media (min-width: 47.99875em) {
@supports (padding-left: clamp( 4.375rem , -20.3977272727rem  +  36.3636363636vw , 6.875rem )) {
    .header.hide-front-btn .body-header__menu {
      padding-left: clamp( 4.375rem , -20.3977272727rem  +  36.3636363636vw , 6.875rem );
    }
}

@supports not (padding-left: clamp( 4.375rem , -20.3977272727rem  +  36.3636363636vw , 6.875rem )) {
    .header.hide-front-btn .body-header__menu {
      padding-left: calc(4.375rem + 2.5 * (100vw - 68.125rem) / 6.875);
    }
}

  .location-sub-menu__bottom .location-sub-menu__columns:nth-child(odd) {
    border-right: 1px solid rgb(229, 229, 229);
  }

  .working-info__schedule p {
    text-align: left;
    display: inline;
  }

  .call-us-section--small .call-us-section__center,
  .call-us-section--small .call-us-section__schedule {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .value-calc-section__aside {
    max-width: 23.75rem;
  }

@supports (padding-top: clamp( 2.1875rem , -1.0230946882rem  +  6.6974595843vw , 4rem )) {
    .value-calc-main {
      padding-top: clamp( 2.1875rem , -1.0230946882rem  +  6.6974595843vw , 4rem );
    }
}

@supports not (padding-top: clamp( 2.1875rem , -1.0230946882rem  +  6.6974595843vw , 4rem )) {
    .value-calc-main {
      padding-top: calc(2.1875rem + 1.8125 * (100vw - 47.9375rem) / 27.0625);
    }
}

@supports (padding-bottom: clamp( 2.1875rem , -1.0230946882rem  +  6.6974595843vw , 4rem )) {
    .value-calc-main {
      padding-bottom: clamp( 2.1875rem , -1.0230946882rem  +  6.6974595843vw , 4rem );
    }
}

@supports not (padding-bottom: clamp( 2.1875rem , -1.0230946882rem  +  6.6974595843vw , 4rem )) {
    .value-calc-main {
      padding-bottom: calc(2.1875rem + 1.8125 * (100vw - 47.9375rem) / 27.0625);
    }
}

@supports (padding-left: clamp( 2.5rem , -15.9807692308rem  +  29.8076923077vw , 6.375rem )) {
    .value-calc-main {
      padding-left: clamp( 2.5rem , -15.9807692308rem  +  29.8076923077vw , 6.375rem );
    }
}

@supports not (padding-left: clamp( 2.5rem , -15.9807692308rem  +  29.8076923077vw , 6.375rem )) {
    .value-calc-main {
      padding-left: calc(2.5rem + 3.875 * (100vw - 62rem) / 13);
    }
}

  .popular-services-section__btn-all {
    min-width: calc(33.333% - 1.3125rem);
  }

@supports (padding-left: clamp( 0.0000000625rem , -23.0480766346rem  +  39.2307688462vw , 6.375rem )) {
    .service-available__top-body {
      padding-left: clamp( 0.0000000625rem , -23.0480766346rem  +  39.2307688462vw , 6.375rem );
    }
}

@supports not (padding-left: clamp( 0.0000000625rem , -23.0480766346rem  +  39.2307688462vw , 6.375rem )) {
    .service-available__top-body {
      padding-left: calc(0.0000000625rem + 6.3749999375 * (100vw - 58.75rem) / 16.25);
    }
}

  .service-available__bottom-body {
    padding-top: 1.5rem;
    padding-right: 36%;
    padding-bottom: 1.5rem;
  }

@supports (padding-left: clamp( 0.0000000625rem , -41.35096125rem  +  70.384615vw , 11.4375rem )) {
    .service-available__bottom-body {
      padding-left: clamp( 0.0000000625rem , -41.35096125rem  +  70.384615vw , 11.4375rem );
    }
}

@supports not (padding-left: clamp( 0.0000000625rem , -41.35096125rem  +  70.384615vw , 11.4375rem )) {
    .service-available__bottom-body {
      padding-left: calc(0.0000000625rem + 11.4374999375 * (100vw - 58.75rem) / 16.25);
    }
}
}

@media (min-width: 61.99875em) {
  .menu-top-header__list {
    row-gap: 0.8125rem;
  }

@supports ((-moz-column-gap: clamp( 1.25rem , -3.8173076923rem  +  8.1730769231vw , 2.3125rem )) or (column-gap: clamp( 1.25rem , -3.8173076923rem  +  8.1730769231vw , 2.3125rem ))) {
    .menu-top-header__list {
      -webkit-column-gap: clamp( 1.25rem , -3.8173076923rem  +  8.1730769231vw , 2.3125rem );
         -moz-column-gap: clamp( 1.25rem , -3.8173076923rem  +  8.1730769231vw , 2.3125rem );
              column-gap: clamp( 1.25rem , -3.8173076923rem  +  8.1730769231vw , 2.3125rem );
    }
}

@supports not ((-moz-column-gap: clamp( 1.25rem , -3.8173076923rem  +  8.1730769231vw , 2.3125rem )) or (column-gap: clamp( 1.25rem , -3.8173076923rem  +  8.1730769231vw , 2.3125rem ))) {
    .menu-top-header__list {
      -webkit-column-gap: calc(1.25rem + 1.0625 * (100vw - 62rem) / 13);
         -moz-column-gap: calc(1.25rem + 1.0625 * (100vw - 62rem) / 13);
              column-gap: calc(1.25rem + 1.0625 * (100vw - 62rem) / 13);
    }
}
  .car-main-img {
    width: 46.984%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 46.984%;
            flex: 0 1 46.984%;
  }

  .body-header__main-btn-burger {
    display: none;
  }

  .menu__list {
    row-gap: 0.5rem;
    -webkit-transform: translateY(0.40625rem);
        -ms-transform: translateY(0.40625rem);
            transform: translateY(0.40625rem);
  }

@supports ((-moz-column-gap: clamp( 1.25rem , -8.0432989566rem  +  14.9743986088vw , 3.1875rem )) or (column-gap: clamp( 1.25rem , -8.0432989566rem  +  14.9743986088vw , 3.1875rem ))) {
    .menu__list {
      -webkit-column-gap: clamp( 1.25rem , -8.0432989566rem  +  14.9743986088vw , 3.1875rem );
         -moz-column-gap: clamp( 1.25rem , -8.0432989566rem  +  14.9743986088vw , 3.1875rem );
              column-gap: clamp( 1.25rem , -8.0432989566rem  +  14.9743986088vw , 3.1875rem );
    }
}

@supports not ((-moz-column-gap: clamp( 1.25rem , -8.0432989566rem  +  14.9743986088vw , 3.1875rem )) or (column-gap: clamp( 1.25rem , -8.0432989566rem  +  14.9743986088vw , 3.1875rem ))) {
    .menu__list {
      -webkit-column-gap: calc(1.25rem + 1.9375 * (100vw - 62.06125rem) / 12.93875);
         -moz-column-gap: calc(1.25rem + 1.9375 * (100vw - 62.06125rem) / 12.93875);
              column-gap: calc(1.25rem + 1.9375 * (100vw - 62.06125rem) / 12.93875);
    }
}

  .menu__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .menu__sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s, padding 0.3s ease;
    transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s, padding 0.3s ease;
  }

  .sub-menu {
    overflow: auto;
    max-height: calc(100dvh - 11.5625rem);
  }

  ._header-scroll .sub-menu {
    max-height: calc(100dvh - 9.6875rem);
  }

  .sub-menu {
    -webkit-transform: translateY(-2.1875rem);
        -ms-transform: translateY(-2.1875rem);
            transform: translateY(-2.1875rem);
  }

  .location-sub-menu__bottom {
    margin-bottom: -1rem;
  }

  .webuy-sub-menu {
    min-width: 48.125rem;
  }

  .webuy-sub-menu__columns {
    margin: -1.5rem 0 -1rem 0;
  }

  .webuy-sub-menu__columns:nth-child(odd) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 66.666%;
            flex: 1 1 66.666%;
    padding: 1.5rem 0.8125rem 1rem 0;
  }

  .webuy-sub-menu__columns:nth-child(odd) {
    border-right: 1px solid rgb(229, 229, 229);
  }

  .webuy-sub-menu__columns:nth-child(even) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.333%;
            flex: 1 1 33.333%;
    padding: 1.5rem 0 1.5rem 1.5rem;
  }


  .average-time__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .average-time__banner {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 35.4166666667%;
            flex: 0 1 35.4166666667%;
  }

  .average-banner__btn {
    width: 100%;
  }


}

@media (min-width: 65.625em) {
  .how-it-works-section__column:nth-child(1) .how-it-works-item__images::before,
  .how-it-works-section__column:nth-child(2) .how-it-works-item__images::before {
    content: "";
    position: absolute;
    left: calc(100% + 4.125rem);
    top: 1.1875rem;
    height: 3.0625rem;
    background-size: contain;
    background-repeat: no-repeat;
  }

@supports (width: clamp( 7.5rem , -9.1745049505rem  +  26.7326732673vw , 10.875rem )) {
    .how-it-works-section__column:nth-child(1) .how-it-works-item__images::before,
    .how-it-works-section__column:nth-child(2) .how-it-works-item__images::before {
      width: clamp( 7.5rem , -9.1745049505rem  +  26.7326732673vw , 10.875rem );
    }
}

@supports not (width: clamp( 7.5rem , -9.1745049505rem  +  26.7326732673vw , 10.875rem )) {
    .how-it-works-section__column:nth-child(1) .how-it-works-item__images::before,
    .how-it-works-section__column:nth-child(2) .how-it-works-item__images::before {
      width: calc(7.5rem + 3.375 * (100vw - 62.375rem) / 12.625);
    }
}

  .no-webp .how-it-works-section__column:nth-child(1) .how-it-works-item__images::before {
    background-image: url("../img/how-it-works/line-1.png"); }

  .no-webp .how-it-works-section__column:nth-child(2) .how-it-works-item__images::before {
    background-image: url("../img/how-it-works/line-2.png"); }

  .how-it-works-section__column:nth-child(2) .how-it-works-item__images::before {
    left: calc(100% + 6.1875rem);
    top: 1.25rem;
  }
}

@media (min-width: 65.625em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 65.625em) and (min-resolution: 192dpi) {
  .no-webp .how-it-works-section__column:nth-child(1) .how-it-works-item__images::before {
    background-image: url("../img/how-it-works/line-1@2x.png"); }

  .no-webp .how-it-works-section__column:nth-child(2) .how-it-works-item__images::before {
    background-image: url("../img/how-it-works/line-2@2x.png"); }
}

@media (min-width: 68.75em) {
  .testimonials-section__actions {
    display: none;
  }
}

@media (min-width: 77em) {
  .location-sub-menu {
    min-width: 60.0625rem;
  }
}

@media (max-width: 77em) {
  .call-us-section,
  .section-box-shadow {
    max-width: calc(100% - 1.25rem);
    margin: 0 auto;
  }

  .footer-head {
    -webkit-column-gap: 2.1875rem;
       -moz-column-gap: 2.1875rem;
            column-gap: 2.1875rem;
    row-gap: 1.5625rem;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-head__leave-rewiew {
    width: 100%;
  }

  .footer-body {
    -ms-grid-columns: minmax(12.5rem, 1fr) minmax(12.5rem, 1fr) minmax(12.5rem, 1fr);
    grid-template-columns: minmax(12.5rem, 1fr) minmax(12.5rem, 1fr) minmax(12.5rem, 1fr);
  }

@supports (right: clamp( 0.0000000625rem , -27.1153843269rem  +  46.1538457692vw , 7.5rem )) {
    .service-available__bg {
      right: clamp( 0.0000000625rem , -27.1153843269rem  +  46.1538457692vw , 7.5rem );
    }
}

@supports not (right: clamp( 0.0000000625rem , -27.1153843269rem  +  46.1538457692vw , 7.5rem )) {
    .service-available__bg {
      right: calc(0.0000000625rem + 7.4999999375 * (100vw - 58.75rem) / 16.25);
    }
}
}

@media (max-width: 70em) {
  .body-header__menu {
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 67.5em) {
  .homepage-bg-img {
    right: -38%;
    padding-bottom: 62.5%;
  }
}

@media (max-width: 65.625em) {
  .how-it-works-section__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 3.375rem);
            flex: 1 1 calc(50% - 3.375rem);
  }
}

@media (max-width: 61.99875em) {
  .call-us-section,
  .section-box-shadow {
    -webkit-box-shadow: 0px 0px 0px 8px rgb(255, 255, 255);
            box-shadow: 0px 0px 0px 8px rgb(255, 255, 255);
    max-width: 100%;
  }

  .header__body {
    padding: 1rem 0;
  }

  .menu-top-header {
    margin-top: 1.0625rem;
    display: none;
  }

  .menu-open .menu-top-header._dynamic_adapt_ {
    display: block;
  }

  .menu-top-header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 -1rem;
  }

  .menu-top-header__item {
    padding: 0.5rem 1rem;
    width: 100%;
  }

  .menu-top-header__item:not(:last-child) {
    border-bottom: 1px solid rgb(229, 229, 229);
  }

  .contacts-top-header {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    gap: 1rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .body-header__menu-icon {
    margin-right: -1rem;
  }

  .menu__body {
    position: fixed;
    visibility: hidden;
    z-index: 5;
    width: 100%;
    height: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
            transform: translateX(-110%);
    will-change: transform;
    padding: calc(var(--menu-top-p, 4.4375rem) + 1.125rem) 1rem 0;
  }

  ._header-scroll .menu__body {
    padding: calc(var(--menu-top-p, 4.4375rem) + 0.6875rem) 1rem 0;
  }

  .loaded .menu__body {
    -webkit-transition: visibility 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    transition: visibility 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, visibility 0.3s ease 0s;
    transition: transform 0.3s ease 0s, visibility 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  }

  .menu-open .menu__body {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }

  .menu__wrapper {
    margin: 0 -1rem;
    padding: 0 1rem 1.4375rem;
    height: calc(100% - 3.125rem);
    overflow-x: hidden;
    overflow-y: auto;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 0.3125rem;
    margin-bottom: 1.4375rem;
  }

  .menu__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1rem;
    width: calc(100% + 2rem);
    border-bottom: 1px solid rgb(229, 229, 229);
    padding: 0.625rem 1rem 0.625rem 1rem;
  }

  .menu__item--link-arrow {
    padding: 0.625rem 1rem;
  }

  .menu__link {
    padding: 0.8125rem 0;
    margin-right: -0.625rem;
    max-width: calc(100% - 2.625rem);
    width: 100%;
  }

  .menu__link--arrow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
  }

  .menu__link--arrow::before {
    border-width: 0.5rem 0.5rem 0 0.5rem;
    margin-top: 0;
    margin-right: 0.1875rem;
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px);
  }

  .menu__link--arrow._active::before {
    -webkit-transform: rotate(180deg) translateX(0rem);
        -ms-transform: rotate(180deg) translateX(0rem);
            transform: rotate(180deg) translateX(0rem);
  }

  .menu__link-arrow {
    margin-right: -0.625rem;
    width: 2.625rem;
    height: 2.625rem;
  }

  .menu__link-arrow::before {
    border-width: 0.5rem 0.5rem 0 0.5rem;
    margin-top: 0;
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px);
  }

  .menu__link-arrow._active {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .menu__sub-menu {
    padding: 1.1875rem 0 0.6875rem;
    width: 100%;
    margin: 0 !important;
    position: static !important;
    -webkit-transform: translate3d(0, 0, 0px) !important;
            transform: translate3d(0, 0, 0px) !important;
  }

  .sub-menu {
    padding: 0;
    border-color: transparent;
  }

  .sub-menu-secvices .sub-menu__list {
    margin: 0;
    padding: 0 0 1.4375rem;
  }

  .location-sub-menu__bottom {
    margin-bottom: -1.375rem;
  }

  .location-sub-menu__bottom .location-sub-menu__columns {
    padding-bottom: 1.4375rem;
  }

  .location-sub-menu__bottom .location-sub-menu__columns:nth-child(odd) {
    padding: 1.4375rem 1.5rem 1.375rem 0;
  }

  .location-sub-menu__bottom .location-sub-menu__columns:nth-child(even) {
    padding: 1.4375rem 0 1.375rem 1.5rem;
  }

  .webuy-sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .webuy-sub-menu__columns:not(:last-child) {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgb(229, 229, 229);
  }

  .webuy-sub-menu__columns:not(:first-child) {
    padding-top: 1.5rem;
  }

  .icon-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.375rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.375rem;
            flex: 0 0 3.375rem;
    height: 3.5rem;
    cursor: pointer;
    z-index: 6;
  }

  .icon-menu span {
    position: relative;
    width: 2.0625rem;
    height: 1.25rem;
  }

  .icon-menu span::before,
  .icon-menu span::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.1875rem;
    background-color: #000;
  }

  .icon-menu span::before {
    top: 0;
  }

  .icon-menu span::after {
    bottom: 0;
  }

  .menu-open .icon-menu span::before {
    top: calc(50% - 0.09375rem);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .icon-menu span::after {
    bottom: calc(50% - 0.09375rem);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .main-section {
    --padding-top: 9.6875rem;
  }

  .header.hide-btn ~ .page .main-section {
    --padding-top: 9.6875rem;
  }

  .header.hide-btn ~ .page .main-section.page__main {
    --pt: 9.6875rem;
  }

  .main-section__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .homepage-bg-img {
    right: 0;
    position: relative;
    width: 100%;
  }

  .homepage-bg-img img {
    max-width: unset;
    position: absolute;
    width: 189%;
    top: 0;
    left: -47px;
  }

  .call-us-section__left {
    max-width: 25rem;
  }

  .how-it-works-section__columns {
    gap: 2.1875rem;
  }

  .about-us-section__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about-us-section__video {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    height: auto;
    width: 100%;
    padding-bottom: 58.6%;
  }

  .popular-services-section__items {
    -webkit-column-gap: 1.1875rem;
       -moz-column-gap: 1.1875rem;
            column-gap: 1.1875rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .popular-services-section__btn-all {
    min-width: calc(50% - 0.5rem);
  }

  .last-articles-section__actions {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .last-articles-section__actions .slider-actions__slider-pagination {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  .average-time__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }


  .car-main-img {
    pointer-events: none;
    width: 75%;
    margin: 0 auto;
    margin-top: -8%;
  }

  .car-main-img--no-indent {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .car-main-img--no-indent img {
    max-width: 60%;
  }



}

@media (max-width: 61.99875em) and (max-width: 47.99875em) {
  .icon-menu span {
    width: 1.375rem;
    height: 0.9375rem;
  }

  .last-articles-section__actions .slider-actions__link-all {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

@media (max-width: 47.99875em) {
  .top-header__btn-link {
    width: 100%;
    display: none;
  }

  .top-header__btn-link::before {
    font-size: 0.8125rem;
  }

  .menu-open .top-header__btn-link._dynamic_adapt_ {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .contacts-top-header {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .sub-menu__list {
    padding: 0 1.5rem 1rem;
  }

  .location-sub-menu__top {
    gap: 0.5rem;
    padding-bottom: 1.375rem !important;
  }

  .location-sub-menu__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0;
  }

  .location-sub-menu__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .location-sub-menu__bottom .location-sub-menu__columns:nth-child(odd) {
    padding: 1.4375rem 0;
  }

  .location-sub-menu__bottom .location-sub-menu__columns:nth-child(even) {
    padding: 1.4375rem 0;
  }

  .location-sub-menu__bottom .location-sub-menu__columns:not(:last-child) {
    border-bottom: 1px solid rgb(229, 229, 229);
  }

  .webuy-sub-menu__columns:nth-child(odd) .sub-menu__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-head {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .footer-body {
    row-gap: 1.5625rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .slider-actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .slider-actions__btn-next {
    display: none;
  }

  .call-us-section--small {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .call-us-section--small .call-us-section__left {
    margin-bottom: 0.5rem;
  }

  .value-calc-section__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .value-calc-main {
    padding-bottom: 0.625rem;
  }

@supports (padding-top: clamp( 1.4375rem , 1.1160714286rem  +  1.4285714286vw , 2.1875rem )) {
    .value-calc-main {
      padding-top: clamp( 1.4375rem , 1.1160714286rem  +  1.4285714286vw , 2.1875rem );
    }
}

@supports not (padding-top: clamp( 1.4375rem , 1.1160714286rem  +  1.4285714286vw , 2.1875rem )) {
    .value-calc-main {
      padding-top: calc(1.4375rem + 0.75 * (100vw - 22.5rem) / 52.5);
    }
}

@supports (padding-left: clamp( 1.5rem , 1.0714285714rem  +  1.9047619048vw , 2.5rem )) {
    .value-calc-main {
      padding-left: clamp( 1.5rem , 1.0714285714rem  +  1.9047619048vw , 2.5rem );
    }
}

@supports not (padding-left: clamp( 1.5rem , 1.0714285714rem  +  1.9047619048vw , 2.5rem )) {
    .value-calc-main {
      padding-left: calc(1.5rem + 1 * (100vw - 22.5rem) / 52.5);
    }
}

@supports (padding-right: clamp( 1.5rem , 1.0714285714rem  +  1.9047619048vw , 2.5rem )) {
    .value-calc-main {
      padding-right: clamp( 1.5rem , 1.0714285714rem  +  1.9047619048vw , 2.5rem );
    }
}

@supports not (padding-right: clamp( 1.5rem , 1.0714285714rem  +  1.9047619048vw , 2.5rem )) {
    .value-calc-main {
      padding-right: calc(1.5rem + 1 * (100vw - 22.5rem) / 52.5);
    }
}

  .popular-services-section__btn-all {
    margin-top: 1.875rem;
  }

  .service-available__title {
    text-align: center;
    padding: 5rem 0 1.875rem;
  }

  .service-available__title::before {
    width: 2.5rem;
    height: 2.5rem;
    left: 50%;
    top: 1.5rem;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  .service-available__bottom-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.5rem 0 1rem;
  }

  .service-available__call {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .service-available__bg {
    display: none;
  }
}

@media (max-width: 43.75em) {
  .poster-yellow-section__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .call-us-section__left {
    max-width: 100%;
  }

  .how-it-works-section__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media (max-width: 36.25em) {
  .footer-head {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 1.25rem;
  }

  .footer-head__phones {
    padding: 0.3125rem 0;
  }
}

@media (max-width: 35.625em) {
  .header._header-scroll .header__body {
    padding: 0.5rem 0;
  }

  .header._header-scroll .header__body .body-header__main-btn {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    -webkit-animation: intro 0.25s ease;
            animation: intro 0.25s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    min-width: unset;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

@-webkit-keyframes intro {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
}

@keyframes intro {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
}

  .header._header-scroll .header__body .body-header__main-btn::before {
    display: none;
  }

  .header._header-scroll .header__body .body-header__menu {
    position: absolute;
  }

  .header._header-scroll .header__body .logo {
    margin-right: 0.4375rem;
  }

  .header._header-scroll .header__body .logo__text-box {
    display: none;
  }

  .header._header-scroll.hide-front-btn .header__body .body-header__main-btn {
    display: none;
  }

  .header._header-scroll.hide-front-btn .header__body .logo__text-box {
    display: -ms-grid;
    display: grid;
  }

  .body-header__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .header.hide-front-btn .body-header__body {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .header.show-front-mob .body-header__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .body-header__main-btn {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .header.hide-btn .body-header__main-btn {
    display: none;
    visibility: hidden;
  }

  .header.show-front-mob .body-header__main-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: visible;
  }

  .main-section {
    --padding-top: 13.8125rem;
  }
}

@media (max-width: 34.375em) {
  .popular-services-section__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 0.5rem;
    grid-template-columns: repeat(auto-fit, minmax(18.125rem, 1fr));
  }

  .popular-services-section__btn-all {
    margin-top: 1.5rem;
    width: 100%;
    min-width: unset;
  }

  .average-time__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .average-time__item:not(:last-child) {
    border-bottom: 1px solid rgb(229, 229, 229);
  }

}

@media (max-width: 29.99875em) {
  .form__btn-submit {
    width: 100%;
  }

  .search {
    gap: 0.5rem;
  }

  .point-item {
    padding-left: 3rem;
  }

  .menu-top-header__link {
    padding: 0.46875rem 0;
    display: block;
  }

  .contacts-top-header__schedule {
    font-size: 0.75rem;
  }

  .contacts-top-header__phone {
    font-size: 1.625rem;
  }

  .body-header__body {
    gap: 0.625rem;
  }

  .body-header__main-btn-burger {
    width: 100%;
  }

  .sub-menu-secvices .sub-menu__title {
    padding-top: 1.0625rem;
  }

  .location-sub-menu__bottom .sub-menu__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-head__emails {
    margin-bottom: 0.625rem;
  }

  .footer-body {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }

  .footer-body__column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    row-gap: 1.5625rem;
  }

  .footer-body__column:nth-child(1),
  .footer-body__column:nth-child(2) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .footer-body__list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 0.3125rem);
            flex: 1 1 calc(50% - 0.3125rem);
  }

  .slider-actions__link-all {
    width: 100%;
  }

  .main-content--mob-indent > :not(*:last-child) {
    margin-bottom: 1.5rem;
  }

  .page__stage-calc-main {
    margin-bottom: 2rem;
  }

  .content-main-section__title {
    margin-bottom: 1.5rem !important;
  }

  .content-main-section__text.garanty-icon {
    padding-left: 3.0625rem;
  }

  .content-main-section__text.garanty-icon::before {
    height: 1.75rem;
    width: 1.75rem;
  }

  .content-main-section__btn {
    width: 100%;
  }

  .homepage-bg-img {
    padding-bottom: 72.5%;
  }

  .call-us-section--small .call-us-section__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .call-us-section--small .call-us-section__subtitle {
    margin-top: 0.4375rem;
  }

  .call-us-section--small .call-us-section__schedule {
    font-size: 0.75rem;
    display: -ms-grid;
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .call-us-section__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .call-us-section__subtitle {
    margin-top: 1rem;
    font-size: 1.3125rem;
  }

  .call-us-section__text {
    margin-top: 1.5rem;
  }

  .call-us-section__right {
    width: 100%;
  }

  .call-us-section__btn {
    width: 100%;
  }

  .how-it-works-section__img-bg {
    margin: 2rem -1rem 0;
  }

  .cars-list-section__items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .our-values-section__columns {
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
    row-gap: 2.5rem;
    grid-template-columns: repeat(auto-fit, minmax(18.125rem, 1fr));
  }

  .service-available__btn {
    width: 100%;
  }

  .recent-vehicles__text:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .vehicles-card__info {
    padding: 1rem 1.5rem;
  }

  .vehicles-card__ranking {
    padding: 0.9375rem 1.5rem;
  }

  .popular-brands .cars-list-section__items {
    grid-template-columns: repeat(auto-fit, minmax(4.75rem, 1fr));
  }

  .popular-brands .car-item {
    padding: 0.375rem 0.46875rem;
    min-width: 4.75rem;
    min-height: 4.75rem;
  }

  .states-map-section__map {
    padding: 0 0;
    margin-bottom: 1.5rem;
  }

  [data-tooltip] {
    font-size: 1.125rem;
  }

  .state-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .state-list__spoller-list {
    top: 0rem;
  }

  .state-list-spoller {
    margin-bottom: 0;
  }

  .state-list-spoller__head {
    padding: 0.75rem 1rem 1.125rem;
  }

  .state-list-spoller__items {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .state-list-spoller__content-body {
    padding: 1rem 1rem 1.5625rem;
  }

  .state-list-spoller__content-body .state-list-spoller__items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .last-articles-section:not([data-slider]) .last-articles-section__wrapper {
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  }

  .average-banner__btn {
    width: 100%;
  }

}

@media (max-width: 22.1875em) {
  .contacts-top-header__phone {
    font-size: 1.4375rem;
  }
}

@media (max-width: 22.5em) {
  .main-section {
    --padding-top: 15.4375rem;
  }

  .header.hide-btn ~ .page .main-section {
    --padding-top: 11.5625rem;
  }

  .header.hide-btn ~ .page .main-section.page__main {
    --pt: 11.5625rem;
  }
}

@media (max-width: 77em) and (min-width: 61.99875em) {
  .location-sub-menu {
    min-width: 43.75rem;
  }

  .webuy-sub-menu {
    min-width: 40.625rem;
  }
}

@media (max-width: 77em) and (min-width: 36.305625em) {
  .footer-head__phones {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
  }
}

@media (max-width: 49.0625em) and (min-width: 36.25em) {
  .cars-list-section__item--increased {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}

@media (max-width: 47.99875em) and (min-width: 29.99875em) {
  .value-calc-aside__btn {
    max-width: 18.125rem;
  }
}

@media (any-hover: hover) {
  .search__btn-sumbit:hover {
    background-color: rgb(240, 239, 236);
  }

  .search__btn-sumbit:hover::before {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .checkbox label:hover::before,
  .radio label:hover::before {
    background-color: rgb(247, 247, 246);
  }

  .file__label:not(:disabled):not([data-spoller]):not(._no-default-hover):hover::before,
  .gray-btn:not(:disabled):not([data-spoller]):not(._no-default-hover):hover::before,
  .main-black-btn:not(:disabled):not([data-spoller]):not(._no-default-hover):hover::before,
  .main-yellow-btn:not(:disabled):not([data-spoller]):not(._no-default-hover):hover::before {
    -webkit-transform: translateX(0.75rem);
        -ms-transform: translateX(0.75rem);
            transform: translateX(0.75rem);
  }

  .file__label:not(:disabled):not([data-spoller]):not(._no-default-hover):hover._icon-arrow-left::before,
  .gray-btn:not(:disabled):not([data-spoller]):not(._no-default-hover):hover._icon-arrow-left::before,
  .main-black-btn:not(:disabled):not([data-spoller]):not(._no-default-hover):hover._icon-arrow-left::before,
  .main-yellow-btn:not(:disabled):not([data-spoller]):not(._no-default-hover):hover._icon-arrow-left::before {
    -webkit-transform: scale(-1, 1) translateX(0.75rem);
        -ms-transform: scale(-1, 1) translateX(0.75rem);
            transform: scale(-1, 1) translateX(0.75rem);
  }

  .btn--yellow:hover {
    -webkit-box-shadow: 0px 2px 0px rgb(0, 0, 0);
            box-shadow: 0px 2px 0px rgb(0, 0, 0);
  }

  .btn--yellow:hover::before {
    -webkit-transform: translateX(0.25rem) translateY(0.0625rem);
        -ms-transform: translateX(0.25rem) translateY(0.0625rem);
            transform: translateX(0.25rem) translateY(0.0625rem);
  }

  .main-black-btn:hover,
  .main-yellow-btn:hover {
    -webkit-box-shadow: 0px 2px 0px rgb(255, 255, 255);
            box-shadow: 0px 2px 0px rgb(255, 255, 255);
  }

  .gray-btn:not(._spoller-active):hover {
    background-color: rgb(240, 239, 236);
  }

  .link-arrow:hover:not(._icon-star):before,
  .state-list-spoller__link:hover:not(._icon-star):before,
  .sub-menu__link:hover:not(._icon-star):before,
  .right-link-arrow:hover:not(._icon-star):before {
    -webkit-transform: translateY(1px) translateX(0.5rem);
        -ms-transform: translateY(1px) translateX(0.5rem);
            transform: translateY(1px) translateX(0.5rem);
  }

  .link-arrow:hover._icon-star::before,
  .state-list-spoller__link:hover._icon-star::before,
  .sub-menu__link:hover._icon-star::before,
  .right-link-arrow:hover._icon-star::before {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }

  .link-cross:hover::before {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
  }

  .file__input:hover + * {
    background-color: rgb(240, 239, 236);
  }

  .file__input:hover + *::before {
    -webkit-transform: translateX(0.75rem);
        -ms-transform: translateX(0.75rem);
            transform: translateX(0.75rem);
  }

  .file-item__btn:hover {
    text-decoration: none;
  }

  .menu-top-header__link:hover {
    text-decoration: underline;
  }

  .footer-menu__link:hover {
    text-decoration: underline;
  }

  .car-item:hover {
    -webkit-box-shadow: 0px 0px 0px 1px rgb(0, 0, 0) inset;
            box-shadow: 0px 0px 0px 1px rgb(0, 0, 0) inset;
  }

  .car-item:hover .car-item__image {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .value-calc-form .buttonclass ._icon-arrow-left.gray-btn:hover::before {
    -webkit-transform: scale(-1, 1) translateX(0.75rem);
        -ms-transform: scale(-1, 1) translateX(0.75rem);
            transform: scale(-1, 1) translateX(0.75rem);
  }

  .about-us-section__video-play:hover {
    -webkit-box-shadow: 0 0 17px -3px rgba(0, 0, 0, 0.5803921569);
            box-shadow: 0 0 17px -3px rgba(0, 0, 0, 0.5803921569);
    color: #525252;
  }
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}

@media (min-width: 65.625em) {

  .webp .how-it-works-section__column:nth-child(1) .how-it-works-item__images::before { background-image: url(../img/how-it-works/line-1.webp); }
}

@media (min-width: 65.625em) {

  .webp .how-it-works-section__column:nth-child(2) .how-it-works-item__images::before { background-image: url(../img/how-it-works/line-2.webp); }
}

@media (min-width: 65.625em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 65.625em) and (min-resolution: 192dpi) {

  .webp .how-it-works-section__column:nth-child(1) .how-it-works-item__images::before { background-image: url(../img/how-it-works/line-1@2x.webp); }
}

@media (min-width: 65.625em) and (-webkit-min-device-pixel-ratio: 2), (min-width: 65.625em) and (min-resolution: 192dpi) {

  .webp .how-it-works-section__column:nth-child(2) .how-it-works-item__images::before { background-image: url(../img/how-it-works/line-2@2x.webp); }
}