@charset "UTF-8";

/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

a {
  color: inherit;
}

img {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

.wrapper {
  position: relative;
  height: 100%;
}

.min-h-0 {
  min-height: 0;
}

/*--------------------*/
.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  overflow: hidden;
  flex-shrink: 0;
  display: block;
}

.swiper-horizontal {
  touch-action: pan-y;
}

:root {
  --orange: #ed6e17;
  --dark: #26323e;
  --white: #fff;
  --stroke: #d4d6d8;
  --bg: #deefff;
  --green: #58ae0d;
}

body {
  font-family: "Montserrat", system-ui;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--dark);
}

body.overflow {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: unset;
  min-height: 100%;
}

.footer {
  margin-top: auto;
}

main {
  flex-grow: 1;
}

hgroup {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 580px;
  text-align: center;
}

h1,
.h1 {
  display: block;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

@media (max-width: 768px) {

  h1,
  .h1 {
    font-size: 42px;
  }
}

h2,
.h2 {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

@media (max-width: 768px) {

  h2,
  .h2 {
    font-size: 28px;
  }
}

h3,
.h3 {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

section {
  padding: 60px 0;
}

.input {
  display: block;
  height: 50px;
  padding: 14px;
  border-radius: 5px;
  background-color: var(--white);
  font-size: 12px;
  font-weight: 400;
  color: var(--dark);
  font-family: var(--font-family);
}

.input::placeholder {
  opacity: 0.8;
}

content-container {
  display: block;
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 20px;
}

@media (max-width: 1220px) {
  content-container {
    max-width: 768px;
  }
}

@media (max-width: 768px) {
  content-container {
    max-width: 400px;
  }
}

hidden-content {
  display: block;
  min-height: 0;
  overflow: hidden;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 14px 24px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.button-orange {
  background: var(--orange);
  color: var(--white);
}

.button-orange:hover {
  opacity: 0.7;
}

.button-arrow::after {
  content: "";
  display: block;
  width: 24px;
  height: 10px;
  background-image: url("/wp-content/themes/sklyarua/img/button-white-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.4s;
}

.button-arrow:hover::after {
  transform: translateX(4px);
}

.button-link {
  font-size: 16px;
  font-weight: 600;
  color: var(--orange);
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.button-link:hover::after {
  transform: translateX(4px);
}

.button-link::after {
  content: "";
  display: block;
  width: 24px;
  height: 10px;
  background-image: url("/wp-content/themes/sklyarua/img/button-orange-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 1px;
  transition: 0.4s;
}

.list-with-custom-icon li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.list-with-custom-icon li::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("/wp-content/themes/sklyarua/img/list-icon-as-logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

b {
  font-weight: 600;
}

.overflow-z9 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.overflow-z9.active {
  display: block;
}

.header {
  position: relative;
  z-index: 10;
  background-color: white;
}

.header__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.header-top {
  padding: 12px 0;
  background: var(--dark);
  font-size: 14px;
  color: var(--white);
}

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

.header-top__nav {
  display: block;
}

@media (max-width: 768px) {
  .header-top__nav {
    display: none;
  }
}

.header-top__nav ul {
  display: flex;
  align-items: center;
  gap: 40px;
}

@media (max-width: 1220px) {
  .header-top__nav ul {
    gap: 20px;
  }

  .header-top__nav ul li:nth-child(n+5) {
    display: none;
  }
}

.header-top__locations::before {
  content: "";
  display: block;
  width: 10px;
  height: 12px;
  background-image: url("/wp-content/themes/sklyarua/img/header-location-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.header-top__languages {
  min-width: 50px;
}

.header-top__dropdown {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.header-top__dropdown dd {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: calc(100% + 24px);
  width: max-content;
  padding: 0 12px;
  margin: 0 -12px;
  background: var(--dark);
  display: grid;
  grid-template-rows: 0fr;
}

.header-top__dropdown dd.active {
  grid-template-rows: 1fr;
}

.header-top__dropdown ul {
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.header-top__dropdown li {
  width: fit-content;
}

.header-top__dropdown li:hover {
  cursor: pointer;
  color: var(--orange);
}

.header-top__dropdown::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-top: 2px;
  background-image: url("/wp-content/themes/sklyarua/img/header-languages-polygon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.header-top__dropdown:has(dd.active)::after {
  transform: rotate(180deg);
}

.header-top a:hover {
  color: var(--orange);
}

.header-middle__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.header-middle__logo {
  width: 150px;
  flex-shrink: 0;
}

.header-middle__logo img {
  width: 100%;
}

.header-middle__logo a:hover {
  opacity: 0.7;
}

.header-middle__search {
  max-width: 380px;
  width: 100%;
}

.header-middle__search label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--stroke);
  border-radius: 8px;
}

.header-middle__search label:has(input:focus) {
  border-color: var(--orange);
}

.header-middle__search label::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("/wp-content/themes/sklyarua/img/header-search-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.header-middle__search input {
  display: block;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--dark);
}

.header-middle__search input::placeholder {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .header-middle__search.--in-header {
    display: none;
  }
}

.header-middle__contacts {
  font-size: 18px;
  font-weight: 600;
  flex-shrink: 0;
}

.header-middle__contacts a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-middle__contacts a:hover {
  color: var(--orange);
}

@media (max-width: 768px) {
  .header-middle__contacts.--in-header {
    display: none;
  }
}

@media (max-width: 768px) {
  .header-middle__contacts {
    margin: 0 auto;
  }
}

.header-middle__burger-trigger {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.header-middle__burger-trigger:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .header-middle__burger-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.header-middle__burger-trigger img[src$="closed.svg"] {
  display: block;
}

.header-middle__burger-trigger img[src$="opened.svg"] {
  display: none;
}

.header-middle__burger-trigger.active img[src$="closed.svg"] {
  display: none;
}

.header-middle__burger-trigger.active img[src$="opened.svg"] {
  display: block;
}

.header-bottom {
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .header-bottom {
    display: none;
  }
}

.header-bottom__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid rgba(38, 50, 62, 0.2);
  border-bottom: 1px solid rgba(38, 50, 62, 0.2);
}

.header-bottom__left,
.header-bottom__center,
.header-bottom__right {
  display: contents;
}

.header-bottom__left ul,
.header-bottom__center ul,
.header-bottom__right ul {
  display: contents;
}

.header-bottom__center::before,
.header-bottom__center::after {
  content: "";
  display: block;
  width: 1px;
  height: 22px;
  background-color: rgba(38, 50, 62, 0.2);
}

@media (max-width: 1220px) {
  .header-bottom__left::after {
    content: "";
    display: block;
    width: 1px;
    height: 22px;
    background-color: rgba(38, 50, 62, 0.2);
  }
}

.header-bottom a:hover {
  color: var(--orange);
}

@media (max-width: 1220px) {
  .header-bottom__center {
    display: none;
  }
}

.header-mobile {
  display: none;
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  right: 0;
  z-index: 99;
}

@media (max-width: 768px) {
  .header-mobile.active {
    display: block;
  }
}

.header-mobile__column {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #D4D6D8;
  background-color: white;
}

.header-mobile__nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  border-top: 1px solid #D4D6D8;
  border-bottom: 1px solid #D4D6D8;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.header-mobile__nav-top,
.header-mobile__nav-bottom,
.header-mobile__nav-top ul,
.header-mobile__nav-bottom ul {
  display: contents;
}

.header-mobile__nav-bottom::before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #D4D6D8;
}

.header-mobile a:hover {
  color: var(--orange);
}

.header-links {
  padding: 40px 0;
  background-color: white;
  position: absolute;
  z-index: 11;
  border-radius: 0 0 20px 20px;
  top: 99%;
  left: 0;
  right: 0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.01);
  display: none;
}

.header-links.active {
  display: block;
}

.header-links__category {
  font-size: 16px;
  font-weight: 600;
  color: #D4D6D8;
  margin-bottom: 20px;
}

.header-links__row {
  display: flex;
  width: 100%;
  gap: 40px;
}

@media (max-width: 1220px) {
  .header-links__row {
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .header-links__row {
    gap: 16px;
  }
}

.header-links__first-list,
.header-links__second-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: calc(95vh - 200px - 80px);
  overflow: auto;
  padding-right: 10px;
}

.header-links__first-list {
  flex: 0 2 content;
  max-width: 50%;
}

.header-links__second-list {
  flex: 2 1 content;
}

.header-links__first-item,
.header-links__second-item {
  font-size: 20px;
}

.header-links__first-item:hover,
.header-links__second-item:hover {
  color: var(--orange);
}

@media (max-width: 1220px) {

  .header-links__first-item,
  .header-links__second-item {
    font-size: 18px;
  }
}

@media (max-width: 768px) {

  .header-links__first-item,
  .header-links__second-item {
    font-size: 16px;
  }
}

.header-links__first-item {
  font-weight: 600;
}

.header-links__first-list::-webkit-scrollbar,
.header-links__second-list::-webkit-scrollbar {
  width: 8px;
}

@media (max-width: 1220px) {

  .header-links__first-list::-webkit-scrollbar,
  .header-links__second-list::-webkit-scrollbar {
    width: 4px;
  }
}

.header-links__first-list::-webkit-scrollbar-track,
.header-links__second-list::-webkit-scrollbar-track {
  background-color: unset;
}

.header-links__first-list::-webkit-scrollbar-thumb,
.header-links__second-list::-webkit-scrollbar-thumb {
  background-color: var(--orange);
  border-radius: 20px;
}

.breadcrumbs {
  margin-top: 20px;
}

.breadcrumbs__content {
  width: 100%;
  overflow: hidden;
}

.breadcrumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.breadcrumbs li {
  display: flex;
  text-wrap: nowrap;
}

.breadcrumbs li::after {
  flex-shrink: 0;
  align-self: center;
  margin-left: 10px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("/wp-content/themes/sklyarua/img/breadcrumbs-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.breadcrumbs li:last-child::after {
  display: none;
}

.breadcrumbs a {
  color: var(--orange);
}

.breadcrumbs a:hover {
  opacity: 0.7;
}

.footer-top {
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-top__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 40px 0px;
  border-top: 1px solid var(--stroke);
  border-bottom: 1px solid var(--stroke);
}

@media (max-width: 768px) {
  .footer-top__row {
    grid-template-columns: 1fr;
    padding: 0;
  }
}

.footer-top__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  padding: 0 20px;
  position: relative;
}

@media (max-width: 768px) {
  .footer-top__item {
    padding: 40px 0;
  }
}

.footer-top__item:nth-child(2) {
  border-left: 1px solid var(--stroke);
  border-right: 1px solid var(--stroke);
}

@media (max-width: 768px) {
  .footer-top__item:nth-child(2) {
    border-left: unset;
    border-right: unset;
    border-top: 1px solid var(--stroke);
    border-bottom: 1px solid var(--stroke);
  }
}

.footer-top__item:hover {
  color: var(--orange);
}

.footer-top__item a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.footer {
  padding: 40px 0;
  background-color: var(--dark);
  font-size: 14px;
  line-height: 140%;
  color: var(--white);
}

.footer__row {
  display: flex;
  gap: 20px 60px;
  margin-bottom: 30px;
}

@media (max-width: 1220px) {
  .footer__row {
    display: grid;
    grid-template-columns: 180px 1fr 180px;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .footer__row {
    grid-template-columns: 1fr;
  }
}

.footer__left {
  flex: 0 1 180px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 768px) {
  .footer__left {
    align-items: center;
    text-align: center;
  }
}

.footer__left p {
  opacity: 0.8;
}

.footer__left a:hover {
  opacity: 0.7;
}

.footer__center {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1220px) {
  .footer__center {
    grid-row: 2;
    grid-column: span 3;
    display: grid;
    grid-template-columns: 180px 1fr 180px;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .footer__center {
    grid-row: 3;
    grid-column: unset;
    grid-template-columns: repeat(2, auto);
  }
}

.footer__center dl {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__center dt {
  font-weight: 600;
}

.footer__center ul {
  display: grid;
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
  gap: 8px 20px;
}

.footer__center li {
  min-width: 80px;
  height: fit-content;
}

.footer__center a:hover {
  color: var(--orange);
}

.footer__right {
  flex: 0 1 180px;
  font-weight: 600;
}

@media (max-width: 1220px) {
  .footer__right {
    grid-column: 3;
  }
}

@media (max-width: 768px) {
  .footer__right {
    grid-column: unset;
  }
}

.footer__right ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 768px) {
  .footer__right ul {
    align-items: center;
    text-align: center;
  }
}

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

.footer__right a:hover {
  color: var(--orange);
}

@media (max-width: 768px) {
  .footer__brands {
    grid-row: 2;
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .footer__links {
    grid-row: 1;
    grid-column: 2;
  }
}

.footer__sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  opacity: 0.5;
  padding-top: 20px;
  border-top: 1px solid var(--stroke);
}

@media (max-width: 1220px) {
  .footer__sub {
    flex-direction: column-reverse;
  }
}

.footer__sub ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 768px) {
  .footer__sub ul {
    flex-direction: column;
  }
}

.footer__sub li {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer__sub a:hover {
  color: var(--orange);
}

main:not(:has(.footer-top))+footer {
  margin-top: 60px;
}

.intro {
  padding-top: 40px;
}

.intro__content h1 {
  margin-bottom: 12px;
}

.intro__content a {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .intro__content a {
    margin-top: 24px;
  }
}

@media (max-width: 768px) {
  .intro__content a {
    width: 100%;
  }
}

.intro__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 1220px) {
  .intro__row {
    grid-template-columns: 1fr;
  }
}

.intro__text {
  background: var(--bg);
  border-radius: 20px;
  padding: 70px 80px 80px 80px;
}

@media (max-width: 1220px) {
  .intro__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .intro__text {
    padding: 30px;
  }
}

.intro__image {
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 1220px) {
  .intro__image {
    height: 420px;
  }
}

@media (max-width: 768px) {
  .intro__image {
    height: 200px;
  }
}

.intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.what__row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 20px;
}

@media (max-width: 1220px) {
  .what__row {
    grid-auto-flow: unset;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .what__row {
    grid-template-columns: unset;
    grid-auto-columns: 220px;
    grid-auto-flow: column;
    overflow-x: scroll;
  }
}

.what__item {
  flex: 1;
  text-align: center;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid var(--stroke);
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.what__item img {
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
}

.what__item a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.what__item:hover {
  border: 1px solid var(--orange);
  color: var(--orange);
}

.about__row {
  display: flex;
  align-items: center;
  gap: 40px;
}

@media (max-width: 1220px) {
  .about__row {
    flex-direction: column;
  }
}

.about__video {
  flex: 680px;
  aspect-ratio: 680/420;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

@media (max-width: 1220px) {
  .about__video {
    width: 100%;
    height: 420px;
    aspect-ratio: unset;
    flex: unset;
  }
}

.about__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.about__video iframe,
.about__video video {
  width: 100%;
  height: 100%;
}

.about__video::after {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background-image: url("/wp-content/themes/sklyarua/img/about-video-play-button.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.about__video.active::after {
  display: none;
}

.about__text {
  flex: 460px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 1220px) {
  .about__text {
    flex: unset;
  }
}

.about__text-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about__text-block ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.services__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 768px) {
  .services__grid {
    grid-template-columns: 1fr;
  }
}

.services__item {
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--stroke);
  position: relative;
}

.services__item h3 {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 30px;
}

.services__item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
}

.services__item a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

.services__item:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.services .button-arrow {
  margin: 0 auto;
  margin-top: 40px;
}

.repair__content h2 {
  display: flex;
  gap: 20px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.repair__content h2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2px;
  height: 100%;
  width: 40px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), white);
}

.repair__title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  gap: 20px;
}

@media (max-width: 768px) {
  .repair__title {
    align-items: flex-start;
    flex-direction: column;
  }
}

.repair__title a {
  margin-left: auto;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .repair__title a {
    margin-left: unset;
  }
}

.repair__categories {
  flex: 1 10 100%;
  display: flex;
  gap: 20px;
  overflow-x: auto;
}

.repair__title-brand {
  display: block;
}

.repair__title-brand:not(.active) {
  opacity: 0.5;
  cursor: pointer;
}

.repair__title-brand:not(.active):hover {
  opacity: 1;
  color: var(--orange);
}

.repair__grid {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 1220px) {
  .repair__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .repair__grid {
    grid-template-columns: unset;
    grid-auto-columns: 300px;
    grid-auto-flow: column;
    overflow-x: auto;
  }
}

.repair__grid.active {
  display: grid;
}

.repair__item {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid var(--stroke);
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

@media (max-width: 1220px) {
  .repair__item {
    flex-direction: column;
  }
}

.repair__item-image {
  flex: 0 1 80px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

@media (max-width: 1220px) {
  .repair__item-image {
    flex: unset;
  }
}

.repair__item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.repair__item-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 1220px) {
  .repair__item-text {
    flex: unset;
  }
}

.repair__item-text ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.repair__item-text a:hover {
  color: var(--orange);
}

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

@media (max-width: 768px) {
  .why__row {
    grid-template-columns: 1fr;
  }
}

.why__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.why__item img {
  width: 80px;
}

.banner__content {
  padding: 60px 80px;
  border-radius: 20px;
  background-color: var(--bg);
}

@media (max-width: 768px) {
  .banner__content {
    padding: 30px;
  }
}

.banner h2 {
  margin-bottom: 12px;
}

@media (max-width: 1220px) {
  .banner h2 {
    text-align: center;
  }
}

.banner h2+p {
  opacity: 0.8;
}

@media (max-width: 1220px) {
  .banner h2+p {
    text-align: center;
  }
}

.banner form {
  margin-top: 24px;
  display: flex;
  gap: 20px;
}

@media (max-width: 1220px) {
  .banner form {
    flex-direction: column;
  }
}

@media (max-width: 1220px) {
  .banner button {
    width: 100%;
  }
}

.banner input {
  flex: 1;
}

.branch__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 1220px) {
  .branch__row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .branch__row {
    grid-template-columns: repeat(1, 1fr);
  }
}

.branch__item {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--stroke);
}

.branch__item-image {
  height: 240px;
  overflow: hidden;
}

.branch__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.branch__item-text {
  text-align: center;
  padding: 24px 30px 30px 30px;
}

.branch__item-text h3 {
  margin-bottom: 12px;
}

.branch__item-text p {
  margin-bottom: 12px;
}

.branch__item-text a {
  margin: 0 auto;
  margin-top: 24px;
}

.branch__all {
  padding: 30px;
  border-radius: 20px;
  background: var(--bg);
  display: flex;
  flex-direction: column;
}

.branch__all h2 {
  margin-bottom: 12px;
}

.branch__all p {
  margin-bottom: 12px;
  opacity: 0.8;
}

.branch__all br {
  content: "";
  display: block;
  height: 10px;
}

.branch__all ul {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 600;
}

.branch__all li a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.branch__all li a:hover {
  color: var(--orange);
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 200px;
  gap: 20px;
  grid-auto-flow: row dense;
}

@media (max-width: 1220px) {
  .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1220px) {
  .gallery__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.gallery__item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .gallery__item:nth-child(n+5) {
    display: none;
  }
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gallery .--column-big {
  grid-column: span 2;
}

@media (max-width: 768px) {
  .gallery .--column-big {
    grid-column: unset;
  }
}

.gallery .--row-big {
  grid-row: span 2;
}

.item-main {
  padding-top: 40px;
}

.item-main__row {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 20px;
}

@media (max-width: 1220px) {
  .item-main__row {
    grid-template-columns: 1fr 300px;
  }
}

@media (max-width: 768px) {
  .item-main__row {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.item-main__info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.item-main__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 480px;
}

.item-main__property {
  padding: 16px 24px;
  border-radius: 10px;
  border: 1px solid #D4D6D8;
  display: flex;
  align-items: center;
  gap: 20px;
}

.item-main__property.--colourful {
  border-color: var(--green);
}

.item-main__property.--colourful .item-main__price {
  color: var(--green);
}

.item-main__price {
  margin-left: auto;
  flex-shrink: 0;
}

.item-main__image img {
  width: 100%;
}

.item-text__row {
  display: grid;
  grid-template-columns: 480px 1fr;
  align-items: center;
  gap: 120px;
}

@media (max-width: 1220px) {
  .item-text__row {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.item-text__image img {
  width: 100%;
}

.item-text__info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.item-text__title {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.item-text__title p {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  color: var(--orange);
}

.item-text__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.item-text__text ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.how__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.how__video {
  width: 100%;
  height: 230px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.how__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.how__video::after {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background-image: url("/wp-content/themes/sklyarua/img/about-video-play-button.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.how__video.active::after {
  display: none;
}

.how__item-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.how iframe {
  width: 100%;
  height: 230px;
}

.how .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  margin-top: 20px;
}

.how .swiper-button-prev img {
  transform: scaleX(-1);
}

.how .swiper-button {
  cursor: pointer;
}

.how .swiper-button img {
  width: 24px;
}

.how .swiper-button:not(.swiper-button-disabled):hover {
  opacity: 0.7;
}

.how .swiper-button-disabled {
  opacity: 0.5;
  cursor: unset;
}

.how .swiper-button-lock {
  opacity: 0.2;
}

.service-intro {
  padding-top: 40px;
}

.service-intro__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

@media (max-width: 1220px) {
  .service-intro__row {
    flex-direction: column;
  }
}

.service-intro__text {
  width: 680px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 1220px) {
  .service-intro__text {
    width: 100%;
  }
}

.service-intro__image {
  width: 420px;
}

@media (max-width: 1220px) {
  .service-intro__image {
    width: 100%;
  }
}

.service-intro__image img {
  width: 100%;
}

.questions__content hgroup p {
  font-size: 24px;
  font-weight: 500;
  color: #ED6E17;
}

.questions__questions {
  margin-top: 40px;
}

.questions__item {
  border-top: 1px solid #D4D6D8;
}

.questions__item:last-child {
  border-bottom: 1px solid #D4D6D8;
}

.questions__title {
  padding: 20px 35px 20px 0;
  cursor: pointer;
  position: relative;
}

.questions__title:hover {
  opacity: 0.6;
}

.questions__title::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/sklyarua/img/arrow-down-24x24.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.questions__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.6s;
}

.questions__body-content {
  padding-bottom: 20px;
}

.questions__item.active .questions__body {
  grid-template-rows: 1fr;
}

.questions__item.active .questions__title::after {
  transform: translateY(-50%) rotate(180deg);
}

.blog {
  padding-top: 40px;
  margin-bottom: 60px;
}

.blog__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.blog__topics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.blog__topics a {
  display: block;
  padding: 7px 12px;
  border-radius: 5px;
  border: 1px solid var(--stroke);
}

.blog__topics a.active {
  border-color: var(--orange);
}

.blog__topics a:hover {
  border-color: var(--orange);
}

.blog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 1220px) {
  .blog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .blog__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.blog__item {
  border: 1px solid var(--stroke);
  border-radius: 20px;
  overflow: hidden;
}

.blog__item-image {
  width: 100%;
  height: 240px;
}

.blog__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog__item-info {
  padding: 30px;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.article {
  padding-top: 40px;
}

.article__content {
  max-width: 880px;
}

.article__title {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}

.article__title-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.article__post-image {
  width: 100%;
  height: 360px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
}

@media (max-width: 1220px) {
  .article__post-image {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .article__post-image {
    height: 260px;
  }
}

.article__post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.article__post-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.items-grid {
  padding-top: 40px;
  margin-bottom: 60px;
}

.items-grid__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.items-grid__topics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.items-grid__topics a {
  display: block;
  padding: 7px 12px;
  border-radius: 5px;
  border: 1px solid var(--stroke);
}

.items-grid__topics a.active {
  border-color: var(--orange);
}

.items-grid__topics a:hover {
  border-color: var(--orange);
}

.items-grid__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 1220px) {
  .items-grid__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .items-grid__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.items-grid__grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 1220px) {
  .items-grid__grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .items-grid__grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.items-grid__item {
  border: 1px solid var(--stroke);
  border-radius: 20px;
  overflow: hidden;
  padding-top: 20px;
  text-align: center;
}

.items-grid__item-image {
  width: 100%;
  height: 155px;
}

.items-grid__item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.items-grid__item-info {
  padding: 20px;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.page-404 {
  margin-top: 20px;
  margin-bottom: 80px;
}

.page-404__content {
  color: #717A83;
  text-align: center;
}

.page-404__number {
  font-size: 96px;
  font-weight: 600;
  margin-bottom: 32px;
}

.page-404__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-weight: 500;
}

.page-404__link {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.shipping__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 1220px) {
  .shipping__row {
    grid-template-columns: 1fr;
  }
}

.shipping__image {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.shipping__image img {
  width: 100%;
}

