@font-face {
  font-family: "Onest";
  font-weight: 200;
  src: url("../fonts/Onest-ExtraLight.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  font-weight: 300;
  src: url("../fonts/Onest-Light.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  font-weight: 400;
  src: url("../fonts/Onest-Regular.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  font-weight: 500;
  src: url("../fonts/Onest-Medium.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  font-weight: 600;
  src: url("../fonts/Onest-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

body {
  font-family: "Onest";
  background-color: #FFFFFF;
  color: #212121;
  margin-right: auto;
  margin-left: auto;
  min-width: 375px;
}

a {
  color: inherit;
  text-decoration: none;
}

:focus-visible {
  outline: none;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
}

li {
  list-style-type: none;
}

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

h1,
h2,
h3 {
  margin: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.container {
  max-width: 1360px;
  padding: 0px 40px;
  margin-right: auto;
  margin-left: auto;
}

.header {
  padding: 16px 0 25px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #EEEEEE;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 35px;
}
.header__logo {
  display: block;
  max-width: 268px;
  width: 100%;
}
.header .logo__icon {
  max-width: 268px;
  width: 100%;
  height: 60px;
}
.header__menu {
  position: relative;
  max-width: 239px;
  width: 100%;
}
.header__btn {
  border: 1px solid #F5C242;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 0;
  width: 100%;
}
.header__burger {
  display: flex;
  flex-direction: column;
  gap: 3.5px;
  max-width: 15px;
  width: 100%;
}
.header__burger span {
  height: 2px;
  width: 100%;
  background-color: #F5C242;
  border-radius: 50px;
  transition: transform 0.25s ease;
}
.header__burger span:nth-child(3) {
  width: 60%;
}
.header__btn-text {
  font-family: Onest;
  font-size: 15px;
  font-weight: 600;
  line-height: 19.13px;
  color: #212121;
}
.header__dropdown {
  background-color: #FFFFFF;
  border-radius: 14px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  top: calc(100% + 5px);
  border: 1px solid #eee;
  position: absolute;
  display: none;
  z-index: 10;
}
.active .header__dropdown {
  display: flex;
}
.header__dropdown a {
  display: block;
  color: #212121;
  transition: color 0.25s ease;
  padding: 5px 0;
}
.header__dropdown a:hover {
  color: #F5B81E;
}
.header__contact strong {
  display: block;
  font-family: Onest;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.025em;
  text-align: left;
  white-space: nowrap;
  margin-bottom: 10px;
}
.header__contact a[href^="tel:"] {
  display: block;
  font-family: Onest;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.025em;
  text-align: left;
  color: #212121;
  white-space: nowrap;
  margin-bottom: 14px;
  transition: color 0.25s ease;
}
.header__contact a[href^="tel:"]:hover {
  color: #F5B81E;
}
.header__contact span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Onest;
  font-size: 15px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.015em;
  color: #7C7C7C;
}
.header__contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Onest;
  font-size: 15px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.015em;
  color: #7C7C7C;
}
.header__icon-1 {
  width: 13px;
  height: 14px;
}
.header__icon-2 {
  width: 17px;
  height: 13px;
}
.header__btn-2 {
  max-width: 212px;
}
.header__btn-icon {
  width: 13px;
  height: 13px;
}
.header .menu__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.header .menu__item {
  font-family: Onest;
  font-size: 15px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.015em;
  color: #7C7C7C;
  position: relative;
}
.header .active .menu__link svg {
  transform: rotate(180deg);
}
.header .menu__link {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: Onest;
  font-size: 15px;
  font-weight: 600;
  line-height: 19.13px;
  color: #212121;
  transition: color 0.25s ease;
}
.header .menu__link:hover {
  color: #F5C242;
}
.header .menu__dropdown {
  width: 200px;
}
.header .menu__link span {
  color: #F5C242;
}
.header__burger-btn {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  z-index: 2;
}
.header__burger-btn span {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: black;
  left: 5px;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.header__burger-btn span:nth-child(1) {
  transform: translateY(-10px);
}
.header__burger-btn span:nth-child(3) {
  transform: translateY(10px);
}
.header.open .header__burger-btn span {
  background-color: #000;
}
.header.open .header__burger-btn span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}
.header.open .header__burger-btn span:nth-child(2) {
  opacity: 0;
}
.header.open .header__burger-btn span:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}
.active .header__burger span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.active .header__burger span:nth-child(2) {
  opacity: 0;
}
.active .header__burger span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
  width: 100%;
}
.header .dropdown__icon {
  width: 5px;
  height: 3px;
  transition: transform 0.25s ease;
}
.header .hidden-976 {
  display: none;
}

.yellow-btn {
  background-color: #F5C242;
  color: #212121;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 10px;
  font-family: Onest;
  font-size: 15px;
  font-weight: 600;
  line-height: 19.13px;
  border-radius: 50px;
  transition: background-color 0.25s ease;
}

.yellow-btn:hover {
  background-color: #ffb600;
}

.hero .swiper-slide {
  background-image: url(../img/hero-bg-2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 763px;
  padding-top: 30px;
  margin-bottom: 75px;
  border-radius: 0 0 24px 24px;
}
.hero__rent {
  display: block;
  font-family: Roboto Flex;
  font-size: 300px;
  font-weight: 800;
  line-height: 351.56px;
  letter-spacing: 0.09em;
  text-align: center;
  color: rgba(255, 255, 255, 0.1019607843);
  position: relative;
}
.hero__rent-2 {
  font-family: Onest;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.025em;
  text-align: left;
  color: #F5C242;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding-left: 26px;
  border-left: 1px solid #F5C242;
}
.hero__block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 453px;
  position: relative;
  z-index: 2;
}
.hero__block .title {
  font-family: Onest;
  font-size: 54px;
  font-weight: 600;
  line-height: 62px;
  text-align: left;
  color: #FFFFFF;
}
.hero__block span {
  font-family: Onest;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
}
.hero__btn {
  justify-content: center;
  max-width: 188px;
}
.hero__icon {
  width: 15px;
  height: 10px;
}
.hero__img {
  position: absolute;
  bottom: -45px;
  right: 0px;
}
.hero__img-2 {
  position: absolute;
  bottom: -96px;
  right: 0px;
}
.hero__img-3 {
  position: absolute;
  bottom: -56px;
  right: 0px;
}
.hero__swiper-btns {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  bottom: 100px;
  right: 48px;
  z-index: 20;
}
.hero-prev {
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5C242;
  transform: rotate(180deg);
  border-radius: 100%;
  cursor: pointer;
}
.hero__icon {
  width: 15px;
  height: 10px;
}
.hero-next {
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5C242;
  border-radius: 100%;
  cursor: pointer;
}
.hero__swiper-btns .swiper-button-disabled {
  background-color: rgba(255, 255, 255, 0.1019607843);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.hero__swiper-btns .swiper-button-disabled svg {
  fill: rgba(255, 255, 255, 0.3019607843);
}

.swiper-btns {
  display: flex;
  align-items: center;
  gap: 8px;
}
.swiper-btns svg {
  width: 15px;
  height: 10px;
}

.prev {
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5C242;
  transform: rotate(180deg);
  border-radius: 100%;
  cursor: pointer;
}
.prev svg {
  width: 15px;
  height: 10px;
}

.next {
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5C242;
  border-radius: 100%;
  cursor: pointer;
}
.next svg {
  width: 15px;
  height: 10px;
}

.trans-btns .next, .trans-btns .prev {
  background-color: #fff;
  border: 1px solid #EEEEEE;
  transition: border-color 0.25s ease;
}
.trans-btns .next:hover, .trans-btns .prev:hover {
  border-color: #212121;
}

.yellow-icon {
  width: 55px;
  height: 55px;
  background-color: #F5C242;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-top: 10px;
}
.yellow-icon svg {
  width: 28px;
  height: 28px;
  transform: rotate(-45deg);
}

.text-20-28 {
  font-family: Onest;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.025em;
  text-align: left;
  color: #212121;
}

.section-padding {
  padding: 50px 0;
}

.benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.benefits__card {
  border: 1px solid #EEEEEE;
  border-radius: 24px;
  padding: 32px;
  min-height: 261px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.benefits__card span {
  font-family: Onest;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.025em;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.benefits__card_big {
  grid-column: span 2;
  background-color: #2D2D2D;
  background-image: url(../img/exc.webp);
  background-repeat: no-repeat;
}
.benefits__card_big svg {
  display: block;
  margin: 0 auto;
  width: 61px;
  height: 61px;
}
.benefits__card_big span {
  display: block;
  max-width: 240px;
  color: #fff;
}

h2 {
  font-family: Onest;
  font-size: 48px;
  font-weight: 600;
  line-height: 62px;
  text-align: left;
  color: #212121;
}

p {
  font-family: Onest;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
}

.rent span {
  display: block;
  font-family: Onest;
  font-size: 15px;
  font-weight: 400;
  line-height: 110%;
  text-align: left;
  margin-bottom: 15px;
  color: #A1A5B1;
}
.rent__flex {
  display: flex;
  position: relative;
  min-height: 561px;
}
.rent__block {
  border: 1px solid #EEEEEE;
  border-left: unset;
  border-bottom: unset;
  border-radius: 0 28px 0 0;
  padding-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 46px;
  max-width: 60%;
  width: 100%;
  flex-shrink: 0;
  position: relative;
}
.rent__block h2 {
  max-width: 560px;
  position: relative;
  z-index: 2;
}
.rent__block p {
  max-width: 505px;
  position: relative;
  z-index: 2;
}
.rent__btn {
  max-width: 248px;
  justify-content: center;
}
.rent__block-2 {
  border: 1px solid #EEEEEE;
  border-right: unset;
  border-bottom: unset;
  border-left: unset;
  border-radius: 28px 0 0 0;
  padding-top: 56px;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 2;
  width: 100%;
}
.rent__block-2 strong {
  font-family: Onest;
  font-size: 27px;
  font-weight: 500;
  line-height: 110%;
  text-align: left;
  color: #F5C242;
}
.rent__block-2 strong span {
  font-family: Onest;
  font-size: 48px;
  font-weight: 500;
  line-height: 110%;
  text-align: left;
  color: #F5C242;
}
.rent__block-2 span {
  display: inline;
  margin-bottom: unset;
}
.rent__img {
  position: absolute;
  max-width: 900px;
  width: 100%;
  height: 600px;
  right: -81px;
  bottom: -95px;
}

.tab__swiper {
  margin-bottom: 40px;
  max-width: 99%;
  margin: 0 auto 40px;
}
.tab__swiper .swiper-slide {
  max-width: -moz-max-content;
  max-width: max-content;
}

.tab, .tab-2, .tab-3, .tab-4, .tab-5, .tab-6, .tab-7 {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.tab.active, .tab-2.active, .tab-3.active, .tab-4.active, .tab-5.active, .tab-6.active, .tab-7.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.tab__btn {
  font-family: Onest;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.13px;
  text-align: left;
  color: #4F4F4F;
  padding: 17px 36px;
  max-width: -moz-max-content;
  max-width: max-content;
  border: 1px solid #EBEBEB;
  border-radius: 50px;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.tab__btn.active {
  background-color: #2D2D2D;
  color: #fff;
}

.tab__btn:hover {
  border-color: #2D2D2D;
}

.category {
  max-width: 1737px;
  margin: 0 auto;
}
.category__bg {
  background-color: #F9F9F9;
  border-radius: 24px;
  padding: 80px 0;
}
.category__swiper {
  padding-left: 60px;
}
.category__swiper-btns .next {
  width: 55px;
  height: 55px;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.category__swiper-btns .prev {
  width: 55px;
  height: 55px;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: 0;
}
.category .swiper-button-disabled {
  display: none;
}
.category__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.category__card {
  background-color: #fff;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
}
.category__card strong {
  display: block;
  font-family: Onest;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.025em;
  text-align: left;
  background-color: #F5C242;
  color: #212121;
  border-radius: 52px;
  padding: 11px 14px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.category__card span:nth-child(3) {
  margin-top: auto;
}

.trust {
  padding-top: 73px;
  padding-bottom: 50px;
}
.trust__flex {
  display: flex;
  position: relative;
  min-height: 460px;
  margin-bottom: 82px;
}
.trust__block {
  border: 1px solid #EEEEEE;
  border-left: unset;
  border-bottom: unset;
  border-radius: 0 28px 0 0;
  max-width: 50%;
  width: 100%;
}
.trust__img {
  position: absolute;
  left: -180px;
}
.trust__block-2 {
  border: 1px solid #EEEEEE;
  border-right: unset;
  border-bottom: unset;
  border-radius: 28px 0 0 0;
  padding: 40px;
}
.trust__block-2 h2 {
  margin-bottom: 40px;
}
.trust__number {
  background-color: #F5C242;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  transform: rotate(45deg);
  margin: 10px 0 0 10px;
}
.trust__number strong {
  font-size: 30px;
  color: #212121;
  transform: rotate(-45deg);
}

.yellow-markers-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.yellow-markers-list li {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.yellow-markers-list li::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #F5C242;
  border-radius: 2px;
  transform: rotate(45deg);
}

.card__swiper {
  padding: 0 24px;
}
.card__swiper .swiper-slide {
  max-width: 289px;
}
.card__swiper .card__card {
  background-color: #fff;
  border: 1px solid #EEEEEE;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
  max-width: 235px;
  min-height: 235px;
}
.card__swiper .card__swiper-btns {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  width: 100%;
}
.card__swiper .card__swiper-btns .next {
  transform: translateX(-50%);
  margin-left: auto;
}
.card__swiper .card__swiper-btns .prev {
  transform: translateX(-50%) rotate(180deg);
}
.card__swiper .card__swiper-btns .swiper-button-disabled {
  display: none;
}

.banner {
  padding: 50px 0;
}
.banner__block {
  background-color: #2D2D2D;
  border-radius: 24px;
  padding: 55px;
  display: flex;
  gap: 20px;
}
.banner__icon {
  width: 67px;
  height: 45px;
  flex-shrink: 0;
}
.banner__texts {
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: #fff;
}
.banner__texts h2 {
  font-family: Onest;
  font-size: 34px;
  font-weight: 600;
  line-height: 42px;
  color: #fff;
}
.banner__texts p {
  color: rgba(255, 255, 255, 0.8);
}
.banner__btn {
  max-width: 274px;
}

.partners {
  padding: 50px 0;
}
.partners__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 46px;
}
.partners__swiper-btns {
  display: flex;
  align-items: center;
  gap: 8px;
}
.partners .swiper-slide {
  max-width: 301px;
}
.partners__card {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 301px;
  min-height: 187px;
  border: 1px solid #EEEEEE;
  border-radius: 24px;
}
.partners__icon {
  max-width: 192px;
  width: 100%;
  height: 34px;
}

.team {
  padding: 125px 0;
  background-color: #2D2D2D;
  border-radius: 24px;
}
.team__bg {
  background-image: url(../img/command.webp);
  background-repeat: no-repeat;
  background-position: center 146px;
  background-size: contain;
}
.team__flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 57px;
}
.team__flex h2 {
  color: #fff;
}
.team__flex p {
  max-width: 506px;
  color: rgba(255, 255, 255, 0.8);
}
.team__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 117px;
}
.team__card {
  max-width: 301px;
  min-height: 261px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.0392156863);
  border-radius: 24px;
  background-color: #2D2D2D;
}
.team__card span {
  color: #fff;
}
.team__card:nth-child(1) {
  grid-area: 1/1/2/2;
}
.team__card:nth-child(2) {
  grid-area: 1/4/2/5;
}
.team__card:nth-child(3) {
  grid-area: 2/3/3/4;
}
.team__card:nth-child(4) {
  grid-area: 2/4/3/5;
}
.team__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: #F5C242;
  transform: rotate(45deg);
  border-radius: 8px;
  margin: 10px 0 0 10px;
}
.team__icon svg {
  transform: rotate(-45deg);
  width: 28px;
  height: 28px;
}
.team-banner {
  max-width: 90%;
  width: 100%;
  background-color: #fff;
  border: 1px solid #EEEEEE;
  padding: 85px 20px;
  border-radius: 24px;
  margin: 0 auto;
}
.team-banner__flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.team-banner__block h2 {
  margin-bottom: 40px;
}
.team-banner__block h2 span {
  display: flex;
  align-items: center;
  gap: 20px;
}
.team-banner__block h2 i {
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5C242;
  border-radius: 100%;
}
.team-banner__block h2 i svg {
  width: 19px;
  height: 19px;
}
.team-banner__block p {
  max-width: 541px;
  color: rgba(0, 0, 0, 0.6);
}
.team-banner__block p span {
  text-decoration: underline;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 619px;
  width: 100%;
}
.form input {
  border: 1px solid #ECECEC;
  border-radius: 8px;
  height: 64px;
  padding-left: 24px;
}
.form input::-moz-placeholder {
  font-family: Onest;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000000;
}
.form input::placeholder {
  font-family: Onest;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000000;
}
.form textarea {
  border: 1px solid #ECECEC;
  border-radius: 8px;
  height: 115px;
  resize: none;
  padding-left: 24px;
  padding-top: 15px;
}
.form textarea::-moz-placeholder {
  font-family: Onest;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000000;
}
.form textarea::placeholder {
  font-family: Onest;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000000;
}

.form__flex {
  display: flex;
  align-items: center;
  gap: 40px;
}
.form__flex span {
  display: block;
  font-family: Onest;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  max-width: 283px;
}

.form__flex span a {
  text-decoration: underline;
}

.form__btn {
  max-width: 238px;
  width: 100%;
  white-space: nowrap;
  justify-content: center;
}

.contacts {
  position: relative;
  min-height: 593px;
}
.contacts__map {
  background-color: #F9F9F9;
  min-height: 593px;
}
.contacts__block {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100px;
  background-color: #2D2D2D;
  border-radius: 24px;
  padding: 40px;
}
.contacts__block h2 {
  color: #fff;
  margin-bottom: 25px;
}
.contacts__link {
  display: flex;
  gap: 16px;
  font-family: Onest;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.025em;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 16px;
  align-items: center;
  transition: color 0.25s ease;
}
.contacts__link svg {
  width: 16px;
  height: 16px;
  fill: #F5C242;
}
.contacts__link span {
  font-family: Onest;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  top: -5px;
}
.contacts__link:hover {
  color: #F5B81E;
}
.contacts__link_mb {
  margin-bottom: 25px;
}
.contacts__btn {
  width: 100%;
  justify-content: center;
}

.socials {
  display: flex;
  align-items: center;
  gap: 8px;
}
.socials a {
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EEEEEE;
  border-radius: 100%;
  transition: border-color 0.25s ease;
}
.socials a svg {
  width: 15px;
  height: 13px;
}
.socials a:hover {
  border-color: #212121;
}

.footer {
  padding: 50px 0 40px;
}
.footer__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 45px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 40px;
}
.footer .logo__icon {
  width: 268px;
  height: 60px;
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__socials a {
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EEEEEE;
  border-radius: 100%;
  transition: border-color 0.25s ease;
}
.footer__socials a svg {
  width: 15px;
  height: 13px;
}
.footer__socials a:hover {
  border-color: #212121;
}
.footer__flex-2 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
.footer__adress {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer__block {
  max-width: 344px;
}
.footer__block span {
  display: block;
  font-family: Onest;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.025em;
  text-align: left;
  margin-bottom: 16px;
}
.footer__block p {
  color: rgba(0, 0, 0, 0.6);
}
.footer__nav span {
  font-family: Onest;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.025em;
  text-align: left;
  display: block;
  margin-bottom: 16px;
}
.footer__nav ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__nav ul a {
  font-family: Onest;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  gap: 6px;
  transition: color 0.25s ease;
}
.footer__nav ul a span {
  font-family: Onest;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #F5C242;
  margin-bottom: unset;
}
.footer__nav ul a:hover {
  color: #F5B81E;
}
.footer__contacts a[href^="tel:"] {
  font-family: Onest;
  font-size: 39px;
  font-weight: 600;
  line-height: 110%;
  text-align: right;
  white-space: nowrap;
  margin-bottom: 16px;
  transition: color 0.25s ease;
}
.footer__contacts a[href^="tel:"]:hover {
  color: #F5B81E;
}
.footer__contacts a[href^="mailto:"] {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Onest;
  font-size: 15px;
  font-weight: 400;
  line-height: 62px;
  text-align: left;
  color: #7C7C7C;
  justify-content: end;
  transition: color 0.25s ease;
}
.footer__contacts a[href^="mailto:"] svg {
  width: 17px;
  height: 13px;
}
.footer__contacts a[href^="mailto:"]:hover {
  color: #F5B81E;
}
.footer__btn {
  max-width: 224px;
  margin-left: auto;
}
.footer__acc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Onest;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.025em;
  text-align: left;
  padding: 15px 0 20px;
  border-top: 1px solid #EEEEEE;
  cursor: pointer;
}
.footer__acc:last-child {
  margin-bottom: 40px;
}
.footer .acc__icon {
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EEEEEE;
  border-radius: 100%;
  flex-shrink: 0;
}
.footer .acc__icon svg {
  width: 11px;
  height: 7px;
}
.footer__flex-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  margin-top: 40px;
}
.footer__flex-3 span {
  font-family: Onest;
  font-size: 15px;
  font-weight: 400;
  line-height: 110%;
  text-align: left;
  color: #7C7C7C;
}
.footer__flex-3 a {
  font-family: Onest;
  font-size: 15px;
  font-weight: 400;
  line-height: 110%;
  text-align: left;
  color: #F5B81E;
  text-decoration: underline;
}
.footer__text {
  font-family: Onest;
  font-size: 15px;
  font-weight: 400;
  line-height: 110%;
  text-align: left;
  color: #7C7C7C;
}
.footer .content-2 {
  border-bottom: 1px solid #eee;
}

.content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease;
}
.content p {
  margin-bottom: 12px;
}

.rotate {
  transform: rotate(180deg);
}

.content.open {
  grid-template-rows: 1fr;
}

.acc svg {
  transition: transform 0.3s ease;
}

.text-wrapper {
  min-height: 0;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  z-index: 9;
  display: none;
}

.overlay.active {
  display: block;
}

.modal {
  border: unset;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: unset;
  padding: unset;
  z-index: 10;
}
.modal__body {
  position: relative;
  padding: 16px;
}
.modal__btn {
  position: absolute;
  top: 5px;
  right: -27px;
  font-size: 24px;
  line-height: 100%;
  transform: translate(-100%, -100%);
  color: #fff;
}

.overflow {
  overflow: auto;
}

.overflow::-webkit-scrollbar {
  display: none;
}

.bread-crumbs {
  padding-top: 32px;
  margin-bottom: 48px;
}
.bread-crumbs .bread-crumbs__flex {
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Onest;
  font-size: 15px;
  font-weight: 400;
  line-height: 110%;
  text-align: left;
  color: #7C7C7C;
  transition: color 0.25s ease;
  white-space: nowrap;
}
.bread-crumbs .active {
  color: #F8B306;
}

.product {
  padding-bottom: 55px;
}
.product__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.product__img {
  max-width: 568px;
  width: 100%;
  border-radius: 16px;
}
.product__block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product__block .product__indicator {
  font-family: Onest;
  font-size: 15px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.015em;
  text-align: left;
  color: #7C7C7C;
  display: flex;
  align-items: center;
  gap: 8px;
}
.product__block .product__indicator::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #30AA29;
}
.product__block h1 {
  font-family: Onest;
  font-size: 48px;
  font-weight: 600;
  line-height: 110%;
  text-align: left;
}
.product__block-2 {
  display: flex;
  align-items: center;
  gap: 25px;
}
.product__block-2 .product__price {
  font-family: Onest;
  font-size: 20px;
  font-weight: 600;
  line-height: 42px;
  text-align: left;
  color: #7C7C7C;
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 8px;
}
.product__block-2 .product__price strong {
  font-family: Onest;
  font-size: 34px;
  font-weight: 600;
  line-height: 42px;
  text-align: left;
  color: #212121;
  white-space: nowrap;
}
.product__block-2 .product__price svg {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  position: relative;
  top: 3px;
}
.product__block-2 span {
  font-family: Onest;
  font-size: 15px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.015em;
  text-align: left;
  color: #7C7C7C;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}
.product__block-2 span span {
  font-family: Onest;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.015em;
  text-align: left;
  color: #212121;
}
.product__block-3 span {
  display: block;
  margin-bottom: 24px;
}
.product__block-3 ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.product__block-3 ul li {
  display: flex;
  justify-content: space-between;
}
.product__block-3 ul span:nth-child(1) {
  font-family: Onest;
  font-size: 15px;
  font-weight: 400;
  line-height: 110%;
  text-align: left;
  color: #7C7C7C;
  margin-bottom: unset;
}
.product__block-3 ul span:nth-child(2) {
  font-family: Onest;
  font-size: 15px;
  font-weight: 400;
  line-height: 110%;
  text-align: left;
  color: #212121;
  margin-bottom: unset;
}
.product__block-3 .hidden {
  display: none;
}
.product__block-3 .open .hidden {
  display: flex;
}
.product__block-3 button {
  font-family: Onest;
  font-size: 15px;
  font-weight: 400;
  line-height: 110%;
  text-align: left;
  color: #F8B306;
  text-decoration: underline;
}
.product__block-4 {
  display: flex;
  align-items: center;
  gap: 16px;
}
.product__block-4 .product__btn {
  max-width: 239px;
  width: 100%;
  justify-content: center;
}
.product__block-4 .product__btn-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: Onest;
  font-size: 15px;
  font-weight: 600;
  line-height: 19.13px;
  text-align: left;
  color: #212121;
  padding: 20px 10px;
  max-width: 239px;
  width: 100%;
  border: 1px solid #EEEEEE;
  border-radius: 50px;
}
.product__block-4 .product__btn-2 svg {
  width: 15px;
  height: 15px;
}

.about {
  padding-bottom: 110px;
}
.about__bg {
  padding: 80px 0;
  border: 1px solid #EEEEEE;
  border-radius: 24px;
  max-width: 90%;
  margin: 0 auto;
}
.about__flex {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.about__flex h2 {
  font-size: 38px;
  margin-bottom: 32px;
}
.about__flex .yellow-markers-list {
  margin-bottom: 32px;
}
.about__relative {
  position: relative;
  margin-top: 30px;
}
.about .card__swiper-btns {
  position: absolute;
  width: calc(100% + 50px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.about .card__swiper {
  padding: unset;
  max-width: 1280px;
}
.about .card__swiper span {
  font-family: Onest;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  display: block;
}
.about .card__swiper .card__card {
  max-width: 301px;
}
.about .card__swiper .swiper-slide {
  max-width: 301px;
}
.about .swiper-button-disabled {
  display: none;
}
.about .card__swiper-btns .next {
  margin-left: auto;
}

.consult {
  padding-bottom: 110px;
}
.consult h2 {
  margin-bottom: 32px;
}
.consult p {
  max-width: 612px;
  margin-bottom: 44px;
}
.consult__relative {
  position: relative;
}
.consult__card {
  padding: 32px;
  border: 1px solid #EEEEEE;
  border-radius: 24px;
  display: flex;
  gap: 32px;
}
.consult__img {
  border-radius: 100%;
  aspect-ratio: 1/1;
  max-width: 171px;
  height: 171px;
}
.consult__texts span {
  display: block;
  font-family: Onest;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #7C7C7C;
  margin-bottom: 12px;
}
.consult__texts a[href^="tel:"] {
  display: block;
  font-family: Onest;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.025em;
  text-align: left;
  color: #212121;
  margin-bottom: 12px;
}
.consult__texts a[href^="mailto:"] {
  display: block;
  font-family: Onest;
  font-size: 15px;
  font-weight: 400;
  line-height: 110%;
  text-align: left;
  color: #7C7C7C;
  margin-bottom: 20px;
}
.consult__texts .socials a[href^="tel:"] {
  margin-bottom: unset;
  display: flex;
}
.consult__btn {
  max-width: 212px;
  width: 100%;
  padding: 18px 10px;
  justify-content: center;
}
.consult__btn svg {
  width: 13px;
  height: 13px;
}
.consult__swiper-btns .swiper-button-disabled {
  display: none;
}
.consult__swiper-btns .next {
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  z-index: 2;
}
.consult__swiper-btns .prev {
  position: absolute;
  left: -25px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.within {
  padding-bottom: 110px;
}
.within__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.within .trans-btns {
  display: flex;
  align-items: center;
  gap: 8px;
}
.within .swiper-slide {
  max-width: 301px;
}
.within__card {
  max-width: 301px;
  border: 1px solid #EEEEEE;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px
}
.within__texts {
  padding: 28px 32px 10px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.within__texts h3 {
  font-family: Onest;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.025em;
  text-align: left;
}
.within__card span {
  font-family: Onest;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.025em;
  padding: 10px 32px;
  display: block;
  margin-top: auto;
}
.within__texts ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.within__texts ul span {
  display: block;
  margin-bottom: 8px;
  font-family: Onest;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  text-align: left;
  color: #7C7C7C;
}
.within__texts ul strong {
  font-family: Onest;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  text-align: left;
  color: #212121;
}
.within__img {
  border-radius: 24px;
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.within__btn:disabled {
  width: 100%;
  max-width: 217px;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #EEEEEE;
  color: rgba(33, 33, 33, 0.6);
}
.within__btn {
  background-color: #F5B81E;
  color: #212121;
  justify-content: center;
  margin: 10px 32px 30px;
}

.callback .team-banner__block h2 {
  max-width: 563px;
}
.callback .team-banner__block h2 span {
  color: #F5B81E;
}
.callback .team-banner__block h2 i {
  display: inline-flex;
  position: relative;
  top: -5px;
}/*# sourceMappingURL=style.css.map */

.text-content p {
  margin: 5px 0;
}

.text-content h2 {
  font-size: 30px;
  margin: 15px 0;
}

.text-content h3 {
  font-size: 25px;
  margin: 15px 0;
}

.text-content h4 {
  font-size: 20px;
  margin: 15px 0;
}

.text-content li {
  list-style-type: unset;
}

.text-content ul {
  list-style: disc;
}

.text-content ol,  .text-content ul {
  padding-left: 25px;
  color: rgba(0, 0, 0, 0.6);
}

.category .subcategories{
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 20px;
  margin-bottom: 40px;
}

.category .product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 20px;
  margin-bottom: 40px;
}

.category .product-list .within__card {
  max-width: 100%;
  width: 100%;
}

.category h1 {
  font-size: 3em;
    text-align: center;
    margin: 30px 0;
}

.category .subcategories a{
  display: flex;
  gap: 20px;
  flex-direction: column;
  border: 1px solid #7C7C7C;
  border-radius: 20px;
  padding: 20px 40px 40px;
}

.category .subcategory img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.category .subcategory .title {
  font-weight: 700;
  font-size: 20px;
}

.category .wp-block-separator {
  border-top: 1px solid #EEEEEE;
  margin: 40px 0;
}

p.block-contact {
  font-size: 40px;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 40px 0;
}

.block-contact strong{
  text-transform: none;
}