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

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

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img,
picture,
video,
canvas,
svg,
iframe {
  max-width: 100%;
  display: block;
}

img {
  vertical-align: top;
}

ol,
ul,
li {
  list-style: none;
}

a,
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

a {
  text-decoration: none;
}

button[disabled] {
  cursor: auto;
}

input,
button,
textarea,
select {
  background-color: #0000;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  font-size: inherit;
  font-weight: inherit;
}

:root {
  --color-black: #000;
  --color-white: #fff;
  --color-accent-primary: #0e7aed;
  --color-accent-primary-extra: #0e6bed;
  --color-accent-primary-light: #3e95f1;
  --color-accent-secondary: #fd0;
  --color-border: #d3d5e4;
  --color-bg: #f8f9ff;
  --color-star-empty: #80731a;
  --color-star-fill: #fd0;
  --items: 1;
  --gap: 10px;
  --transition--l100: 0.1s linear;
  --transition--l200: 0.2s linear;
  --transition--l300: 0.3s linear;
  --transition--e100: 0.1s ease;
  --transition--e200: 0.2s ease;
  --transition--e300: 0.3s ease;
  --transition--e800: 0.8s ease;
}

.cardset,
.burger-menu,
.burger-menu__box,
.burger-menu__backdrop,
.burger-menu__body,
.burger-menu__container,
.burger-menu__main,
.burger-menu__top,
.header__nav .nav__list,
.header__nav .nav__link,
.logo,
.burger-menu__nav,
.footer__nav .nav__list,
.burger-menu .nav__list,
.btn-burger .burger-box,
.loader__backdrop {
  display: flex;
}

.burger-menu__top,
.header__nav .nav__list,
.header__nav .nav__link,
.logo,
.burger-menu__nav,
.footer__nav .nav__list,
.burger-menu .nav__list,
.btn-burger .burger-box,
.loader__backdrop {
  align-items: center;
}

.btn-burger .burger-box,
.loader__backdrop {
  justify-content: center;
}

.burger-menu,
.burger-menu__box,
.burger-menu__backdrop,
.burger-menu__body,
.burger-menu__container,
.burger-menu__main {
  flex-direction: column;
}

.burger-menu__backdrop,
.burger-menu__body,
.burger-menu__container,
.burger-menu__main {
  flex-grow: 1;
}

.burger-menu__nav,
.footer__nav .nav__list,
.burger-menu .nav__list {
  flex-direction: column;
}

.cardset {
  flex-wrap: wrap;
}

.burger-menu__backdrop,
.burger-menu__main,
.btn-burger .burger-box,
.lds-roller {
  position: relative;
}

.burger-menu__backdrop:before,
.btn-burger .burger-line,
.lds-roller div:after,
.visually-hidden {
  position: absolute;
}

.burger-menu,
.loader__backdrop {
  position: fixed;
}

.loader__backdrop {
  inset: 0;
}

button,
a {
  cursor: pointer;
}

.lds-roller div:after {
  border-radius: 50%;
}

.burger-menu__body {
  transition: var(--transition--200, 0.2s linear);
}

*,
:before,
:after {
  transition: var(--transition--l100);
}

html {
  --header-h: 40px;
  --header-p-top: 20px;
  --scroll-padding-top: calc(var(--header-h, 40px) + var(--header-p-top, 20px));
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  height: 100%;
  scroll-padding-top: var(--scroll-padding-top);
}

body {
  height: 100%;
  color: var(--color-black);
  letter-spacing: -0.15px;
  background-color: var(--color-bg);
  flex-direction: column;
  display: flex;
}

body.isLoading,
body.burgerMenuIsOpen {
  overflow-y: hidden;
}

main {
  position: relative;
  contain: paint;
}

footer {
  margin-top: auto;
}

svg {
  pointer-events: none;
}

.section {
  padding: 80px 0;
}

@media (width >= 1440px) {
  .section {
    padding: 100px 0;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media (width >= 425px) {
  .container {
    width: 425px;
    padding: 0 24px;
  }
}

@media (width >= 768px) {
  .container {
    width: 768px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (width >= 1440px) {
  .container {
    width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.page-title {
  letter-spacing: -0.02em;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.section-title,
.section-title--2 {
  letter-spacing: -0.02em;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
}

.section-title--2 {
  font-size: 55px;
}

.section-title--2 span {
  color: var(--color-accent-secondary);
}

.section-subtitle {
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.section-subtitle:before {
  content: "";
  background-color: var(--color-accent-primary);
  border-radius: 50%;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  display: block;
}

.section-box-wrap {
  gap: var(--gap, 10px);
  flex-direction: column;
  display: flex;
}

.section-box {
  width: 100%;
}

.visually-hidden {
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
}

.cardset {
  gap: var(--gap);
}

.cardset__item {
  flex-basis: calc(
    (100% - var(--gap, 16px) * (var(--items, 1) - 1)) / var(--items, 1)
  );
  width: calc(
    (100% - var(--gap, 16px) * (var(--items, 1) - 1)) / var(--items, 1)
  );
}

.hover-line {
  position: relative;
}

.hover-line:before {
  content: "";
  width: 100%;
  max-width: 0;
  height: 1px;
  transition: var(--transition--l100);
  background-color: currentColor;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.hover-line:hover:before {
  max-width: 100%;
}

.fw-700 {
  font-weight: 700;
}

.icircle {
  aspect-ratio: 1;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 16px;
  display: flex;
}

.icircle svg {
  width: 100%;
  height: 100%;
}

.icircle-before:before {
  aspect-ratio: 1;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.border-gray {
  border: 1px solid var(--color-border);
  border-radius: 16px;
}

.license-details {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.license-details .license-details__title {
  font-size: 14px;
  line-height: 1;
}

.license-details .license-details__text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.color-accent-primary {
  color: var(--color-accent-primary);
}

.available {
  width: fit-content;
  color: var(--color-black);
  background-color: var(--color-accent-secondary);
  border-radius: 100px;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.available:before {
  content: "";
  background-color: var(--color-white);
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  display: block;
}

@media (width >= 1440px) {
  html {
    --header-h: 48px;
  }

  body {
    letter-spacing: -0.16px;
    font-size: 16px;
  }

  .page-title {
    font-size: 53px;
  }

  .section-title,
  .section-title--2 {
    font-size: 36px;
  }

  .section-title--2 {
    font-size: 70px;
  }

  .section-box-wrap {
    --gap: 10px;
    flex-direction: row;
  }
}

.loader__backdrop {
  opacity: 1;
  z-index: 50;
  background-color: #000;
  width: 100vw;
  height: 100vh;
}

.isHidden .loader__backdrop {
  display: none;
}

.lds-roller {
  width: 80px;
  height: 80px;
  display: inline-block;
}

.lds-roller div {
  transform-origin: 40px 40px;
  animation: 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite lds-roller;
}

.lds-roller div:after {
  content: " ";
  background-color: var(--color-accent-primary, #701725);
  width: 7px;
  height: 7px;
  margin: -4px 0 0 -4px;
  display: block;
}

.lds-roller div:first-child {
  animation-delay: -0.036s;
}

.lds-roller div:first-child:after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  background-color: var(--color-accent-primary, #701725);
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.logo {
  width: 100%;
}

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

.header__logo {
  max-width: 148px;
  height: 44px;
  margin-right: auto;
  position: relative;
  top: -4px;
  left: -4px;
}

.footer__logo {
  max-width: 320px;
  height: 96px;
}

@media (width >= 1440px) {
  .header__logo {
    max-width: 190px;
    height: 54px;
    top: -8px;
    left: -8px;
  }

  .footer__logo {
    margin-top: -10px;
    position: relative;
    top: -10px;
    left: -50px;
  }
}

.btn,
.btn-contact-us,
.btn--action {
  justify-content: center;
  align-items: center;
  line-height: 1;
  display: flex;
}

.btn--action {
  border-radius: 100px;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  height: 54px;
  padding: 4px 4px 4px 40px;
  font-weight: 600;
}

.btn--action .btn__icon {
  aspect-ratio: 1;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
}

.btn--action svg {
  aspect-ratio: 1;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.btn--fill-accent-primary {
  color: var(--color-white);
  background: linear-gradient(118deg, #0e7aed 30%, #0952b9 80%);
  position: relative;
  overflow: hidden;
}

.btn--fill-accent-primary span, .btn--fill-accent-primary svg {
  z-index: 1;
  position: relative;
}

.btn--fill-accent-primary .btn__icon {
  background: #fff3;
}

.btn--fill-accent-primary svg {
  fill: var(--color-white);
}

.btn--fill-accent-primary:before {
  content: "";
  background: var(--color-accent-primary);
  opacity: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.btn--fill-accent-primary:hover, .btn--fill-accent-primary:active {
  background: linear-gradient(118deg, #0e7aed 30%, #0952b9 80%);
}

.btn--fill-accent-primary:hover .btn__icon, .btn--fill-accent-primary:active .btn__icon {
  background: var(--color-accent-primary);
}

.btn--fill-accent-primary:hover svg, .btn--fill-accent-primary:active svg {
  fill: var(--color-accent-secondary);
}

.btn--fill-accent-primary:hover:before, .btn--fill-accent-primary:active:before {
  opacity: 0;
}

.btn--fill-accent-primary:active .btn__icon {
  background: none;
}

.btn--fill-white, .btn-contact-us, .btn--stroke-accent-primary {
  color: var(--color-black);
  background: var(--color-white);
}

.btn--fill-white .btn__icon, .btn-contact-us .btn__icon, .btn--stroke-accent-primary .btn__icon {
  background: var(--color-accent-primary);
}

.btn--fill-white svg, .btn-contact-us svg, .btn--stroke-accent-primary svg {
  fill: var(--color-black);
}

.btn--fill-white:hover, .btn-contact-us:hover, .btn--stroke-accent-primary:hover, .btn--fill-white:active, .btn-contact-us:active, .btn--stroke-accent-primary:active {
  background: var(--color-accent-secondary);
}

.btn--fill-white:hover .btn__icon, .btn-contact-us:hover .btn__icon, .btn--stroke-accent-primary:hover .btn__icon, .btn--fill-white:active .btn__icon, .btn-contact-us:active .btn__icon, .btn--stroke-accent-primary:active .btn__icon {
  background: #ffffffb3;
}

.btn--fill-white:hover svg, .btn-contact-us:hover svg, .btn--stroke-accent-primary:hover svg, .btn--fill-white:active svg, .btn-contact-us:active svg, .btn--stroke-accent-primary:active svg {
  fill: var(--color-accent-primary);
}

.btn--fill-white:active .btn__icon, .btn-contact-us:active .btn__icon, .btn--stroke-accent-primary:active .btn__icon {
  background: none;
}

.btn--stroke-accent-primary {
  border: 1px solid var(--color-accent-primary);
}

.btn-burger .burger-box {
  pointer-events: none;
  width: 24px;
  height: 24px;
}

.btn-burger .burger-line {
  pointer-events: none;
  background-color: currentColor;
  width: 16px;
  height: 2px;
  transition-property: height, opacity, transform;
  transition-duration: 0.4s;
}

.btn-burger .burger-line:first-child {
  transform: translateY(-5px);
}

.btn-burger .burger-line:last-child {
  transform: translateY(5px);
}

.btn-burger.active .burger-line:first-child {
  transform: rotate(-45deg);
}

.btn-burger.active .burger-line:nth-child(2n) {
  opacity: 0;
}

.btn-burger.active .burger-line:last-child {
  transform: rotate(45deg);
}

.btn-fly-box {
  --p: 16px;
  bottom: 0;
  left: calc(100% - var(--p));
  z-index: 3;
  width: 0;
  height: 0;
  position: sticky;
}

.btn-fly-box.isHidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.btn-fly {
  background-color: var(--color-black);
  border: 1px solid var(--color-accent-secondary);
  width: 74px;
  height: 74px;
  position: absolute;
  bottom: 20px;
  right: 0;
}

.btn-fly svg {
  width: 24px;
  height: 24px;
  fill: var(--color-white);
}

.btn-fly:hover {
  transform: scale(1.01);
}

.btn-contact-us {
  width: 100%;
  height: var(--header-h, 40px);
  border-radius: 100px;
  padding: 4px 12px;
  font-weight: 600;
}

.header .btn-contact-us,
.footer .btn-contact-us {
  max-width: 116px;
}

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

@media (width >= 768px) {
  .actions {
    flex-direction: row;
  }
}

@media (width >= 1440px) {
  .actions {
    flex-direction: row;
    gap: 16px;
  }

  .btn--action {
    width: fit-content;
  }

  .btn-fly-box {
    --p: 40px;
  }

  .btn-fly {
    width: 92px;
    height: 92px;
    bottom: 40px;
  }

  .header .btn-contact-us {
    width: 130px;
    max-width: 130px;
  }
  .footer .btn-contact-us {
    width: 130px;
    max-width: 130px;
  }
}

.header__nav {
  height: 100%;
}
.footer__nav {
  position: relative;
}

.burger-menu__nav {
  flex-grow: 1;
  margin-bottom: 24px;
}

.header__nav .nav__list,
.footer__nav .nav__list {
  gap: 25px;
}

.footer__nav--legal .nav__list {
  flex-direction: row;
}

.header__nav .nav__list {
  height: 100%;
}

.burger-menu .nav__list {
  gap: 30px;
  margin: auto;
}

.nav__link {
  color: var(--color-white);
}

.header__nav .nav__link {
  gap: 30px;
  line-height: 1;
}

.burger-menu .nav__link {
  font-size: 20px;
}

.header__nav .nav__item--dropdown {
  height: 100%;
}

.burger-menu__nav .nav__item--dropdown {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.burger-menu__nav .nav__item--dropdown .accordion__content {
  width: 100%;
}

.header__nav .nav__link--dropdown.nav__link {
  position: relative;
}

.nav__link--dropdown.nav__link {
  cursor: pointer;
  align-items: center;
  gap: 8px;
  height: 100%;
  display: flex;
}

.nav__link--dropdown.nav__link svg {
  stroke: currentColor;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
}

.nav__link--dropdown.nav__link:hover svg {
  transform: rotate(180deg);
}

.nav__sublist-wrap {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  width: fit-content;
  min-width: 352px;
  position: absolute;
}

.nav__link--dropdown:hover .nav__sublist-wrap {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.header__nav .nav__sublist-wrap {
  padding-top: 4px;
  top: 100%;
  left: 0;
}

.footer__nav .nav__sublist-wrap {
  padding-bottom: 12px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.header__nav .nav__sublist {
  background: #03090f;
  border-radius: 8px;
  flex-direction: column;
  gap: 24px;
  width: fit-content;
  padding: 20px;
  display: flex;
}

.footer__nav .nav__sublist {
  background: #03090f;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  gap: 24px;
  width: fit-content;
  padding: 20px;
  display: flex;
}

.burger-menu__nav .nav__sublist {
  color: #fff;
  background: #0e6eed;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  margin-top: 10px;
  padding: 20px;
  display: flex;
}

@media (width <= 767px) {
  .header__nav {
    display: none;
  }
}

@media (width >= 768px) {
  .footer__nav .nav__list {
    flex-direction: row;
  }
}

@media (width >= 1440px) {
  .header__nav {
    margin-right: 125px;
  }

  .footer__nav--legal {
    width: fit-content;
    margin-left: auto;
  }
}

.contact-phone {
  color: var(--color-white);
  flex-shrink: 0;
}

.burger-menu__contact-phone {
  color: #fff;
  letter-spacing: -0.52px;
  margin: auto auto 24px;
  font-size: 26px;
  line-height: 80%;
}

.footer__contact-phone {
  font-size: 16px;
}

@media (width <= 1439px) {
  .header__contact-phone {
    display: none;
  }
}

.burger-menu-btn {
  width: 24px;
  height: 24px;
  color: var(--color-white);
  background-color: #0000;
  padding: 0;
}

.header .burger-menu-btn {
  margin-left: auto;
}

.burger-menu .burger-menu-btn .burger-line {
  width: 24px;
}

@media (width >= 768px) {
  .header .burger-menu-btn {
    display: none;
  }
}

.burger-menu {
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: scroll;
}

.burger-menu.isHidden,
.burger-menu.isHidden button,
.burger-menu.isHidden a {
  pointer-events: none;
  visibility: hidden;
}

@media (width >= 1440px) {
  .burger-menu {
    display: none;
  }
}

.burger-menu__backdrop:before {
  content: "";
  z-index: -1;
  opacity: 0.7;
  background: #000;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.isHidden .burger-menu__backdrop:before {
  opacity: 0;
}

.burger-menu__body {
  width: 100%;
  max-width: 425px;
  padding: 20px 16px 40px;
}

.burger-menu__body--burger {
  background-color: var(--color-black);
}

.isHidden .burger-menu__body {
  transform: translateX(-101%);
}

.burger-menu__container {
  gap: 20px;
}

.burger-menu__top {
  justify-content: flex-end;
  gap: 10px;
}

.burger-menu__main {
  align-items: center;
}

.burger-menu__box {
  padding: 20px 0;
}

.burger-menu__box:not(:first-child) {
  border-top: 1px solid #f0f0f0;
}

.burger-menu__box:nth-child(2) {
  border-top: none;
}

.header {
  top: var(--header-p-top);
  z-index: 2;
  width: 100%;
  height: var(--header-h);
  position: absolute;
  left: 0;
}

.header__container {
  align-items: center;
  gap: 6px;
  display: flex;
}

.header__content {
  height: var(--header-h);
  color: var(--color-white);
  background-color: var(--color-black);
  border-radius: 100px;
  flex-grow: 1;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

@media (width >= 768px) {
  .header__content {
    padding-right: 30px;
  }
}

.footer {
  padding: 32px 0 22px;
}

.footer__content {
  color: var(--color-white);
  background-color: var(--color-black);
  border-radius: 16px;
  flex-direction: column;
  gap: 50px;
  padding: 0 20px 48px;
  display: flex;
}

.footer__top {
  flex-direction: column;
  align-items: center;
  gap: 50px;
  display: flex;
}

.footer__logo {
  margin-bottom: -24px;
  transform: translateY(-24px);
}

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

.footer__bottom {
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  font-size: 12px;
  display: flex;
}

.footer__created-by {
  gap: 8px;
  width: fit-content;
  display: flex;
}

.footer__created-by img {
  object-fit: cover;
  border-radius: 3px;
  width: 33px;
  height: 33px;
}

@media (width <= 1439px) {
  .footer__bottom {
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer__created-by {
    margin-top: 30px;
  }

  .footer__copyright {
    text-align: center;
  }
}

@media (width >= 1440px) {
  .footer__content {
    padding: 36px 36px 22px;
  }

  .footer__top {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer__box {
    min-width: 320px;
  }

  .footer__box:first-child {
    margin-right: 190px;
  }

  .footer__box-contacts {
    flex-direction: row;
    gap: 36px;
    width: fit-content;
    margin-left: auto;
  }
}

.marquee {
  width: 100%;
  min-height: 40px;
  height: var(--marquee--height, 40px);
  white-space: nowrap;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.marquee__inner {
  white-space: nowrap;
  will-change: transform;
  animation: marquee var(--marquee-duration, 20s) linear infinite;
  gap: 16px;
  display: flex;
}

.marquee__item {
  justify-content: center;
  align-items: center;
  display: flex;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(var(--marquee-width) * -1));
  }
}

.accordion__content {
  grid-template-rows: 0fr;
  display: grid;
}

[data-accordion-box].active .accordion__content {
  grid-template-rows: 1fr;
}

.accordion__content-inner {
  overflow: hidden;
}

:root {
  --swiper-navigation-size: 50px;
}

.swiper-wrap {
  position: relative;
}

.swiper-btn-wrap {
  align-items: center;
  gap: 16px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.swiper-btn {
  background-color: var(--color-black);
}

.swiper-btn svg {
  fill: var(--color-white);
}

.swiper-btn.swiper-btn-prev svg {
  transform: rotate(180deg);
}

.swiper-btn:hover {
  transform: scale(1.04);
}

.rating {
  --color-star-fill: var(--color-black, #000);
  --color-star-empty: #0003;
  --stars: 5;
  --size: 20px;
  --rating: 0;
  align-items: center;
  gap: 10px;
  display: flex;
}

.rating__text {
  font-weight: 500;
}

.rating__stars {
  --percent: calc(var(--rating) / var(--stars) * 100%);
  width: calc(var(--stars) * (var(--size)));
  height: var(--size);
  background: linear-gradient(
    90deg,
    var(--color-star-fill, #fd0) var(--percent),
    var(--color-star-empty, #80731a) var(--percent)
  );
  display: inline-block;
  -webkit-mask: url("#stars-mask") 0 / contain no-repeat;
  mask: url("#stars-mask") 0 / contain no-repeat;
}

.reviews-rating-box {
  flex-direction: column;
  display: flex;
}

.rating-services {
  --gap: 6px;
  gap: var(--gap);
  display: flex;
}

.rating-service__link {
  border-radius: 10px;
  gap: 6px;
  width: 100%;
  max-width: 157px;
  padding: 8px 12px 8px 8px;
  display: flex;
}

.rating-service__link .rating {
  --size: 12px;
}

.rating-service__link .rating .rating__stars--2 {
  display: flex;
}

.rating-service__link .rating .rating__stars--2 svg {
  fill: var(--color-star-fill);
  width: var(--size);
  height: var(--size);
}

.hero .rating-service__link {
  background-color: #ffffff4d;
}

.rating-service__img-wrap {
  background-color: var(--color-white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.rating-service__img {
  object-fit: contain;
  width: 24px;
  height: 25px;
}

.rating-service__title {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
}

.rating-service__text {
  margin-bottom: 2px;
  font-size: 8px;
  line-height: 1.1;
}

.form {
  flex-direction: column;
  gap: 4px;
  width: 100%;
  display: flex;
}

.input,
.textarea {
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 16px 24px;
  display: flex;
}

.input:focus-within,
.textarea:focus-within {
  outline: 1px solid var(--color-accent-primary);
}

.textarea {
  resize: none;
  align-items: flex-start;
  width: 100%;
  height: 120px;
}

.contact-form__btn-submit {
  color: var(--color-white);
  background-color: var(--color-accent-primary);
  margin-top: 24px;
}

.contact-form__btn-submit svg {
  fill: var(--color-white);
}

.hero {
  --p-top: 60px;
  --background-gradient: linear-gradient(180deg, #0000 0%, #000 100%);
  min-height: 100vh;
  padding-top: calc(var(--scroll-padding-top) + var(--p-top));
  color: var(--color-white);
  background: var(--background-gradient),
    var(--bg-hero-url, url("/assets/images/bg-hero-home.webp")),
    var(--color-black);
  background-position: bottom, center, center;
  background-repeat: no-repeat;
  background-size: 100% var(--background-gradient-h, 400px), cover, cover;
  flex-direction: column;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.hero__container {
  flex-direction: column;
  flex-grow: 1;
  display: flex;
}

.hero__box-wrap {
  flex-grow: 1;
}

@media (width >= 1440px) {
  .hero {
    padding-bottom: 40px;
  }
}

.contacts__title {
  margin-bottom: 30px;
}

.contacts__section-subtitle {
  margin-bottom: 24px;
}

.contacts__box-tel {
  background-color: var(--color-accent-secondary);
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  display: flex;
}

.contacts__box-tel .icon {
  width: 46px;
  height: 46px;
  color: var(--color-white);
  background-color: var(--color-accent-primary);
  margin-bottom: 50px;
  padding: 14px;
}

.contacts__box-tel svg {
  fill: var(--color-white);
}

.contacts__box-tel .msg {
  margin-bottom: 16px;
}

.contacts__box-tel .tel {
  color: inherit;
  font-size: 28px;
  font-weight: 500;
}

@media (width <= 1439px) {
  .contacts__box-wrap {
    --gap: 50px;
  }
}

@media (width >= 1440px) {
  .contacts__box {
    flex-direction: column;
    display: flex;
  }

  .contacts__box-tel {
    max-width: 333px;
    margin-top: auto;
  }

  .contacts__box-tel .icon {
    margin-bottom: 105px;
  }
}
