@font-face {
  font-family: 'PT Root UI';
  src: url("../fonts/PTRootUI-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PT Root UI';
  src: url("../fonts/PTRootUI-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PT Root UI';
  src: url("../fonts/PTRootUI-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue Cyrillic';
  src: url("../fonts/BebasNeueCyrillic.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --main-font: 'PT Root UI', sans-serif;
  --bebas-font: 'Bebas Neue Cyrillic', sans-serif;
  --onest-font: 'Onest', sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 360px;
  background: #fff;
  color: #000;
  font-family: var(--main-font);
}

main {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

ul {
  list-style-type: none;
}

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

a:focus {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select,
label {
  font-family: var(--main-font);
  border: none;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  max-width: 1670px;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  padding-top: 24px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.header__block {
  display: flex;
  align-items: center;
  gap: 21px;
}

.header__left {
  display: flex;
  align-items: center;
  gap: 55px;
  margin-right: auto;
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header__text {
  padding-left: 32px;
  position: relative;
  max-width: 150px;
  width: 100%;
}

.header__text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 4px);
  background-color: rgba(0, 0, 0, 0.07);
}

.header__inner {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.5;
}

.header__middle {
  display: flex;
  gap: 62px;
}

.header__pill {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header__label {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.5;
  margin-bottom: 10px;
}

.header__value {
  font-weight: 500;
  font-size: 22px;
  line-height: 136%;
  letter-spacing: -0.01em;
  color: #000;
  margin-bottom: 0;
}

.header__last {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header__call {
  display: flex;
  align-items: center;
  gap: 60px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
  padding: 18px 28px 17px;
  background: #12358f;
  border-radius: 51px;
}

.header__socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-top: 26px;
}

.header__point {
  padding-bottom: 24px;
}

.header__link {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.02em;
  color: #121212;
}

.hero {
  position: relative;
  margin-bottom: 170px;
}

.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__bg {
  background: rgba(0, 0, 0, 0.29);
  padding: 179px 0 46px;
  position: relative;
  z-index: 10;
}

.hero__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 90px;
  line-height: 100%;
  letter-spacing: 0em;
  color: #fff;
  margin-bottom: 48px;
}

.hero__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #fff;
  opacity: 0.8;
  margin-bottom: 48px;
}

.hero__align {
  margin-bottom: 134px;
}

.hero__link {
  display: flex;
  width: fit-content;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
  align-items: center;
  gap: 20px;
  padding: 18px 19px 18px 28px;
  background: #12358f;
  border-radius: 51px;
}

.hero__bottom {
  padding-right: 76px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hero__point {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hero__label {
  font-weight: 500;
  font-size: 22px;
  line-height: 136%;
  letter-spacing: -0.01em;
  color: #fff;
}

.overpay {
  margin-bottom: 170px;
}

.overpay__top {
  display: grid;
  grid-template-columns: 1fr 490px;
  gap: 117px;
  padding-right: 26px;
  margin-bottom: 64px;
}

.overpay__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 113%;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 0;
}

.overpay__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.8;
  margin-bottom: 0;
}

.overpay__block {
  /* display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px; */
}

.overpay__item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 36px 32px 29px 31px;
  height: auto;
}

.overpay__icon {
  margin-bottom: 84px;
}

.overpay__caption {
  font-weight: 500;
  font-size: 22px;
  line-height: 136%;
  letter-spacing: -0.01em;
  color: #000;
  margin-bottom: 8px;
}

.overpay__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.02em;
  color: #000;
  max-width: 261px;
  opacity: 0.76;
  margin-bottom: 0;
}

.price {
  margin-bottom: 170px;
}

.price__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 113%;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 64px;
}

.price__global {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 40px;
  align-items: start;
}

.price__aside {
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.price__tab {
  display: block;
  padding: 15px 54px 15px 31px;
  font-weight: 500;
  font-size: 22px;
  line-height: 145%;
  letter-spacing: -0.01em;
  color: #000;
  transition: 0.3s;
  background: url(../img/icons/price-arrow.svg) no-repeat;
  background-position: calc(100% - 32px) center;
}

.price__tab.active {
  background-color: #f5f6fc;
}

.price__table {
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.price__head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 152px;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 24px 43px 24px 31px;
}

.price__label {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.5;
}

.price__block {
  padding: 24px 43px 24px 31px;
}

.price__table:not(:has(.price__label:nth-child(5))) .price__head {
  grid-template-columns: 1fr 1fr 1fr 152px;
}

.price__table:not(:has(.price__pp:nth-child(5))) .price__item {
  grid-template-columns: 1fr 1fr 1fr 152px;
}

.price__item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 152px;
  align-items: center;
  gap: 32px;
}

.price__item+.price__item {
  margin-top: 16px;
}

.price__first {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.02em;
  color: #12358f;
  width: fit-content;
  border-bottom: 1px dotted #12358f;
}

.price__second {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.02em;
  color: #121212;
}

.price__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 41px;
  padding: 10px 17px 10px 18px;
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.02em;
  color: #12358f;
  border-radius: 41px;
  transition: 0.3s;
}

.price__button:hover {
  color: #fff;
  background: #12358f;
}

.price__button.active {
  color: #fff;
  background: #12358f;
}

.price__arrow {
  transition: 0.3s;
}

.price__button:hover .price__arrow {
  filter: brightness(20);
}

.price__button.active .price__arrow {
  filter: brightness(20);
}

.cost {
  position: relative;
  background: url(../img/cost-bg.webp) no-repeat center / cover;
  margin-bottom: 170px;
}

.cost__bg {
  position: relative;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4) url(../img/cost-decor.svg) no-repeat center / cover;
  padding-top: 134px;
}

.cost__global {
  display: grid;
  grid-template-columns: 1fr 659px;
  gap: 30px;
}

.cost__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 113%;
  letter-spacing: 0em;
  color: #fff;
  max-width: 658px;
  margin-bottom: 48px;
}

.cost__subtitle {
  font-weight: 500;
  font-size: 16px;
  max-width: 448px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 0;
}

.cost__right {
  background: #fff;
  padding: 64px 59px 62px 57px;
}

.main-form__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.main-form__item.long {
  grid-column: span 2;
}

.main-form__label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.5;
  margin-bottom: 16px;
}

.main-form__input {
  display: block;
  width: 100%;
  background: #f5f6fc;
  padding: 24px 28px 23px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #000;
}

.main-form__select {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #000;
  padding: 24px 28px 23px;
  display: block;
  width: 100%;
  appearance: none;
  cursor: pointer;
  background: #f5f6fc url(../img/icons/main-form-dropdown.svg) no-repeat;
  background-position: calc(100% - 16px) center;
}

.main-form__checks {
  margin: 32px 0;

}

.main-form__checks p {
  display: flex;
  align-items: center;
  gap: 35px;
}

.main-form__check {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  position: relative;
  padding-left: 32px;
}

.main-form__check:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.main-form__check:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  opacity: 0;
  transition: 0.3s;
  background: url(../img/icons/main-form-ok.svg) no-repeat center / cover;
}

.main-form__check:has(input:checked):after {
  opacity: 1;
}

.main-form__check input {
  display: none;
}

.main-form__submit {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 18px 22px 18px 28px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
  background: #12358f;
  border-radius: 51px;
  margin-bottom: 32px;
}

.main-form__privacy {
  display: block;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  max-width: 492px;
  position: relative;
  padding-left: 32px;
}

.main-form__privacy:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.main-form__privacy:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  width: 14px;
  height: 14px;
  opacity: 0;
  transition: 0.3s;
  background: url(../img/icons/main-form-ok.svg) no-repeat center / cover;
}

.main-form__privacy:has(input:checked):after {
  opacity: 1;
}

.main-form__privacy input {
  display: none;
}

.main-form__link {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #12358f;
}

.main-form__inner {
  opacity: 0.8;
}

.dev {
  margin-bottom: 170px;
}

.dev__top {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 660px;
  gap: 195px;
  margin-bottom: 64px;
}

.dev__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 113%;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 64px;
}

.dev__wrapper {
  max-width: 600px;
  margin-bottom: 64px;
}

.dev__text+.dev__text {
  margin-top: 32px;
}

.dev__text {
  text-align: justify;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.8;
  margin-bottom: 0;
}

.dev__align {
  display: flex;
}

.dev__button {
  display: flex;
  align-items: center;
  gap: 34px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
  padding: 18px 16px 18px 28px;
  background: #12358f;
  border-radius: 51px;
}

.dev__arrows {
  position: absolute;
  z-index: 10;
  display: flex;
  right: 40px;
  bottom: 40px;
  align-items: center;
  gap: 8px;
}

.dev__right {
  position: relative;
}

.dev__arrow {
  background: none;
  padding: 0;
}

.dev__bottom {
  padding: 36px 36px 25px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background-image: repeating-linear-gradient(134deg,
      rgba(0, 0, 0, 0.07),
      rgba(0, 0, 0, 0.07) 1px,
      /* толщина линии */
      transparent 2px,
      /* создаём зазор после линии */
      transparent 5px
      /* расстояние до следующей линии */
    );
  background-repeat: repeat;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 59px;
}

.dev__up {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  -webkit-text-stroke: 1px #12358f;
  opacity: 0.8;
  margin-bottom: 10px;
}

.dev__big {
  font-size: 60px;
  letter-spacing: -0.03em;
}

.dev__down {
  font-weight: 500;
  font-size: 22px;
  line-height: 145%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #000;
  margin-bottom: 0;
}

.delivery {
  margin-bottom: 170px;
}

.delivery__top {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 494px;
  gap: 181px;
  z-index: 10;
  margin-bottom: 149px;
}

.delivery__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 113%;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}

.delivery__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  letter-spacing: -0.02em;
  color: #000;
  padding-right: 82px;
  opacity: 0.8;
  position: relative;
  z-index: 10;
}

.delivery__image {
  position: absolute;
  top: 47px;
  right: 237px;
}

.delivery__wrapper {
  max-width: 293px;
  position: relative;
  z-index: 10;
}

.delivery__caption {
  width: fit-content;
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.02em;
  border-bottom: 1px dotted #12358f;
  color: #12358f;
  margin-bottom: 24px;
}

.delivery__address {
  font-weight: 500;
  font-size: 22px;
  line-height: 109%;
  letter-spacing: -0.01em;
  color: #000;
  margin-bottom: 171px;
}

.delivery__block {
  position: relative;
  z-index: 10;
  margin-bottom: 85px;
}

.delivery__list {
  column-count: 4;
  column-gap: 125px;
  max-height: 351px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-bottom: 0;
}

.delivery__list.full {
  max-height: none;
}

.delivery__point {
  break-inside: avoid;
  display: block;
  max-width: 100%;
  padding-left: 32px;
  font-weight: 500;
  font-size: 22px;
  line-height: 109%;
  letter-spacing: -0.01em;
  color: #000;
  position: relative;
  margin-bottom: 16px;
}

.delivery__point:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/icons/delivery-ok.svg) no-repeat center / cover;
}

.delivery__all {
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
  padding: 18px 24px 18px 28px;
  background: #12358f;
  border-radius: 51px;
  margin-top: 36px;
}

.price__content {
  display: none;
}

.price__content.active {
  display: block;
}

.delivery__bottom {
  padding: 26px 37px 25px 36px;
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 348px));
  justify-content: space-between;
  gap: 30px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background-image: repeating-linear-gradient(134deg,
      rgba(0, 0, 0, 0.07),
      rgba(0, 0, 0, 0.07) 1px,
      /* толщина линии */
      transparent 2px,
      /* создаём зазор после линии */
      transparent 5px
      /* расстояние до следующей линии */
    );
  background-repeat: repeat;
}

.delivery__pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.delivery__value {
  font-weight: 500;
  font-size: 22px;
  line-height: 145%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #000;
}

.order {
  margin-bottom: 170px;
  position: relative;
}

.order__bg {
  padding: 144px 0 46px;
  position: relative;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3) url(../img/order-decor.svg) no-repeat center / cover;
}

.order__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 64px;
  line-height: 120%;
  letter-spacing: 0em;
  color: #fff;
  margin-bottom: 48px;
}

.order__align {
  display: flex;
  margin-bottom: 174px;
}

.order__link {
  display: flex;
  width: fit-content;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
  align-items: center;
  gap: 34px;
  padding: 18px 19px 18px 28px;
  background: #12358f;
  border-radius: 51px;
}

.types {
  margin-bottom: 170px;
}

.types__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 113%;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 10px;
}

.types__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: rgb(0, 0, 0, 0.8);
  margin-bottom: 64px;
}

.types__light {
  line-height: 138%;
  color: #12358f;
  border-bottom: 1px dotted #12358f;
}

.types__slider .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 0;
}

.main-pagination {
  display: none;
}

.types__item {
  padding: 21px 22px 35px;
  min-height: 340px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.types__image {
  width: 100%;
  margin-bottom: 23px;
}

.types__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.types__caption {
  display: block;
  font-weight: 500;
  font-size: 22px;
  line-height: 109%;
  letter-spacing: -0.01em;
  color: #000;
  margin-bottom: 8px;
}

.types__type {
  display: block;
  width: fit-content;
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.02em;
  border-bottom: 1px dotted #12358f;
  color: #12358f;
}

.types__empty {
  border: 1px solid rgba(0, 0, 0, 0.07);
  background-image: repeating-linear-gradient(134deg, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.07) 1px,
      transparent 2px,
      transparent 5px);
  background-repeat: repeat;
}

.lab {
  background: url(../img/lab-decor.svg) no-repeat center / contain;
  padding-bottom: 170px;
}

.lab__title {
  font-family: var(--bebas-font);
  max-width: 750px;
  font-weight: 400;
  font-size: 80px;
  line-height: 113%;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 49px;
}

.lab__block {
  display: grid;
  grid-template-columns: 490px auto 280px;
  gap: 66px;
  align-items: start;
}

.lab__text {
  font-weight: 500;
  font-size: 16px;
  opacity: 0.8;
  line-height: 150%;
  text-align: justify;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 0;
}

.lab__text+.lab__text {
  margin-top: 32px;
}

.lab__wrapper {
  margin-bottom: 69px;
}

.lab__align {
  display: flex;
}

.lab__link {
  display: flex;
  width: fit-content;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
  align-items: center;
  gap: 34px;
  padding: 18px 19px 18px 28px;
  background: #12358f;
  border-radius: 51px;
}

.lab__more {
  display: block;
  width: fit-content;
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.02em;
  color: #12358f;
  border-bottom: 1px dotted #12358f;
  margin-bottom: 24px;
}

.lab__features {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding-top: 32px;
}

.lab__feature+.lab__feature {
  margin-top: 24px;
}

.lab__top {
  color: #fff;
  -webkit-text-stroke: 1px #12358f;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}

.lab__bottom {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.8;
}

.delsec {
  background: #12358f url(../img/delsec-bg.svg) no-repeat bottom / contain;
  padding: 108px 0;
  margin-bottom: 170px;
}

.delsec__top {
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 30px;
  margin-bottom: 80px;
}

.delsec__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 113%;
  letter-spacing: 0em;
  color: #fff;
  margin-bottom: 0;
}

.delsec__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 16px;
}

.delsec__arrows {
  display: flex;
  align-items: center;
  gap: 9px;
}

.delsec__arrow {
  padding: 0;
  background: none;
}

.delsec__slider {
  margin-bottom: 48px;
}

.delsec__item {
  background: #fff;
  padding: 32px 32px 29px;
}

.delsec__image {
  width: 100%;
  margin-bottom: 32px;
}

.delsec__caption {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  letter-spacing: -0.01em;
  color: #000;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
}

.delsec__chars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.delsec__label {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.5;
  margin-bottom: 8px;
}

.delsec__value {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.02em;
  color: #12358f;
  width: fit-content;
  border-bottom: 1px dotted #12358f;
  margin-bottom: 0;
}

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

.delsec__pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.delsec__info {
  font-weight: 500;
  font-size: 22px;
  line-height: 145%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  border-bottom: 1px dotted #fff;
  text-decoration: dotted;
}

.garant {
  margin-bottom: 170px;
}

.garant__toppo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 213px;
  padding-right: 172px;
  margin-bottom: 80px;
}

.garant__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 113%;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 0;
}

.garant__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 16px;
}

.garant__arrows {
  display: flex;
  align-items: center;
  gap: 9px;
}

.garant__arrow {
  background: none;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 51px;
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  transition: 0.3s;
}

.garant__arrow svg {
  transition: 0.3s;
}

.garant__arrow svg path {
  transition: 0.3s;
}

.garant__arrow[disabled] svg path {
  fill: #99a2ad;
}

.garant__item {
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 21px 23px 24px;
}

.garant__top {
  padding: 25px 25px 0;
  background: rgba(59, 81, 194, 0.03);
  margin-bottom: 25px;
}

.garant__image {
  width: 100%;
}

.garant__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.garant__name {
  display: block;
  font-weight: 500;
  font-size: 22px;
  line-height: 109%;
  letter-spacing: -0.01em;
  color: #000;
  margin-bottom: 8px;
}

.garant__size {
  display: block;
  width: fit-content;
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.02em;
  color: #12358f;
  border-bottom: 1px dotted #12358f;
}

.team {
  margin-bottom: 170px;
}

.team__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding-right: 32px;
  margin-bottom: 80px;
}

.team__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 113%;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 0;
}

.team__button {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  gap: 58px;
  padding: 24px 30px 23px 28px;
  background: #12358f;
  border-radius: 51px;
  flex-shrink: 0;
}

.team__image {
  width: 100%;
  border-radius: 100%;
  margin-bottom: 32px;
}

.team__name {
  font-weight: 500;
  font-size: 22px;
  line-height: 145%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #000;
  margin-bottom: 8px;
}

.team__post {
  width: fit-content;
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #12358f;
  border-bottom: 1px dotted #12358f;
  margin: 0 auto;
}

.delsec__slider.second .delsec__item {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.objects {
  margin-bottom: 170px;
}

.objects__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 80px;
}

.delsec__slider.second {
  margin-bottom: 0;
}

.objects__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 113%;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 0;
}

.objects__arrows {
  display: flex;
  align-items: center;
  gap: 9px;
}

.cost.second {
  position: relative;
  /* background-image: url(../img/cost-bg-2.webp); */
  margin-bottom: 0;
}

.cost.third {
  /* background-image: url(../img/cost-bg-3.webp); */
  margin-bottom: 0;
}

.cost.fourth {
  /* background-image: url(../img/cost-bg-4.webp); */
}

.cost.second .cost__title {
  max-width: 675px;
}

.cost.third .cost__title {
  max-width: 675px;
}

.cost__features {
  display: flex;
  align-items: center;
  gap: 93px;
  flex-wrap: wrap;
}

.footer {
  padding: 117px 0;
  background: #12358f;
}

.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 105px;
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 28px;
}

.footer__main {
  max-width: 838px;
  width: 100%;
}

.footer__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px 20px;
  flex-wrap: wrap;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 48px;
}

.footer__link {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
}

.footer__second {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 48px;
}

.footer__phone {
  display: block;
  font-weight: 500;
  font-size: 28px;
  line-height: 114%;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 16px;
}

.footer__address {
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 0;
}

.footer__order {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  padding: 18px 79px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 51px;
}

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

.footer__mail {
  padding-left: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.02em;
  color: #fff;
  background: url(../img/icons/footer-mail.svg) no-repeat;
  background-position: left center;

}

.footer__socials {
  display: flex;
  align-items: center;
  gap: 9px;
}

.footer__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.footer__info {
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 34px;
}

.footer__date {
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.03em;
  color: #fff;
  opacity: 0.6;
  margin-bottom: 0;
}

.footer__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  max-width: 838px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 34px;
}

.footer__policy {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
}

.footer__dev {
  display: flex;
  align-items: center;
  gap: 26px;
}

.footer__label {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
}

.menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 30;
  background: #fff;
  padding: 43px 141px 67px;
}

.menu__global {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 41px;
}

.menu__point+.menu__point {
  margin-top: 8px;
}

.menu__point {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.02em;
  color: rgb(0, 0, 0, 0.76);
  opacity: 0.76;
  position: relative;
}

.menu__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 41px;
}

.menu__caption {
  font-weight: 500;
  font-size: 22px;
  line-height: 136%;
  letter-spacing: -0.01em;
  color: #000;
  margin-bottom: 16px;
  position: relative;
}

.menu__point:before {
  content: '';
  position: absolute;
  right: 100px;
  top: 50%;
  width: 17px;
  transition: 0.3s;
  height: 9px;
  background: url(../img/icons/menu-arrow.svg) no-repeat center / cover;
  transform: translateY(-50%);
}

.menu__point:hover {
  color: #12358f;
}

.menu__point:hover:before {
  background-image: url(../img/icons/menu-arrow-active.svg);
}

.menu__caption:has(a) {
  margin-bottom: 0;
  transition: 0.3s;
}

.menu__caption:has(a)+.menu__caption {
  margin-top: 16px;
}

.menu__caption:has(a):before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 17px;
  height: 9px;
  transition: 0.3s;
  background: url(../img/icons/menu-arrow.svg) no-repeat center / cover;
  transform: translateY(-50%);
}

.menu__caption:has(a):hover {
  color: #12358f;
}

.menu__caption:has(a):hover:before {
  background-image: url(../img/icons/menu-arrow-active.svg);
}

.menu__item+.menu__item {
  margin-top: 52px;
}

.intro {
  padding-top: 65px;
  margin-bottom: 170px;
}

.intro__block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 56px;
}

.intro__left {
  max-width: 700px;
  width: 100%;
}

.breadcrumbs {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
}

.breadcrumbs__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #12358f;
}

.breadcrumbs__last {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.5;
}

.intro__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 90px;
  line-height: 100%;
  letter-spacing: 0em;
  color: #121212;
  margin-top: 98px;
  margin-bottom: 40px;
}

.intro__text {
  max-width: 662px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 40px;
}

.intro__align {
  display: flex;
}

.intro__link {
  display: flex;
  width: fit-content;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
  align-items: center;
  gap: 20px;
  padding: 18px 19px 18px 28px;
  background: #12358f;
  border-radius: 51px;
}

.dev__bottom.second {
  background: none;
}

.why {
  margin-bottom: 170px;
}

.why__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 113%;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 64px;
}

.price__slide {
  display: none;
}

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

.why__item {
  padding: 36px 32px 36px 31px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.why__icon {
  margin-bottom: 84px;
}

.def__more {
  display: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #12358f;
  width: 100%;
  margin-top: 24px;
  padding: 22px 15px 21px;
  border: 1px solid #eee;
  border-radius: 51px;
}

.why__text {
  font-weight: 500;
  font-size: 22px;
  line-height: 136%;
  letter-spacing: -0.01em;
  color: #000;
  margin-bottom: 0;
}

.own {
  margin-bottom: 170px;
}

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

.own__wrapper {
  max-width: 747px;
  width: 100%;
}

.own__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 113%;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 64px;
}

.own__lat {
  margin-bottom: 32px;
}

.own__text+.own__text {
  margin-top: 32px;
}

.own__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.8;
  margin-bottom: 0;
}

.owl__point+.owl__point {
  margin-top: 8px;
}

.owl__point {
  position: relative;
  padding-left: 26px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.8);
}

.owl__point:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/icons/delivery-ok.svg) no-repeat center / cover;
}

.owl__grid {
  margin-bottom: 64px;
}

.owl__align {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
}

.owl__link {
  display: flex;
  width: fit-content;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
  align-items: center;
  gap: 20px;
  padding: 18px 19px 18px 28px;
  background: #12358f;
  border-radius: 51px;
}

.owl__time {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.5);
  padding: 22px 26px 22px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 51px;
}

.info {
  margin-bottom: 170px;
}

.info__block+.info__block {
  margin-top: 120px;
}

.info__block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.info__wrapper {
  max-width: 736px;
  width: 100%;
}

.info__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 24px;
}

.info__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.8;
  margin-bottom: 24px;
}

.info__point+.info__point {
  margin-top: 8px;
}

.info__point {
  position: relative;
  padding-left: 26px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.8);
}

.info__point:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/icons/delivery-ok.svg) no-repeat center / cover;
}

.info__caption {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 16px;
}

.info__bottom {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.8;
  margin: 24px 0 0;
}

.entry {
  padding-top: 66px;
  margin-bottom: 170px;
}

.entry__block {
  display: flex;
  align-items: flex-start;
  gap: 82px;
}

.entry__title {
  margin-top: 93px;
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 90px;
  line-height: 100%;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 40px;
}

.entry__text {
  max-width: 662px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 40px;
}

.owl__grid {
  display: grid;
  grid-template-columns: 392px 1fr;
  gap: 16px;
  margin-bottom: 40px;
}

.def {
  margin-bottom: 170px;
}

.def__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 113%;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 40px;
}

.def__text {
  max-width: 1200px;
  opacity: 0.8;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 40px;
}

.def__bottom {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  max-width: 1222px;
  opacity: 0.8;
  margin-top: 16px;
  margin-bottom: 0;
}

.prices {
  margin-bottom: 170px;
}

.prices__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 113%;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 64px;
}

.chars {
  margin-bottom: 170px;
}

.chars__global {
  background: rgba(0, 0, 0, 0.02);
  padding: 108px 0 0;
  position: relative;
}

.chars__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 113%;
  letter-spacing: 0em;
  text-align: center;
  color: #121212;
  margin-bottom: 82px;
}

.chars__block {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 12px;
  padding: 0 100px;
  position: relative;
  z-index: 10;
}

.chars__item+.chars__item {
  margin-top: 31px;
}

.chars__item {
  display: flex;
  align-items: center;
  gap: 23px;
  cursor: pointer;
}

.chars__label {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 12px;
}

.chars__value {
  display: inline-block;
  width: fit-content;
  position: relative;
  font-weight: 500;
  font-size: 22px;
  line-height: 145%;
  letter-spacing: -0.01em;
  color: #000;
}

.chars__value:before {
  content: '';
  position: absolute;
  right: -18px;
  top: -2px;
  width: 16px;
  height: 16px;
  background: url(../img/icons/chars-info.svg) no-repeat center / cover;
}

.chars__bottom {
  max-width: 424px;
  width: 100%;
  margin-left: auto;
  background: #12358f;
  padding: 35px 48px 46px;
}

.chars__caption {
  font-weight: 500;
  opacity: 0.7;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 12px;
}

.chars__point+.chars__point {
  margin-top: 8px;
}

.chars__point {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #fff;
  position: relative;
  padding-left: 27px;
}

.chars__point:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/icons/chars-ok.svg) no-repeat center / cover;
}

.chars__image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 52%;
  z-index: 1;
}

.owl__link.second {
  gap: 69px;
}

.owl__cap {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 32px;
}

.where {
  margin-bottom: 170px;
}

.where__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 113%;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 32px;
}

.where__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.8;
  margin-bottom: 64px;
}

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

.where__item {
  padding: 22px 23px 41px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.where__image {
  width: 100%;
  margin-bottom: 23px;
}

.where__name {
  display: block;
  font-weight: 500;
  font-size: 22px;
  line-height: 109%;
  letter-spacing: -0.01em;
  color: #000;
}

.where__last {
  grid-column: span 3;
  background: #1e43a1 url(../img/where-decor.svg) no-repeat;
  background-position: calc(100% - 73px) center;
  padding: 45px 78px 41px 58px;
}

.where__top {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 277px;
  gap: 128px;
  margin-bottom: 27px;
}

.where__text {
  font-weight: 500;
  font-size: 34px;
  line-height: 124%;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 0;
}

.where__caption {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 16px;
}

.where__point+.where__point {
  margin-top: 4px;
}

.where__point {
  padding-left: 32px;
  position: relative;
  font-weight: 500;
  font-size: 22px;
  line-height: 145%;
  letter-spacing: -0.01em;
  color: #fff;
}

.where__point:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/icons/where-ruble.svg) no-repeat center / cover;
}

.where__bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.where__button {
  display: flex;
  align-items: center;
  gap: 17px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #12358f;
  padding: 18px 18px 18px 28px;
  background: #fff;
  border-radius: 51px;
}

.where__add {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
  padding: 22px 27px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 51px;
}

.overpay.second .overpay__description {
  max-width: 293px;
}

.overpay.second .overpay__top {
  grid-template-columns: 1fr 372px;
  gap: 117px;
}

.faq {
  margin-bottom: 170px;
}

.faq__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 113%;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 81px;
}

.faq__global {
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 40px;
}

.accordion {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  outline: none;
  transition: .4s;
  background: none;
  transition: all 0.5s ease-in-out, padding 0.3s;
  padding: 20px 28px 19px 31px;
  font-weight: 500;
  font-size: 22px;
  line-height: 109%;
  letter-spacing: -0.01em;
  color: #000;
}

.accordion.active {}

.accordion.active .faq__arrow {
  transform: rotate(180deg);
}

.faq__item+.faq__item {
  margin-top: 16px;
}

.faq__arrow {
  width: 40px;
  height: 40px;
  transition: 0.3s;
}

.faq__item {
  transition: ease-in-out .5s;
  border: 1px solid rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s ease-out
}

.panel p {
  margin: 0;
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #3a3a3a;
  margin-top: 0;
  padding: 0 28px 19px 31px;
}

.panel p span {
  display: block;
}

.panel p span+span {
  margin-top: 20px;
}

.faq__right {
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 41px 31px;
}

.faq__caption {
  max-width: 368px;
  font-weight: 500;
  font-size: 34px;
  line-height: 124%;
  letter-spacing: -0.03em;
  color: #121212;
  margin-bottom: 24px;
}

.faq__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.8;
  margin-bottom: 24px;
}

.faq__align {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 26px;
  border-bottom: 1px solid #eee;
  margin-bottom: 32px;
}

.faq__label {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.8;
  margin-bottom: 24px;
}

.faq__phone {
  display: block;
  font-weight: 500;
  font-size: 34px;
  line-height: 124%;
  letter-spacing: -0.01em;
  color: #121212;
}

.faq__align .owl__link {
  gap: 25px;
}

.opening {
  padding-top: 66px;
  margin-bottom: 170px;
}

.opening__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding-right: 142px;
}

.opening__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 90px;
  line-height: 118%;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 0;
}

.opening__right {
  width: 100%;
  max-width: 378px;
}

.opening__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.8;
  margin-bottom: 32px;
}

.opening__align {
  display: flex;
}

.opening__link {
  display: flex;
  width: fit-content;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
  align-items: center;
  gap: 20px;
  padding: 18px 19px 18px 28px;
  background: #12358f;
  border-radius: 51px;
}

.opening__wrapper {
  position: relative;
  margin-bottom: 69px;
}

.opening__play {
  position: absolute;
  top: 50%;
  z-index: 10;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  background: none;
  padding: 0;
}

.opening__video {
  max-width: 100%;
  object-fit: cover;
  display: block;
  width: 100%;
}

.opening__top {
  margin-top: 93px;
  margin-bottom: 63px;
}

.opening__bottom {
  padding: 0 37px;
  display: grid;
  grid-template-columns: repeat(3, 348px);
  gap: 30px;
  justify-content: space-between;
}

.opening__pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.opening__value {
  font-weight: 500;
  font-size: 22px;
  line-height: 145%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #000;
}

.cycle {
  margin-bottom: 170px;
}

.cycle__suptitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #12358f;
  margin-bottom: 48px;
}

.cycle__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 113%;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 80px;
}

.cycle__item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 36px 31px 33px;
  height: auto;
}

.cycle__icon {
  margin-bottom: 55px;
}

.cycle__subcaption {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #12358f;
  margin-bottom: 8px;
}

.cycle__caption {
  font-weight: 500;
  font-size: 22px;
  line-height: 136%;
  letter-spacing: -0.01em;
  color: #000;
  max-width: 300px;
  margin-bottom: 0;
}

.own__text.second {
  max-width: 650px;
}

.owl__glob .owl__cap {
  margin-bottom: 16px;
}

.owl__glob .owl__grid {
  margin-bottom: 32px;
}

.owl__glob {
  padding-bottom: 32px;
}

.types__title.second {
  margin-bottom: 64px;
}

.contacts {
  padding-top: 66px;
  margin-bottom: 170px;
}

.contacts__title {
  padding-top: 56px;
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 90px;
  line-height: 100%;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 93px;
}

.contacts__block+.contacts__block {
  margin-top: 120px;
}

.contacts__block {
  display: grid;
  grid-template-columns: 1fr 704px;
  gap: 136px;
  align-items: start;
}

.contacts__caption {
  font-weight: 500;
  font-size: 34px;
  line-height: 124%;
  letter-spacing: -0.03em;
  color: #121212;
  margin-bottom: 24px;
}

.contacts__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.8;
  margin-bottom: 24px;
}

.contacts__heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 16px;
}

.contacts__list {
  margin-bottom: 24px;
}

.contacts__item {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  padding-left: 27px;
  color: #000;
  background: url(../img/icons/contacts-1.svg) no-repeat;
  background-position: left center;
}

.contacts__item:nth-child(2) {
  background-image: url(../img/icons/contacts-2.svg);
}

.contacts__item:nth-child(3) {
  background-image: url(../img/icons/contacts-3.svg);
}

.contacts__item:nth-child(4) {
  background-image: url(../img/icons/contacts-4.svg);
}

.contacts__item+.contacts__item {
  margin-top: 8px;
}

.contacts__align {
  display: flex;
}

.contacts__link {
  display: flex;
  align-items: center;
  gap: 60px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
  padding: 18px 28px 17px;
  background: #12358f;
  border-radius: 51px;
}

.cookie {
  display: none;
  padding: 14px;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: 0.3s;
  transform: translateY(0);
}

.cookie.active {
  transform: translateY(100%);
}

.cookie__block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
}

.cookie__button {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  padding: 12px 15px;
  background: #12358f;
  border-radius: 65px;
}

.cookie__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.04em;
  color: #000;
}

.cookie__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.02em;
  color: #12358f;
  border-bottom: 1px dotted #12358f;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: minmax(300px, 930px);
  transition: 0.3s;
  z-index: -10;
  overflow: hidden;
  padding: 30px 16px;
}

.modal__bg {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
  opacity: 0;
  z-index: -10;
}

.modal__window {
  position: relative;
  background: #fff;
  padding: 64px 54px 64px 57px;
  max-width: 930px;
  width: 100%;
  transition: 0.3s;
  opacity: 0;
  z-index: -10;
  transform: translateY(100px);
}

.modal__window br {
  display: none;
}

.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 0;
  background: none;
}

.modal.active {
  z-index: 1250;
  overflow-y: auto;
}

.modal.active .modal__window {
  z-index: 151;
  opacity: 1;
  transform: translateY(0);
}

.modal.active .modal__bg {
  z-index: 150;
  opacity: 1;
}

.modal__title {
  font-weight: 500;
  font-size: 34px;
  line-height: 124%;
  letter-spacing: -0.03em;
  color: #121212;
  margin-bottom: 32px;
}

.modal .main-form__privacy {
  max-width: 100%;
}

.main-form__caps {
  margin-top: 32px;
}

.main-form__textarea {
  display: block;
  width: 100%;
  height: 132px;
  resize: none;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #000;
  padding: 24px 28px;
  background: #f5f6fc;
}

.modal__window.first .main-form__block {
  grid-template-columns: repeat(6, 1fr);
}

.modal__window.first .main-form__item {
  grid-column: span 2;
}

.modal__window.first .main-form__item.middle {
  grid-column: span 3;
}

.modal__window.first .main-form__item.long {
  grid-column: span 6;
}

.modal.second {
  grid-template-columns: minmax(300px, 659px);
}

.modal.second .modal__window {
  max-width: 659px;
}

.modal.third {
  grid-template-columns: minmax(300px, 659px);
}

.modal.third .modal__window {
  max-width: 659px;
}

.modal.fourth {
  grid-template-columns: minmax(300px, 534px);
}

.modal.fourth .modal__window {
  max-width: 534px;
  padding: 64px 58px;
}

.modal.third .modal__title {
  margin-bottom: 32px;
}

.modal .modal__title br {
  display: block;
}

.modal__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.8;
  max-width: 461px;
  margin-bottom: 32px;
}

.modal__block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal__image {
  margin-bottom: 24px;
}

.modal__caption {
  font-weight: 500;
  font-size: 34px;
  line-height: 124%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #121212;
  margin-bottom: 16px;
}

.modal__subcaption {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
  margin-bottom: 24px;
}

.modal__sub {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
  padding: 24px 60px 23px;
  background: #12358f;
  border-radius: 51px;
}

.header__point:hover .menu {
  display: block;
}

.chars-modal {
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 526px;
  background-color: #fff;
  padding: 24px;
  position: absolute;
  z-index: 20;
  width: 100%;
}

.chars-modal__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.5;
  margin-bottom: 16px;
}

.chars-modal__item+.chars-modal__item {
  margin-top: 8px;
}

.chars-modal__item {
  position: relative;
  padding-left: 26px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: rgb(0, 0, 0, 0.8);
}

.chars-modal__item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/icons/delivery-ok.svg) no-repeat center / cover;
  width: 16px;
  height: 16px;
}

.chars-modal__close {
  position: absolute;
  padding: 0;
  background: none;
  top: 13px;
  right: 13px;
}

.chars-modal__bold {
  font-weight: 700;
}







.datetime-picker-wrap {
  position: relative;
}

.main-form__date {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #000;
  padding: 24px 28px 23px;
  background: #f5f6fc url(../img/icons/main-form-date.svg) no-repeat;
  background-position: calc(100% - 24px) center;
  cursor: pointer;
  outline: none;
  caret-color: transparent;
  user-select: none;
}

.main-form__date::placeholder {
  color: #aaa;
}

/* Попап */
.datetime-popup {
  display: none;
  position: absolute;
  z-index: 100;
  top: calc(100% + 4px);
  left: 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 16px;
  width: 296px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
}

.datetime-popup.open {
  display: block;
}

.dp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.dp-nav {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #666;
  padding: 4px 8px;
  border-radius: 6px;
  line-height: 1;
}

.dp-nav:hover {
  background: #f5f6fc;
}

.dp-month-label {
  font-size: 15px;
  font-weight: 500;
}

.dp-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  margin-bottom: 4px;
}

.dp-weekdays span {
  font-size: 12px;
  color: #aaa;
  text-align: center;
  padding: 4px 0;
}

.dp-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}

.dp-days button {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  background: none;
  color: #000;
}

.dp-days button:hover {
  background: #f5f6fc;
}

.dp-days button.other-month {
  color: #ccc;
}

.dp-days button.today {
  font-weight: 500;
  border: 1px solid #ccc;
}

.dp-days button.selected {
  background: #534AB7;
  color: #fff;
}

.dp-divider {
  height: 1px;
  background: #eee;
  margin: 12px 0;
}

.dp-time {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dp-time-label {
  font-size: 13px;
  color: #666;
  flex: 1;
}

.dp-time select {
  background: #f5f6fc;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 6px 8px;
  font-size: 14px;
  cursor: pointer;
  outline: none;
}

.dp-colon {
  font-size: 16px;
  color: #666;
}

.dp-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
}

.dp-actions button {
  border-radius: 6px;
  padding: 7px 14px;
  font-size: 13px;
  cursor: pointer;
}

#dpCancel {
  background: none;
  border: 1px solid #e0e0e0;
  color: #666;
}

#dpCancel:hover {
  background: #f5f6fc;
}

#dpOk {
  background: #534AB7;
  border: none;
  color: #fff;
  font-weight: 500;
}

#dpOk:hover {
  background: #3C3489;
}

.header__menu {
  display: none;
}

.hero__image {
  display: none;
}

.hero__icon.mobile {
  display: none;
}

.price__slider {
  display: none;
}

.price__slide {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 23px;
}

.price__pills {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

.price__pill.long {
  grid-column: span 2;
}

.price__labbo {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.5;
  margin-bottom: 8px;
}

.price__value {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.02em;
  color: #121212;
}

.main-pagination {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: static;
  margin-top: 24px;
}

.main-pagination.swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 7px;
  height: 7px;
  background-color: #d9d9d9;
  opacity: 1;
  border-radius: 100%;
  transition: 0.3s;
}

.main-pagination.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #12358f;
}

.price__button {
  justify-content: space-between;
}

.cost__image {
  display: none;
}

.dev__item.mobile {
  display: none;
}

.dev__align.mobile {
  display: none;
}

.delivery__bottom.mobile {
  display: none;
}

.order__image {
  display: none;
}

.lab__align.mobile {
  display: none;
}

.delsec__item {
  height: auto;
}

.team__button.mobile {
  display: none;
}

.cost__features.mobile {
  display: none;
}

.intro__image.mobile {
  display: none;
}

.why__image {
  height: 100%;
  object-fit: cover;
}

.own__image.mobile {
  display: none;
}

.info__image.moible {
  display: none;
}

.entry__image.mobile {
  display: none;
}

.contacts__align.mobile {
  display: none;
}

.contacts__map {
  max-width: 100%;
}

.opening__right.mobile {
  display: none;
}

.header-mobile .header__rato.is-open .header__phones {
  display: block;
}

.header-mobile__head {
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #0b0b0b;
  margin-bottom: 10px;
}

.header-mobile__filter {
  margin: 0 -15px;
  width: calc(100% + 30px);
}

.header-mobile__bottom {
  margin-top: 16px;
  display: flex;
  flex-direction: column-reverse;
}

.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: block;
  width: 100%;
  transition: all 0.2s ease;
  z-index: -10;
}

.header-mobile__label {
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  letter-spacing: -0.01em;
  color: #576578;
  position: relative;
  padding-left: 30px;
}

.header-mobile__label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #94a3b7;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}

.header-mobile__label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  background: url(../img/icons/modal-check.svg) no-repeat center / cover;
  width: 16px;
  height: 16px;
  opacity: 0;
  transition: 0.3s;
}

.header-mobile__label:has(input:checked):after {
  opacity: 1;
}

.header-mobile__label input {
  display: none;
}

.header-mobile.second .catalog__inner {
  gap: 12px;
}

.header-mobile.active {
  transform: translateX(0);
  opacity: 1;
  z-index: 1010;
}

.header-mobile.active .header-mobile__bg {
  z-index: 100;
  opacity: 1;
}

.header-mobile__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -10;
  transition: all 0.1s ease;
  opacity: 0;
}

.header-mobile__inner {
  position: absolute;
  top: 0;
  padding: 15px 15px 16px;
  right: 0;
  bottom: 0;
  max-width: 375px;
  width: 100%;
  background-color: #fff;
  z-index: 1100;
  height: 100%;
  overflow-y: auto;
  transition: all 0.2s ease;
  transform: translateX(100%);
}

.header-mobile__url+.header-mobile__url {
  margin-top: 18px;
}

.header-mobile__group {
  margin-bottom: 18px;
}

.header-mobile__url {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: -0.01em;
  color: #121212;
}

.header-mobile.active .header-mobile__inner {
  transform: translateX(0);
}

.header-mobile__nav {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e9eefb;
  margin-top: 26px;
  margin-bottom: 26px;
}

.header-mobile__link {
  font-weight: 400;
  font-size: 16px;
  color: #212123;
}

.header-mobile__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 15px;
  border-bottom: 1.20px solid #e9eefb;
  margin: 0 -15px 16px;
  padding: 0 15px 15px;
  width: calc(100% + 30px);
}

.header-mobile .header__phone {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 122%;
}

.header__last {
  justify-content: space-between;
  gap: 16px;
}

.header-mobile__back {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #121212;
  padding: 21.5px 15px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 51px;
  text-align: center;
}

.header-mobile .header__third {
  flex-direction: column-reverse;
}

.header-mobile .header__feedback {
  max-width: 100%;
}

.header-mobile .header__phones {
  position: static;
  margin-bottom: 20px;
}

.header__call {
  flex-grow: 1;
  justify-content: space-between;
}

.header-mobile .header__link {
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: -0.01em;
  color: #0b0b0b;
}

.header-mobile__aside {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 76px;
  height: calc(100vh - 76px);
  background-color: #fff;
  padding: 14px 15px 19px;
  display: none;
  flex-direction: column;
  overflow-y: auto;
  z-index: 10;
  height: calc(100% - 76px);
}

.header-mobile__align {
  margin-top: auto;
  display: flex;
  justify-content: center;
}

.header-mobile__aside.active {
  display: flex;
}

.header-mobile__list {
  margin-bottom: 30px;
}

.header-mobile__caption {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: #121212;
  margin-bottom: 15px;
}

.header-mobile .header-rato {
  margin-bottom: 16px;
}

.header-mobile .header__connect {
  display: block;
  margin: 30px 0;
}

.header-mobile .header__contact {
  font-size: 13px;
  margin-bottom: 20px;
}

.header-mobile .header__contact {
  display: block;
  width: 100%;
  margin-top: 30px;
}

.header-mobile__grow {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}

.header-mobile .header__link {
  flex-shrink: 0;
  /* или можно убрать flex-grow если он есть */
  pointer-events: auto;
}

.header-mobile__grow {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  padding: 7px 0 8px 10px;
  /* увеличиваем область клика */
}

.header-mobile .header__logotype {
  width: 37px;
}



.header-mobile .header-search__button {
  left: initial;
  right: 17px;
}

.header-mobile .header-search__input {
  padding: 15px 40px 15px 16px;
}

.header__sublist {
  display: none;
}

.blog {
  padding: 65px 0 170px;
}

.home.blog {
  padding: 0;
}

.blog__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin: 32px 0 48px;
}

.blog__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 90px;
  line-height: 100%;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 0;
}

.blog__form {
  max-width: 380px;
  width: 100%;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.blog__select {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  line-height: 138%;
  letter-spacing: -0.02em;
  color: #121212;
  padding: 0 30px;
  background: url(../img/icons/blog-filter.svg) no-repeat;
  background-position: left center;
}

.blog__select:focus {
  outline: none;
}

.blog__item {
  display: block;
  padding: 32px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.blog__global {
  display: flex;
  gap: 32px;
}

.blog__wrapper {
  display: flex;
  flex-direction: column;
  max-width: 830px;
  padding: 12px 0 10px;
}

.blog__caption {
  display: block;
  font-weight: 500;
  font-size: 34px;
  line-height: 124%;
  letter-spacing: -0.03em;
  color: #121212;
  margin-bottom: 24px;
}

.blog__text {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 24px;
  opacity: 0.6;
}

.blog__item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.blog__bottom {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.blog__pill {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.6);

}

.article {
  padding: 65px 0 172px;
}

.article__global {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 180px;
  margin-top: 48px;
}

.article__heading {
  font-weight: 500;
  font-size: 22px;
  line-height: 145%;
  letter-spacing: -0.01em;
  color: #000;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}

.article__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 113%;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 40px;
}

.article__info {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
}

.article__data {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.6);
}

.article__share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.article__label {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.02em;
  color: #121212;
}

.article__pills {
  display: flex;
  align-items: center;
  gap: 4px;
}

.article__capsule {
  padding: 31px 31px 51px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
}

#my-toc ul {
  padding: 0;
  margin: 0;
}

#my-toc ol {
  padding: 0;
  margin: 0;
}

#my-toc li+li {
  margin-top: 16px;
}

#my-toc li {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #12358f;
}

.article__content p {
  font-weight: 500;
  font-size: 16px;
  opacity: 0.6;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 40px;
}

.article__content img {
  max-width: 801px;
  width: 100%;
  margin-bottom: 32px;
}

.article__content ul {
  padding: 0;
  margin: 0 0 40px;
}

.article__content ol {
  padding: 0;
  margin: 0 0 40px;
}

.article__content li {
  padding-left: 26px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  position: relative;
  margin: 0;
}

.article__content li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/icons/delivery-ok.svg) no-repeat center / cover;
}

.article__content li+li {
  margin-top: 8px;
}

.article__content h2 {
  font-weight: 500;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #121212;
  margin-bottom: 32px;
}

.article__content h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 109%;
  letter-spacing: -0.01em;
  color: #000;
  margin-bottom: 16px;
}

.read {
  margin-bottom: 170px;
}

.read__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 113%;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 80px;
}

.read__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 80px;
}

.read__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 113%;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 0;
}

.read__arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}

.read__item {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 31px 31px 42px;
}

.read__image {
  width: 100%;
  margin-bottom: 32px;
}

.raed__text {
  display: block;
  font-weight: 500;
  font-size: 22px;
  line-height: 145%;
  letter-spacing: -0.01em;
  color: #000;
}

.ovo__align {
  display: flex;
}

.ovo__link {
  display: flex;
  width: fit-content;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
  align-items: center;
  gap: 20px;
  padding: 18px 19px 18px 28px;
  background: #12358f;
  border-radius: 51px;
}

.ovo {
  padding: 66px 0 170px;
}

.ovo__global {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 231px;
  align-items: start;
}

.ovo__title {
  font-family: var(--bebas-font);
  margin: 93px 0 40px;
  font-weight: 400;
  font-size: 90px;
  line-height: 100%;
  letter-spacing: 0em;
  color: #121212;
}

.ovo__image.mobile {
  display: none;
}

.ovo__text {
  max-width: 662px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 40px;
}

.ovo__list {
  padding: 0;
  margin: 0 0 40px;
}

.ovo__point+.ovo__point {
  margin-top: 8px;
}

.ovo__point {
  position: relative;
  padding-left: 26px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.8);
}

.ovo__point:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/icons/delivery-ok.svg) no-repeat center / cover;
}

.cond {
  margin-bottom: 170px;
}

.cond__title {
  max-width: 1003px;
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 113%;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 80px;
}

.cond__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.cond__item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 36px 32px 34px;
}

.cond__icon {
  margin-bottom: 55px;
}

.cond__caption {
  font-weight: 500;
  font-size: 22px;
  line-height: 136%;
  letter-spacing: -0.01em;
  color: #000;
  margin-bottom: 8px;
}

.cond__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.76;
  margin-bottom: 0;
}

.comp {
  margin-bottom: 170px;
}

.comp__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 113%;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 40px;
}

.comp__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.8;
  margin-bottom: 24px;
}

.comp__list {
  margin-bottom: 24px;
}

.comp__bottom {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.8;
  margin-bottom: 40px;
}

.comp__point+.comp__point {
  margin-top: 8px;
}

.comp__point {
  position: relative;
  padding-left: 26px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.8);
}

.comp__point:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/icons/delivery-ok.svg) no-repeat center / cover;
}

.comp__item+.comp__item {
  margin-top: 24px;
}

.comp__label {
  font-weight: 500;
  font-size: 22px;
  line-height: 136%;
  letter-spacing: -0.01em;
  color: #000;
  margin-bottom: 8px;
}

.comp__value {
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.76;
  margin-bottom: 0;
}

.cost.seco {
  margin-bottom: 170px;
}

.aprel {
  margin-bottom: 251px;
}

.aprel__top {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  padding-right: 192px;
  gap: 30px;
  margin-bottom: 108px;
}

.aprel__left {
  max-width: 836px;
  width: 100%;
}

.aprel__right {
  max-width: 357px;
  width: 100%;
}

.aprel__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 113%;
  letter-spacing: 0em;
  color: #121212;
  margin-bottom: 40px;
}

.aprel__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 0;
}

.aprel__text+.aprel__text {
  margin-top: 24px;
}

.aprel__label {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 16px;
}

.aprel__value {
  position: relative;
  padding-left: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 38px;
}

.aprel__value:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/icons/delivery-ok.svg) center center / cover no-repeat;
}

.aprel__align {
  display: flex;
}

.aprel__link {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 21px 34px 21px 28px;
  background: #12358f;
  border-radius: 51px;
}

.aprel__bottom {
  position: relative;
}

.aprel__image {
  position: absolute;
  left: 50%;
  bottom: -94px;
  transform: translateX(-50%);
  z-index: 3;
}

.wpcf7-text.dp-iso {
  display: none;
}

.wpcf7-list-item-label:after {
  display: none;
}

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

.notfound {
  padding: 150px 0;
}

.notfound__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 70px;
  text-align: center;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #121212;
  margin-bottom: 48px;
}

.notfound__align {
  display: flex;
  justify-content: center;
}

.menu__point-wrap {
  position: relative;
}

.menu__sublist {
  display: block;
  padding-left: 12px;
  margin-top: 6px;
  /* border-left: 2px solid #e9eefb; */
}

.menu__point-wrap:hover .menu__sublist {
  display: block;
}

.menu__subpoint {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 138%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.6);
  padding: 4px 0;
  transition: color 0.2s;
}

.menu__subpoint:hover {
  color: #12358f;
}

.modal__video {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* Мобила — дочерние подпункты с отступом */
.header__subsublink--child {
  padding-left: 16px;
  font-size: 14px;
  opacity: 0.7;
}

.modal-video .modal__window {
  background: none;
  padding: 0;
  max-width: 1200px;
}

.modal-video {
  grid-template-columns: minmax(300px, 1200px);
}

.modal-video .modal__close {
  filter: brightness(5);
}

.main__form br {
  display: none !important;
}

.main__form p {
  margin: 0 !important;
}

.main__form .wpcf7-list-item-label {
  display: none;
}

/* .main__form .wpcf7-form-control.wpcf7-checkbox {
  display: none;
} */

.main-form__checks:has(.wpcf7-form-control.wpcf7-checkbox) .wpcf7-form-control-wrap {
  display: none;
}

.inf {
  padding: 66px 0 100px;
}

.inf__title {
  font-family: var(--bebas-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 113%;
  letter-spacing: 0em;
  color: #121212;
  margin-top: 30px;
  margin-bottom: 50px;
}

.inf__content {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.8;
}

.inf__content h2 {
  font-family: var(--bebas-font);
  font-weight: 400;
  line-height: 113%;
  letter-spacing: 0em;
  font-size: 40px;
  margin-top: 15px;
}

.inf__content ul {
  list-style-type: disc;
}

.inf__content a {
      color: #12358f;
      text-decoration: underline;
}

.header__point:nth-child(3) .menu__global {
      padding-left: 38%;
          grid-template-columns: 1fr;
}

.header__point:nth-child(3) .menu__block {
    grid-template-columns: 367px;
}

@media (max-width: 1670px) {
  .delivery__list {
    gap: 16px;
  }

  .entry__image {
    max-width: 600px;
  }

  .header__point:nth-child(3) .menu__global {
    padding-left: 36%;
  }
}

@media (max-width: 1530px) {
  .header__text {
    display: none;
  }

  .menu__global {
    grid-template-columns: 1fr;
  }

  .chars__bottom {
    position: relative;
    z-index: 10;
  }
}

@media (max-width: 1450px) {
  .price__item {
    grid-template-columns: 1fr 80px 120px 120px 152px;
    gap: 20px;
  }

  .price__head {
    grid-template-columns: 1fr 80px 120px 120px 152px;
    gap: 20px;
  }

  .price__global {
    grid-template-columns: 333px 1fr;
  }

  .dev__top {
    grid-template-columns: 1fr 350px;
    gap: 50px;
  }

  .owl__grid {
    grid-template-columns: 301px 1fr;
  }
}

@media (max-width: 1350px) {
  .header__call {
    gap: 15px;
  }

  .header__middle {
    gap: 25px;
  }

  .header__point:nth-child(3) .menu__global {
    padding-left: 35%;
  }

  /* .delivery__list {
    max-height: initial;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
  } */

  .delivery__point {
    max-width: initial;
  }

  .info__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .entry__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .ovo__global {
    gap: 50px;
  }

  .ovo__title {
    font-size: 70px;
  }

  .aprel__top {
    padding-right: 0;
    gap: 80px;
    margin-bottom: 150px;
  }
}

@media (max-width: 1300px) {
  .team .main-pagination {
    display: flex;
  }
}

@media (max-width: 1250px) {
  .header__value {
    font-size: 18px;
  }

  .header__icon {
    width: 40px;
  }

  .header__label {
    margin-bottom: 5px;
  }

  .header__call {
    font-size: 15px;
    padding: 17px 18px 17px;
  }

  .header__block {
    gap: 10px;
  }

  .hero__bottom {
    gap: 15px;
  }

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

  .price__global {
    grid-template-columns: 1fr;
  }

  .delivery__top {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .types__slider .swiper-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }

  .article__global {
    gap: 50px;
  }

  .lab__block {
    grid-template-columns: 1fr;
  }

  .lab__image {
    width: 100%;
    order: -1;
  }

  .garant__block .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .garant__toppo {
    grid-template-columns: 1fr;
    padding-right: 0;
    gap: 40px;
  }

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

  .footer__main {
    max-width: 100%;
  }

  .intro__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .why__block {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .own__block {
    display: grid;
    align-items: start;
    grid-template-columns: 1fr 1fr;
  }

  .entry__block {
    grid-template-columns: 1fr;
  }

  .entry__image {
    display: none;
  }

  .entry__image.mobile {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }

  .where__block {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contacts__block {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }

  .opening__bottom {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
  }

  .opening__top {
    padding-right: 0;
  }
}

@media (min-width: 601px) and (max-width: 1250px) {
  .overpay__block .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }


  .overpay__item {
    width: 100% !important;
  }


  .overpay.second .overpay__block .swiper-wrapper {
    gap: 40px;
  }

  .cycle__slider .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .cycle__slider .swiper-slide {
    width: 100% !important;
  }
}

@media (min-width: 901px) and (max-width: 1250px) {

  .types__item {
    width: 100% !important;
  }

  .garant__item {
    width: 100% !important;
  }
}

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

  .header .header__last {
    display: none;
  }

  .header .header__nav {
    display: none;
  }

  .header {
    padding: 20px 0;
  }

  .header__menu {
    display: block;
    padding: 0;
    background: none;
  }

  .hero__bottom {
    gap: 25px;
    justify-content: flex-start;
    padding-right: 0;
  }

  .cost__global {
    grid-template-columns: 1fr;
  }

  .delsec__top {
    grid-template-columns: 1fr;
  }

  .team__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .footer__right {
    max-width: 100%;
  }

  .header__point {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-bottom: 0;
  }

  .header__sublink {
    display: none;
  }

  .header__middle {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
  }

  .header__last {}

  .header__label {
    margin-bottom: 10px;
  }

  .header-mobile__top {
    border-bottom: 0;
    margin-bottom: 24px;
  }

  .header-mobile__nav {
    gap: 18px;
    margin-top: 0;
  }

  .header__icon {
    display: none;
  }

  /* new */

  .header-mobile__group.open {
    margin-bottom: 18px;
  }

  .header-mobile__group-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 6px 0;
  }

  .header-mobile__group-title {

    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: -0.01em;
    color: #121212;
  }

  .header-mobile__group-arrow {
    transition: transform 0.2s ease;
  }

  .header-mobile__group.open .header-mobile__group-arrow {
    transform: rotate(180deg);
  }

  .header-mobile__group-list {
    display: none;
    margin-top: 2px;
  }

  .header-mobile__group.open .header-mobile__group-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .header-mobile__group-list .header-mobile__url {
    margin-top: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 138%;
    letter-spacing: -0.02em;
    color: #000;
    opacity: 0.76;
  }

  .delivery__list {
    column-count: 3;
    column-gap: 60px;
    max-height: 450px;
  }

  .cond__block {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1000px) {
  .dev__right {
    display: none;
  }

  .dev__item.mobile {
    display: block;
    width: 100%;
    margin-bottom: 24px;
  }

  .dev__wrapper {
    max-width: 100%;
  }

  .dev__top {
    display: block;
  }

  .dev__bottom {
    grid-template-columns: 1fr 1fr;
  }

  .intro__block {
    display: block;
  }

  .intro__image {
    display: none;
  }

  .intro__image.mobile {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }

  .intro__left {
    max-width: 100%;
  }

  .intro__text {
    max-width: 100%;
  }

  .info__block {
    grid-template-columns: 1fr;
  }

  .info__image {
    display: none;
  }

  .info__image.moible {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }

  .info__wrapper {
    max-width: 100%;
  }

  .overpay.second .overpay__top {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .faq__global {
    grid-template-columns: 1fr;
  }

  .opening__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .ovo__global {
    grid-template-columns: 1fr;
  }

  .ovo__image {
    display: none;
  }

  .ovo__image.mobile {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 900px) {
  .price__table {
    display: none;
  }

  .price__aside {
    display: flex;
    align-items: center;
    overflow-x: auto;
    padding: 0 15px;
    margin: 0 -15px 24px;
    border: 0;
  }

  .price__tab {
    flex-shrink: 0;
    font-size: 15px;
    padding: 11px 22px;
    background-image: none;
    background: #f5f6fc;
    border-radius: 64px;
  }

  .price__global {
    display: block;
  }

  .price__tab.active {
    color: #fff;
    background: #12358f;
  }

  .price__title {
    margin-bottom: 35px;
  }

  .price__slider {
    display: block;
  }

  .price__button {
    color: #fff;
    background: #12358f;
  }

  .price__button.active {
    color: #fff;
    background: #12358f;
  }

  .price__arrow {
    transition: 0.3s;
  }

  .price__button.active .price__arrow {
    filter: brightness(20);
  }

  .price__button.active .price__arrow {
    filter: brightness(20);
  }

  .price .main-pagination {
    display: block;
  }

  .delivery__list {
    grid-template-columns: 1fr 1fr;
  }

  .delivery__image {
    position: static;
    width: 100%;
  }

  .delivery__top {
    margin-bottom: 50px;
  }

  .delivery__bottom {
    display: none;
  }

  .delivery__bottom.mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .types__slider .swiper-wrapper {
    display: flex;
    gap: 0;
  }

  .types .main-pagination.swiper-pagination {
    display: flex;
  }

  .garant__block .swiper-wrapper {
    display: flex;
    gap: 0;
  }

  .why__block {
    grid-template-columns: 1fr 1fr;
  }

  .own__block {
    grid-template-columns: 1fr;
  }

  .own__image {
    display: none;
  }

  .own__image.mobile {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }

  .own__wrapper {
    max-width: 100%;
  }

  .price__slide {
    display: block;
  }

  .price__arrow {
    filter: brightness(20);
  }

  .chars__image {
    position: static;
    width: 100%;
    transform: initial;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .chars__bottom {
    width: 100%;
    max-width: 100%;
  }

  .chars__global {
    padding: 0;
    background: none;
  }

  .chars__block {
    margin-bottom: 30px;
    padding: 0;
  }

  .where__block {
    grid-template-columns: 1fr 1fr;
  }

  .where__last {
    grid-column: span 2;
  }

  .where__top {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .where__last {
    background-image: none;
  }

  .contacts__block {
    grid-template-columns: 1fr;
  }

  .contacts__map {
    width: 100%;
  }

  .contacts__block+.contacts__block {
    margin-top: 80px;
  }

  .opening__bottom {
    grid-template-columns: 1fr 1fr;
  }

  .blog__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog__global {
    flex-direction: column;
  }

  .blog__image {
    width: 100%;
  }

  .article__global {
    grid-template-columns: 1fr;
  }

  .article__right {
    order: -1;
  }

  .aprel__top {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .hero__bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hero__title {
    font-size: 60px;
  }

  .cost__title {
    font-size: 60px;
  }

  .modal__window.first .main-form__item {
    grid-column: span 6;
  }

  .modal__window.first .main-form__item.middle {
    grid-column: span 6;
  }

  .delivery__list {
    column-count: 2;
    column-gap: 60px;
    max-height: 660px;
  }
}

@media (max-width: 600px) {
  .header__first {
    width: 53px;
  }

  .header__second {
    width: 161px;
  }

  .header__logo {
    gap: 18px;
  }

  .header {
    padding: 15px 0;
  }

  .hero__bg {
    background: none;
  }

  .hero {
    background: none;
    margin-bottom: 72px;
  }

  .hero__image {
    display: none;
    width: calc(100% + 16px);
    max-width: calc(100% + 16px);
    margin: 0 -8px 38px;
  }

  .hero__bg {
    padding: 0;
  }

  .hero__align {
    margin-bottom: 38px;
  }

  .hero__icon {
    display: none;
  }

  .hero__icon.mobile {
    display: block;
  }

  .hero__title {
    font-size: 36px;
    line-height: 122%;
    color: #121212;
    margin-bottom: 24px;
  }

  .hero__text {
    color: #000;
    font-size: 15px;
    margin-bottom: 24px;
  }

  .hero__link {
    width: 100%;
    justify-content: space-between;
    font-size: 15px;
    padding: 15px 18px 15px 28px;
  }

  .hero__point {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .hero__bottom {
    gap: 24px 35px;
  }

  .hero__label {
    font-size: 18px;
    line-height: 133%;
    color: #121212;
  }

  .overpay {
    margin-bottom: 72px;
    overflow: hidden;
  }

  .overpay__top {
    padding-right: 0;
    gap: 24px;
    margin-bottom: 24px;
  }

  .overpay__title {
    font-size: 32px;
    line-height: 125%;
  }

  .overpay__text {
    font-size: 15px;
  }

  .overpay__item {
    width: 287px;
    padding: 23px 23px;
  }

  .overpay__block {
    overflow: visible;
  }

  .overpay__icon {
    width: 64px;
    margin-bottom: 24px;
  }

  .overpay__caption {
    font-size: 18px;
    line-height: 133%;
    margin-bottom: 8px;
  }

  .overpay__description {
    font-size: 15px;
    line-height: 140%;
  }

  .main-pagination {
    display: flex;
  }

  .price__title {
    font-size: 32px;
    line-height: 125%;
    text-align: center;
    margin-bottom: 24px;
  }

  .price {
    margin-bottom: 72px;
  }

  .cost__bg {
    background: none;
  }

  .cost {
    background: none;
    margin-bottom: 72px;
  }

  .cost__image {
    display: none;
    width: calc(100% + 16px);
    max-width: calc(100% + 16px);
    margin: 0 -8px 38px;
  }

  .cost__title {
    font-size: 32px;
    line-height: 138%;
    color: #121212;
    margin-bottom: 24px;
  }

  .cost__subtitle {
    color: #000;
    opacity: 0.8;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 24px;
  }

  .cost__global {
    gap: 0;
  }

  .cost__right {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 23px;
  }

  .main-form__input {
    padding: 21px 23px 20px;
  }

  .main-form__block {
    gap: 16px;
  }

  .main-form__item {
    grid-column: span 2;
  }

  .main-form__checks {
    flex-direction: column;
    margin: 16px 0;
    align-items: flex-start;
    gap: 16px;
  }

  .main-form__check {
    font-size: 15px;
  }

  .main-form__submit {
    font-size: 15px;
    padding: 15px 16px 15px 28px;
    margin-bottom: 16px;
  }

  .main-form__privacy {
    font-size: 15px;
  }

  .dev__title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 24px;
  }

  .dev__item.mobile {
    width: calc(100% + 16px);
    max-width: calc(100% + 16px);
    margin: 0 -8px 24px;
  }

  .dev__text+.dev__text {
    margin-top: 24px;
  }

  .dev__text {
    font-size: 15px;
    line-height: 140%;
  }

  .dev__wrapper {
    margin-bottom: 24px;
  }

  .dev__align.mobile {
    display: flex;
  }

  .dev__align {
    display: none;
  }

  .dev__bottom {
    padding: 0;
    background: none;
    border: none;
    gap: 24px 35px;
    margin-bottom: 24px;
  }

  .dev__button {
    width: 100%;
    justify-content: space-between;
    font-size: 15px;
    padding: 15px 18px 15px 28px;
  }

  .dev {
    margin-bottom: 72px;
  }

  .dev__up {
    text-align: left;
    font-size: 24px;
    line-height: 167%;
    margin-bottom: 16px;
  }

  .dev__big {
    font-size: 36px;
  }

  .dev__down {
    font-size: 18px;
    line-height: 133%;
    text-align: left;
  }

  .dev__top {
    margin-bottom: 24px;
  }

  .delivery__title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 24px;
  }

  .delivery__text {
    padding-right: 0;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 24px;
  }

  .delivery__top {
    gap: 0;
  }

  .delivery__bottom.mobile {
    padding: 0;
    border: none;
    background: none;
    gap: 24px 35px;
    margin-bottom: 24px;
  }

  .delivery__pill {
    flex-direction: column;
    align-items: flex-start;
  }

  .delivery__icon {
    display: none;
  }

  .delivery__value {
    font-size: 18px;
    text-align: left;
  }

  .delivery__image {
    width: calc(100% + 16px);
    max-width: calc(100% + 16px);
    margin: 0 -8px 24px;
  }

  .delivery__list {
    grid-template-columns: 1fr;
  }

  .delivery__block {
    margin-bottom: 24px;
  }

  .delivery__all {
    width: 100%;
    margin-top: 8px;
    font-size: 15px;
    padding: 15px 18px 15px 28px;
  }

  .delivery {
    margin-bottom: 72px;
  }

  .delivery__caption {
    margin-bottom: 16px;
  }

  .delivery__address {
    font-size: 18px;
    line-height: 133%;
    margin-bottom: 24px;
  }

  .delivery__point {
    font-size: 18px;
  }

  .order__image {
    display: none;
    width: calc(100% + 16px);
    max-width: calc(100% + 16px);
    margin: 0 -8px 38px;
  }

  .order__bg {
    padding: 0;
    background: none;
  }

  .order {
    background: none;
    margin-bottom: 72px;
  }

  .order__title {
    font-size: 36px;
    line-height: 122%;
    color: #121212;
    margin-bottom: 24px;
  }

  .order__link {
    font-size: 15px;
    width: 100%;
    justify-content: space-between;
    padding: 15px 18px 15px 28px;
  }

  .order__align {
    margin-bottom: 38px;
  }

  .types__item {
    width: 287px;
    padding: 15px 17px 22px;
    min-height: auto;
    height: auto;
  }

  .types__type {
    font-size: 15px;
  }

  .types__caption {
    font-size: 18px;
  }

  .types__main {
    gap: 13px;
  }

  .types__title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 24px;
  }

  .types__subtitle {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .types {
    margin-bottom: 72px;
  }

  .lab__title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 24px;
  }

  .lab__image {
    width: calc(100% + 16px);
    max-width: calc(100% + 16px);
    margin: 0 -8px 24px;
    height: 342px;
    object-fit: cover;
  }

  .lab__block {
    gap: 0;
  }

  .lab {
    background: none;
    padding-bottom: 0;
    margin-bottom: 72px;
  }

  .lab__text+.lab__text {
    margin-top: 24px;
  }

  .lab__text {
    font-size: 15px;
    text-align: initial;
  }

  .lab__wrapper {
    margin-bottom: 24px;
  }

  .lab__align {
    display: none;
  }

  .lab__align.mobile {
    display: block;
  }

  .lab__more {
    display: none;
  }

  .lab__features {
    padding: 0;
    border: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 35px;
    margin-bottom: 24px;
  }

  .lab__feature+.lab__feature {
    margin-top: 0;
  }

  .lab__link {
    width: 100%;
    justify-content: space-between;
    font-size: 15px;
    padding: 15px 18px 15px 28px;
  }

  .lab__top {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 16px;
  }

  .lab__bottom {
    font-size: 18px;
    line-height: 133%;
  }

  .delsec__bottom {
    grid-template-columns: 1fr 1fr;
    gap: 24px 35px;
  }

  .delsec__pill {
    align-items: flex-start;
  }

  .delsec__icon {
    width: 40px;
  }

  .delsec__info {
    font-size: 18px;
    line-height: 133%;
    border-bottom: 0;
  }

  .delsec {
    padding: 32px 24px;
    margin: 0 7px 72px;
  }

  .delsec__title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 24px;
  }

  .delsec__top {
    gap: 0;
    margin-bottom: 0;
  }

  .delsec__arrows {
    display: none;
  }

  .delsec__text {
    font-size: 15px;
    margin-bottom: 40px;
  }


  .delsec .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .delsec .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
  }

  .delsec .container {
    padding: 0;
  }

  .delsec__item {
    padding: 24px;
  }

  .delsec__image {
    margin-bottom: 24px;
  }

  .delsec__caption {
    font-size: 18px;
    line-height: 133%;
    padding-bottom: 15px;
    margin-bottom: 16px;
  }

  .delsec__chars {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .delsec .main-pagination {
    margin-top: 16px;
  }

  .delsec__info {
    text-align: left;
  }

  .delsec__slider {
    margin-bottom: 34px;
  }

  .delsec__value {
    font-size: 15px;
  }

  .garant {
    overflow: hidden;
  }

  .garant__block {
    overflow: visible;
    max-width: 287px;
    margin: 0 auto;
  }

  .garant__arrows {
    display: none;
  }

  .garant__toppo {
    gap: 0;
    margin-bottom: 24px;
  }

  .garant__title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 24px;
  }

  .garant__text {
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 0;
  }

  .garant__item {
    padding: 17px 15px 18px;
  }

  .garant__top {
    padding: 18px 18px 0;
  }

  .garant__name {
    font-size: 18px;
  }

  .garant__size {
    font-size: 15px;
  }

  .garant {
    margin-bottom: 72px;
  }

  .team__button {
    display: none;
  }

  .team__button.mobile {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    gap: 15px;
    padding: 21px 23px 20px 23px;
  }

  .team__top {
    align-items: center;
    padding-right: 0;
    margin-bottom: 24px;
  }

  .team__name {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .team__post {
    font-size: 15px;
  }

  .team__title {
    font-size: 32px;
    text-align: center;
    line-height: 125%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .team {
    margin-bottom: 72px;
  }

  .team__item {
    padding: 0 29px;
  }

  .team__alo {
    padding: 0 39px;
    margin-top: 24px;
  }

  .objects__arrows {
    display: none;
  }

  .objects {
    margin-bottom: 72px;
  }

  .objects__title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 24px;
  }

  .delsec__slider.second .delsec__item {
    width: 313px;
    padding: 23px 23px 24px;
  }

  .objects {
    overflow: hidden;
  }

  .delsec__slider.second {
    overflow: visible;
  }

  .objects__top {
    margin-bottom: 0;
  }

  .cost.second {
    background: none;
  }

  .cost__features {
    display: none;
  }

  .cost__features.mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
    gap: 24px 35px;
  }

  .footer {
    padding: 30px 0 39px;
  }

  .footer__top {
    gap: 47px;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 35px;
  }

  .footer__right {
    flex-direction: column;
    align-items: flex-start;
    border: none;
    padding-top: 24px;
    gap: 24px;
  }

  .footer__logo-first {
    width: 72px;
  }

  .footer__logo {
    gap: 24px;
  }

  .footer__logo-second {
    width: 220px;
  }

  .footer__nav {
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 35px;
  }

  .footer__second {
    flex-direction: column;
    gap: 35px;
    padding: 0 16px;
    margin-bottom: 35px;
  }

  .footer__order {
    width: 100%;
  }

  .footer__phone {
    font-size: 24px;
  }

  .footer__address {
    font-size: 15px;
  }

  .footer__third {
    padding: 0 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
  }

  .footer__bottom {
    padding: 0 16px;
    gap: 0;
  }

  .footer__info {
    margin-bottom: 24px;
  }

  .cost__bg {
    padding-top: 0;
  }

  .intro__title {
    font-size: 36px;
    line-height: 122%;
    margin: 24px 0;
  }

  .breadcrumbs__link {
    font-size: 15px;
  }

  .breadcrumbs__last {
    font-size: 15px;
  }

  .breadcrumbs {
    gap: 10px;
  }

  .intro__image.mobile {
    display: block;
    width: calc(100% + 16px);
    margin: 0 -8px 24px;
  }

  .intro__text {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .intro__link {
    width: 100%;
    justify-content: space-between;
    font-size: 15px;
    padding: 15px 18px 15px 28px;
  }

  .intro__block {
    margin-bottom: 38px;
  }

  .intro {
    padding-top: 24px;
    margin-bottom: 72px;
  }

  .why {
    margin-bottom: 72px;
  }

  .why__title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 24px;
  }

  .why__block {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .why__item {
    padding: 23px;
  }

  .why__image {
    width: 100%;
    height: auto;
  }

  .why__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
  }

  .why__text {
    font-size: 18px;
    line-height: 133%;
    max-width: 238px;
  }

  .own__title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 24px;
  }

  .own__image.mobile {
    width: calc(100% + 16px);
    max-width: calc(100% + 16px);
    margin: 0 -8px 24px;
  }

  .own__lat {
    margin-bottom: 24px;
  }

  .own__text+.own__text {
    margin-top: 24px;
    font-size: 15px;
    line-height: 140%;
  }

  .owl__grid {
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .owl__link {
    width: 100%;
    justify-content: space-between;
    font-size: 15px;
    padding: 15px 18px 15px 28px;
  }

  .owl__align {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .owl__time {
    text-align: center;
    padding: 20px 15px;
    font-size: 15px;
  }

  .own {
    margin-bottom: 72px;
  }

  .owl__point {
    font-size: 15px;
  }

  .info__block+.info__block {
    margin-top: 48px;
  }

  .info__title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 24px;
  }

  .info {
    margin-bottom: 72px;
  }

  .info__image.moible {
    max-width: calc(100% + 16px);
    width: calc(100% + 16px);
    margin: 0 -8px 24px;
    height: 342px;
    object-fit: cover;
  }

  .info__text {
    font-size: 15px;
    line-height: 140%;
  }

  .info__point {
    font-size: 15px;
  }

  .info__block {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .info__bottom {
    font-size: 15px;
  }

  .cost.third {
    background: none;
  }

  .owl__grid {
    gap: 8px;
  }

  .entry__title {
    font-size: 36px;
    line-height: 122%;
    margin: 24px 0;
  }

  .entry {
    padding-top: 24px;
    margin-bottom: 72px;
  }

  .entry__image.mobile {
    width: calc(100% + 16px);
    max-width: calc(100% + 16px);
    margin: 0 -8px 24px;
  }

  .entry__text {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .def {
    margin-bottom: 72px;
  }

  .def__title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 24px;
  }

  .def__text {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .def__global.clamped {
    max-height: 257px;
    overflow: hidden;
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  }

  .def__more {
    background: none;
  }

  .prices__title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 24px;
  }

  .prices {
    margin-bottom: 72px;
  }

  .chars__block {
    flex-direction: column;
  }

  .chars__title {
    font-size: 36px;
    line-height: 122%;
    margin-bottom: 24px;
    text-align: left;
  }

  .chars .container {
    padding: 0 7px;
  }

  .chars__image {
    margin-bottom: 24px;
  }

  .chars__item+.chars__item {
    margin-top: 24px;
  }

  .chars__block {
    gap: 24px;
    margin-bottom: 24px;
  }

  .chars__label {
    font-size: 15px;
  }

  .chars__value {
    font-size: 18px;
    line-height: 100%;
  }

  .chars__value:before {
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
  }

  .chars {
    margin-bottom: 72px;
  }

  .chars__bottom {
    padding: 24px 24px 33px;
  }

  .chars__caption {
    font-size: 15px;
  }

  .chars__point {
    font-size: 15px;
  }

  .chars-modal {
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }

  .chars-modal__item:before {
    top: 0;
    transform: initial;
  }

  .where__title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 24px;
  }

  .where__subtitle {
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 24px;
  }

  .where {
    margin-bottom: 72px;
  }

  .where__block {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .where__last {
    grid-column: span 1;
  }

  .where__item {
    padding-bottom: 23px;
  }

  .where__name {
    font-size: 18px;
    line-height: 133%;
    max-width: 238px;
  }

  .where__last {
    padding: 24px;
  }

  .where__text {
    font-size: 26px;
    line-height: 131%;
  }

  .where__top {
    gap: 16px;
    margin-bottom: 24px;
  }

  .where__point {
    font-size: 18px;
    line-height: 178%;
  }

  .where__button {
    width: 100%;
    justify-content: space-between;
    font-size: 15px;
    padding: 15px 16px 15px 28px;
  }

  .where__add {
    width: 100%;
    text-align: center;
    font-size: 15px;
    padding: 20px 15px;
  }

  .cost.fourth {
    background: none;
  }

  .faq__title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 24px;
  }

  .accordion {
    font-size: 18px;
    padding: 23px;
    gap: 12px;
    align-items: flex-start;
    line-height: 133%;
  }

  .faq__arrow {
    width: 47px;
    height: 47px;
  }

  .faq__item+.faq__item {
    margin-top: 8px;
  }

  .panel p {
    margin-top: 0;
    font-size: 16px;
    padding: 0 23px 23px 23px;
  }

  .faq__global {
    gap: 8px;
  }

  .faq {
    margin-bottom: 72px;
  }

  .faq__align {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding-bottom: 23px;
    margin-bottom: 24px;
  }

  .faq__right {
    padding: 25px 23px;
  }

  .faq__caption {
    font-size: 26px;
    line-height: 131%;
    margin-bottom: 12px;
  }

  .faq__description {
    font-size: 15px;
  }

  .faq__label {
    font-size: 15px;
    line-height: 100%;
    margin-bottom: 16px;
  }

  .faq__phone {
    font-size: 26px;
    line-height: 131%;
  }

  .contacts {
    padding-top: 24px;
    margin-bottom: 72px;
  }

  .contacts__title {
    padding-top: 24px;
    font-size: 36px;
    line-height: 122%;
    margin-bottom: 32px;
  }

  .contacts__caption {
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 16px;
  }

  .contacts__text {
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 16px;
  }

  .contacts__item {
    font-size: 15px;
    line-height: 160%;
  }

  .contacts__list {
    margin-bottom: 0;
  }

  .contacts__link {
    width: 100%;
    justify-content: space-between;
    font-size: 15px;
    padding: 21px 31px 21px 28px;
    gap: 30px;
  }

  .contacts__block {
    gap: 32px;
  }

  .contacts__align {
    display: none;
  }

  .contacts__align.mobile {
    display: flex;
  }

  .contacts__map {
    height: 239px;
    margin-bottom: 32px;
  }

  .contacts__block+.contacts__block {
    margin-top: 32px;
  }

  .cycle__title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 24px;
  }

  .cycle__suptitle {
    font-size: 15px;
    line-height: 100%;
    margin-bottom: 24px;
  }

  .cycle__item {
    width: 287px;
    padding: 23px;
  }

  .cycle__icon {
    width: 64px;
    margin-bottom: 24px;
  }

  .cycle__subcaption {
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 8px;
  }

  .cycle__caption {
    font-size: 18px;
    line-height: 133%;
    max-width: 100%;
    padding-bottom: 16px;
  }

  .cycle {
    margin-bottom: 72px;
    overflow: hidden;
  }

  .cycle__slider {
    overflow: visible;
  }

  .opening {
    padding-top: 24px;
    margin-bottom: 72px;
  }

  .opening__top {
    margin: 24px 0;
  }

  .opening__title {
    font-size: 36px;
    line-height: 122%;
  }

  .opening__right {
    display: none;
  }

  .opening__right.mobile {
    display: block;
    max-width: 100%;
    margin-bottom: 38px;
  }

  .opening__link {
    width: 100%;
    justify-content: space-between;
    font-size: 15px;
    padding: 15px 18px 15px 28px;
  }

  .opening__text {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .opening__wrapper {
    margin-bottom: 24px;
  }

  .opening__video {
    height: 239px;
  }

  .opening__play {
    width: 45px;
  }

  .opening__ok {
    display: none;
  }

  .opening__bottom {
    gap: 24px 35px;
  }

  .opening__pill {
    align-items: flex-start;
  }

  .opening__value {
    font-size: 18px;
    text-align: left;
    line-height: 133%;
  }

  .modal__close {
    top: 8px;
    right: 8px;
  }

  .modal__window {
    padding: 32px 24px;
  }

  .modal__title {
    font-size: 26px;
    line-height: 131%;
    letter-spacing: -0.04em;
    margin-bottom: 16px;
  }

  .main-form__date {
    padding: 21px 20px 24px;
  }

  .main-form__caps {
    margin-top: 16px;
  }

  .main-form__textarea {
    height: 120px;
    padding: 21px 24px;
    font-size: 15px;
  }

  .main-form__select {
    padding: 21px 24px;
    font-size: 15px;
  }

  .modal.fourth .modal__window {
    padding: 32px 24px;
  }

  .modal__image {
    width: 114px;
    margin-bottom: 16px;
  }

  .modal__caption {
    font-size: 26px;
    line-height: 131%;
    margin-bottom: 8px;
  }

  .modal__subcaption {
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 16px;
  }

  .modal__sub {
    font-size: 15px;
    padding: 21px 39px;
  }

  .delivery__list {
    column-count: 1;
    column-gap: 60px;
    max-height: 284px;
  }

  .hero__video {
    position: static;
    display: block;
    width: 100%;
    height: 342px;
    padding: 0 7px;
    margin-bottom: 38px;
  }


  .cost__image.mobile {
    display: block;
    object-fit: cover;
  }

  .hero__video {
    display: none;
  }

  .cost {
    background: none !important;
  }

  .blog__form {
    max-width: 100%;
  }

  .blog__wrapper {
    padding: 0;
  }

  .blog__title {
    font-size: 50px;
  }

  .blog__top {
    margin-bottom: 20px;
  }

  .blog__item {
    padding: 15px 0;
  }

  .blog__caption {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .blog__text {
    margin-bottom: 10px;
  }

  .blog {
    padding: 30px 0 70px;
  }

  .article__title {
    font-size: 45px;
    margin-bottom: 25px;
  }

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

  .read {
    margin-bottom: 60px;
  }

  .article {
    padding: 30px 0 40px;
  }

  .read__title {
    font-size: 40px;
  }

  .read__top {
    margin-bottom: 20px;
  }

  .read__item {
    padding: 15px;
  }

  .read__image {
    margin-bottom: 20px;
  }

  .ovo {
    padding: 30px 0 60px;
  }

  .ovo__title {
    margin: 30px 0;
    font-size: 40px;
  }

  .ovo__link {
    justify-content: space-between;
    width: 100%;
  }

  .cond__title {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .cond__block {
    grid-template-columns: 1fr;
  }

  .cond {
    margin-bottom: 60px;
  }

  .comp__title {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .comp {
    margin-bottom: 60px;
  }

  .cost.second {
    margin-bottom: 50px;
  }

  .aprel__title {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .aprel__top {
    gap: 30px;
  }

  .aprel__top {
    margin-bottom: 80px;
  }

  .aprel {
    margin-bottom: 100px;
  }

  .hero .hero__video {
    display: block;
  }
}

@media (max-width: 480px) {
  .header-mobile__inner {
    max-width: 100%;
  }
}