@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.container {
  max-width: 1600px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.container-fluid {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 2000px;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 1440px) {
  .container {
    max-width: 1320px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 718px;
  }
}
@media screen and (max-width: 500px) {
  .container {
    max-width: 100%;
  }
}
body {
  font-family: "Inter Tight", sans-serif;
}

/*! normalize.css-dev v8.0.1 | MIT License | github.com/necolas/normalize.css-dev */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  list-style: none;
}

h1 {
  padding: 0;
  margin: 0;
}

button {
  border-radius: 0;
  border-style: none;
  border-color: none;
  -o-border-image: none;
  border-image: none;
  cursor: pointer;
}

input:active, input:hover, input:focus {
  outline: 0;
  outline-offset: 0;
}

ul {
  padding: 0;
  margin: 0;
}

a:hover, a:focus {
  text-decoration: none;
}

a:focus, a:hover {
  color: initial;
}

.alert {
  display: inline-block;
}

div {
  box-sizing: border-box;
}

a {
  box-sizing: border-box;
}

.burger__logo {
  display: none;
}

.burger__lang {
  display: none;
}

@media (max-width: 900px) {
  .header__local {
    display: none;
  }
  .burger__logo {
    display: block;
  }
  .burger__logo {
    padding-top: 12px;
  }
  .burger__logo img {
    width: 158px;
  }
  .burger__top .header__lang {
    display: none;
  }
  .burger__lang {
    display: block;
    padding: 8px 15px;
  }
  .burger__lang a {
    width: calc(50% - 3px);
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
  }
  .burger__lang .header__lang-list {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .burger__lang .header__lang-item {
    padding: 3px 5px;
    background: rgba(74, 74, 74, 0.1);
    border-radius: 2px;
    font-family: "Montserrat", "sans-serif";
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 0.2);
  }
  .burger__lang .header__lang-item-active {
    padding: 3px 5px;
    background: #fe0000;
    border-radius: 2px;
    font-family: "Montserrat", "sans-serif";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
  }
}
.burger {
  display: flex;
  max-width: 0;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  justify-content: end;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  overflow: hidden;
}

.burger__inner {
  width: 100%;
  max-width: 940px;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 100px;
  max-height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 70px;
}

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

.burger__phone {
  display: flex;
  gap: 10px;
  align-items: center;
}

.burger__phone a {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.burger__phone a:hover {
  color: #000;
}

.burger__nav ul {
  max-height: 330px;
  display: flex;
  gap: 30px;
  flex-direction: column;
  flex-wrap: wrap;
}

.burger__nav ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.burger__nav ul li a {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.burger__nav ul li a:after {
  content: "";
  display: block;
  width: 60px;
  height: 36px;
  background-image: url("/wp-content/themes/turbo-new/img/arrow-op.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.burger__nav ul li:hover a {
  color: #fe0000;
}

.burger__nav ul li:hover a:after {
  background-image: url("/wp-content/themes/turbo-new/img/arrow-op-hover.svg");
}

.burger__nav ul li ul {
  display: none;
}

.burger__nav .toggle {
  display: none;
}

@media (max-width: 1000px) {
  .burger {
    top: 0;
    left: 0;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 0;
    max-width: 100%;
    overflow: hidden;
  }
  .burger__nav .toggle {
    display: block;
  }
  .burger__inner {
    gap: 40px;
    padding: 15px;
    border-radius: 0 0 20px 20px;
    max-height: calc(100% - 100px);
  }
  .burger__nav ul li a {
    font-size: 18px;
  }
  .burger__form {
    display: none;
  }
  .burger__phone {
    display: none;
  }
  .burger__nav ul {
    max-height: none;
    gap: 0px;
  }
  .burger__nav ul li ul li {
    padding: 8px 15px;
    background: #F6F6F6;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .burger__nav ul li ul li a:after {
    display: none;
  }
  .burger__nav ul li ul li a:before {
    content: "# ";
    font-family: "Manrope", "sans-serif";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.011em;
    color: #000000;
    opacity: 0.7;
  }
  .burger__nav ul li ul li a {
    font-family: "Manrope", "sans-serif";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.011em;
    color: #000000;
    opacity: 0.7;
    display: block;
  }
  .burger__nav ul li ul {
    width: 100%;
    gap: 5px;
  }
  .burger__nav ul li {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .burger__nav ul li a:after {
    width: 52px;
    height: 36px;
  }
  .burger__nav ul li a:after {
    background-image: url("/wp-content/themes/turbo-new/img/arrow-op-hover-mb.svg");
  }
  .burger__nav {
    padding-bottom: 20px;
  }
}
.burger__show .burger {
  display: flex;
  max-width: 100%;
}

@media (max-width: 1000px) {
  .burger__show .burger {
    display: flex;
    max-height: 100%;
  }
}
.burger__show {
  max-height: 100%;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .burger .menu-item-has-children a:after {
    display: none;
  }
  .sub-show .sub-menu {
    display: flex;
  }
  .sub-show-icon {
    display: none;
  }
  .sub-show .sub-show-icon {
    display: block;
  }
  .sub-show .sub-hide-icon {
    display: none;
  }
  .sub-show a {
    color: #fff !important;
    background-color: #fe0000;
  }
  .burger ul li a {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
  }
  .burger .sub-menu li {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border-radius: 5px;
  }
  .burger .sub-menu a {
    background-color: #F6F6F6;
    color: #000000 !important;
  }
}
@media (max-width: 1000px) {
  .burger__inner {
    gap: 20px;
  }
}
.burger__show .mobile-bottom {
  z-index: 99;
}

.burger {
  z-index: 9999;
}

.burger__nav ul li a:after {
  transition: all 0.3s;
}

.burger__nav ul li a:hover:after {
  transform: rotate(180deg);
}

.seo {
  margin-top: 100px;
}

.seo__wrap {
  display: flex;
  gap: 30px;
}

.seo__logo {
  width: 240px;
  height: 240px;
  flex-shrink: 0;
}

.seo__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.seo__content {
  flex-grow: 1;
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 30px;
}

.seo__title {
  font-family: "AA Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 110%;
  color: #000000;
  text-transform: unset;
}

.seo__text {
  margin-top: 30px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: -0.011em;
  color: #000000;
  opacity: 0.5;
}

.text.seo__text {
  font-size: 16px;
  line-height: 160%;
  opacity: 0.85;
}

.seo__btn {
  margin-top: 30px;
  padding-left: 270px;
}

.seo__text ul {
  list-style: disc;
  padding-left: 30px;
}

.seo__btn a {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: -0.011em;
  color: #fe0000;
}

.seo__hide {
  display: none;
}

@media (max-width: 900px) {
  .seo__wrap {
    flex-direction: column;
  }
  .seo__btn {
    text-align: center;
    padding-left: 0;
  }
  .seo__logo {
    width: 100%;
  }
}
.seo__content::-webkit-scrollbar {
  width: 10px;
  /* ширина всей полосы прокрутки */
}

.seo__content::-webkit-scrollbar-track {
  background: #f8c6c5;
  /* цвет зоны отслеживания */
  border-radius: 20px;
}

.seo__content::-webkit-scrollbar-thumb {
  background-color: #e23b3b;
  /* цвет бегунка */
  border-radius: 20px;
  /* округлось бегунка */
}

.seo--show .seo__show {
  display: none;
}

.seo--show .seo__hide {
  display: block;
}

.seo--show .seo__content {
  max-height: none;
}

@media (max-width: 900px) {
  .seo__logo {
    background-color: #f6f6f6;
    border-radius: 15px;
  }
  .seo .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .seo__btn {
    text-align: left;
  }
}
@media screen and (min-width: 1700px) {
  .seo__title {
    font-size: 40px;
  }
  .seo__text {
    font-size: 20px;
  }
  .seo__btn a {
    font-size: 20px;
  }
}
body::-webkit-scrollbar {
  width: 10px;
  /* ширина всей полосы прокрутки */
}

body::-webkit-scrollbar-track {
  background: #f8c6c5;
  /* цвет зоны отслеживания */
  border-radius: 20px;
}

body::-webkit-scrollbar-thumb {
  background-color: #e23b3b;
  /* цвет бегунка */
  border-radius: 20px;
  /* округлось бегунка */
}

main {
  overflow-x: clip;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99;
  border: none;
  outline: 0;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  background-color: #ff0400;
}

#to-top img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
  display: flex;
}

@media (max-width: 1000px) {
  #to-top {
    left: 5px;
    bottom: 80px;
  }
}
.form__phone-wrap:hover a {
  background: none !important;
}

@media (max-width: 900px) {
  .slider-arrow-next {
    right: 45px !important;
  }
}
@media (max-width: 620px) {
  .itcss__indicators {
    max-width: calc(100% - 230px) !important;
    left: calc(50% - 230px) !important;
  }
}
.popup-showing #to-top {
  display: none;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.callback-icons {
  position: fixed;
  width: 70px;
  height: 70px;
  right: 50px;
  bottom: 220px;
  z-index: 2;
}

.callback-icons a svg {
  width: 40px;
  height: 40px;
}

.callback-icons a {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #000;
  border: 2px solid #fff;
}

.price-popup-callback .popup__title-text {
  padding-left: 20px;
  text-align: left;
}

.price-popup-callback .popup__subtitle-text {
  padding-left: 20px;
}

.price-popup-callback .form__fields span {
  width: 100% !important;
}

@media screen and (max-width: 900px) {
  .callback-icons {
    position: fixed;
    bottom: 200px;
    width: 50px;
    height: 50px;
    right: 25px;
  }
  .callback-icons a {
    width: 50px;
    height: 50px;
  }
  .callback-icons a svg {
    width: 25px;
    height: 25px;
  }
  .price-popup-callback .popup__title-text {
    text-align: center;
  }
}
.hidden-fields-container {
  display: none !important;
}

.header__top {
  background-image: url("/wp-content/uploads/2026/02/frame-2087327697.jpg");
  background-size: cover;
  background-position: left center;
  z-index: 9;
  position: relative;
}
.header__top-wrap {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 125px;
  padding-right: 125px;
}
.header__top-title {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.header__top-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  gap: 10px;
  background: #FFFFFF;
  border-radius: 30px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FF0000;
}
.header__top-icon {
  display: none;
}
.header__top-title span:last-child {
  display: none;
}
.header__bottom {
  margin-top: 20px;
}
.header__bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__bottom-logo {
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  border-radius: 10px;
}
.header__bottom-logo span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__bottom-logo img {
  height: 36px !important;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.header__bottom-nav {
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  border-radius: 10px;
}
.header__bottom-nav ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__bottom-nav ul li a {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #233039;
  opacity: 0.7;
}
.header__bottom-nav ul li {
  padding: 8px 10px;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 5px;
}
.header__bottom-nav ul li:hover {
  background: rgba(255, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.header__bottom-nav ul li:hover a {
  color: #FF0000;
  opacity: 0.7;
}
.header__bottom-left {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header__bottom-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header__bottom-phone a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
  gap: 10px;
  height: 56px;
  background: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 10px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FF0000;
}
.header__bottom-btn a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
  gap: 10px;
  background: #FF0000;
  border-radius: 10px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FFFFFF;
  height: 56px;
}
.header__bottom-burger {
  display: none;
}
.header__lang {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 18px 20px;
  gap: 10px;
  height: 56px;
  background: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 10px;
}
.header__lang a {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FF0000 !important;
  background: none !important;
  border: none !important;
}
@media screen and (max-width: 1670px) {
  .header__top-wrap {
    padding-left: 160px;
    padding-right: 160px;
  }
}
@media screen and (max-width: 1440px) {
  .header__top-wrap {
    padding-left: 100px;
    padding-right: 90px;
  }
}
@media screen and (max-width: 1400px) {
  .header__top-wrap {
    padding-left: 150px;
    padding-right: 90px;
  }
}
@media screen and (max-width: 1380px) {
  .header__top-wrap {
    padding-left: 150px;
    padding-right: 65px;
  }
}
@media screen and (max-width: 1280px) {
  .header__top-wrap {
    height: 86px;
    gap: 10px;
  }
  .header__top {
    background-image: none;
    background-color: #fe0000;
  }
  .header__top-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .header__top-icon {
    display: block;
  }
  .header__top-icon img {
    width: 54px;
    height: 54px;
    flex-shrink: 0;
  }
  .header__top-btn a span {
    display: none;
  }
  .header__top-title {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    text-transform: none;
  }
  .header__top-btn a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    border-radius: 10px;
    width: 54px;
    height: 54px;
  }
  .header__top-btn a svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }
  .header__bottom-btn {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .header__lang {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .header__bottom-phone a {
    background: rgba(255, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    border-radius: 10px;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    color: #FF0000;
  }
  .header__bottom-phone a svg {
    display: none;
  }
  .header__bottom {
    margin-top: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #fff;
    border-radius: 10px;
  }
  .header__bottom-nav {
    display: none;
  }
  .header__bottom-burger {
    width: 54px;
    height: 54px;
    border-radius: 10px;
    display: block;
  }
  .header__bottom-burger a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f3f2;
    border-radius: 10px;
  }
  .header__bottom-phone a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header__bottom-right {
    gap: 5px;
  }
}
@media screen and (max-width: 800px) {
  .header__top-title span:first-child {
    display: none;
  }
  .header__top-title span:last-child {
    display: block;
  }
}
@media screen and (max-width: 460px) {
  .header__bottom-phone a span {
    display: none;
  }
  .header__bottom-phone a svg {
    display: block;
  }
  .header__bottom-phone a {
    width: 54px;
  }
}
@media screen and (max-width: 480px) {
  .header__bottom-phone {
    width: 54px;
    height: 54px;
  }
  .header__bottom-phone span {
    display: none;
  }
  .header__bottom-phone svg {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .header__top-title {
    font-size: 19px;
  }
}

.hero {
  padding-top: 320px;
  background-image: url("/wp-content/uploads/2026/06/frame-2087327694.jpg");
  background-position: bottom center;
  background-size: cover;
  border-radius: 0 0 10px 10px;
  margin-top: -80px;
  padding-bottom: 60px;
}
.hero__label span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.hero__label {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 10px;
  background: #FF0000;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 70px;
  cursor: pointer;
}
.hero__title, .hero__title h1 {
  margin-top: 30px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  max-width: 645px;
  line-height: 110%;
  padding-left: 15px;
  padding-right: 15px;
}
.hero__subtitle {
  margin-top: 20px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 27px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  opacity: 0.9;
  max-width: 700px;
  line-height: 120%;
}
.hero__btn {
  margin-top: 40px;
}
.hero__btn a {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  gap: 12px;
  background: #FF0000;
  border-radius: 5px;
}
.hero__btn a span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.7);
}
.hero__btn a span span {
  color: #FFFFFF;
  font-weight: 600;
}
.hero__wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.hero__form {
  position: relative;
  background: #FFFFFF;
  border-radius: 10px;
  padding-top: 44px;
  padding-bottom: 0px;
  padding-left: 24px;
  padding-right: 24px;
  width: 580px;
}
@media (max-width: 1300px) {
  .hero__form{
    width: unset;
  }
}
.hero__form-label span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #FF0000;
}
.hero__form-label {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  gap: 10px;
  background: #FFE5E5;
  border-radius: 43px;
  position: absolute;
  top: -25px;
  left: 35px;
  cursor: pointer;
}
.hero__form .hero-form-submit {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 211px;
  height: 52px;
}
.hero__form .hero-form-submit {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  height: 52px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #FF0000;
  border-radius: 5px;
  position: relative;
}
.hero__form .hero-form-submit input {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FFFFFF;
  border: none;
  background: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -10px;
  top: 0;
  border: none !important;
}
.hero__form {
  padding-bottom: 15px;
}
.hero__form .hero-form-submit svg {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 14px;
  right: 17px;
}
.hero__form .hero-form-input input {
  padding: 16px 18px;
  background: #F4F4F4;
  border-radius: 10px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.7;
  padding-right: 17px;
  border: none !important;
}
.hero__form .hero-form-phone a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  gap: 6px;
  height: 52px;
  background: #FFE5E5;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 10px;
}
.hero__form .hero-form-phone a span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FF0000;
}
.hero__form .hero-form-bottom {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 16px;
}
.hero__image {
  display: none;
}
.hero .wpcf7-not-valid-tip {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: inherit;
}
@media screen and (max-width: 1000px) {
  .hero {
    padding-top: 0px;
    background-image: none;
    border-radius: 0;
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .hero .hero-form-input input {
    width: 100%;
  }
  .hero__image {
    display: block;
    width: 100%;
    margin-top: 15px;
    border-radius: 10px;
  }
  .hero__image img {
    width: 100%;
    border-radius: 10px;
  }
  .hero__wrap {
    flex-direction: column;
    justify-content: initial;
    align-items: start;
    gap: 30px;
  }
  .hero__right {
    width: 100%;
  }
  .hero__left {
    width: 100%;
    position: relative;
  }
  .hero__label {
    position: absolute;
    left: 15px;
    top: 30px;
    font-size: 14px;
    padding: 7px 10px;
  }
  .hero__label span {
    font-size: 14px;
  }
  .hero__label svg {
    width: 22px;
    height: 22px;
  }
  .hero__title, .hero__title h1 {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 110%;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #0F0F0F;
    margin-top: 8px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .hero__subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #0F0F0F;
    opacity: 0.7;
    padding-top: 13px;
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero__btn a {
    font-size: 20px;
    padding: 10px 10px;
  }
  .hero__btn a span {
    font-size: 20px;
  }
  .hero__btn {
    margin-top: 0;
    padding-top: 20px !important;
    padding-bottom: 10px;
    border-radius: 0 0 10px 10px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
  }
  .hero__form {
    width: 100%;
    margin-top: 5px;
  }
  .hero__form-label span {
    font-size: 14px;
  }
  .hero__form-label {
    padding: 10px 10px;
    width: 275px;
    left: calc(50% - 137px);
  }
  .hero__form .hero-form-submit {
    width: 144px;
  }
  .hero__form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero__form .hero-form-phone {
    flex-grow: 1;
  }
  .hero .hero-form-submit {
    flex-grow: 1;
  }
}
@media screen and (max-width: 420px) {
  .hero .hero-form-submit {
    flex-grow: 0;
  }
  .hero__btn a svg {
    display: none;
  }
  .hero__btn a {
    width: 100%;
  }
}
@media screen and (max-width: 415px) {
  .hero .hero-form-phone svg {
    display: none;
  }
}
@media screen and (max-width: 382px) {
  .hero .hero-form-phone a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .hero__btn a {
    font-size: 18px;
  }
  .hero__btn a span {
    font-size: 18px;
  }
}
@media screen and (max-width: 371px) {
  .hero .hero-form-bottom {
    flex-direction: column;
  }
  .hero .hero-form-phone {
    width: 100%;
  }
  .hero .hero-form-submit {
    width: 100%;
  }
}

.advantages {
  margin-top: 16px;
}
.advantages__list {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.advantages__item {
  padding: 10px 15px;
  height: 56px;
  background: rgba(255, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 10px;
  min-height: 60px;
  cursor: pointer;
}
.advantages__text-hidden {
  display: none;
}
.advantages__item-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.advantages__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.advantages__icon svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.advantages__text {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 120%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.03em;
  color: #FF0000;
  opacity: 0.9;
}
.advantages__btn {
  display: none;
}
@media screen and (max-width: 1510px) {
  .advantages__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  .advantages__list {
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
  }
  .advantages__item {
    min-height: 1px;
  }
}
@media screen and (max-width: 1000px) {
  .advantages {
    margin-top: 80px;
  }
  .advantages__item {
    display: none;
  }
  .advantages__item.isset-hidden {
    display: block;
    width: 100%;
    padding: 16px;
    background: #FFFFFF;
    border-radius: 10px;
    height: auto;
  }
  .advantages__text-hidden {
    display: block;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: -0.01em;
    color: #0F0F0F;
    opacity: 0.5;
    margin-top: 15px;
  }
  .advantages__text {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #0F0F0F;
  }
  .advantages__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 0, 0, 0.1);
    border: 0.666667px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(1.33333px);
            backdrop-filter: blur(1.33333px);
    border-radius: 6.66667px;
    flex-shrink: 0;
  }
  .advantages__list {
    flex-direction: column;
    gap: 8px;
  }
}
@media screen and (max-width: 700px) {
  .advantages__btn {
    display: block;
    margin-top: 8px;
  }
  .advantages__btn a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 10px;
    width: 100%;
    background: #FF0000;
    border-radius: 8px;
    min-height: 52px;
  }
  .advantages__btn a span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 19px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 434px) {
  .advantages__text {
    font-size: 19px;
  }
  .advantages__text-hidden {
    font-size: 17px;
  }
}

.info-short {
  margin-top: 60px;
}
.info-short__wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: #fff;
  border-radius: 20px;
}
.info-short__left {
  width: 507px;
  height: 100%;
}
.info-short__right {
  width: calc(100% - 537px);
  padding-top: 20px;
  padding-bottom: 20px;
}
.info-short__left img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-short__title, .info-short__title h2 {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  max-width: 750px;
}
.info-short__desc {
  max-width: 750px;
  margin-top: 24px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.7;
}
.info-short__btn {
  margin-top: 50px;
}
.info-short__btn a {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  gap: 12px;
  background: #FF0000;
  border-radius: 5px;
}
.info-short__btn a span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .info-short {
    margin-top: 80px;
  }
  .info-short__wrap {
    flex-direction: column;
  }
  .info-short__left {
    width: 100%;
  }
  .info-short__right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
  }
  .info-short__title, .info-short__title h2 {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #000000;
  }
  .info-short__desc {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.7;
  }
  .info-short__btn a {
    width: 100%;
    max-width: 480px;
    max-height: 52px;
  }
  .info-short__btn a span {
    font-size: 20px;
  }
}

.info-platform {
  margin-top: 95px;
}
.info-platform__wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: #fff;
  border-radius: 20px;
  padding: 32px;
  position: relative;
}
.info-platform__left {
  width: 437px;
  height: 100%;
}
.info-platform__right {
  width: calc(100% - 437px);
  padding-top: 20px;
  padding-bottom: 20px;
}
.info-platform__left img {
  /*
  position: absolute;
  top: -40px;
  right: 35px;
  width: 601px;
  height: 418px;
  -o-object-fit: cover;
  object-fit: cover;
  */
  position: absolute;
  top: -77px;
  right: 35px;
  width: 601px;
  -o-object-fit: cover;
  object-fit: cover;
}
.info-platform__title, .info-platform__title h2 {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 110%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  max-width: 750px;
}
.info-platform__btn {
  margin-top: 80px;
}
.info-platform__btn a {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  gap: 12px;
  background: #FF0000;
  border-radius: 5px;
}
.info-platform__btn a span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .info-platform__btn {
    margin-top: 30px;
  }
  .info-platform__left img {
    position: absolute;
    top: -40px;
    right: 35px;
    width: 465px;
    height: 370px;
  }
}
@media screen and (max-width: 1270px) {
  .info-platform__title {
    font-size: 36px;
    max-width: 480px;
  }
  .info-platform__left img {
    right: 0;
    height: 390px;
    width: 485px;
  }
}
@media screen and (max-width: 1000px) {
  .info-platform__left {
    width: 100%;
  }
  .info-platform__right {
    width: 100%;
  }
  .info-platform__left img {
    position: inherit;
    width: 100%;
    height: 100%;
  }
  .info-platform {
    margin-top: 80px;
  }
  .info-platform__wrap {
    flex-direction: column-reverse;
    background: none;
    padding: 0;
    padding-left: 0px;
    padding-right: 0px;
    gap: 0;
  }
  .info-platform__left {
    width: 100%;
  }
  .info-platform__right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    background-color: #fff;
    border-radius: 20px;
  }
  .info-platform__title, .info-platform__title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
    max-width: 100%;
  }
  .info-platform__btn {
    margin-top: 60px;
    display: flex;
    justify-content: center;
  }
  .info-platform__btn a {
    width: 100%;
    max-width: 480px;
    max-height: 52px;
  }
  .info-platform__btn a span {
    font-size: 20px;
  }
}
@media screen and (max-width: 415px) {
  .info-platform__title, .info-platform__title h2 {
    font-size: 26px;
  }
  .info-platform__btn a span {
    font-size: 18px;
  }
  .info-platform__btn a svg {
    display: none;
  }
}

.info-grid {
  margin-top: 60px;
}
.info-grid__wrap {
  display: flex;
  gap: 25px 15px;
  flex-direction: row;
  flex-wrap: wrap;
}
.info-grid__item-text {
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info-grid__item-title {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
}
.info-grid__item-btn a {
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  gap: 12px;
  background: #FF0000;
  border-radius: 5px;
}
.info-grid__item-btn a span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.info-grid__item {
  width: calc(33.3% - 10px);
}
.info-grid__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.info-grid__item-btn-mob {
  display: none;
}
@media screen and (max-width: 1299px) {
  .info-grid__item-btn a span {
    font-size: 21px;
  }
}
@media screen and (max-width: 1195px) {
  .info-grid__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 1000px) {
  .info-grid {
    margin-top: 80px;
  }
}
@media screen and (max-width: 805px) {
  .info-grid__item {
    overflow: hidden;
    max-height: 200px;
  }
  .info-grid__item-row {
    width: 100%;
    max-width: 100%;
  }
  .info-grid__btn a {
    max-height: 52px;
  }
  .info-grid__btn a span {
    font-size: 20px;
  }
  .info-grid__item-btn-mob {
    display: block !important;
    margin-top: 30px;
  }
  .info-grid__item-btn-mob a {
    width: 100%;
    max-width: 500px;
    margin: 30px auto 0;
    max-height: 52px;
  }
  .info-grid__wrap {
    gap: 10px;
  }
  .info-grid__item-title {
    padding: 15px;
    padding-left: 0;
    padding-right: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 110%;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
  }
  .info-grid__item-btn {
    display: none;
  }
  .info-grid__item {
    width: calc(50% - 5px);
    padding-left: 0;
    padding-right: 0;
  }
  .info-grid__item:first-child {
    width: 100%;
  }
  .info-grid__item img {
    height: 136px;
  }
  .info-grid__item:nth-child(2) {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .advantages-grid .slick-cloned {
    height: 0 !important;
  }
  .advantages-grid .slick-slide .advantages-grid__item-top {
    display: none !important;
  }
  .advantages-grid .slick-active .advantages-grid__item-top,
  .advantages-grid .slick-current .advantages-grid__item-top {
    display: flex !important;
  }
}
.info-category {
  margin-top: 60px;
}
.info-category__wrap {
  display: flex;
  align-items: stretch;
  gap: 30px;
  background-color: #fff;
  border-radius: 20px;
}
.info-category__left {
  width: 456px;
  align-self: stretch;
}
.info-category__right {
  width: calc(100% - 486px);
  padding-top: 20px;
  padding-bottom: 20px;
}
.info-category__left img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-category__title, .info-category__title h2 {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  max-width: 750px;
}
.info-category__desc {
  max-width: 750px;
  margin-top: 24px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.7;
}
.info-category__btn {
  margin-top: 50px;
}
.info-category__btn a {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  gap: 12px;
  background: #FF0000;
  border-radius: 5px;
}
.info-category__btn a span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FFFFFF;
}
.info-category__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.info-category__content-item span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.7;
}
.info-category__content-item span span {
  color: #FF0000;
}
.info-category__content-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: calc(50% - 10px);
}
.info-category__content-item svg {
  flex-shrink: 0;
}
.info-category__content-item img {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1000px) {
  .info-category__content-item img {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .info-category {
    margin-top: 80px;
  }
  .info-category__wrap {
    flex-direction: column;
  }
  .info-category__left {
    width: 100%;
  }
  .info-category__right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
  }
  .info-category__title, .info-category__title h2 {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #000000;
  }
  .info-category__desc {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.7;
  }
  .info-category__btn a {
    width: 100%;
    max-width: 480px;
    max-height: 52px;
  }
  .info-category__btn a span {
    font-size: 20px;
  }
}
@media screen and (max-width: 780px) {
  .info-category__content-item span {
    font-size: 22px;
  }
  .info-category__content-item {
    width: 100%;
  }
}
.reviews-turbo {
  margin-top: 60px;
}
.reviews-turbo__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reviews-turbo__title, .reviews-turbo__title h2 {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
}
.reviews-turbo__btn a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  gap: 12px;
  background: #FF0000;
  border-radius: 5px;
}
.reviews-turbo__btn a span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.reviews-turbo__slider {
  margin-top: 30px;
}
.reviews-turbo__item {
  height: 690px !important;
  border-radius: 20px;
  padding-left: 5px;
  padding-left: 5px;
}
.reviews-turbo__item iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.reviews-turbo .rll-youtube-player {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.reviews-turbo .rll-youtube-player img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews-turbo .slick-arrow {
  display: none !important;
}
.reviews-turbo__btn-mob {
  display: none;
}
.reviews-turbo__arrow {
  display: none;
}
@media screen and (max-width: 1000px) {
  .reviews-turbo {
    margin-top: 80px;
  }
}
@media screen and (max-width: 880px) {
  .reviews-turbo .slick-arrow {
    display: block !important;
  }
  .reviews-turbo__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
  }
  .reviews-turbo__btn {
    display: none;
  }
  .reviews-turbo__btn a {
    max-height: 52px;
    width: 100%;
  }
  .reviews-turbo__btn a span {
    font-size: 20px;
  }
  .reviews-turbo__title, .reviews-turbo__title h2 {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 110%;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
  }
  .reviews-turbo__btn-mob {
    display: block;
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  .reviews-turbo__btn-mob a {
    display: inline-flex;
  }
}

.home-special {
  margin-top: 60px;
}
.home-special__wrap {
  display: flex;
  gap: 20px;
  align-items: center;
}
.home-special__title, .home-special__title h2 {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
}
.home-special__desc {
  margin-top: 24px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.7;
}
.home-special__arrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 75px;
}
.home-special__arrow-prev {
  cursor: pointer;
}
.home-special__arrow-next {
  cursor: pointer;
}
.home-special__item {
  padding: 15px;
  background-color: #fff;
  border-radius: 20px;
}
.home-special__item-wrap {
  padding-left: 5px;
  padding-right: 5px;
}
.home-special__item-img img {
  width: 100%;
  border-radius: 8px;
}
.home-special__item-title {
  margin-top: 16px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  min-height: 55px;
}
.home-special__item-desc {
  margin-top: 14px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.7;
  min-height: 70px;
}
.home-special__item-btn {
  margin-top: 30px;
}
.home-special__item-btn a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  gap: 12px;
  background: #FF0000;
  border-radius: 5px;
}
.home-special__item-btn span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FFFFFF;
}
.home-special__left {
  width: 310px;
}
.home-special__right {
  max-width: calc(100% - 330px);
  width: calc(100% - 330px);
  flex-shrink: 1;
  flex-grow: 1;
}
.home-special__arrow-mob {
  display: none;
}
@media screen and (max-width: 1100px) {
  .home-special__item-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .home-special {
    margin-top: 80px;
  }
}
@media screen and (max-width: 660px) {
  .home-special__wrap {
    flex-direction: column;
  }
  .home-special__left {
    max-width: 100%;
    width: 100%;
  }
  .home-special__right {
    max-width: 100%;
    width: 100%;
  }
  .home-special__title, .home-special__title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 110%;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
  }
  .home-special__desc {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.7;
  }
  .home-special__item-title {
    min-height: 1px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
  }
  .home-special__item-desc {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.7;
  }
  .home-special__item-btn {
    margin-top: 30px;
  }
  .home-special__item-btn a span {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    color: #FFFFFF;
  }
  .home-special__arrow {
    display: none;
  }
  .home-special__arrow-mob {
    display: flex;
    margin-top: 32px;
    gap: 16px;
    justify-content: center;
    align-items: center;
  }
}

.info-free {
  margin-top: 60px;
}
.info-free__wrap {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
  gap: 30px;
  background-color: #fff;
  border-radius: 20px;
}
.info-free__left {
  width: 507px;
  align-self: stretch;
}
.info-free__right {
  width: calc(100% - 537px);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 32px;
}
.info-free__left img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-free__title, .info-free__title h2 {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  max-width: 750px;
}
.info-free__desc {
  max-width: 750px;
  margin-top: 10px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.7;
}
.info-free__btn {
  margin-top: 50px;
}
.info-free__btn a {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  gap: 12px;
  background: #FF0000;
  border-radius: 5px;
}
.info-free__btn a span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .info-free {
    margin-top: 80px;
  }
  .info-free__wrap {
    flex-direction: column;
  }
  .info-free__left {
    width: 100%;
  }
  .info-free__right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
  }
  .info-free__title, .info-free__title h2 {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #000000;
  }
  .info-free__desc {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.7;
  }
  .info-free__btn a {
    width: 100%;
    max-width: 480px;
    max-height: 52px;
  }
  .info-free__btn a span {
    font-size: 20px;
  }
}

.info-gift {
  margin-top: 60px;
}
.info-gift__wrap {
  background-image: url("/wp-content/uploads/2026/02/frame-2087327706-4.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 30px;
  height: 396px;
}
.info-gift__title, .info-gift__title h2 {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.info-gift__desc {
  margin-top: 24px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  opacity: 0.7;
}
.info-gift__btn a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  gap: 12px;
  background: #FF0000;
  border-radius: 5px;
  max-height: 52px;
}
.info-gift__btn a span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .info-gift {
    margin-top: 80px;
  }
}
@media screen and (max-width: 800px) {
  .info-gift__wrap {
    background-image: url("/wp-content/uploads/2026/02/frame-2087327710-1.jpg");
    height: 537px;
    flex-direction: column;
    gap: 40px;
    padding: 16px;
    align-items: end;
    justify-content: end;
    background-position: center;
  }
  .info-gift__btn {
    width: 100%;
    max-height: 52px;
  }
  .info-gift__btn a {
    width: 100%;
    max-height: 52px;
  }
  .info-gift__btn a span {
    font-size: 20px;
  }
  .info-gift__title, .info-gift__title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #FFFFFF;
  }
  .info-gift__desc {
    margin-top: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    opacity: 0.7;
  }
  .info-gift__right {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .home-address__title,
  .home-address__title h2 {
    font-weight: 600;
  }
  .advantages__text {
    font-size: 21px;
    font-weight: 600;
  }
}
@media screen and (max-width: 398px) {
  .hero__btn a span {
    font-size: 18px;
  }
}
@media screen and (max-width: 366px) {
  .hero__btn a span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .hero__title h1 {
    font-weight: 600;
  }
}
@media screen and (min-width: 1000px) {
  .advantages__item {
    padding: 6px 15px;
    height: 54px;
    background: rgba(255, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 10px;
    min-height: 57px;
    cursor: pointer;
  }
}
.advantages-grid {
  margin-top: 60px;
}
.advantages-grid__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.advantages-grid__title, .advantages-grid__title h2 {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
}
.advantages-grid__btn a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  gap: 12px;
  background: #FF0000;
  border-radius: 5px;
}
.advantages-grid__btn span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FFFFFF;
}
.advantages-grid__list {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.advantages-grid__item {
  padding: 24px;
  width: calc(50% - 10px);
  background-color: #fff;
  border-radius: 20px;
}
.advantages-grid__item-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.advantages-grid__item-title {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #0F0F0F;
}
.advantages-grid__item-desc {
  margin-top: 20px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.7;
}
.advantages-grid__item-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  width: 100%;
}
.advantages-grid__btn-mob {
  display: none;
}
.advantages-grid__arrow {
  display: none;
}
@media screen and (max-width: 1000px) {
  .advantages-grid__title, .advantages-grid__title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
  }
  .advantages-grid__item {
    width: 100%;
  }
  .advantages-grid__item-title {
    font-size: 24px;
  }
  .advantages-grid__item-desc {
    font-size: 19px;
  }
  .advantages-grid__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
  }
  .advantages-grid__item-row {
    flex-direction: column;
    width: 100%;
  }
  .advantages-grid {
    margin-top: 80px;
  }
  .advantages-grid__item {
    padding: 24px;
    width: 100%;
    margin-bottom: 10px;
  }
  .advantages-grid__btn {
    display: none;
  }
  .advantages-grid__btn-mob {
    display: block;
    width: 100%;
    margin-top: 6px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .advantages-grid__btn-mob a span {
    font-size: 20px;
  }
  .advantages-grid__btn-mob a {
    width: 100%;
    max-height: 52px;
  }
}

.page-template-motoscool .advantages-grid .advantages-grid__item {
  width: calc(50% - 15px);
}

@media screen and (max-width: 1000px) {
  .page-template-motoscool .advantages-grid .advantages-grid__item {
    width: 100%;
  }
}
.info-row {
  margin-top: 60px;
}
.info-row__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  border-radius: 20px;
}
.info-row__title, .info-row__title h2 {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  max-width: 750px;
}
.info-row__btn a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  gap: 12px;
  background: #FF0000;
  border-radius: 5px;
}
.info-row__btn span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .info-row__title, .info-row__title h2 {
    font-size: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .info-row {
    margin-top: 80px;
  }
  .info-row__wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .info-row__btn {
    width: 100%;
  }
  .info-row__btn a {
    width: 100%;
    max-width: 450px;
    max-height: 52px;
    margin: 0 auto;
  }
  .info-row__btn a span {
    font-size: 20px;
  }
}

.info-online {
  margin-top: 110px;
}
.info-online__wrap {
  padding: 32px;
  display: flex;
  gap: 40px;
  background-color: #fff;
  border-radius: 20px;
  align-items: end;
}
.info-online__title, .info-online__title h2 {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 46px;
  line-height: 110%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
}
.info-online__subtitle {
  margin-top: 20px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.7;
}
.info-online__list {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 25px;
  margin-top: 50px;
}
.info-online__list-item {
  width: calc(50% - 12.5px);
  display: flex;
  align-items: center;
  gap: 10px;
}
.info-online__list-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: rgba(255, 0, 0, 0.1);
  border: 0.482329px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(0.964658px);
          backdrop-filter: blur(0.964658px);
  border-radius: 4.82329px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-online__list-title {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.7;
}
.info-online__btn {
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}
.info-online__btn a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  gap: 12px;
  width: 373px;
  background: #FF0000;
  border-radius: 5px;
}
.info-online__btn span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.info-online__right {
  position: relative;
  width: 436px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.info-online__img {
  width: 100%;
  height: auto;
  position: static;
}
.info-online__img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.info-online__img-mob {
  display: none;
}
@media screen and (max-width: 1500px) {
  .info-online__btn {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1250px) {
  .info-online__list-item {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .info-online__list-icon {
    width: 40px;
    height: 40px;
  }
  .info-online__list-icon svg {
    width: 20px;
  }
  .info-online {
    margin-top: 80px;
  }
  .info-online__wrap {
    flex-direction: column;
    background: none;
    padding: 0;
    gap: 0;
  }
  .info-online__img {
    display: none;
  }
  .info-online__left {
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .info-online__img-mob {
    display: block;
    position: initial;
    width: 100%;
    height: auto !important;
  }
  .info-online__img-mob img {
    width: 100%;
    height: auto !important;
  }
  .info-online__title, .info-online__title h2 {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
  }
  .info-online__subtitle {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.7;
  }
  .info-online__list svg {
    width: 20px;
    height: 20px;
  }
  .info-online__list-title {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #0F0F0F;
  }
  .info-online__btn {
    margin: 0;
    padding-top: 32px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    width: 100%;
    padding-bottom: 25px;
    max-height: 52px;
  }
  .info-online__btn a span {
    font-size: 20px;
    max-height: 52px;
  }
  .info-online__btn a {
    width: 100%;
    max-width: 370px;
    margin: auto;
    max-height: 52px;
  }
  .info-online__right {
    width: 100%;
    padding: 0;
  }
}

.home-instructor {
  margin-top: 60px;
}
.home-instructor__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-instructor__title, .home-instructor__title h2 {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 46px;
  line-height: 110%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  max-width: 729px;
}
.home-instructor__btn a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  gap: 12px;
  background: #FF0000;
  border-radius: 5px;
}
.home-instructor__btn span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.home-instructor__slider {
  margin-top: 30px;
}
.home-instructor__arrow {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.home-instructor__slider {
  margin-top: 30px;
}
.home-instructor__slider-item {
  padding: 16px;
  background-color: #fff;
  border-radius: 20px;
}
.home-instructor__slider-item-img img {
  width: 100%;
  height: 360px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-instructor__slider-item-name {
  margin-top: 16px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.7;
  margin-bottom: 18px;
}
.home-instructor__slider-item-option {
  margin-top: 8px;
  display: flex;
  gap: 10px;
}
.home-instructor__slider-item-option-value {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.7;
}
.home-instructor__slider-item-wrap {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 1050px) {
  .home-instructor__btn {
    display: none;
  }
  .home-instructor__top {
    justify-content: center;
  }
  .home-instructor__title, .home-instructor__title h2 {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .home-instructor {
    margin-top: 80px;
  }
}
@media screen and (max-width: 800px) {
  .home-instructor__arrow {
    margin-top: 25px;
    display: flex;
  }
  .home-instructor__slider-item-img img {
    width: 100%;
    height: 510px;
  }
}

.home-cars {
  margin-top: 60px;
}
.home-cars__wrap {
  display: flex;
  gap: 30px;
  align-items: center;
}
.home-cars__left {
  flex-shrink: 0;
  width: 800px;
}
.home-cars__grid {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.home-cars__grid img.w50 {
  width: calc(50% - 5px);
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.home-cars__grid img.w33 {
  width: calc(33.3% - 5px) !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.home-cars__grid img.w25 {
  width: calc(25.5% - 15px) !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.home-cars__grid img {
  height: 200px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.home-cars__title, .home-cars__title h2 {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 110%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
}
.home-cars__desc {
  margin-top: 24px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.7;
}
.home-cars__btn {
  margin-top: 60px;
}
.home-cars__btn a {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  gap: 12px;
  background: #FF0000;
  border-radius: 5px;
}
.home-cars__btn span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.home-cars__btn-mob {
  display: none;
}
@media screen and (max-width: 1300px) {
  .home-cars__left {
    width: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .home-cars__left {
    width: 500px;
  }
}
@media screen and (max-width: 1000px) {
  .home-cars__btn {
    display: none;
  }
  .home-cars__btn-mob {
    display: flex;
  }
  .home-cars__btn a span {
    font-size: 20px;
  }
  .home-cars__btn a {
    max-height: 52px;
    width: 100%;
  }
  .home-cars__btn {
    text-align: center;
  }
  .home-cars__left {
    width: 100%;
  }
  .home-cars__wrap {
    flex-direction: column-reverse;
  }
  .home-cars__grid {
    flex-direction: column;
    gap: 30px;
  }
  .home-cars__title, .home-cars__title h2 {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
  }
  .home-cars__desc {
    margin-top: 24px;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.7;
  }
  .home-cars__grid {
    gap: 16px;
  }
  .home-cars__grid img {
    width: 100% !important;
  }
  .home-cars__grid img.w33 {
    width: 100% !important;
  }
  .home-cars__grid img.w25 {
    width: 100% !important;
  }
  .home-cars__btn-mob {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-cars {
    margin-top: 80px;
  }
  .home-cars__grid {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .home-cars__grid img.m50 {
    width: calc(50% - 5px) !important;
  }
  .home-cars__grid img.m100 {
    width: 100% !important;
    height: 240px !important;
  }
  .home-cars__grid img.m100:first-child {
    width: 100% !important;
    height: 210px !important;
  }
}
.home-faq {
  margin-top: 60px;
}
.home-faq__top {
  display: flex;
  align-items: center;
  gap: 20px;
}
.home-faq__title, .home-faq__title h2 {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 110%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
}
.home-faq__desc {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.7;
}
.home-faq__btn a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  gap: 12px;
  background: #FF0000;
  border-radius: 5px;
  flex-wrap: nowrap;
  text-wrap: nowrap;
  white-space: nowrap;
}
.home-faq__btn span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.home-faq__list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.home-faq__list-item {
  display: flex;
  gap: 5px;
  padding: 16px;
  border-radius: 20px;
  width: calc(50% - 8px);
  align-items: center;
  cursor: pointer;
}
.home-faq__list-left {
  width: calc(100% - 30px);
}
.home-faq__list-right {
  width: 40px;
  padding-left: 20px;
}
.home-faq__list-title {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #0F0F0F;
}
.home-faq__list-content {
  margin-top: 10px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: #0F0F0F;
  opacity: 0.7;
}
.home-faq__list-icon {
  padding-top: calc(50% - 12px);
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: #0F0F0F;
  opacity: 0.7;
}
.home-faq__phone {
  display: none !important;
}
@media screen and (max-width: 1250px) {
  .home-faq__top {
    flex-direction: column;
    gap: 40px;
  }
  .home-faq__phone {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 14px 20px !important;
    gap: 12px !important;
    background: #FFE5E5 !important;
    border-radius: 5px !important;
  }
  .home-faq__phone span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FF0000;
  }
  .home-faq__btn {
    display: flex;
    gap: 16px;
  }
  .home-faq__title, .home-faq__title h2 {
    text-align: center;
  }
  .home-faq__desc {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .home-faq__list-item {
    background-color: #fff !important;
  }
  .home-faq__title, .home-faq__title h2 {
    font-size: 30px;
  }
  .home-faq__desc {
    font-size: 22px;
  }
  .home-faq__list-item {
    width: 100%;
  }
  .home-faq__btn a span {
    font-size: 20px;
  }
  .home-faq {
    margin-top: 190px;
  }
}
@media screen and (max-width: 600px) {
  .home-faq__list-item {
    background-color: #fff !important;
  }
  .home-faq__btn {
    flex-direction: column;
    width: 100%;
  }
  .home-faq__list-content {
    font-size: 19px;
  }
  .home-faq__list-title {
    font-size: 22px;
  }
  .home-faq__btn {
    padding-top: 20px;
  }
  .home-faq__btn a {
    width: 100%;
    max-height: 52px;
  }
  .home-faq__top {
    gap: 10px;
  }
}
.home-faq__list-item.hidden {
  background: none;
}
.home-faq__list-item.hidden .home-faq__list-content {
  display: none !important;
}
.home-faq__list-item.hidden .home-faq__list-icon {
  transform: rotate(180deg);
}

.home-address {
  margin-top: 80px;
}
.home-address__wrap {
  display: flex;
  gap: 16px;
}
.home-address__list {
  height: auto;
  width: 100%;
}
.home-address__title, .home-address__title h2 {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 110%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.03em;
  color: #0F0F0F;
}
.home-address__desc {
  margin-top: 16px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #0F0F0F;
  opacity: 0.5;
}
.home-address__region {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  gap: 10px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  cursor: pointer;
  max-height: 46px;
}
.home-address__region span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #0F0F0F;
}
.home-address__region span span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #0F0F0F;
  opacity: 0.7;
  vertical-align: super;
}
.home-address__left {
  max-width: 620px;
}
.home-address__list {
  display: none;
}
.home-address__region-active {
  background-color: #FF0000;
}
.home-address__region-active span span {
  color: #FFFFFF;
  opacity: 0.7;
  vertical-align: super;
}
.home-address__region-active span {
  color: #fff;
}
.home-address__filials-item {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  gap: 10px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  cursor: pointer;
}
.home-address__filials-item span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #0F0F0F;
}
.home-address__list-filial {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 20px;
  align-content: flex-start;
  padding: 12px;
}
.home-address__region-filials-active {
  background-color: #FF0000;
  border-radius: 10px;
}
.home-address__region-filials-active span {
  color: #fff !important;
}
.home-address__region-map {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
  border-radius: 20px;
}
.home-address__region-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.home-address__region-map-active {
  display: block;
}
.home-address__right {
  height: 100%;
  flex-grow: 1;
  height: initial;
}
.home-address__map-list {
  height: 100%;
}
.home-address__map-list {
  height: 630px;
}
.home-address__region-map-form {
  padding: 16px;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  right: 25px;
  top: 25px;
  width: 330px;
}
.home-address__form-title {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.02em;
  color: #0F0F0F;
}
.home-address__form-address {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.home-address__form-address-icon {
  flex-shrink: 0;
}
.home-address__form-address-name {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #0F0F0F;
}
.home-address__form-address-address {
  margin-top: 5px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #0F0F0F;
  opacity: 0.5;
}
.home-address__form-address-worktime {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.home-address__form-address-worktime-icon {
  display: flex;
  align-items: center;
  gap: 3px;
}
.home-address__form-address-worktime-icon span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #0F0F0F;
}
.home-address__form-address-worktime-value {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #0F0F0F;
  opacity: 0.5;
}
.home-address__form-address-form {
  margin-top: 24px;
}
.home-address .map-form-submit span {
  width: 100px;
}
.home-address .map-form-input input {
  box-sizing: border-box;
  width: 100%;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.011em;
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.7;
  border: none;
  padding: 16px 18px;
  gap: 10px;
  background: #F4F4F4;
  border-radius: 10px;
  width: 100%;
}
.home-address .map-form-submit input {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #fff;
  border: none;
  background: 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -10px;
  top: 0;
  border: none;
}
.home-address .map-form-submit {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  height: 52px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: red;
  border-radius: 5px;
  position: relative;
  width: 100%;
}
.home-address__phone a {
  position: absolute;
  bottom: 25px;
  right: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 18px;
  gap: 6px;
  height: 52px;
  background: #FFE5E5;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 10px;
}
.home-address__phone span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #FF0000;
}
.home-address__phone-mob {
  display: none;
}
.home-address__form-title svg {
  display: none;
}
.home-address__map-link {
  position: absolute;
  left: 25px;
  top: 25px;
}
.home-address__map-link a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 18px;
  gap: 6px;
  height: 52px;
  background: #FFE5E5;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.home-address__map-link a span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #FF0000;
}
@media screen and (max-width: 1200px) {
  .home-address__map-link {
    position: initial;
    margin-top: 10px;
  }
  .home-address__region-map-form {
    bottom: 10px;
    top: inherit;
    right: initial;
    left: 10px;
    width: calc(100% - 30px);
    max-width: 450px;
  }
  .home-address__phone a {
    justify-content: center;
    display: flex;
    position: initial;
    width: 100%;
    max-width: 450px;
    margin-top: 25px;
  }
  .home-address__phone-mob {
    display: block;
  }
  .home-address__map-list {
    height: 530px;
  }
  .home-address__wrap {
    flex-direction: column;
  }
  .home-address__right {
    width: 100%;
  }
  .home-address__left {
    width: 100%;
    max-width: 100%;
  }
  .home-address__list {
    width: 100%;
    max-width: 100%;
    overflow: auto;
    flex-wrap: nowrap;
  }
  .home-address__list-filial {
    width: 100%;
    max-width: 100%;
    overflow: auto;
    flex-wrap: nowrap;
  }
  .home-address__region, .home-address__region span {
    text-wrap: nowrap;
    white-space: nowrap;
  }
  .home-address__filials-item, .home-address__filials-item span {
    text-wrap: nowrap;
    white-space: nowrap;
  }
  .home-address__form-title {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.02em;
    color: #0F0F0F;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .home-address__form-title svg {
    display: block;
  }
  .home-address__form-address {
    display: none;
  }
  .home-address__form-address-worktime {
    display: none;
  }
  .home-address__form-address-form {
    display: none;
  }
}

.home-address__filials-item.hidden {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .home-address__form-title-active .home-address__form-address {
    display: flex !important;
  }
  .home-address__form-title-active .home-address__form-address-worktime {
    display: flex !important;
  }
  .home-address__form-title-active .home-address__form-address-form {
    display: block !important;
  }
  .home-address__form-title-active .home-address__form-title svg {
    transform: rotate(180deg);
  }
}
.home-address__list-filial .hidden {
  display: none !important;
}

.home-address__region-filials-active span {
  color: #fff !important;
}

.home-address__region-filials-active span span {
  color: #fff !important;
}

.footer-turbo {
  margin-top: 200px;
  padding-top: 60px;
  border-radius: 50px 50px 0 0;
  background-color: #fff;
}
.footer-turbo__wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer-turbo__contact-title {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #0F0F0F;
  padding-bottom: 14px;
  border-bottom: 1px solid #d8d8d8;
}
.footer-turbo__contact-phone {
  margin-top: 14px;
}
.footer-turbo__contact-phone a {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 53px;
  letter-spacing: -0.02em;
  color: #0F0F0F;
}
.footer-turbo__contact-social {
  margin-top: 14px;
  display: flex;
  gap: 34px;
}
.footer-turbo__contact-social a {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #0F0F0F;
  opacity: 0.5;
}
.footer-turbo__nav-title {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #0F0F0F;
  padding-bottom: 14px;
  border-bottom: 1px solid #d8d8d8;
}
.footer-turbo__nav {
  display: flex;
  gap: 15px;
}
.footer-turbo__nav-col {
  min-width: 175px;
}
.footer-turbo__nav-col ul {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-turbo__nav-col:last-child ul {
  max-height: 170px;
  flex-wrap: wrap;
}
.footer-turbo__nav-col ul li {
  max-width: 175px;
}
.footer-turbo__nav-col ul li a {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #0F0F0F;
  opacity: 0.5;
}
.footer-turbo__bottom {
  margin-top: 120px;
  padding-top: 24px;
  border-top: #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d8d8d8;
}
.footer-turbo__bottom-link a {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  letter-spacing: -0.02em;
  color: #0F0F0F;
  opacity: 0.5;
}
.footer-turbo__logo {
  margin-top: 47px;
  width: 100%;
}
.footer-turbo__logo img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .footer-turbo__contact-social {
    flex-direction: column;
  }
  .footer-turbo__contact-phone a {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .footer-turbo__wrap {
    flex-direction: column;
  }
  .footer-turbo__nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer-turbo__nav-col {
    height: initial;
    max-height: initial;
    width: calc(50% - 8px);
  }
  .footer-turbo__nav-col:last-child {
    width: 100%;
    max-width: 100%;
    height: initial;
    max-height: initial;
  }
  .footer-turbo__bottom {
    flex-direction: column;
  }
}

.collback {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  background: rgba(0, 0, 0, 0.35);
  z-index: 999;
}
.collback__content {
  position: relative;
  padding: 24px;
  width: 386px;
  height: 100%;
  border-radius: 20px 0 0 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
}
.collback__close {
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
}
.collback__logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 18px;
  gap: 10px;
  background: #F4F4F4;
  border-radius: 10px;
}
.collback__logo img {
  width: 153px;
}
.collback__title, .collback__title h2 {
  margin-top: 15px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  letter-spacing: -0.01em;
  color: #000000;
}
.collback__subtitle {
  margin-top: 20px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.7;
}
.collback__form {
  margin-top: 50px;
  max-width: 100%;
}
.collback .collback-form-input input {
  padding: 16px 18px;
  gap: 10px;
  background: #F4F4F4;
  border-radius: 10px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.011em;
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.7;
  border: none;
  box-sizing: border-box;
  max-width: 100%;
}
.collback .collback-form-submit {
  margin-top: 24px;
  cursor: pointer;
}
.collback .collback-form-submit input {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #fff;
  border: none;
  background: 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -10px;
  top: 0;
}
.collback .collback-form-submit span {
  min-width: 130px;
}
.collback .collback-form-submit {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  height: 52px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: red;
  border-radius: 5px;
  position: relative;
  width: 100%;
}
.collback__close-mob {
  display: none;
}
@media screen and (max-width: 600px) {
  .collback__close {
    display: none;
  }
  .collback__close-mob {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 46px;
    height: 46px;
    background-color: #fff;
    box-sizing: content-box;
    top: -23px;
    left: calc(50% - 23px);
  }
  .collback__content {
    position: absolute;
    height: auto;
    width: 100%;
    bottom: 0;
    border-radius: 20px 20px 0 0;
    background-image: url("/wp-content/uploads/2026/02/subtract.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
  }
  .collback__logo {
    display: none;
  }
}

.collback-show {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: sticky;
}

.collback-show .collback {
  display: flex;
}

.turbo-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.35);
  z-index: 999;
  display: none;
}
.turbo-popup__content {
  position: relative;
  width: 100%;
  max-width: 816px;
  background-image: url("/wp-content/uploads/2026/02/group-2087327678.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 20px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 34px;
  padding-bottom: 34px;
}
.turbo-popup__close {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 30px;
}
.turbo-popup__title, .turbo-popup__title h2 {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  letter-spacing: -0.01em;
  color: #000000;
}
.turbo-popup__form {
  margin-top: 60px;
}
.turbo-popup .popup-form-input input {
  padding: 16px 18px;
  gap: 10px;
  background: #F4F4F4;
  border-radius: 10px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.011em;
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.7;
  border: none;
  box-sizing: border-box;
  max-width: 100%;
}
.turbo-popup .popup-form-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}
.turbo-popup .popup-form-phone {
  width: calc(50% - 10px);
}
.turbo-popup .popup-form-phone a span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #FF0000;
}
.turbo-popup .popup-form-phone a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 18px;
  gap: 6px;
  background: #FFE5E5;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 10px;
}
.turbo-popup .popup-form-submit input {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #fff;
  border: none;
  background: 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -10px;
  top: 0;
}
.turbo-popup .popup-form-submit span {
  min-width: 130px;
}
.turbo-popup .popup-form-submit {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  height: 52px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: red;
  border-radius: 5px;
  position: relative;
  width: 50%;
}
.turbo-popup__close-mob {
  display: none;
}
.turbo-popup__decor:first-child {
  position: absolute;
  left: 0;
  top: 0;
}
.turbo-popup__decor:nth-child(2) {
  position: absolute;
  right: 0;
  top: calc(50% - 38px);
}
@media screen and (max-width: 800px) {
  .turbo-popup__close {
    display: none;
  }
  .turbo-popup__close-mob {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 46px;
    height: 46px;
    background-color: #fff;
    box-sizing: content-box;
    top: -23px;
    left: calc(50% - 23px);
  }
  .turbo-popup__content {
    position: absolute;
    height: auto;
    width: 100%;
    bottom: 0;
    border-radius: 20px 20px 0 0;
    background-image: url("/wp-content/uploads/2026/02/subtract.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
  }
  .turbo-popup__title, .turbo-popup__title h2 {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
    padding-top: 10px;
  }
  .turbo-popup .popup-form-bottom {
    flex-direction: column;
  }
  .turbo-popup .popup-form-submit {
    width: 100%;
  }
  .turbo-popup .popup-form-phone {
    width: 100%;
  }
  .turbo-popup__form {
    margin-top: 40px;
  }
}

.popup-show {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: sticky;
}

.turbo-popup__show {
  display: flex;
}

.horizontal-popup__content {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 875px;
  background-color: #fff;
  background-image: none;
}
.horizontal-popup__img {
  max-width: 357px;
  width: 100%;
  border-radius: 15px;
  flex-shrink: 0;
}
.horizontal-popup__left {
  flex-shrink: 0;
}
.horizontal-popup__title {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #000000;
}
.horizontal-popup .turbo-popup__close {
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 800px) {
  .horizontal-popup__content {
    background-color: transparent;
    flex-direction: column;
    gap: 20px;
    background-image: url("https://turbo-drive.od.ua/wp-content/uploads/2026/05/subtract-1.png");
    background-position: top center;
    background-size: cover;
    padding: 16px;
  }
  .horizontal-popup .wpcf7-form-control {
    width: 100%;
  }
  .horizontal-popup__title {
    font-size: 28px;
    text-align: center;
  }
  .horizontal-popup__img {
    max-width: 100%;
    width: 100%;
    border-radius: 15px;
    flex-shrink: 0;
  }
  .horizontal-popup .turbo-popup__close-mob {
    top: -25px;
  }
}
@media screen and (max-width: 390px) {
  .horizontal-popup__title {
    font-size: 26px;
  }
}

.vertical-popup__content {
  max-width: 550px;
  padding: 20px;
}
.vertical-popup__img {
  width: 100%;
  max-width: 100%;
}
.vertical-popup__title {
  margin-top: 16px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #000000;
}
@media screen and (max-width: 800px) {
  .vertical-popup__content {
    max-width: calc(100% - 32px);
    width: 100%;
    padding: 16px;
    background-image: none;
    background-color: #fff;
    position: relative;
    border-radius: 15px;
  }
  .vertical-popup .turbo-popup__close-mob {
    background: none;
    width: 24px;
    height: 24px;
    left: initial;
    top: 26px;
    right: 26px;
  }
  .vertical-popup__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 390px) {
  .vertical-popup__title {
    font-size: 26px;
  }
}

.bloor-popup__content {
  max-width: 626px;
  background: transparent;
  background-color: rgba(123, 123, 123, 0.2);
  box-shadow: inset 1.59118px 1.59118px 0 -0.795588px #d0d0d0, inset -1.59118px -1.59118px 0 -0.795588px #7c7b7b, inset 1.59118px 1.59118px 0.795588px -1.59118px #fff, inset -1.59118px -1.59118px 0.795588px -1.59118px #fff, inset 0 0 4.77352px rgba(255, 255, 255, 0.5), inset 0 0 25.4588px #f2f2f2;
  -webkit-backdrop-filter: blur(12.2px);
          backdrop-filter: blur(12.2px);
  border-radius: 20px;
  padding: 50px 40px;
}
.bloor-popup__top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bloor-popup__img {
  width: 182px;
}
.bloor-popup__title {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.bloor-popup .popup-form {
  max-width: 460px;
  margin: auto;
}
.bloor-popup .popup-form-input input {
  width: 100%;
  background-color: #F4F4F4 !important;
  opacity: 1 !important;
}
@media screen and (max-width: 800px) {
  .bloor-popup__img {
    width: 147px;
  }
  .bloor-popup__content {
    padding: 16px;
  }
  .bloor-popup__title {
    font-size: 24px;
  }
  .bloor-popup .popup-form-bottom {
    flex-direction: row;
  }
  .bloor-popup .popup-form-submit svg {
    flex-shrink: 0;
  }
  .bloor-popup .popup-form-submit {
    width: 150px;
    gap: 0px;
    padding-left: 0px;
    padding-right: 18px;
  }
  .bloor-popup .popup-form-phone svg {
    display: none;
  }
  .bloor-popup .turbo-popup__close-mob {
    top: -50px;
  }
}

@media screen and (max-width: 1000px) {
  .popup-show .header__bottom {
    display: none !important;
  }
}
.burger-turbo__wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  background: rgba(0, 0, 0, 0.35);
  z-index: 999;
  display: none;
}
.burger-turbo__nav ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.burger-turbo__nav ul li a {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #233039;
  opacity: 0.7;
}
.burger-turbo__close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.burger-turbo__nav {
  position: absolute;
  padding: 24px;
  width: 280px;
  height: 100%;
  border-radius: 20px 0 0 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  top: 0;
  right: 0;
  z-index: 999999;
}

.burger-show .burger-turbo__wrap {
  display: block;
}

.payment-info {
  margin-top: 80px;
}
.payment-info__title {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  text-align: center;
}
.payment-info__title span {
  color: #f70000;
}
.payment-info__desc {
  margin-top: 25px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.7;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.payment-info__steps {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.payment-info__steps-item {
  display: flex;
  gap: 10px;
}
.payment-info__steps-item-left, .payment-info__steps-item-right {
  width: calc(50% - 5px);
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  min-height: 460px;
}
.payment-info__steps-item-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 20px;
}
.payment-info__steps-item-right {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
}
.payment-info__steps-item-right img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 0 0 20px;
}
.payment-info__steps-item-num {
  display: inline-flex;
  padding: 15px 20px;
  border: 1.5px solid #FF0000;
  border-radius: 10px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
}
.payment-info__steps-item-title {
  margin-top: 17px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
}
.payment-info__steps-item-desc {
  margin-top: 17px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.7;
  max-width: 430px;
}
.payment-info__steps-item-btn a {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 18px 20px;
  gap: 10px;
  background: #FF0000;
  border-radius: 10px;
  max-height: 52px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FFFFFF;
}
.payment-info__steps-item-desc-grid-item {
  display: flex;
  align-items: center;
  gap: 5px;
  width: calc(50% - 5px);
}
.payment-info__steps-item-desc-grid-full .payment-info__steps-item-desc-grid-item {
  width: 100%;
}
.payment-info__steps-item-desc-grid {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.payment-info__steps-item-right {
  position: relative;
}
.payment-info__steps-item-right-content {
  position: absolute;
  left: 0;
  top: 100px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.payment-info__steps-item-right-title {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 110%;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  max-width: 403px;
}
.payment-info__steps-item-right-desc {
  margin-top: 17px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  opacity: 0.9;
  max-width: 244px;
}
.payment-info__steps-item-right-btn {
  margin-top: 50px;
}
.payment-info__steps-item-right-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 18px 20px;
  gap: 10px;
  background: #FFFFFF;
  border-radius: 10px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #000000;
  max-height: 56px;
}
.payment-info__steps-item-desc-grid-item img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1000px) {
  .payment-info__title {
    font-size: 32px;
  }
  .payment-info__steps-item {
    flex-direction: column-reverse;
    gap: 0px;
  }
  .payment-info__steps-item-left {
    width: 100%;
    position: relative;
    top: -20px;
    z-index: 2;
    min-height: auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .payment-info__steps-item-btn {
    margin-top: 30px;
  }
  .payment-info__steps-item-btn a {
    width: 100%;
  }
  .payment-info__steps-item-right {
    width: 100%;
    border: none;
    height: 250px;
    min-height: 250px;
    padding: 0;
  }
  .payment-info__steps-item-right img {
    border-radius: 10px 10px 0 0;
  }
  .payment-info__steps-item-num {
    font-size: 16px;
    height: 42px;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .payment-info__steps-item-title {
    font-size: 32px;
  }
  .payment-info__steps-item-desc {
    font-size: 18px;
  }
  .payment-info__steps-item-desc-grid-item {
    width: 100%;
  }
  .payment-info__steps-item-last .payment-info__steps-item-left {
    position: initial;
  }
  .payment-info__steps-item-last {
    gap: 30px;
  }
  .payment-info__steps-item-right-title {
    font-size: 32px;
  }
  .payment-info__steps-item-right-desc {
    font-size: 16px;
  }
  .payment-info__steps-item-right-content {
    top: 17px;
  }
  .payment-info__steps-item-last .payment-info__steps-item-right img {
    border-radius: 10px;
  }
  .payment-info__steps-item-last .payment-info__steps-item-right {
    height: 270px;
  }
}
@media screen and (max-width: 391px) {
  .payment-info__steps-item-btn-sm a svg {
    display: none;
  }
}

.page-template-prices .hero {
  background-image: url("/wp-content/uploads/2026/06/frame-2087327920-1.jpg");
  padding-top: 130px;
}

.page-template-prices .breadcrumbs {
  display: none;
}

.page-template-prices .hero__wrap {
  align-items: flex-start;
  flex-direction: column;
  gap: 80px;
}

@media screen and (max-width: 1000px) {
  .page-template-prices .breadcrumbs {
    display: block;
    padding: 0;
    margin: 0;
  }
  .page-template-prices .breadcrumbs__item span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.7;
  }
  .page-template-prices .breadcrumbs__item a span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.5;
  }
  .page-template-prices .hero__left {
    text-align: center;
  }
  .page-template-prices .hero__label {
    position: initial;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-prices .hero__form-label {
    display: none;
  }
  .page-template-prices .hero__image {
    display: none;
  }
  .page-template-prices .hero__form {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-template-prices .hero {
    border-radius: 0 0 10px 10px;
    padding-top: 0;
  }
  .page-template-prices .hero__right {
    margin-bottom: 10px;
  }
  .page-template-prices .hero {
    background-image: url("/wp-content/uploads/2026/06/frame-2087327858-1.jpg");
  }
  .page-template-prices .hero__wrap {
    gap: 5px;
  }
  .page-template-prices .hero__title {
    background: none;
    margin-top: 330px;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-prices .hero__title h1 {
    background: none;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-prices .hero__subtitle {
    margin-top: 20px;
    padding-top: 0;
    background: none;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    opacity: 0.9;
    padding-left: 0;
    padding-right: 0;
  }
}
.pw-prices-list {
  margin-top: 80px;
}
.pw-prices-list__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
.pw-prices-list__banner img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.pw-prices-list__banner span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
}
.pw-prices-list__banner span span {
  color: #FF0000;
}
.pw-prices-list__slider {
  margin-top: 35px;
}
.pw-prices-list__item-top {
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pw-prices-list__slider .slick-slide {
  margin: 0 6px;
}
.pw-prices-list__slider .slick-list {
  margin: 0 -6px;
}
.pw-prices-list__item-name {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.7;
}
.pw-prices-list__item-price {
  margin-top: 7px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #FF0000;
}
.pw-prices-list__item-price strike {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  text-decoration-line: line-through;
  color: #FF0000;
}
.pw-prices-list__item-body {
  padding-top: 40px;
  padding-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
  background: rgba(232, 232, 232, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  min-height: 490px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pw-prices-list__item-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  gap: 6px;
  background: #FF0000;
  border-radius: 5px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FFFFFF;
}
.pw-prices-list__slider {
  position: relative;
}
.pw-prices-list__slider-prev {
  cursor: pointer;
  position: absolute;
  width: 44px;
  height: 44px;
  left: -20px;
  top: 50%;
}
.pw-prices-list__slider-next {
  cursor: pointer;
  position: absolute;
  width: 44px;
  height: 44px;
  right: -20px;
  top: 50%;
}
.pw-prices-list__slider-prev img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pw-prices-list__slider-next img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pw-prices-list__item-desc, .pw-prices-list__item-desc ul, .pw-prices-list__item-desc p, .pw-prices-list__item-desc ul li {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #7e7e7e;
}
.pw-prices-list__item-desc ul li {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.pw-prices-list__item-desc ul li svg, .pw-prices-list__item-desc ul li img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.pw-prices-list__item-icon {
  width: 50px;
  height: 50px;
  background-image: url("https://turbo-drive.od.ua/wp-content/uploads/2026/03/image-307-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.pw-prices-list__item-icon span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  position: absolute;
  left: 18px;
  bottom: 9px;
  transform: rotate(13deg);
}
.pw-prices-list__slider-arrow-mob {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1000px) {
  .pw-prices-list {
    margin-top: 60px;
  }
  .pw-prices-list__slider {
    margin-top: 16px;
  }
  .pw-prices-list__slider-arrow-mob {
    margin-top: 30px;
    display: flex;
  }
  .pw-prices-list__banner span {
    font-size: 16px;
  }
  .pw-prices-list__item-name {
    font-size: 18px;
  }
  .pw-prices-list__item-desc, .pw-prices-list__item-desc ul, .pw-prices-list__item-desc p, .pw-prices-list__item-desc ul li {
    font-size: 17px;
  }
  .pw-prices-list__banner img {
    width: 25px;
    height: 25px;
  }
  .pw-prices-list__banner {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 5px;
  }
  .pw-prices-list__slider-prev {
    display: none;
    width: 32px;
    height: 32px;
    left: -2px;
  }
  .pw-prices-list__slider-next {
    display: none;
    width: 32px;
    height: 32px;
    right: -2px;
  }
  .pw-prices-list__slider-arrow-mob .pw-prices-list__slider-next {
    display: flex;
    position: initial;
    width: 44px;
    height: 44px;
  }
  .pw-prices-list__slider-arrow-mob .pw-prices-list__slider-prev {
    display: flex;
    position: initial;
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 440px) {
  .pw-prices-list__banner span {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .pw-prices-list__banner span {
    font-size: 13px;
  }
}

.page-template-gift .hero {
  background-image: url("https://avtoshkola-elita.if.ua/wp-content/uploads/2026/03/gift-desc.jpg");
  padding-top: 130px;
}

.page-template-gift .breadcrumbs {
  display: none;
}

.page-template-gift .hero__right {
  padding-top: 110px;
}

.page-template-gift .hero__wrap {
  align-items: flex-start;
  flex-direction: column;
  gap: 80px;
}

@media screen and (max-width: 435px) {
  .page-template-gift .info-short:first-child .info-short__btn svg {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .page-template-gift .hero__right {
    padding-top: 0px;
  }
  .page-template-gift .breadcrumbs {
    display: block;
    padding: 0;
    margin: 0;
  }
  .page-template-gift .breadcrumbs__item span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.7;
  }
  .page-template-gift .breadcrumbs__item a span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.5;
  }
  .page-template-gift .hero__left {
    text-align: center;
  }
  .page-template-gift .hero__label {
    position: initial;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-gift .hero__form-label {
    display: none;
  }
  .page-template-gift .hero__image {
    display: none;
  }
  .page-template-gift .hero__form {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-template-gift .hero {
    border-radius: 0 0 10px 10px;
    padding-top: 0;
  }
  .page-template-gift .hero__right {
    margin-bottom: 10px;
  }
  .page-template-gift .hero {
    background-image: url("https://avtoshkola-elita.if.ua/wp-content/uploads/2026/03/gift-mob.jpg");
  }
  .page-template-gift .hero__wrap {
    gap: 5px;
  }
  .page-template-gift .hero__title {
    background: none;
    margin-top: 330px;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-gift .hero__title h1 {
    background: none;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-gift .hero__subtitle {
    margin-top: 20px;
    padding-top: 0;
    background: none;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    opacity: 0.9;
    padding-left: 0;
    padding-right: 0;
  }
}
.info-short__title h2 {
  padding: 0 !important;
  margin: 0 !important;
}

.page-template-instructors .hero {
  background-image: url("/wp-content/uploads/2026/06/frame-2087327694-1.jpg");
  padding-top: 130px;
}

.page-template-instructors .breadcrumbs {
  display: none;
}

.page-template-instructors .hero__right {
  padding-top: 110px;
}

.page-template-instructors .hero__wrap {
  align-items: flex-start;
  flex-direction: column;
  gap: 80px;
}

.page-template-instructors .home-instructor__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.page-template-instructors .home-instructor__slider-item-wrap {
  padding: 0px;
  width: calc(25% - 12px);
}

.page-template-instructors .home-instructor__slider-item {
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .page-template-instructors .hero__right {
    padding-top: 0px;
  }
}
@media screen and (max-width: 1300px) {
  .page-template-instructors .home-instructor__slider-item-wrap {
    padding: 0px;
    width: calc(33.3% - 10.6px);
  }
}
@media screen and (max-width: 1000px) {
  .page-template-instructors .home-instructor__slider-item-wrap {
    padding: 0px;
    width: calc(50% - 13px);
  }
  .page-template-instructors .hero__right {
    padding-top: 0px;
  }
  .page-template-instructors .breadcrumbs {
    display: block;
    padding: 0;
    margin: 0;
  }
  .page-template-instructors .breadcrumbs__item span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.7;
  }
  .page-template-instructors .breadcrumbs__item a span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.5;
  }
  .page-template-instructors .hero__left {
    text-align: center;
  }
  .page-template-instructors .hero__label {
    position: initial;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-instructors .hero__form-label {
    display: none;
  }
  .page-template-instructors .hero__image {
    display: none;
  }
  .page-template-instructors .hero__form {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-template-instructors .hero {
    border-radius: 0 0 10px 10px;
    padding-top: 0;
  }
  .page-template-instructors .hero__right {
    margin-bottom: 10px;
  }
  .page-template-instructors .hero {
    background-image: url("/wp-content/uploads/2026/06/frame-2087327858.jpg");
  }
  .page-template-instructors .hero__wrap {
    gap: 5px;
  }
  .page-template-instructors .hero__title {
    background: none;
    margin-top: 330px;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-instructors .hero__title h1 {
    background: none;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-instructors .hero__subtitle {
    margin-top: 20px;
    padding-top: 0;
    background: none;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    opacity: 0.9;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .page-template-instructors .home-instructor__slider-item-wrap {
    padding: 0px;
    width: 100%;
  }
}
.instructor-promo {
  margin-top: 50px;
}
.instructor-promo__wrap {
  background-color: #fff;
  border-radius: 50px;
  position: relative;
  padding: 30px;
}
.instructor-promo__decor {
  width: 50px;
  height: 50px;
  position: absolute;
}
.instructor-promo__decor svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.instructor-promo__decor svg:nth-child(2) {
  display: none;
}
.instructor-promo__decor:nth-child(1) {
  top: 30px;
  left: 30px;
}
.instructor-promo__decor:nth-child(2) {
  top: 30px;
  right: 30px;
}
.instructor-promo__decor:nth-child(3) {
  bottom: 30px;
  left: 30px;
}
.instructor-promo__decor:nth-child(4) {
  bottom: 30px;
  right: 30px;
}
.instructor-promo__img {
  text-align: center;
  margin-top: 40px;
}
.instructor-promo__img img {
  width: 100%;
  max-width: 537px;
}
.instructor-promo__title {
  margin-top: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 578px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 110%;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  letter-spacing: -0.01em;
  font-feature-settings: "salt" on;
  color: #000000;
}
.instructor-promo__title span {
  color: #f70000;
}
.instructor-promo__btn {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.instructor-promo__btn a {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  gap: 12px;
  max-height: 54px;
  background: #FF0000;
  border-radius: 5px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .instructor-promo__decor svg:nth-child(1) {
    display: none;
  }
  .instructor-promo__decor svg:nth-child(2) {
    display: block;
  }
  .instructor-promo__title {
    font-size: 32px;
  }
  .instructor-promo__wrap {
    padding: 16px;
    border-radius: 10px;
  }
  .instructor-promo__btn a {
    font-size: 16px;
  }
  .instructor-promo__img {
    margin-top: 80px;
  }
  .instructor-promo__img img {
    width: 100%;
    max-width: calc(100% - 40px);
  }
  .instructor-promo__btn {
    margin-bottom: 70px;
  }
  .instructor-promo__decor:nth-child(1) {
    top: 16px;
    left: 16px;
  }
  .instructor-promo__decor:nth-child(2) {
    top: 16px;
    right: 16px;
  }
  .instructor-promo__decor:nth-child(3) {
    bottom: 16px;
    left: 16px;
  }
  .instructor-promo__decor:nth-child(4) {
    bottom: 16px;
    right: 16px;
  }
}

.info-two-col {
  margin-top: 70px;
}
.info-two-col__wrap {
  display: flex;
  gap: 16px;
}
.info-two-col__left {
  width: 456px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  gap: 56px;
}
.info-two-col__right {
  width: calc(100% - 472px);
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  padding: 30px;
}
.info-two-col__left-img {
  width: 100%;
}
.info-two-col__left-img img {
  width: 100%;
}
.info-two-col__left-title {
  margin-top: 25px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
}
.info-two-col__left-btn a {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  gap: 12px;
  height: 54px;
  background: #FF0000;
  border-radius: 5px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.info-two-col__right-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info-two-col__right-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.info-two-col__right-img {
  position: absolute;
  top: -20px;
  right: 10px;
}
.info-two-col__right-img img {
  width: 515px;
  -o-object-fit: contain;
     object-fit: contain;
}
.info-two-col__right-title {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 110%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  max-width: 324px;
}
.info-two-col__right-btn a {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  gap: 12px;
  height: 54px;
  background: #FF0000;
  border-radius: 5px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
@media screen and (max-width: 1500px) {
  .info-two-col__right-img {
    right: -70px;
  }
}
@media screen and (max-width: 1250px) {
  .info-two-col {
    margin-top: 60px;
  }
  .info-two-col__wrap {
    flex-direction: column;
  }
  .info-two-col__left {
    width: 100%;
    padding: 16px;
    gap: 45px;
    border-radius: 10px;
  }
  .info-two-col__right {
    display: none;
  }
  .info-two-col__left-title {
    font-size: 26px;
    text-align: center;
  }
  .info-two-col__left-btn {
    text-align: center;
  }
  .info-two-col__left-btn a {
    font-size: 19px;
  }
}
@media screen and (max-width: 410px) {
  .info-two-col__left-btn a svg {
    display: none;
  }
}

.page-template-women .hero {
  background-image: url("/wp-content/uploads/2026/06/frame-2087328031.jpg");
  padding-top: 130px;
}

.page-template-women .breadcrumbs {
  display: none;
}

.page-template-women .hero__right {
  padding-top: 110px;
}

.page-template-women .hero__wrap {
  align-items: flex-start;
  flex-direction: column;
  gap: 80px;
}

.page-template-women .home-instructor__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.page-template-women .home-instructor__slider-item-wrap {
  padding: 0px;
  width: calc(25% - 12px);
}

.page-template-women .home-instructor__slider-item {
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .page-template-women .hero__right {
    padding-top: 0px;
  }
}
@media screen and (max-width: 1300px) {
  .page-template-women .home-instructor__slider-item-wrap {
    padding: 0px;
    width: calc(33.3% - 10.6px);
  }
}
@media screen and (max-width: 1000px) {
  .page-template-women .home-instructor__slider-item-wrap {
    padding: 0px;
    width: calc(50% - 13px);
  }
  .page-template-women .hero__right {
    padding-top: 0px;
  }
  .page-template-women .breadcrumbs {
    display: block;
    padding: 0;
    margin: 0;
  }
  .page-template-women .breadcrumbs__item span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.7;
  }
  .page-template-women .breadcrumbs__item a span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.5;
  }
  .page-template-women .hero__left {
    text-align: center;
  }
  .page-template-women .hero__label {
    position: initial;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-women .hero__form-label {
    display: none;
  }
  .page-template-women .hero__image {
    display: none;
  }
  .page-template-women .hero__form {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-template-women .hero {
    border-radius: 0 0 10px 10px;
    padding-top: 0;
  }
  .page-template-women .hero__right {
    margin-bottom: 10px;
  }
  .page-template-women .hero {
    background-image: url("/wp-content/uploads/2026/06/frame-2087328032.jpg");
  }
  .page-template-women .hero__wrap {
    gap: 5px;
  }
  .page-template-women .hero__title {
    background: none;
    margin-top: 330px;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-women .hero__title h1 {
    background: none;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-women .hero__subtitle {
    margin-top: 20px;
    padding-top: 0;
    background: none;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    opacity: 0.9;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .page-template-women .home-instructor__slider-item-wrap {
    padding: 0px;
    width: 100%;
  }
}
.page-template-filial .hero {
  background-image: url("https://autoshkola.te.ua/wp-content/uploads/2026/03/frame-2087327694-21.jpg");
  padding-top: 130px;
}

.page-template-filial .breadcrumbs {
  display: none;
}

.page-template-filial .hero__wrap {
  align-items: flex-start;
  flex-direction: column;
  gap: 80px;
}

@media screen and (max-width: 1000px) {
  .page-template-filial .breadcrumbs {
    display: block;
    padding: 0;
    margin: 0;
  }
  .page-template-filial .breadcrumbs__item span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.7;
  }
  .page-template-filial .breadcrumbs__item a span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.5;
  }
  .page-template-filial .hero__left {
    text-align: center;
  }
  .page-template-filial .hero__label {
    position: initial;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-filial .hero__form-label {
    display: none;
  }
  .page-template-filial .hero__image {
    display: none;
  }
  .page-template-filial .hero__form {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-template-filial .hero {
    border-radius: 0 0 10px 10px;
    padding-top: 0;
  }
  .page-template-filial .hero__right {
    margin-bottom: 10px;
  }
  .page-template-filial .hero {
    background-image: url("https://autoshkola.te.ua/wp-content/uploads/2026/03/frame-2087327261-9.jpg");
  }
  .page-template-filial .hero__wrap {
    gap: 5px;
  }
  .page-template-filial .hero__title {
    background: none;
    margin-top: 330px;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-filial .hero__title h1 {
    background: none;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-filial .hero__subtitle {
    margin-top: 20px;
    padding-top: 0;
    background: none;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    opacity: 0.9;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-filial .hero {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
  }
}
@media (max-width: 451px) {
  .hero-form-bottom svg {
    display: none !important;
  }
  .hero-form-phone svg {
    display: none !important;
  }
  .page-template-filial .hero .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .page-template-filial .hero__form .hero-form-submit input {
    left: 0 !important;
  }
}
@media (max-width: 400px) {
  .hero__form .hero-form-phone a span {
    font-size: 16px;
  }
}
.filials-page-grid__wrap {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.filials-page-grid__item {
  width: calc(25% - 18px);
  padding: 16px 16px 24px;
  background: #FFFFFF;
  border-radius: 20px;
}
.filials-page-grid__item-img {
  width: 100%;
  height: 200px;
  position: relative;
}
.filials-page-grid__item-img-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.filials-page-grid__item-arrow {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 14px;
  right: 14px;
  border-radius: 10px;
}
.filials-page-grid__item-top {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 75px;
}
.filials-page-grid__item-logo {
  width: 70px;
  height: 52px;
  background: #F4F4F4;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filials-page-grid__item-logo img {
  width: 50px;
  max-height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.filials-page-grid__item-title {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #0F0F0F;
}
.filials-page-grid__item-address {
  margin-top: 5px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  /* identical to box height */
  letter-spacing: -0.02em;
  color: #0F0F0F;
  opacity: 0.5;
}
.filials-page-grid__item-time {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filials-page-grid__item-time-title {
  display: flex;
  align-items: center;
  gap: 4px;
}
.filials-page-grid__item-time-titl span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #0F0F0F;
}
.filials-page-grid__item-time-value {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #0F0F0F;
  opacity: 0.5;
}
.filials-page-grid__item-btn {
  margin-top: 16px;
}
.filials-page-grid__item-btn a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  gap: 12px;
  height: 54px;
  width: 100%;
  background: #FF0000;
  border-radius: 5px;
}
.filials-page-grid__item-btn a span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.filials-page-grid__more-btn {
  display: none;
  text-align: center;
}
@media (max-width: 1500px) {
  .filials-page-grid__item {
    width: calc(33.3% - 16px);
  }
}
@media (max-width: 1000px) {
  .filials-page-grid__item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 600px) {
  .filials-page-grid__wrap {
    margin-top: 60px;
  }
  .filials-page-grid__item {
    width: 100%;
  }
  .filials-page-grid__more-btn {
    display: block;
    margin-top: 24px;
  }
  .filials-page-grid__more-btn a {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    gap: 12px;
    height: 54px;
    background: #FF0000;
    border-radius: 5px;
  }
  .filials-page-grid__more-btn a span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
  }
  .filials-page-grid__item-hidden {
    display: none;
  }
}

.filials-page-grid-all .filials-page-grid__more-btn {
  display: none;
}

.filials-page-grid-all .filials-page-grid__item-hidden {
  display: block;
}

.page-template-express .hero {
  background-image: url("/wp-content/uploads/2026/06/frame-2087328028.jpg");
  padding-top: 130px;
}

.page-template-express .breadcrumbs {
  display: none;
}

.page-template-express .hero__wrap {
  align-items: flex-start;
  flex-direction: column;
  gap: 80px;
}

@media screen and (max-width: 1000px) {
  .page-template-express .breadcrumbs {
    display: block;
    padding: 0;
    margin: 0;
  }
  .page-template-express .breadcrumbs__item span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.7;
  }
  .page-template-express .breadcrumbs__item a span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.5;
  }
  .page-template-express .hero__left {
    text-align: center;
  }
  .page-template-express .hero__label {
    position: initial;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-express .hero__form-label {
    display: none;
  }
  .page-template-express .hero__image {
    display: none;
  }
  .page-template-express .hero__form {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-template-express .hero {
    border-radius: 0 0 10px 10px;
    padding-top: 0;
  }
  .page-template-express .hero__right {
    margin-bottom: 10px;
  }
  .page-template-express .hero {
    background-image: url("/wp-content/uploads/2026/06/frame-2087327261.jpg");
  }
  .page-template-express .hero__wrap {
    gap: 5px;
  }
  .page-template-express .hero__title {
    background: none;
    margin-top: 330px;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-express .hero__title h1 {
    background: none;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-express .hero__subtitle {
    margin-top: 20px;
    padding-top: 0;
    background: none;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    opacity: 0.9;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-express .hero {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
  }
}
@media (max-width: 451px) {
  .page-template-express .hero .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .page-template-express .hero__form .hero-form-submit input {
    left: 0 !important;
  }
}
.express-grid {
  margin-top: 80px;
}
.express-grid__title {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  text-align: center;
}
.express-grid__title span {
  color: #f70000;
}
.express-grid__desc {
  margin-top: 25px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.7;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.express-grid__steps {
  margin-top: 40px;
  display: flex;
  gap: 30px;
}
.express-grid__steps-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 35px;
  gap: 8px;
  background: rgba(232, 232, 232, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  width: calc(33.3% - 20px);
}
.express-grid__steps-img {
  display: flex;
  align-items: center;
  position: relative;
}
.express-grid__steps-img-decor {
  padding: 12px;
  gap: 10px;
  width: 75px;
  height: 75px;
  left: -8px;
  top: -8px;
  border-radius: 28px;
  background: rgba(30, 30, 30, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  filter: blur(14.5px);
  position: absolute;
  z-index: -1;
}
.express-grid__steps-img img {
  width: 40px;
  height: 40px;
  border: 8px solid #1e1e1e;
  border-radius: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  background: #fff;
}
.express-grid__steps-title {
  padding-top: 5px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #000000;
}
.express-grid__steps-desc {
  margin-top: 8px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.06em;
  color: #000000;
  opacity: 0.7;
}
.express-grid__steps-desc span {
  padding-bottom: 3px;
  display: block;
}
.express-grid__steps-desc ul li {
  padding-bottom: 3px;
  display: block;
}
@media screen and (max-width: 1000px) {
  .express-grid__steps {
    flex-direction: column;
    gap: 16px;
  }
  .express-grid {
    margin-top: 60px;
  }
  .express-grid__title {
    font-size: 32px;
  }
  .express-grid__steps-item {
    width: 100%;
  }
}

.page-template-standart .hero {
  background-image: url("/wp-content/uploads/2026/06/frame-2087328029-1-1.jpg");
  padding-top: 130px;
}

.page-template-standart .breadcrumbs {
  display: none;
}

.page-template-standart .hero__wrap {
  align-items: flex-start;
  flex-direction: column;
  gap: 80px;
}

@media screen and (max-width: 1000px) {
  .page-template-standart .breadcrumbs {
    display: block;
    padding: 0;
    margin: 0;
  }
  .page-template-standart .breadcrumbs__item span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.7;
  }
  .page-template-standart .breadcrumbs__item a span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.5;
  }
  .page-template-standart .hero__left {
    text-align: center;
  }
  .page-template-standart .hero__label {
    position: initial;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-standart .hero__form-label {
    display: none;
  }
  .page-template-standart .hero__image {
    display: none;
  }
  .page-template-standart .hero__form {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-template-standart .hero {
    border-radius: 0 0 10px 10px;
    padding-top: 0;
  }
  .page-template-standart .hero__right {
    margin-bottom: 10px;
  }
  .page-template-standart .hero {
    background-image: url("/wp-content/uploads/2026/06/frame-2087328030.jpg");
  }
  .page-template-standart .hero__wrap {
    gap: 5px;
  }
  .page-template-standart .hero__title {
    background: none;
    margin-top: 330px;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-standart .hero__title h1 {
    background: none;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-standart .hero__subtitle {
    margin-top: 20px;
    padding-top: 0;
    background: none;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    opacity: 0.9;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-standart .hero {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
  }
}
@media (max-width: 451px) {
  .page-template-standart .hero .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .page-template-standart .hero__form .hero-form-submit input {
    left: 0 !important;
  }
}
.single-filial {
  margin-top: 45px;
}
.single-filial__wrap {
  display: flex;
  gap: 40px;
}
.single-filial__left {
  width: 690px;
}
.single-filial__img img {
  width: 100%;
  border-radius: 20px;
}
.single-filial__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 730px);
}
.single-filial__label {
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  gap: 10px;
  background-color: #FF0000;
  border-radius: 70px;
}
.single-filial__label span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.single-filial__title {
  margin-top: 30px;
}
.single-filial__title h1 {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  line-height: 110%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
}
.single-filial__address {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.single-filial__address span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.5;
}
.single-filial__worktime {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.single-filial__worktime span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.5;
}
.single-filial__form {
  position: relative;
  background: #FFFFFF;
  border-radius: 10px;
  padding-top: 24px;
  padding-bottom: 0px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
  max-width: 505px;
}
.single-filial__form-label span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #FF0000;
}
.single-filial__form-label {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  gap: 10px;
  background: #FFE5E5;
  border-radius: 43px;
  position: absolute;
  top: -25px;
  left: 35px;
  cursor: pointer;
}
.single-filial__form .hero-form-submit {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 211px;
  height: 52px;
}
.single-filial__form .hero-form-submit {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  height: 52px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #FF0000;
  border-radius: 5px;
  position: relative;
}
.single-filial__form .hero-form-submit input {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FFFFFF;
  border: none;
  background: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -10px;
  top: 0;
  border: none !important;
}
.single-filial__form {
  padding-bottom: 15px;
}
.single-filial__form .hero-form-submit svg {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 14px;
  right: 17px;
}
.single-filial__form .hero-form-input input {
  padding: 16px 18px;
  background: #F4F4F4;
  border-radius: 10px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.7;
  padding-right: 17px;
  border: none !important;
}
.single-filial__form .hero-form-phone {
  flex-grow: 1;
}
.single-filial__form .hero-form-phone a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  gap: 6px;
  height: 52px;
  background: #FFE5E5;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 10px;
}
.single-filial__form .hero-form-phone a span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FF0000;
}
.single-filial__form .hero-form-bottom {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 16px;
}
.single-filial .wpcf7-not-valid-tip {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: inherit;
}
.single-filial__label-mob {
  display: none;
}
@media screen and (max-width: 1000px) {
  .single-filial {
    margin-top: 20px;
  }
  .single-filial__label {
    display: none;
  }
  .single-filial__label-mob {
    display: inline-flex;
    height: 40px;
    padding-left: 19px;
    padding-right: 19px;
    gap: 8px;
    border-radius: 55px;
    position: absolute;
    bottom: 13px;
    left: 12px;
  }
  .single-filial__wrap {
    display: flex;
    gap: 15px;
    flex-direction: column;
  }
  .single-filial__left {
    width: 100%;
  }
  .single-filial__right {
    width: 100%;
  }
  .single-filial__img {
    position: relative;
  }
  .single-filial__img img {
    width: 100%;
    border-radius: 20px;
  }
  .single-filial__right {
    display: block;
    position: relative;
  }
  .single-filial__label svg {
    width: 24px;
  }
  .single-filial__label span {
    font-size: 14px;
  }
  .single-filial__title {
    margin-top: 0px;
  }
  .single-filial__title h1 {
    font-size: 30px;
  }
  .single-filial__form {
    margin-top: 45px;
  }
}
@media screen and (max-width: 500px) {
  .single-filial__form .hero-form-submit input {
    left: 0;
  }
  .single-filial__form .hero-form-submit {
    width: 160px;
  }
}
@media screen and (max-width: 420px) {
  .single-filial__form .hero-form-submit {
    width: 160px;
  }
  .single-filial__form {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 390px) {
  .single-filial__form .hero-form-submit {
    width: 140px;
  }
}

@media screen and (max-width: 1000px) {
  .single-filials .home-faq {
    margin-top: 60px;
  }
}
.breadcrumbs {
  display: block;
  padding: 0;
  margin: 0;
}

.breadcrumbs__item span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.7;
}

.breadcrumbs__item a span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.5;
}

@media screen and (min-width: 1000px) {
  .breadcrumbs {
    display: none;
  }
}
.single-instructor {
  margin-top: 45px;
}
.single-instructor__wrap {
  display: flex;
  gap: 40px;
}
.single-instructor__left {
  width: 560px;
}
.single-instructor__img img {
  width: 100%;
  border-radius: 20px;
}
.single-instructor__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 600px);
}
.single-instructor__label {
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  gap: 10px;
  background-color: #FF0000;
  border-radius: 70px;
}
.single-instructor__label span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.single-instructor__title {
  margin-top: 30px;
}
.single-instructor__title h1 {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  line-height: 110%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
}
.single-instructor__address {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.single-instructor__address span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.5;
}
.single-instructor__worktime {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.single-instructor__worktime span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.5;
}
.single-instructor__form {
  position: relative;
  background: #FFFFFF;
  border-radius: 10px;
  padding-top: 24px;
  padding-bottom: 0px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
  max-width: 505px;
}
.single-instructor__form-label span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #FF0000;
}
.single-instructor__form-label {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  gap: 10px;
  background: #FFE5E5;
  border-radius: 43px;
  position: absolute;
  top: -25px;
  left: 35px;
  cursor: pointer;
}
.single-instructor__form .hero-form-submit {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 211px;
  height: 52px;
}
.single-instructor__form .hero-form-submit {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  height: 52px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #FF0000;
  border-radius: 5px;
  position: relative;
}
.single-instructor__form .hero-form-submit input {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FFFFFF;
  border: none;
  background: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -10px;
  top: 0;
  border: none !important;
}
.single-instructor__form {
  padding-bottom: 15px;
}
.single-instructor__form .hero-form-submit svg {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 14px;
  right: 17px;
}
.single-instructor__form .hero-form-input input {
  padding: 16px 18px;
  background: #F4F4F4;
  border-radius: 10px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.7;
  padding-right: 17px;
  border: none !important;
}
.single-instructor__form .hero-form-phone {
  flex-grow: 1;
}
.single-instructor__form .hero-form-phone a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  gap: 6px;
  height: 52px;
  background: #FFE5E5;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 10px;
}
.single-instructor__form .hero-form-phone a span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FF0000;
}
.single-instructor__form .hero-form-bottom {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 16px;
}
.single-instructor .wpcf7-not-valid-tip {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: inherit;
}
.single-instructor__label-mob {
  display: none;
}
.single-instructor__slogan {
  margin-top: 23px;
  font-family: "Inter Tight", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.5;
}
.single-instructor__options {
  display: flex;
  gap: 12px 24px;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 25px;
}
.single-instructor__options-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.single-instructor__options-item span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.5;
}
.single-instructor__options-item span span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .single-instructor {
    margin-top: 20px;
  }
  .single-instructor__options {
    gap: 12px 12px;
  }
  .single-instructor__label {
    display: none;
  }
  .single-instructor__label-mob {
    display: inline-flex;
    height: 40px;
    padding-left: 19px;
    padding-right: 19px;
    gap: 8px;
    border-radius: 55px;
    position: absolute;
    bottom: 13px;
    left: 12px;
  }
  .single-instructor__wrap {
    display: flex;
    gap: 15px;
    flex-direction: column;
  }
  .single-instructor__left {
    width: 100%;
  }
  .single-instructor__right {
    width: 100%;
  }
  .single-instructor__img {
    position: relative;
  }
  .single-instructor__img img {
    width: 100%;
    border-radius: 20px;
  }
  .single-instructor__right {
    display: block;
    position: relative;
  }
  .single-instructor__label svg {
    width: 24px;
  }
  .single-instructor__label span {
    font-size: 14px;
  }
  .single-instructor__title {
    margin-top: 0px;
  }
  .single-instructor__title h1 {
    font-size: 30px;
  }
  .single-instructor__form {
    margin-top: 45px;
  }
  .single-instructor__slogan {
    margin-top: 10px;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.9;
  }
  .single-instructor__options-item span span {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .single-instructor__form .hero-form-submit input {
    left: 0;
  }
  .single-instructor__form .hero-form-submit {
    width: 160px;
  }
}
@media screen and (max-width: 420px) {
  .single-instructor__form .hero-form-submit {
    width: 160px;
  }
  .single-instructor__form {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 390px) {
  .single-instructor__form .hero-form-submit {
    width: 140px;
  }
}

@media screen and (max-width: 1000px) {
  .single-instructors .home-faq {
    margin-top: 60px;
  }
}
.page-template-contacts .hero {
  background-image: url("/wp-content/uploads/2026/07/frame-2087327694-3.jpg");
  padding-top: 130px;
}

.page-template-contacts .breadcrumbs {
  display: none;
}

.page-template-contacts .hero__right {
  padding-top: 110px;
}

.page-template-contacts .hero__wrap {
  align-items: flex-start;
  flex-direction: column;
  gap: 80px;
}

@media screen and (max-width: 435px) {
  .page-template-contacts .info-short:first-child .info-short__btn svg {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .page-template-contacts .hero__right {
    padding-top: 0px;
  }
  .page-template-contacts .breadcrumbs {
    display: block;
    padding: 0;
    margin: 0;
  }
  .page-template-contacts .breadcrumbs__item span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.7;
  }
  .page-template-contacts .breadcrumbs__item a span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.5;
  }
  .page-template-contacts .hero__left {
    text-align: center;
  }
  .page-template-contacts .hero__label {
    position: initial;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-contacts .hero__form-label {
    display: none;
  }
  .page-template-contacts .hero__image {
    display: none;
  }
  .page-template-contacts .hero__form {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-template-contacts .hero {
    border-radius: 0 0 10px 10px;
    padding-top: 0;
  }
  .page-template-contacts .hero__right {
    margin-bottom: 10px;
  }
  .page-template-contacts .hero {
    background-image: url("/wp-content/uploads/2026/07/frame-2087327858-4.jpg");
  }
  .page-template-contacts .hero__wrap {
    gap: 5px;
  }
  .page-template-contacts .hero__title {
    background: none;
    margin-top: 330px;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-contacts .hero__title h1 {
    background: none;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-contacts .hero__subtitle {
    margin-top: 20px;
    padding-top: 0;
    background: none;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    opacity: 0.9;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-contacts .hero {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
  }
}
@media (max-width: 441px) {
  .hero-form-bottom svg {
    display: none !important;
  }
  .page-template-contacts .hero .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .page-template-contacts .hero__form .hero-form-submit input {
    left: 0 !important;
  }
}
.contact-page__row {
  margin-top: 20px;
}
.contact-page__row-sc {
  margin-top: 48px;
}
.contact-page__row-wrap {
  display: flex;
}
.contact-page__left {
  width: calc(100% - 864px);
  display: flex;
  gap: 2px;
}
.contact-page__right {
  width: 864px;
  background-color: #fff;
  border-radius: 20px;
  padding: 36px;
}
.contact-page__left-icon {
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 13px;
  padding-right: 13px;
  background-color: #FFE5E5;
  border-radius: 5px;
}
.contact-page__left-text {
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #FFE5E5;
  border-radius: 5px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FF0000;
}
.contact-page__right-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f2ced2;
  padding-bottom: 14px;
}
.contact-page__right-item:not(:last-child) {
  margin-bottom: 14px;
}
.contact-page__right-item-title {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #000000;
}
.contact-page__right-item-title a {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #000000;
}
.contact-page__right-item-value {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #000000;
}
.contact-page__right-item-value a {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #000000;
}
@media screen and (max-width: 1200px) {
  .contact-page__row-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .contact-page__left {
    width: 100%;
  }
  .contact-page__right {
    width: 100%;
  }
  .contact-page__right-item-title {
    font-size: 16px;
  }
  .contact-page__right-item-title a {
    font-size: 16px;
  }
  .contact-page__right-item-value {
    font-size: 16px;
  }
  .contact-page__right-item-value a {
    font-size: 16px;
  }
  .contact-page__right {
    padding: 20px;
  }
  .contact-page__left-text {
    font-size: 16px;
  }
  .contact-page__right-item {
    gap: 30px;
  }
  .contact-page__right-item-value {
    text-align: right;
  }
}

.hero {
  background-position: top center;
}

@media screen and (max-width: 1000px) {
  .page-template-contacts .home-faq {
    margin-top: 60px;
  }
}
.page-template-schedule .hero {
  background-image: url("/wp-content/uploads/2026/06/frame-2087328033.jpg");
  padding-top: 130px;
}

.page-template-schedule .breadcrumbs {
  display: none;
}

.page-template-schedule .hero__right {
  padding-top: 110px;
}

.page-template-schedule .hero__wrap {
  align-items: flex-start;
  flex-direction: column;
  gap: 80px;
}

@media screen and (max-width: 435px) {
  .page-template-schedule .info-short:first-child .info-short__btn svg {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .page-template-schedule .hero__right {
    padding-top: 0px;
  }
  .page-template-schedule .breadcrumbs {
    display: block;
    padding: 0;
    margin: 0;
  }
  .page-template-schedule .breadcrumbs__item span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.7;
  }
  .page-template-schedule .breadcrumbs__item a span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.5;
  }
  .page-template-schedule .hero__left {
    text-align: center;
  }
  .page-template-schedule .hero__label {
    position: initial;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-schedule .hero__form-label {
    display: none;
  }
  .page-template-schedule .hero__image {
    display: none;
  }
  .page-template-schedule .hero__form {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-template-schedule .hero {
    border-radius: 0 0 10px 10px;
    padding-top: 0;
  }
  .page-template-schedule .hero__right {
    margin-bottom: 10px;
  }
  .page-template-schedule .hero {
    background-image: url("/wp-content/uploads/2026/06/frame-2087328034.jpg");
  }
  .page-template-schedule .hero__wrap {
    gap: 5px;
  }
  .page-template-schedule .hero__title {
    background: none;
    margin-top: 330px;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-schedule .hero__title h1 {
    background: none;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-schedule .hero__subtitle {
    margin-top: 20px;
    padding-top: 0;
    background: none;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    opacity: 0.9;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-schedule .hero {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
  }
}
@media (max-width: 441px) {
  .hero-form-bottom svg {
    display: none !important;
  }
  .page-template-schedule .hero .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .page-template-schedule .hero__form .hero-form-submit input {
    left: 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  .page-template-schedule .home-faq {
    margin-top: 60px;
  }
}
.worktime-page__top {
  margin-top: 48px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.worktime-page__title {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  max-width: 614px;
}
.worktime-page__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 18px;
  gap: 6px;
  height: 52px;
  background: #FFE5E5;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 10px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FF0000;
}
.worktime-page__list {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.worktime-page__list-item {
  width: calc(50% - 10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px 20px 20px;
  background: #FFFFFF;
  border-radius: 10px;
  cursor: pointer;
}
.worktime-page__list-item-days {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  text-align: left;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FF0000;
}
.worktime-page__list-item-time {
  margin-top: 10px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #000000;
}
.worktime-page__list-item-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 210px;
}
.worktime-page__list-item-option {
  display: flex;
  align-items: center;
  gap: 10px;
}
.worktime-page__list-item-option span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #000000;
}
.worktime-page__list-item-row-fs {
  min-width: 280px;
}
@media screen and (max-width: 1200px) {
  .worktime-page__list-item {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .worktime-page__top {
    flex-direction: column;
    align-items: self-start;
    gap: 20px;
  }
  .worktime-page__title {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
  }
  .worktime-page__list {
    margin-top: 40px;
  }
  .worktime-page__list-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }
  .worktime-page__list-item-row-fs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .worktime-page__list-item-days {
    font-size: 18px;
  }
  .worktime-page__list-item-time {
    font-size: 16px;
    margin-top: 0;
    min-width: 130px;
    text-align: right;
  }
  .worktime-page__list-item-icon svg {
    width: 42px;
    height: 42px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.tax-services .hero {
  background: none;
  padding-top: 130px;
}

.tax-services .breadcrumbs {
  display: none;
}

.tax-services .hero__right {
  padding-top: 45px;
}

.tax-services .hero__wrap {
  align-items: flex-start;
  flex-direction: column;
  gap: 80px;
}

@media screen and (max-width: 435px) {
  .tax-services .info-short:first-child .info-short__btn svg {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .tax-services .hero__right {
    padding-top: 0px;
  }
  .tax-services .breadcrumbs {
    display: block;
    padding: 0;
    margin: 0;
  }
  .tax-services .breadcrumbs__item span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.7;
  }
  .tax-services .breadcrumbs__item a span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.5;
  }
  .tax-services .hero__left {
    text-align: center;
  }
  .tax-services .hero__label {
    position: initial;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .tax-services .hero__form-label {
    display: none;
  }
  .tax-services .hero__image {
    display: none;
  }
  .tax-services .hero__form {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .tax-services .hero {
    border-radius: 0 0 10px 10px;
    padding-top: 0;
  }
  .tax-services .hero__right {
    margin-bottom: 10px;
  }
  .tax-services .hero {
    background: none;
  }
  .tax-services .hero__wrap {
    gap: 5px;
  }
  .tax-services .hero__title {
    background: none;
    margin-top: 330px;
    padding-left: 0;
    padding-right: 0;
  }
  .tax-services .hero__title h1 {
    background: none;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-left: 0;
    padding-right: 0;
  }
  .tax-services .hero__subtitle {
    margin-top: 20px;
    padding-top: 0;
    background: none;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    opacity: 0.9;
    padding-left: 0;
    padding-right: 0;
  }
  .tax-services .hero {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
  }
}
@media (max-width: 441px) {
  .hero-form-bottom svg {
    display: none !important;
  }
  .tax-services .hero .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .tax-services .hero__form .hero-form-submit input {
    left: 0 !important;
  }
}
.collback-show .collback-special {
  display: none;
}

.collback-special-show .collback-special {
  display: flex;
}

.collback-special-show {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: sticky;
}

@media (max-width: 1000px) {
  .collback-special .collback__subtitle {
    font-size: 18px;
  }
  .collback-special .collback__form {
    margin-top: 15px;
  }
  .collback-special .collback__img {
    width: 100%;
    max-height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
  .collback__content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    background-image: url("https://turbo-drive.od.ua/wp-content/uploads/2026/03/subtract-2-1.png");
  }
}
.page-template-services .hero {
  background-image: url("/wp-content/uploads/2026/06/frame-2087328035.jpg");
  padding-top: 130px;
}

.page-template-services .breadcrumbs {
  display: none;
}

.page-template-services .hero__wrap {
  align-items: flex-start;
  flex-direction: column;
  gap: 80px;
}

@media screen and (max-width: 1000px) {
  .page-template-services .breadcrumbs {
    display: block;
    padding: 0;
    margin: 0;
  }
  .page-template-services .breadcrumbs__item span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.7;
  }
  .page-template-services .breadcrumbs__item a span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.5;
  }
  .page-template-services .hero__left {
    text-align: center;
  }
  .page-template-services .hero__label {
    position: initial;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-services .hero__form-label {
    display: none;
  }
  .page-template-services .hero__image {
    display: none;
  }
  .page-template-services .hero__form {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-template-services .hero {
    border-radius: 0 0 10px 10px;
    padding-top: 0;
  }
  .page-template-services .hero__right {
    margin-bottom: 10px;
  }
  .page-template-services .hero {
    background-image: url("/wp-content/uploads/2026/06/frame-2087328036.jpg");
  }
  .page-template-services .hero__wrap {
    gap: 5px;
  }
  .page-template-services .hero__title {
    background: none;
    margin-top: 330px;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-services .hero__title h1 {
    background: none;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-services .hero__subtitle {
    margin-top: 20px;
    padding-top: 0;
    background: none;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    opacity: 0.9;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-services .hero {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
  }
}
@media (max-width: 451px) {
  .hero-form-bottom svg {
    display: none !important;
  }
  .hero-form-phone svg {
    display: none !important;
  }
  .page-template-services .hero .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .page-template-services .hero__form .hero-form-submit input {
    left: 0 !important;
  }
}
@media (max-width: 400px) {
  .hero__form .hero-form-phone a span {
    font-size: 16px;
  }
}
.services-page-grid__wrap {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.services-page-grid__item {
  width: calc(25% - 18px);
  padding: 16px 16px 24px;
  background: #FFFFFF;
  border-radius: 20px;
}
.services-page-grid__item-img {
  width: 100%;
  height: 200px;
  position: relative;
}
.services-page-grid__item-img-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.services-page-grid__item-arrow {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 14px;
  right: 14px;
  border-radius: 10px;
}
.services-page-grid__item-top {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 75px;
}
.services-page-grid__item-logo {
  width: 70px;
  height: 52px;
  background: #F4F4F4;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-page-grid__item-logo img {
  width: 50px;
}
.services-page-grid__item-title {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #0F0F0F;
}
.services-page-grid__item-address {
  margin-top: 5px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  /* identical to box height */
  letter-spacing: -0.02em;
  color: #0F0F0F;
  opacity: 0.5;
}
.services-page-grid__item-time {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services-page-grid__item-time-title {
  display: flex;
  align-items: center;
  gap: 4px;
}
.services-page-grid__item-time-titl span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #0F0F0F;
}
.services-page-grid__item-time-value {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #0F0F0F;
  opacity: 0.5;
}
.services-page-grid__item-btn {
  margin-top: 16px;
}
.services-page-grid__item-btn a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  gap: 12px;
  height: 54px;
  width: 100%;
  background: #FF0000;
  border-radius: 5px;
}
.services-page-grid__item-btn a span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.services-page-grid__more-btn {
  display: none;
  text-align: center;
}
.services-page-grid__item-title, .services-page-grid__item-title a {
  margin-top: 13px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  min-height: 53px;
}
.services-page-grid__item-desc {
  margin-top: 13px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  min-height: 59px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.7;
}
@media (max-width: 1500px) {
  .services-page-grid__item {
    width: calc(33.3% - 16px);
  }
}
@media (max-width: 1000px) {
  .services-page-grid__item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 600px) {
  .services-page-grid__wrap {
    margin-top: 60px;
  }
  .services-page-grid__item {
    width: 100%;
  }
  .services-page-grid__more-btn {
    display: block;
    margin-top: 24px;
  }
  .services-page-grid__more-btn a {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    gap: 12px;
    height: 54px;
    background: #FF0000;
    border-radius: 5px;
  }
  .services-page-grid__more-btn a span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
  }
  .services-page-grid__item-hidden {
    display: none;
  }
  .services-page-grid__item-title, .services-page-grid__item-title a {
    min-height: 1px;
  }
  .services-page-grid__item-desc {
    min-height: 1px;
  }
}

.filials-page-grid-all .services-page-grid__item-hidden {
  display: block !important;
}

.page-template-categorii .hero {
  background-image: url("https://turbo-drive.od.ua/wp-content/uploads/2026/04/frame-2087328014.jpg");
  padding-top: 130px;
}

.page-template-categorii .breadcrumbs {
  display: none;
}

.page-template-categorii .hero__wrap {
  align-items: flex-start;
  flex-direction: column;
  gap: 80px;
}

@media screen and (max-width: 1000px) {
  .page-template-categorii .breadcrumbs {
    display: block;
    padding: 0;
    margin: 0;
  }
  .page-template-categorii .breadcrumbs__item span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.7;
  }
  .page-template-categorii .breadcrumbs__item a span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.5;
  }
  .page-template-categorii .hero__left {
    text-align: center;
  }
  .page-template-categorii .hero__label {
    position: initial;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-categorii .hero__form-label {
    display: none;
  }
  .page-template-categorii .hero__image {
    display: none;
  }
  .page-template-categorii .hero__form {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-template-categorii .hero {
    border-radius: 0 0 10px 10px;
    padding-top: 0;
  }
  .page-template-categorii .hero__right {
    margin-bottom: 10px;
  }
  .page-template-categorii .hero {
    background-image: url("https://turbo-drive.od.ua/wp-content/uploads/2026/04/frame-2087328015.jpg");
  }
  .page-template-categorii .hero__wrap {
    gap: 5px;
  }
  .page-template-categorii .hero__title {
    background: none;
    margin-top: 330px;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-categorii .hero__title h1 {
    background: none;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-categorii .hero__subtitle {
    margin-top: 20px;
    padding-top: 0;
    background: none;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    opacity: 0.9;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-categorii .hero {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
  }
}
@media (max-width: 451px) {
  .hero-form-bottom svg {
    display: none !important;
  }
  .hero-form-phone svg {
    display: none !important;
  }
  .page-template-categorii .hero .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .page-template-categorii .hero__form .hero-form-submit input {
    left: 0 !important;
  }
}
@media (max-width: 400px) {
  .hero__form .hero-form-phone a span {
    font-size: 16px;
  }
}
.category-page-grid__wrap {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  flex-direction: column;
}
.category-page-grid__item {
  width: calc(25% - 18px);
  padding: 16px 16px 24px;
  background: #FFFFFF;
  border-radius: 20px;
}
.category-page-grid__item-img {
  width: 100%;
  height: 200px;
  position: relative;
}
.category-page-grid__item-img-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.category-page-grid__item-arrow {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 14px;
  right: 14px;
  border-radius: 10px;
}
.category-page-grid__item-top {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 75px;
}
.category-page-grid__item-logo {
  width: 70px;
  height: 52px;
  background: #F4F4F4;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-page-grid__item-logo img {
  width: 50px;
}
.category-page-grid__item-title {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #0F0F0F;
}
.category-page-grid__item-address {
  margin-top: 5px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  /* identical to box height */
  letter-spacing: -0.02em;
  color: #0F0F0F;
  opacity: 0.5;
}
.category-page-grid__item-time {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-page-grid__item-time-title {
  display: flex;
  align-items: center;
  gap: 4px;
}
.category-page-grid__item-time-titl span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #0F0F0F;
}
.category-page-grid__item-time-value {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #0F0F0F;
  opacity: 0.5;
}
.category-page-grid__item-btn {
  margin-top: 16px;
}
.category-page-grid__item-btn a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  gap: 12px;
  height: 54px;
  width: 100%;
  background: #FF0000;
  border-radius: 5px;
}
.category-page-grid__item-btn a span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.category-page-grid__more-btn {
  display: none;
  text-align: center;
}
.category-page-grid__item-title, .category-page-grid__item-title a {
  margin-top: 13px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  min-height: 53px;
}
.category-page-grid__item-desc {
  margin-top: 13px;
  font-family: "Inter Tight", sa;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  min-height: 59px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.7;
}
.category-page-grid__col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 20px;
  background: #FFFFFF;
}
.category-page-grid__col-left {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 240px;
}
.category-page-grid__col-right {
  width: 72px;
}
.category-page-grid__col-icon {
  flex-shrink: 0;
}
.category-page-grid__col-icon img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.category-page-grid__col-title a {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
}
.category-page-grid__col-age a {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.5;
}
.category-page-grid__col-desc a {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.7;
  max-width: 550px;
  display: block;
}
.category-page-grid__col-btn a {
  width: 72px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF0000;
  border-radius: 5px;
}
@media (max-width: 1000px) {
  .category-page-grid__col {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    position: relative;
  }
  .category-page-grid__col-btn {
    position: absolute;
    top: 12px;
    right: 16px;
  }
}
@media (max-width: 1500px) {
  .category-page-grid__item {
    width: calc(33.3% - 16px);
  }
}
@media (max-width: 1000px) {
  .category-page-grid__item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 600px) {
  .category-page-grid__wrap {
    margin-top: 60px;
  }
  .category-page-grid__item {
    width: 100%;
  }
  .category-page-grid__more-btn {
    display: block;
    margin-top: 24px;
  }
  .category-page-grid__more-btn a {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    gap: 12px;
    height: 54px;
    background: #FF0000;
    border-radius: 5px;
  }
  .category-page-grid__more-btn a span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
  }
  .category-page-grid__item-hidden {
    display: none;
  }
}

.filials-page-grid-all .services-page-grid__more-btn {
  display: none;
}

.filials-page-grid-all .category-page-grid__item-hidden {
  display: block;
}

.page-template-online .hero {
  background: none;
  padding-top: 130px;
}

.page-template-online .breadcrumbs {
  display: none;
}

.page-template-online .hero__right {
  padding-top: 45px;
}

.page-template-online .hero__wrap {
  align-items: flex-start;
  flex-direction: column;
  gap: 80px;
}

@media screen and (max-width: 435px) {
  .page-template-online .info-short:first-child .info-short__btn svg {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .page-template-online .hero__right {
    padding-top: 0px;
  }
  .page-template-online .breadcrumbs {
    display: block;
    padding: 0;
    margin: 0;
  }
  .page-template-online .breadcrumbs__item span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.7;
  }
  .page-template-online .breadcrumbs__item a span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.5;
  }
  .page-template-online .hero__left {
    text-align: center;
  }
  .page-template-online .hero__label {
    position: initial;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-online .hero__form-label {
    display: none;
  }
  .page-template-online .hero__image {
    display: none;
  }
  .page-template-online .hero__form {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-template-online .hero {
    border-radius: 0 0 10px 10px;
    padding-top: 0;
  }
  .page-template-online .hero__right {
    margin-bottom: 10px;
  }
  .page-template-online .hero {
    background: none;
  }
  .page-template-online .hero__wrap {
    gap: 5px;
  }
  .page-template-online .hero__title {
    background: none;
    margin-top: 330px;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-online .hero__title h1 {
    background: none;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-online .hero__subtitle {
    margin-top: 20px;
    padding-top: 0;
    background: none;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    opacity: 0.9;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-online .hero {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
  }
}
@media (max-width: 441px) {
  .hero-form-bottom svg {
    display: none !important;
  }
  .page-template-online .hero .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .page-template-online .hero__form .hero-form-submit input {
    left: 0 !important;
  }
}
.page-template-online .hero {
  background-image: url("/wp-content/uploads/2026/07/frame-2087327694-2.jpg");
  background-size: cover;
  background-position: top center;
}

@media screen and (max-width: 1000px) {
  .page-template-online .hero {
    background-image: url("/wp-content/uploads/2026/07/frame-2087327858-2.jpg");
  }
}
.page-template-motoscool .hero {
  background-image: url("https://turbo-drive.od.ua/wp-content/uploads/2026/05/frame-2087328022.jpg");
  padding-top: 130px;
}

.page-template-motoscool .breadcrumbs {
  display: none;
}

.page-template-motoscool .hero__right {
  padding-top: 70px;
}

.page-template-motoscool .hero__wrap {
  align-items: flex-start;
  flex-direction: column;
  gap: 80px;
}

@media screen and (max-width: 435px) {
  .page-template-motoscool .info-short:first-child .info-short__btn svg {
    display: none;
  }
}
.page-template-motoscool .hero__title, .hero__title h1 {
  max-width: 774px;
}

@media screen and (max-width: 1000px) {
  .page-template-motoscool .hero__right {
    padding-top: 0px;
  }
  .page-template-motoscool .breadcrumbs {
    display: block;
    padding: 0;
    margin: 0;
  }
  .page-template-motoscool .breadcrumbs__item span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.7;
  }
  .page-template-motoscool .breadcrumbs__item a span {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.01em;
    color: #000000;
    opacity: 0.5;
  }
  .page-template-motoscool .hero__left {
    text-align: center;
  }
  .page-template-motoscool .hero__label {
    position: initial;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-motoscool .hero__form-label {
    display: none;
  }
  .page-template-motoscool .hero__image {
    display: none;
  }
  .page-template-motoscool .hero__form {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-template-motoscool .hero {
    border-radius: 0 0 10px 10px;
    padding-top: 0;
  }
  .page-template-motoscool .hero__right {
    margin-bottom: 10px;
  }
  .page-template-motoscool .hero {
    background-image: url("https://turbo-drive.od.ua/wp-content/uploads/2026/05/frame-2087327858.jpg");
  }
  .page-template-motoscool .hero__wrap {
    gap: 5px;
  }
  .page-template-motoscool .hero__title {
    background: none;
    margin-top: 330px;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-motoscool .hero__title h1 {
    background: none;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-motoscool .hero__subtitle {
    margin-top: 20px;
    padding-top: 0;
    background: none;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    opacity: 0.9;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-motoscool .hero {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
  }
}
@media (max-width: 441px) {
  .hero-form-bottom svg {
    display: none !important;
  }
  .page-template-motoscool .hero .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .page-template-motoscool .hero__form .hero-form-submit input {
    left: 0 !important;
  }
}
@media (max-width: 1000px) {
  .page-template-motoscool .advantages {
    display: none !important;
  }
}
.page-template-motoscool .advantages__item {
  flex-grow: 1;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0;
  height: 48px;
}

.moto-page__roadmap {
  margin-top: 80px;
}
.moto-page__roadmap-title {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #000000;
}
.moto-page__roadmap-top {
  margin-top: 80px;
  display: flex;
  align-items: center;
  gap: 35px;
  padding-left: 165px;
  padding-right: 165px;
}
.moto-page__roadmap-top-icon svg {
  width: 80px;
  height: 80px;
}
.moto-page__roadmap-icon-hidden {
  display: none;
}
.moto-page__roadmap-icon-hidden svg {
  width: 50px;
  height: 50px;
}
.moto-page__roadmap-top-separator {
  flex-grow: 1;
}
.moto-page__roadmap-top-separator svg {
  width: 100%;
}
.moto-page__roadmap-center {
  display: flex;
  justify-content: space-between;
  gap: 35px;
}
.moto-page__roadmap-center-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 54px;
}
.moto-page__roadmap-item-text {
  max-width: 418px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #000000;
}
.moto-page__roadmap-bottom {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.moto-page__roadmap-bottom a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  gap: 12px;
  height: 64px;
  background: #FF0000;
  border-radius: 5px;
}
.moto-page__roadmap-bottom a span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
@media (max-width: 1000px) {
  .moto-page__roadmap {
    margin-top: 80px;
  }
  .moto-page__roadmap-title {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
  }
  .moto-page__roadmap-top {
    margin-top: 30px;
  }
  .moto-page__roadmap__center {
    padding-top: 54px;
  }
  .moto-page__roadmap-icon-hidden {
    display: block;
  }
  .moto-page__roadmap-top {
    display: none;
  }
  .moto-page__roadmap-center {
    flex-direction: column;
    margin-top: 30px;
    gap: 15px;
  }
  .moto-page__roadmap-center-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 16px;
    background: #FFFFFF;
    border-radius: 10px;
  }
  .moto-page__roadmap-item-text {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
  }
  .moto-page__roadmap-bottom {
    margin-top: 30px;
  }
  .moto-page__roadmap-bottom a {
    width: 100%;
    height: 52px;
  }
}
.moto-page__motopark {
  margin-top: 80px;
}
.moto-page__motopark-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.moto-page__motopark-title {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #000000;
}
.moto-page__motopark-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  gap: 12px;
  height: 64px;
  background: #FF0000;
  border-radius: 5px;
}
.moto-page__motopark-btn a span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.moto-page__motopark-list {
  margin-top: 30px;
  display: flex;
  gap: 30px;
}
.moto-page__motopark-list-item {
  display: flex;
  gap: 0px;
  background: #FFFFFF;
  border-radius: 10px;
  width: calc(50% - 10px);
}
.moto-page__motopark-list-item-img {
  height: 100%;
}
.moto-page__motopark-list-item-img img {
  height: 100%;
  width: auto;
  max-width: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.moto-page__motopark-list-item-desc-wrap {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.moto-page__motopark-list-item-title {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.02em;
  color: #000000;
}
.moto-page__motopark-list-item-desc {
  margin-top: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #0F0F0F;
  opacity: 0.5;
}
.moto-page__motopark-list-item-options {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.moto-page__motopark-list-item-options-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.moto-page__motopark-list-item-options-item-text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #0F0F0F;
  opacity: 0.5;
}
.moto-page__motopark-list-item-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  gap: 12px;
  background: #FF0000;
  border-radius: 5px;
  width: 100%;
}
.moto-page__motopark-list-item-btn a span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
@media (max-width: 1500px) {
  .moto-page__motopark-list-item-img img {
    max-width: 285px;
  }
}
@media (max-width: 1000px) {
  .moto-page__motopark {
    margin-top: 60px;
  }
  .moto-page__motopark-title {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
    width: 100%;
  }
  .moto-page__motopark-list-item-title {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.02em;
    color: #000000;
  }
  .moto-page__motopark-list-item-desc {
    margin-top: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #0F0F0F;
    opacity: 0.5;
  }
  .moto-page__motopark-btn {
    display: none;
  }
  .moto-page__motopark-list {
    flex-direction: column;
    gap: 30px;
  }
  .moto-page__motopark-list-item {
    flex-direction: column;
  }
  .moto-page__motopark-list-item {
    width: 100%;
  }
  .moto-page__motopark-list-item-img img {
    width: 100%;
    max-height: 235px;
    max-width: 100%;
    border-radius: 10px;
  }
  .moto-page__motopark-list-item-btn {
    margin-top: 30px;
  }
  .moto-page__motopark-list-item-desc-wrap {
    padding: 10px;
  }
}
.moto-page__form-bg {
  margin-top: 80px;
}
.moto-page__form-bg-wrap {
  background-image: url("https://turbo-drive.od.ua/wp-content/uploads/2026/05/rectangle-240648072.jpg");
  border-radius: 10px;
  padding-top: 330px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: cover;
}
.moto-page__form-bg-title {
  max-width: 318px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.moto-page__form-bg-desc {
  margin-top: 20px;
  max-width: 490px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  opacity: 0.9;
}
@media (max-width: 1000px) {
  .moto-page__form-bg {
    margin-top: 60px;
  }
  .moto-page__form-bg-wrap {
    background-image: url("https://turbo-drive.od.ua/wp-content/uploads/2026/05/rectangle-240648071.jpg");
    border-radius: 10px;
  }
  .moto-page__form-bg-wrap {
    flex-direction: column;
    padding: 10px;
    gap: 260px;
  }
  .moto-page__form-bg-title {
    max-width: 100%;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
  }
  .moto-page__form-bg-desc {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    opacity: 0.9;
  }
}
.moto-page__program {
  margin-top: 80px;
}
.moto-page__program-wrap {
  display: flex;
  gap: 30px;
}
.moto-page__program-img img {
  height: 100%;
  height: auto;
  max-width: 456px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.moto-page__program-list {
  width: 100%;
}
.moto-page__program-list-title {
  max-width: 480px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #000000;
}
.moto-page__program-list-wrap {
  display: flex;
  gap: 16px;
  margin-top: 30px;
}
.moto-page__program-list-item {
  width: calc(50% - 8px);
  padding: 24px;
  background: #FFFFFF;
  border-radius: 10px;
}
.moto-page__program-list-item-title {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.moto-page__program-list-item-options-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.moto-page__program-list-item-option {
  display: flex;
  align-items: center;
  gap: 8px;
}
.moto-page__program-list-item-option-text {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.5;
}
.moto-page__program-btn {
  margin-top: 50px;
}
.moto-page__program-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  gap: 12px;
  background: #FF0000;
  border-radius: 5px;
  width: 100%;
}
.moto-page__program-btn span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.moto-page__program-img-mob {
  display: none;
}
.moto-page__program-list-wrap-arrow {
  display: none;
}
@media (max-width: 1400px) {
  .moto-page__program-img img {
    max-width: 356px;
  }
}
@media (max-width: 1000px) {
  .moto-page__program {
    margin-top: 60px;
  }
  .moto-page__program-img {
    display: none;
  }
  .moto-page__program-list-title {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
  }
  .moto-page__program-img-mob {
    display: block;
    margin-top: 30px;
  }
  .moto-page__program-img-mob img {
    width: 100%;
  }
  .moto-page__program-list-wrap-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
  }
  .moto-page__program-list-item {
    width: 100%;
  }
}

.moto-page__form-bg .hero__form-label {
  left: 75px;
}

.tariff {
  margin-top: 100px;
}
.tariff__top {
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.tariff__top-col {
  width: calc(50% - 10px);
}
.tariff__top-title {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.7;
}
.tariff__top-subtitle {
  margin-top: 12px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #FF0000;
}
.tariff__top-desc {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.7;
}
.tariff__top-subtitle:last-child {
  margin-top: 2px;
}
.tariff__center {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.tariff__center-left {
  width: calc(30% - 15px);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.tariff__center-center {
  display: flex;
  flex-direction: column;
  width: calc(40% - 10px);
  padding: 16px 24px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 15px;
  background-color: #fff;
}
.tariff__center-right {
  width: calc(30% - 15px);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.tariff__center-item {
  padding: 16px;
  border-radius: 15px;
  display: flex;
  gap: 8px;
  background-color: #fff;
}
.tariff__center-item-desc {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #0F0F0F;
  opacity: 0.5;
}
.tariff__center-item-desc span {
  display: block;
  font-size: 18px;
}
.tariff__center-center-img {
  width: 395px;
}
.tariff__center-center-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tariff__center-center-btn {
  width: 100%;
}
.tariff__center-center-btn a {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  height: 48px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FFFFFF;
  background: #FF0000;
  border-radius: 5px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .tariff {
    margin-top: 60px;
  }
  .tariff__top {
    padding-left: 16px;
    padding-right: 16px;
  }
  .tariff__top-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.7;
  }
  .tariff__top-subtitle {
    margin-top: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #FF0000;
  }
  .tariff__top-desc {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #4D4D4D;
  }
  .tariff__center {
    margin-top: 10px;
    flex-direction: column;
  }
  .tariff__center-left {
    width: 100%;
    gap: 8px;
  }
  .tariff__center-center {
    display: none;
  }
  .tariff__center-right {
    width: 100%;
    gap: 8px;
  }
  .tariff__center-item {
    width: 100%;
  }
  .tariff__center-item-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }
  .tariff__center-item-icon svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .tariff__center-item-desc {
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
  }
  .tariff__center-item-desc span {
    display: block;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
  }
  .tariff__top {
    flex-direction: column;
    gap: 5px;
  }
  .tariff__top-col {
    width: 100%;
  }
}

.single-filial__img img {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.info-grid__item img {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.hidden-fields-container {
  display: none !important;
}

.wpcf7-response-output {
  display: none !important;
}

.screen-reader-response {
  display: none !important;
}

.breadcrumbs {
  display: none !important;
}

body {
  background-color: #f4f4f4;
}

.special-popup .popup-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 900px) {
  .callback-icons {
    position: fixed;
    bottom: 110px !important;
    width: 50px;
    height: 50px;
    right: 10px !important;
  }
  .b24-widget-button-position-bottom-right {
    right: 10px !important;
  }
}
.callback-icons {
  bottom: 90px !important;
}

@media (max-width: 1000px) {
  #to-top {
    left: 5px !important;
    bottom: 5px !important;
  }
  .callback-icons {
    bottom: 65px !important;
    right: 0px !important;
  }
}
.b24-widget-button-position-bottom-right {
  bottom: 10px !important;
}

@media (max-width: 1000px) {
  .callback-icons {
    bottom: 90px !important;
    right: 15px !important;
  }
}
.home-address__form-address-name {
  display: none;
}

.home-address__form-address-icon {
  display: none;
}

.hidden-fields-container {
  display: none !important;
}

@media screen and (max-width: 1000px) {
  .hero__title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero__title h1 {
    padding-left: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
@media (max-width: 900px) {
  .burger__logo img {
    height: auto !important;
  }
}
@media screen and (max-width: 1000px) {
  .sticky .container {
    width: 100%;
    padding: 0;
    border-radius: 20px;
    background-color: #fff;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
  }
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding-left: 15px;
    padding-right: 15px;
    left: 0;
    margin: 0;
    background-color: #f4f4f4;
    opacity: 0;
    transition: opacity 0.5s ease-in-out; /* Плавность */
  }
  .sticky.is-sticky {
    opacity: 1; /* Появление */
  }
  .header-sticky {
    padding-top: 82px;
  }
}
.home-special__item-img img {
  width: 100%;
  max-height: 198px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1000px) {
  .home-special__item-img img {
    width: 100%;
    max-height: 186px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 435px) {
  .hero__btn a {
    width: 100%;
  }
  .hero__btn a svg {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding-left: 15px;
    padding-right: 15px;
    left: 0;
    margin: 0;
    background-color: #f4f4f4;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  .sticky .container {
    width: 100%;
    padding: 0;
    border-radius: 20px;
    background-color: #fff;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .is-sticky {
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
  }
  .header-sticky {
    padding-top: 76px;
  }
}
@media (min-width: 900px) {
  .page-template-gift .service-info__img {
    background-image: url("https://autoshkola-bilatserkva.com.ua/wp-content/uploads/2026/03/avtoshkola_39_post_1080h1080-1.jpg") !important;
  }
}
.service-info__img {
  background-image: url("https://autoshkola-bilatserkva.com.ua/wp-content/uploads/2026/03/avtoshkola_39_post_1080h1080-1.jpg") !important;
}

.page-template-gift .gift-video__player-mob {
  background-image: url("https://autoshkola-bilatserkva.com.ua/wp-content/uploads/2026/03/avtoshkola_39_post_1080h1080-1.jpg") !important;
}

.home-instructor__slider-item-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 54px;
  background: #FF0000;
  border-radius: 5px;
}

.home-instructor__slider-item-btn a span {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FFFFFF;
}

.home-instructor__slider-item-btn {
  margin-top: 15px;
}

.home-instructor__slider-item-name {
  white-space: nowrap;
  font-size: 21px;
}

@media (max-width: 1000px) {
  .gift-video__player-mob {
    display: block !important;
  }
}
input {
  box-sizing: border-box;
}

@media (max-width: 1440px) {
  .container {
    max-width: 1350px;
  }
}
@media (max-width: 1000px) {
  .reviews-turbo__wrap {
    position: relative;
  }
  .reviews-turbo__arrow-prev {
    position: absolute;
    left: -10px;
    top: 50%;
  }
  .reviews-turbo__arrow-prev img {
    width: 40px;
    height: 40px;
  }
  .reviews-turbo__arrow-next {
    position: absolute;
    right: -10px;
    top: 50%;
  }
  .reviews-turbo__arrow-next img {
    width: 40px;
    height: 40px;
  }
  .reviews-turbo__arrow {
    margin-top: 0;
  }
  .payment-info__steps-item-last {
    flex-direction: column;
  }
  .page-template-instructors .hero,
  .page-template-prices .hero,
  .page-template-gift .hero,
  .page-template-women .hero {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
  }
}
@media (min-width: 1000px) {
  .hero__title, .hero__title h1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1000px) {
  .home-address__wrap {
    padding-bottom: 100px;
  }
  .home-faq {
    margin-top: 60px;
  }
}
.info-free__title h2 {
  margin: 0px !important;
  padding: 0px !important;
}

@media (min-width: 441px) {
  .hero-form-bottom svg {
    display: none !important;
  }
  .page-template-instructors .hero .container,
  .page-template-prices .hero .container,
  .page-template-gift .hero .container,
  .page-template-women .hero .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .page-template-instructors .hero__form .hero-form-submit input,
  .page-template-prices .hero__form .hero-form-submit input,
  .page-template-gift .hero__form .hero-form-submit input,
  .page-template-women .hero__form .hero-form-submit input {
    left: 0 !important;
  }
}
.collback {
  z-index: 100000000000000000000000000000;
}

@media (max-width: 1360px) {
  .container {
    max-width: 1220px;
  }
  .header__bottom-btn {
    display: none;
  }
}
.tx-text-content {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #494949;
}

.tx-text-content h3 {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #000000;
}

.tx-text-content span {
  color: #FF0000;
}

.tx-text {
  margin-top: 80px;
}

.tx-text-content-bth {
  margin-top: 50px;
}

.tx-text-content-bth a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  gap: 6px;
  width: 100%;
  height: 52px;
  background: #FF0000;
  border-radius: 5px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #FFFFFF;
}

@media (max-width: 1000px) {
  .tx-text-content {
    margin-top: 13px;
  }
  .tx-text-content h3 {
    font-style: normal;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #0F0F0F;
  }
  .tx-text-content span {
    color: #FF0000;
  }
  .home-address__map-link {
    display: none;
  }
}