html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

.l-content>.l-wrapper {
  display: none !important;
}

.l-page .l-content {
  padding-top: 0;
  padding-bottom: 0;
}

@font-face {
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Geologica'),
    local('Geologica-Light'),
    url('../fonts/Geologica-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Geologica SemiBold'),
    local('Geologica-SemiBold'),
    url('../fonts/Geologica-SemiBold.woff2') format('woff2');
}

.fancybox__backdrop {
  --fancybox-bg: rgba(48, 44, 41, 0.8);
  backdrop-filter: blur(8.899999618530273px);
}

.fancybox__content>.f-button.is-close-btn {
  --f-button-width: 44px;
  --f-button-height: 44px;
  --f-button-border-radius: 50%;
  --f-button-bg: #fff;
  --f-button-hover-bg: #fff;
  --f-button-active-bg: #fff;
  --f-button-color: #9a9fa8;
  --f-button-hover-color: #0089ce;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 3;
}

.fancybox__content>.f-button.is-close-btn {
  right: -57px;
  top: 0;
  opacity: 1;
  outline: none !important;
}

.fancybox__slide:not(.has-image) {
  padding: 10px !important;
}

#ds {
  font-family: 'Geologica', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.28;
  letter-spacing: 0.01em;
  color: #404040;
  overflow: hidden;
  position: relative;
}

.fancybox__content {
  font-family: 'Geologica', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.28;
  letter-spacing: 0.01em;
  color: #404040;
  padding: 0;
  border-radius: 32px;
  background: #fff;
  width: 628px;
}

#ds .l-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: auto;
}

.ds-mobile {
  display: none;
}

.ds-desktop {
  display: inline;
}

.ds a {
  color: #6996ED;
  text-decoration: none;
}

.ds a:hover {
  text-decoration: underline;
}

.ds p {
  margin: 0 0 1em;
}

.ds p:last-child {
  margin: 0;
}

.ds-h1,
.ds-h2,
.ds-h3 {
  font-family: inherit;
  font-weight: 600;
  line-height: normal;
  color: inherit;
  margin: 0;
}

.ds-h1 {
  font-size: 54px;
  letter-spacing: 0.015em;
  line-height: 1.1;
  margin-bottom: 12px;
}

.ds-h2 {
  font-size: 32px;
}

.ds-h3 {
  font-size: 24px;
}

.ds-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  position: relative;
  border: none;
  column-gap: 10px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 16px;
  padding: 0 30px;
  height: 56px;
  cursor: pointer;
  text-decoration: none !important;
  color: #fff !important;
  background: #6996ED;
  transition: background-color 0.15s ease-in-out;
}

form.is-loading .ds-btn,
.ds-btn:hover,
.ds-btn:active,
.ds-btn:focus {
  color: #fff !important;
  background: #3D6DCA;
}

.ds-btn_dark {
  background: #525252;
}

.ds-btn_dark:hover,
.ds-btn_dark:active,
.ds-btn_dark:focus {
  background: #3b3b3b;
}

.ds-btn_block {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.ds-btn[disabled] {
  pointer-events: none;
  opacity: .4;
}

.ds-header {
  position: relative;
}

.ds-header__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ds-header__bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ds-header__inner {
  display: flex;
  align-items: center;
  height: 527px;
  position: relative;
}

.ds-header__content {
  width: 100%;
  max-width: 600px;
}

.ds-header__subtitle {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  border-radius: 24px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
  padding: 8px 14px;
  margin-bottom: 25px;
}

.ds-header__text {
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 34px;
}

.ds-header__btn {
  min-width: 368px;
}

.ds-gallery {
  padding: 77px 0;
}

.ds-gallery__inner {
  display: flex;
  align-items: center;
  column-gap: 60px;
}

.ds-gallery__content-col,
.ds-gallery__gallery-col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 1px;
  max-width: 581px;
}

.ds-gallery__content-col {
  order: 1;
}

.ds-gallery__gallery-col {
  align-self: flex-start;
}

.ds-gallery__header {
  margin-bottom: 28px;
}

.ds-gallery__title {
  margin-bottom: 7px;
}

.ds-gallery__list-title {
  margin-bottom: 28px;
}

.ds-gallery__list-item {
  display: flex;
  column-gap: 20px;
  margin-bottom: 24px;
}

.ds-gallery__list-num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  background: #6996ED;
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  line-height: 1;
}

.ds-gallery__list-text {
  line-height: 1.29;
  font-size: 20px;
  max-width: 490px
}

.swiper-pagination {
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-color: #439DD7;
  --swiper-pagination-bullet-inactive-color: #D9D9D9;
  --swiper-pagination-bullet-inactive-opacity: 1;
  position: static;
  margin-top: 20px;
}

.ds-gallery__slider img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.ds-tariffs {
  background: url('../img/tariffs-bg.jpg');
  padding: 72px 0;
  margin-bottom: 72px;
}

.ds-tariffs__section {
  max-width: 1048px;
  margin: 0 auto;
}

.ds-tariffs__header {
  margin-bottom: 24px;
}

.ds-tariffs__title {
  font-size: 44px;
  margin-bottom: 8px;
}

.ds-tariff-chips {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

.ds-tariff-chip {
  padding: 4px 16px;
  background: #C0AA98;
  color: white;
  font-weight: 600;
  border-radius: 24px;
  font-size: 14px;
  line-height: 18px;
}

.ds-tariff-specs {
  display: flex;
  height: 83px;
  align-items: center;
  justify-content: space-around;
  background-color: #F7F6F4;
  border-radius: 16px;
  margin-block: 16px;
}

.ds-tariff-specs-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.ds-tariff-specs-item__label {
  font-size: 16px;
  font-weight: 600;
}

.ds-tariff-specs-item__icon {
  width: 32px;
}

.ds-tariff-item__link-wrapper {
  margin-bottom: 24px;
}

.ds-tariff-item__link {
  font-weight: 600;
  font-size: 16px;
}

.ds-tariffs__list {
  display: flex;
  justify-content: center;
  gap: 32px;
}


.ds-tariff-item {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  position: relative;
}

.ds-tariff-item.is-open {
  background: rgba(255, 255, 255, 1);
  z-index: 1;
}

.ds-tariff-item__image {
  display: flex;
  align-items: center;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
  width: 507px;
  height: 254px;
}

.ds-tariff-item__image img {
  display: block;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  will-change: transform;
  transition: 0.5s ease-in-out;
}

.ds-tariff-item:hover .ds-tariff-item__image img {
  transform: scale(1.1);
}

.ds-tariff-item__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 16px 0 0 24px;
}

.ds-tariff-item__header {
  display: flex;
  flex-direction: column;
}

.ds-tariff-item__title {
  line-height: 1.06;
  max-width: 10em;
  margin-bottom: 4px;
  font-size: 24px;
}

.ds-tariff-item__subtitle {
  margin-top: auto;
}

.ds-tariff-item__icons {
  display: flex;
  justify-content: space-between;
  margin: 11px auto 0;
  width: 100%;
  max-width: 438px;
}

.ds-tariff-item__icons>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 600;
  row-gap: 5px;
}

.ds-tariff-item__icons>div img {
  width: 50px;
  height: 50px;
}

.ds-tariff-item__text {
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 12px;
}

.ds-tariff-item__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 12px;
  margin-top: auto;
}

.ds-tariff-item__price {
  font-weight: 600;
  font-size: 42px;
  line-height: 1.1;
  color: #6996ED;
  white-space: nowrap;
}

.ds-tariff-item__price-info {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
}

.ds-tooltip-icon {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 16px;
  height: 16px;
  background: #d6d6d6;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  border-radius: 100%;
  cursor: pointer;
  border: none;
  padding: 0;
}

.ds-tooltip-icon:after {
  content: '';
  position: absolute;
  cursor: pointer;
  width: 200%;
  height: 200%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ds-tooltip {
  position: absolute;
  font-size: 14px;
  line-height: 1.29;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 6px;
  padding: 16px;
  width: max-content;
  max-width: 470px;
  z-index: 100;
  pointer-events: none;
}

.ds-tooltip__arrow {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: #fff transparent;
  border-width: 5px 4px;
}

.ds-tooltip[data-position='top'] .ds-tooltip__arrow {
  top: 100%;
  border-bottom-width: 0;
}

.ds-tooltip[data-position='bottom'] .ds-tooltip__arrow {
  bottom: 100%;
  border-top: 0;
}

.ds-tooltip[data-direction='left'] .ds-tooltip__arrow {
  left: 12px;
}

.ds-tooltip[data-direction='right'] .ds-tooltip__arrow {
  right: 12px;
}

.ds-tooltip[data-direction='center'] .ds-tooltip__arrow {
  left: 50%;
  margin-left: -4px;
}

.ds-tooltip[data-direction='float'] .ds-tooltip__arrow {
  left: 50%;
}

.ds-tariff-item__btn {
  width: 100%;
}

.ds-tariff-item__list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}

.ds-tariff-item__list-item {
  display: flex;
  margin-bottom: 12px;
  font-size: 16px;
}

.ds-tariff-item__list-item::before {
  content: '✦';
  color: #F3EEE6;
  display: block;
  font-size: 18px;
  margin-right: 8px;
}

.ds-tariff-item__list-item:last-child {
  margin-bottom: 0;
}

.ds-tariff-item__more-wrapper {
  margin-top: 53px;
}

.ds-tariff-item__more {
  padding: 31px 0 6px;
  margin-right: -19px;
  display: none;
}

.ds-tariff-item.is-open .ds-tariff-item__more {
  display: block;
}

.ds-tariff-item__more-list {
  margin: 0;
  padding: 0 0 0 24px;
}

.ds-tariff-item__more-list li {
  margin-bottom: 24px;
}

.ds-tariff-item__more-list li::marker {
  color: #d4d6da;
}

.ds-tariff-item__more-link {
  font-weight: 600;
}

.ds-tariff-item__more-btn {
  width: 100%;
  cursor: pointer;
  color: #6996ED;
  border: none;
  padding: 0;
  background: none;
}

.ds-tariff-item.is-open .ds-tariff-item__more-btn-text {
  opacity: 0;
}

.ds-tariff-item__more-btn-icon {
  margin-top: 2px;
}

.ds-tariff-item.is-open .ds-tariff-item__more-btn-icon {
  transform: rotate(180deg);
}

.ds-tariff-item__btn {
  width: 100%;
}

@media (min-width: 1200px) {
  .ds-tariff-item_lg .ds-tariff-item__title {
    max-width: none;
  }

  .ds-tariff-item_lg .ds-tariff-item__content {
    padding: 16px 24px 24px;
  }

  .ds-tariff-item_lg .ds-tariff-item__more-wrapper {
    border-top: 1px solid #dedede;
    margin-top: 32px;
    padding-top: 24px;
  }

  .ds-tariff-item_lg .ds-tariff-item__price-info {
    font-size: 16px;
  }
}

.ds-summary-title {
  margin-bottom: 24px;
}

.ds-summary-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.ds-summary-items .swiper-slide {
  width: 336.75px;
}

.ds-summary-item {
  padding: 24px;
  background: #F1EFEC;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ds-summary-item-preview {
  border-radius: 20px;
}

.ds-project-examples {
  margin-bottom: 72px;
  margin-top: 72px;
  position: relative;
}

.ds-project-examples-title {
  margin-bottom: 24px;
}

.ds-project-examples .swiper-slide {
  width: 430px;
}

.ds-project-examples .swiper {
  position: static;
}

.ds-project-examples :is(.swiper-button-next, .swiper-button-prev) {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 4px 20px #0001;
  background-color: #FFF;
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
  transition: box-shadow 0.2s;
  transform: translateY(50%);
}

.ds-project-examples :is(.swiper-button-next, .swiper-button-prev)::after {
  content: '';
}

.ds-project-examples :is(.swiper-button-next, .swiper-button-prev):hover {
  box-shadow: 0 4px 20px #0002;
}

.ds-project-examples .swiper-button-next {
  right: -22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon-svg' viewBox='0 0 24 24'%3E%3Cpath fill='%239A9FA8' d='M3 12c0 .43.34.778.76.778h13.646l-4.782 4.894a.79.79 0 000 1.1.747.747 0 001.075 0l6.079-6.222a.791.791 0 000-1.1l-6.08-6.222a.747.747 0 00-1.074 0 .79.79 0 000 1.1l4.782 4.894H3.76c-.42 0-.76.348-.76.778z'%3E%3C/path%3E%3C/svg%3E");
}

.ds-project-examples .swiper-button-prev {
  left: -22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon-svg' viewBox='0 0 24 24'%3E%3Cpath fill='%239A9FA8' d='M20 12c0-.43-.34-.778-.76-.778H5.594l4.782-4.894a.79.79 0 000-1.1.747.747 0 00-1.075 0L3.223 11.45a.79.79 0 000 1.1L9.3 18.772a.748.748 0 001.075 0 .79.79 0 000-1.1l-4.782-4.894H19.24c.42 0 .76-.348.76-.778z'%3E%3C/path%3E%3C/svg%3E");
}

.ds-project-examples__item {
  position: relative;
  pointer-events: none;
  width: 100%;
}

.ds-project-examples__item-exclude {
  cursor: pointer;
  position: absolute;
  right: 16px;
  bottom: 16px;
  background: #00000040;
  border-radius: 50%;
  border: none;
  outline: none;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ds-project-examples__item-exclude svg {
  width: 11px;
  height: 11px;
  color: white;
}

.ds-project-examples__item>img {
  height: 430px;
  border-radius: 24px;
  object-fit: contain;
}


.ds-project-example {
  margin-bottom: 119px;
}

.ds-project-example__header {
  margin-bottom: 47px;
}

.ds-project-example__title {
  margin-bottom: 12px;
}

.ds-project-example__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 62px;
}

.ds-project-example__item {
  pointer-events: none;
}

.ds-project-example__item-title {
  text-align: center;
  margin-bottom: -13px;
}

.ds-project-example__item-title>span {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  border-radius: 100px;
  padding: 8px 30px;
  position: relative;
}

.ds-project-example__item-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 32px;
}

.ds-projects {
  margin-bottom: 131px;
}

.ds-projects__header {
  margin-bottom: 61px;
}

.ds-projects__title {
  margin-bottom: 13px;
}

.ds-project-item {
  display: grid;
  grid-template-areas:
    'gallery header'
    'gallery content';
  column-gap: 100px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1.59fr 1fr;
  margin-bottom: 112px;
  color: inherit !important;
  text-decoration: none !important;
}

.ds-project-item__header {
  grid-area: header;
}

.ds-project-item__title {
  max-width: 12.5em;
  margin-bottom: 40px;
}

.ds-project-item__gallery {
  grid-area: gallery;
  display: grid;
  grid-template-areas:
    'cell1 cell2'
    'cell1 cell3';
  gap: 20px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 3fr 1fr;
}

.ds-project-item__gallery-item {
  background: #000;
  overflow: hidden;
}

.ds-project-item__gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.25s ease-in-out;
}

.ds-project-item__gallery-item:hover img {
  opacity: .8;
}

.ds-project-item__gallery-item_1 {
  grid-area: cell1;
}

.ds-project-item__gallery-item_2 {
  grid-area: cell2;
}

.ds-project-item__gallery-item_3 {
  grid-area: cell3;
}

.ds-project-item__gallery-item,
.ds-project-item__gallery-item img {
  border-radius: 24px;
}

.ds-project-item__content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ds-project-item__text {
  margin-bottom: 12px;
}

.ds-project-item__btn {
  width: 100%;
  max-width: 250px;
}

.ds-projects__footer {
  text-align: center;
}

.ds-work-scheme-block {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url('../img/bg-2.jpg');
  background-size: cover;
  padding: 72px 0;
  margin-bottom: 72px;
  scroll-margin-top: 60px;
}

.ds-design-project {
  margin-bottom: 72px;
}

.ds-design-project__title {
  margin-bottom: 24px;
}

.ds-form-block {
  padding: 40px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
}

.ds-form-block__header {
  margin-bottom: 16px;
}

.ds-form-block__title {
  margin-bottom: 4px;
}

.ds-form-block__subtitle {
  font-size: 14px;
  color: rgba(82, 82, 82, 0.7);
}

.ds-form {
  padding-right: 24px;
}

.ds-form-block_row .ds-form-block__footer {
  border-left: 1.5px solid #dedede;
}

.ds-form__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.ds-form label.error {
  font-size: 14px;
  color: #FF525F
}

.ds-form__btn-field {
  grid-column: 1 / -1;
}

.ds-form__check-field {
  grid-column: 1 / -1;
}

.ds-form-input {
  display: block;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: none !important;
  transition: 0.15s ease-in-out;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 17px 16px;
  border-radius: 16px;
  border: 2px solid #E2E4E8;
  background: white;
  color: #494949;
}

.ds-form-input::placeholder {
  color: #979797;
  opacity: 1;
}

.ds-form__btn {
  width: 100%;
}

.ds-form__btn-field {
  margin-top: 6px;
}

.ds-form.submitted .ds-form__btn {
  pointer-events: none;
}

form.is-loading .ds-btn {
  pointer-events: none;
}

form.is-loading .ds-btn__text {
  opacity: 0;
  visibility: hidden;
}

form.is-loading .ds-btn:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 38px;
  margin: -19px;
  border-radius: 50%;
  background-image: conic-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  animation: rotate 1s linear infinite;
}

form.is-loading .ds-btn:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -15px;
  border-radius: 50%;
  background: #3D6DCA;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

.ds-form-check {
  font-size: 14px;
  line-height: 18px;
  color: #979797;
}

.ds-form-check label {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.ds-form-check input {
  opacity: 0;
}

.ds-form-check input~span {
  display: block;
  position: relative;
  padding: 0 0 0 24px;
}

.ds-form-check input,
.ds-form-check input~span:before,
.ds-form-check input~span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.15s ease-in-out;
}

.ds-form-check input,
.ds-form-check input~span:before {
  width: 16px;
  height: 16px;
  border: 2px solid #d4d6da;
  border-radius: 4px;
}

.ds-form-check input:checked~span:before {
  border-color: #6996ED;
  background: #6996ED;
}

.ds-form-check label:hover input:checked~span:before {
  border-color: #3D6DCA;
  background: #3D6DCA;
}

.ds-form-check input~span:after {
  width: 9px;
  height: 6px;
  margin: 4.6px 0 0 3.5px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 0 1.9px 1.9px;
  opacity: 0;
  transform: rotate(-45deg);
}

.ds-form-check input:checked~span:after {
  opacity: 1;
}

.ds-form-check input:disabled~span {
  opacity: 0.5;
  cursor: default;
  cursor: not-allowed;
}

.ds-form-check a {
  color: inherit;
  text-decoration: underline;
}

.ds-form-check a:hover {
  color: rgba(140, 140, 140, 1);
}

.ds-form-block__footer {
  padding-left: 24px;
  max-width: 416px;
  margin-top: 75px;
}

.ds-form-block__footer-title {
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
  color: #525252;
}

.ds-form-block__footer-buttons {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.ds-form-block__whatsApp-btn {
  width: 100%;
}

.ds-form-block__whatsApp-btn img {
  width: 23px;
  height: 23px;
}


.ds-form-block .ds-btn {
  height: 60px;
}

.ds-form-block .ds-form__check-field {
  margin-top: 4px;
}

@media (min-width: 767px) {
  .ds-form-block_row {
    margin: 0;
    display: flex;
    padding: 24px 32px;
  }

  .ds-form-block_row .ds-form-block__content {
    flex: 0 0 auto;
    width: 66%;
  }

  .ds-form-block_row .ds-form-block__footer {
    flex: 0 0 auto;
    width: 34%;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
  }

  .ds-form-block_row .ds-form-block__header {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 24px;
  }

  .ds-form-block_row .ds-form__content {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .ds-form-block_row .ds-form-block__footer-btn-wrapper {
    margin-top: auto;
  }
}

@media (min-width: 1200px) {
  .ds-form-block_row .ds-form-input {
    padding: 15px;
  }

  .ds-form-block_row.ds-form-block .ds-btn {
    height: 52px;
  }

  .ds-form-block_row.ds-form-block .ds-form__check-field {
    margin: 0;
    align-self: flex-end;
  }

  .ds-form-block_row .ds-form-check {
    font-size: 12px;
    line-height: 16px;
  }

  .ds-form-block_row .ds-form-check input,
  .ds-form-block_row input~span:before,
  .ds-form-block_row input~span:after {
    top: 0px;
  }

  .ds-form-block_row .ds-form-block__telegram-btn,
  .ds-form-block_row .ds-form-block__whatsApp-btn {
    column-gap: 12px;
    margin-bottom: 30px;
    width: 100%;
    border-radius: 8px;
  }

  .ds-form-block_row .ds-form-block__telegram-btn img,
  .ds-form-block_row .ds-form-block__whatsApp-btn img {
    width: 32px;
    height: 32px;
  }
}

.ds-work-scheme__title {
  margin-bottom: 58px;
}

.ds-work-scheme__list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.ds-work-scheme__item {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 24px;
  padding: 26px;
  padding-bottom: 24px;
  padding-top: 44px;
  position: relative;
}

.ds-work-scheme__item-label {
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  text-align: center;
}

.ds-work-scheme__item-label>span {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  font-size: 16px;
  background: #555A64;
  color: #fff;
  border-radius: 24px;
  padding: 9px 30px;
  position: relative;
  min-width: 150px;
}

.ds-work-scheme__item-header {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dedede;
  height: 102px;
  margin-bottom: 17px;
}

xr .ds-work-scheme__item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.43;
  margin-bottom: 12px;
}

.ds-work-scheme__item-text {
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0;
  color: #878787;
}

.ds-faq {
  margin-bottom: 88px;
}

.ds-faq__title {
  margin-bottom: 24px;
}

.ds-faq__block {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 32px;
}

.ds-faq__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px 24px 0 0;
}

.ds-faq__content {
  padding: 32px 24px;
}

.ds-faq-item:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.ds-faq-item__title {
  user-select: none;
  cursor: pointer;
}

.ds-faq-item__content {
  padding-top: 11px;
  line-height: 1.22;
}

.ds-faq-item:not(.is-open) .ds-faq-item__content {
  display: none;
}

.ds-faq-item__content ul {
  margin: 0;
  padding: 0 0 0 24px;
  line-height: 1.5;
}

.ds-footer {
  background: #F1EDE8;
  background-size: cover;
  padding: 74px 0 115px;
  margin-bottom: 56px;
}

.ds-footer__inner {
  display: grid;
  column-gap: 100px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.ds-footer__header-content {
  max-width: 420px;
}

.ds-footer__num {
  font-weight: 600;
  font-size: 130px;
  line-height: 1;
  color: #6996ED;
  margin-bottom: 20px;
}

.ds-footer__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 50px;
  margin-bottom: 21px;
}

.ds-footer__text {
  max-width: 354px;
  font-size: 24px;
  line-height: 1.42;
}

.ds-footer .ds-form-block__content {
  grid-template-columns: 1fr 1fr !important;
}

.ds-footer .ds-form__btn-field {
  grid-column: 1 / -1;
}

.ds-callback-popup .ds-btn {
  width: 100%;
  margin-bottom: 10px;
}

.ds-callback-popup .ds-form-block__whatsApp-btn {
  margin-bottom: 0;
}

.ds-callback-popup .ds-form-block__footer {
  max-width: 100%;
  padding-left: 0;
  margin-top: 38px;
}

.ds-callback-popup .ds-form {
  border-right: 0;
  padding-right: 0;
}


.ds-success-popup {
  text-align: center;
  padding: 160px 64px 60px;
  font-size: 16px;
}

.ds-success-popup__icon {
  margin-bottom: 24px;
}

.ds-success-popup .ds-h2 {
  margin-bottom: 12px;
}

.ds-success-popup p {
  margin: 0;
}

.ds-success-popup__footer {
  margin-top: 137px;
}

.ds-success-popup__footer .ds-btn {
  height: 70px;
}



.ds-inline {
  display: inline;
}

.ds-block {
  display: block;
}

.ds-form__input-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ds-footer__content {
  min-width: max-content;
  max-width: 882px;
  width: 100%;
}

.ds-footer__content .ds-form-block {
  padding: 24px 32px;
}

.ds-footer__content .ds-form-block__header {
  margin-bottom: 24px;
}

.ds-footer__content .ds-form-block__footer {
  margin-top: 24px;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.ds-footer__content .ds-form-block__footer-btn-wrapper {
  display: flex;
  gap: 12px;
}

.ds-footer__content .ds-btn {
  border-radius: 8px;
  width: 100%;
}

.ds-btn img {
  width: 32px;
  height: 32px;
}

@media (max-width: 1459px) {

  .ds-gallery__inner,
  .ds-project-example__row,
  .ds-work-scheme__list,
  .ds-footer__inner {
    gap: 30px;
  }

  .ds-project-item {
    column-gap: 30px;
  }

}

@media (max-width: 1459px) and (min-width: 767px) {
  .ds-form-block_row .ds-form-block__content {
    padding-right: 30px;
  }

  .ds-form-block_row .ds-form-block__footer {
    padding-left: 24px;
  }
}

.ds-gallery__subtitle {
  font-size: 20px;
}

@media (max-width: 1199px) {
  #ds {
    font-size: 16px;
  }

  .fancybox__content {
    font-size: 16px;
    border-radius: 16px;
    width: 348px;
    margin-top: 60px;
  }

  .ds-success-popup {
    padding: 86px 24px 24px;
  }

  .ds-success-popup__icon {
    margin-bottom: 17px;
  }

  .ds-success-popup__icon img {
    width: 96px;
    height: 96px;
  }

  .ds-success-popup__footer {
    margin-top: 79px;
  }

  .ds-success-popup__footer .ds-btn {
    height: 50px;
  }

  .fancybox__content>.f-button.is-close-btn {
    right: 0;
    top: -55px;
  }

  .swiper-pagination {
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-size: 7px;
    margin-top: 13px;
  }

  .ds-h1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 4px;
  }

  .ds-h2 {
    font-size: 24px;
  }

  .ds-h3 {
    font-size: 18px;
  }

  .ds-btn {
    height: 50px;
  }

  .ds-header__inner {
    height: 400px;
  }

  .ds-header__content {
    max-width: 330px;
  }

  .ds-header__subtitle {
    font-size: 12px;
    padding: 4px 7px;
    margin-bottom: 10px;
  }

  .ds-header__text {
    font-size: 18px;
    line-height: 1.22;
    margin-bottom: 13px;
  }

  .ds-header__btn {
    min-width: 174px;
  }

  .ds-gallery {
    padding: 30px 0 42px;
  }

  .ds-gallery__header {
    margin-bottom: 37px;
  }

  .ds-gallery__title {
    margin-bottom: 10px;
  }



  .ds-gallery__list-title {
    display: none;
  }

  .ds-gallery__list-item {
    column-gap: 15px;
    margin-bottom: 22px;
  }

  .ds-gallery__list-text {
    line-height: 1.44;
  }

  .ds-gallery__list-num {
    position: relative;
    top: -4px;
  }

  .ds-gallery__slider img {
    border-radius: 24px;
  }

  .ds-tariffs {
    padding: 45px 0 1px;
    margin-bottom: 54px;
  }

  .ds-tariffs__header {
    margin-bottom: 34px;
  }

  .ds-tariffs__title {
    margin-bottom: 5px;
  }

  .ds-tariffs__subtitle {
    font-size: 18px;
  }

  .ds-tariff-item {
    border-radius: 24px;
  }

  .ds-tariff-item__image {
    border-radius: 24px 24px 0 0;
  }

  .ds-tariff-item__image img {
    border-radius: 24px 24px 0 0;
  }

  .ds-tariff-item__content {
    padding: 14px 24px;
  }

  .ds-tariff-item__title {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .ds-tariff-item__subtitle {
    line-height: 1.44;
  }

  .ds-tariff-item__footer {
    display: block;
  }

  .ds-tariff-item__price-field {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 22px;
    column-gap: 8px;
    flex-wrap: wrap;
    row-gap: 6px;
  }

  .ds-tariff-item__price {
    font-size: 32px;
  }

  .ds-tariff-item__price-info {
    font-size: 12px;
    text-align: right;
  }

  .ds-tariff-item__btn {
    width: 100% !important;
  }

  .ds-tariff-item__more-wrapper {
    margin-top: 20px;
  }

  .ds-tariff-item__more-btn {
    font-size: 14px;
  }

  .ds-tariff-item__more-btn-icon {
    margin-top: 5px;
  }

  .ds-tariff-item_lg .ds-tariff-item__title {
    max-width: none;
    text-align: center;
  }

  .ds-tariff-item__icons {
    margin-top: 6px;
    font-size: 12px;
  }

  .ds-tariff-item__icons>div img {
    width: 38px;
    height: 38px;
  }

  .ds-tariff-item__text {
    line-height: 1.44;
    margin-bottom: 23px;
  }

  .ds-tariff-item_lg .ds-tariff-item__more-wrapper {
    border-top: 1px solid #dedede;
    margin-top: 24px;
    padding-top: 18px;
  }

  .ds-tariff-item__more {
    padding-top: 0;
    margin-right: 0;
  }

  .ds-tariffs__section {
    margin-bottom: 72px;
  }

  .ds-project-example__header {
    margin-bottom: 20px;
  }

  .ds-project-example__title {
    margin-bottom: 7px;
  }

  .ds-project-example__subtitle {
    font-size: 18px;
  }

  .ds-project-example__item-title>span {
    font-size: 16px;
    padding: 4px 16px;
  }

  .ds-project-example__item-image img {
    border-radius: 16px;
  }

  .ds-project-example {
    margin-bottom: 62px;
  }

  .ds-projects {
    margin-bottom: 43px;
  }

  .ds-projects__header {
    margin-bottom: 40px;
  }

  .ds-projects__title {
    margin-bottom: 4px;
  }

  .ds-projects__subtitle {
    font-size: 18px;
  }

  .ds-project-item {
    margin-bottom: 52px;
  }

  .ds-project-item__title {
    margin-bottom: 22px;
  }

  .ds-project-item__text p {
    margin-bottom: 12px;
  }

  .ds-project-item__btn {
    max-width: none;
  }

  .ds-project-item__gallery {
    gap: 14px;
  }

  .ds-project-item__gallery-item,
  .ds-project-item__gallery-item img {
    border-radius: 16px;
  }

  .ds-projects__footer {
    font-size: 14px;
    font-weight: 600;
  }

  .ds-work-scheme-block {
    padding: 22px 0 37px;
    margin-bottom: 32px;
  }

  .ds-design-project {
    margin-bottom: 38px;
  }

  .ds-design-project__title {
    margin-bottom: 22px;
  }

  .ds-work-scheme__title {
    margin-bottom: 16px;
  }

  .ds-work-scheme__item-label {
    top: -17px;
  }

  .ds-work-scheme__item-label>span {
    font-size: 18px;
    padding: 5px 16px;
    min-width: 0;
  }

  .ds-work-scheme__item {
    padding: 24px;
    border-radius: 16px;
  }

  .ds-work-scheme__item-title {
    font-size: 20px;
    line-height: 1.2;
  }

  .ds-faq {
    margin-bottom: 74px;
  }

  .ds-faq__title {
    margin-bottom: 2px;
  }

  .ds-faq__block {
    border-radius: 16px;
  }

  .ds-faq__image img {
    border-radius: 16px 16px 0 0;
  }

  .ds-faq__content {
    padding: 18px 24px 27px;
  }

  .ds-faq-item:not(:last-child) {
    padding-bottom: 18px;
    margin-bottom: 18px;
  }

  .ds-footer {
    padding: 36px 0;
  }

  .ds-footer__header-content {
    max-width: 240px;
    margin: 0 auto;
    text-align: center;
  }

  .ds-footer__num {
    font-size: 70px;
    margin-bottom: 20px;
  }

  .ds-footer__title {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .ds-footer__text {
    font-size: 16px;
    margin: 0 auto;
  }

  .ds-form-block {
    padding: 24px;
    border-radius: 16px;
  }

  .ds-form-block__header {
    margin-bottom: 14px;
  }

  .ds-form-block__title {
    margin-top: -11px;
    margin-bottom: 8px;
  }

  .ds-form-block__subtitle {
    font-size: 12px;
  }

  .ds-form__content {
    gap: 15px;
  }

  .ds-form-input {
    font-size: 13px;
    line-height: 18px;
    padding: 14px;
  }

  .ds-form-block .ds-btn {
    height: 50px;
  }

  .ds-form-block .ds-form__check-field {
    margin-top: 0;
  }

  .ds-form-check {
    font-size: 12px;
    line-height: 16px;
  }

  .ds-form-check input,
  .ds-form-check input~span:before {
    width: 19px;
    height: 19px;
    border-radius: 3px;
  }

  .ds-form-block__footer {
    margin-top: 19px;
  }

  .ds-form-block__footer-title {
    margin-bottom: 14px;
  }
}

@media (max-width: 1199px) and (min-width: 767px) {

  .ds-form-block_row .ds-form-check input,
  .ds-form-block_row input~span:before,
  .ds-form-block_row input~span:after {
    top: 0px;
  }
}

@media (max-width: 991px) {
  .ds-work-scheme__list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {

  .ds-mobile {
    display: inline;
  }

  .ds-desktop {
    display: none;
  }

  #ds .l-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ds-header {
    padding-bottom: 272px;
  }

  .ds-header__btn {
    width: 100%;
    height: 40px;
    font-size: 14px;
    border-radius: 12px;
  }

  .ds-header__text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
  }

  .ds-header__bg img {
    object-position: top;
  }

  .ds-header__subtitle {
    padding: 4px 12px;
    line-height: 16px;
    margin-bottom: 16px;
  }

  .ds-header__inner {
    display: block;
    height: auto;
    margin: 0 -24px;
    padding: 44px 23px 23px;
  }

  .ds-header__content {
    max-width: 330px;
    margin: 0 auto;
  }

  .ds-callback-popup .ds-form-block__footer {
    margin-top: 20px;
  }

  .ds-gallery__inner {
    display: block;
  }

  .ds-gallery__content-col {
    margin-bottom: 47px;
  }

  .ds-gallery__gallery-col {
    margin-left: -9px;
    margin-right: -9px;
  }

  .ds-tariffs {
    background: #F1EDE8;
    padding: 32px 0 32px;
    margin-bottom: 32px;
  }

  .ds-tariff-specs {
    background-color: #F1EDE8;
    height: 64px;
  }

  .ds-tariffs__list {
    display: block;
  }

  .ds-tariffs__section {
    margin-bottom: 0;
  }

  .ds-tariff-item__content {
    padding: 16px;
  }

  .ds-tariffs__header {
    margin-bottom: 16px;
  }

  .ds-tariff-item {
    margin-bottom: 16px;
  }

  .ds-tariff-item:last-child {
    margin-bottom: 0;
  }

  .ds-tariff-item_lg .ds-tariff-item__title {
    text-align: left;
  }

  .ds-tariff-item__text {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .ds-tariff-item__list-item {
    font-size: 14px;
    line-height: 18px;
  }

  .ds-tariff-item__link {
    font-size: 14px;
  }

  .ds-tariff-specs-item__label {
    font-size: 14px;
  }


  .ds-summary-title {
    margin-bottom: 28px;
  }

  .ds-summary-item {
    padding: 16px 16.5px;
    gap: 5.5px;
  }

  .ds-summary-items .swiper-slide {
    width: 274px;
  }

  .ds-summary {
    display: block;
    margin-bottom: 44px;
  }

  .ds-tooltip {
    max-width: 320px;
  }

  .ds-form-block {
    padding: 16px;
  }

  .ds-form-block__footer {
    padding-left: 0;
  }

  .ds-form-block .ds-btn {
    height: 52px;
    border-radius: 8px;
    font-size: 14px;
    display: flex;
    gap: 12px;
    padding: 10px 0;
    width: 100%;
  }

  .ds-form__btn-field .ds-btn {
    height: 52px;
    border-radius: 16px;
  }

  .ds-form-block__footer-title {
    font-size: 16px;
    margin-bottom: 24px;
    width: 200px;
  }

  .ds-design-project {
    margin-bottom: 32px;
  }

  .ds-project-examples .swiper-slide {
    width: 290px;
    margin-right: 12px !important;
  }

  .ds-project-examples {
    margin-bottom: 32px;
    position: relative;
  }

  .ds-project-examples img {
    height: 290px;
  }

  .ds-project-examples__item {
    pointer-events: all;
  }

  .ds-project-examples__item-exclude {
    display: none;
  }

  .ds-project-examples :is(.swiper-button-next, .swiper-button-prev) {
    display: none;
  }

  .ds-project-example__row {
    display: block;
    margin-left: -9px;
    margin-right: -9px;
  }

  .ds-project-example__item {
    margin-bottom: 30px;
  }

  .ds-project-item {
    display: block;
  }

  .ds-project-item__gallery {
    gap: 14px;
    margin: 0 -9px 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      'cell1 cell1'
      'cell2 cell3';
  }

  .ds-project-item__title {
    max-width: none;
  }

  .ds-design-project__title {
    display: none;
  }

  .ds-form-block {
    border-radius: 24px;
  }

  .ds-form-block__title {
    margin-top: 0;
    font-size: 16px;
    line-height: 22px
  }

  .ds-form-block__subtitle {
    font-size: 14px;
  }

  .ds-form-block__header {
    margin-bottom: 20px;
  }

  .ds-form {
    padding-right: 0;
  }

  .ds-form__content {
    gap: 12px;
  }

  .ds-form__btn-field {
    margin-top: 8px;
  }

  .ds-form-block__footer {
    margin-top: 20px;
    border-left: none;
  }

  .ds-form-check input,
  .ds-form-check input~span:before {
    width: 16px;
    height: 16px;
    border-radius: 4px;
  }

  .ds-work-scheme__list {
    display: block;
    padding: 0 16px;
  }

  .ds-work-scheme__title {
    margin-bottom: 31px;
  }

  .ds-work-scheme-block {
    padding: 32px 0;
    background: #F1EFEC;
    scroll-margin-top: 60px;
  }

  .ds-work-scheme__item {
    margin-bottom: 32px;
    padding: 42px 16px 16px;
    border-radius: 24px;
  }

  .ds-work-scheme__item:last-child {
    margin-bottom: 0;
  }

  .ds-work-scheme__item-label>span {
    padding: 6px 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }

  .ds-work-scheme__item-label {
    text-align: left;
    padding-left: 8px;
    width: 122px;
    transform: translateX(-50%);
    left: 50%;
  }

  .ds-work-scheme__item-header-wrapper {
    display: flex;
    align-items: center;
    column-gap: 13px;
    margin: 0 0 8px;
  }

  .ds-work-scheme__item-header {
    width: 68px;
    height: auto;
    flex-shrink: 0;
    margin-bottom: 0;
    border: none;
  }

  .ds-work-scheme__item-header img {
    width: 100%;
    height: auto;
  }

  .ds-work-scheme__item-title {
    margin: 0;
  }

  .ds-faq {
    margin-bottom: 16px;
  }

  .ds-faq-content {
    padding: 16px;
  }

  .ds-faq__block {
    border-radius: 24px;
  }

  .ds-faq-item__title {
    font-size: 16px;
  }

  .ds-faq__image img {
    border-radius: 24px 24px 0 0;
  }

  .ds-faq-item:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .ds-faq__block {
    margin-left: -9px;
    margin-right: -9px;
  }

  .ds-faq__title {
    margin-bottom: 16px;
  }

  .ds-footer__inner {
    display: block;
  }

  .ds-footer__header {
    margin-bottom: 28px;
  }

  .ds-gallery {
    padding: 32px 0;
  }

  .ds-gallery__list-item {
    column-gap: 12px;
    margin-bottom: 20px;
  }

  .ds-gallery__list-item:last-of-type {
    margin-bottom: 0;
  }

  .ds-gallery__list-text {
    font-size: 16px;
    line-height: 20.7px;
  }

  .ds-gallery__content-col {
    margin: 24px 0 0 0;
  }

  .ds-gallery__list-title {
    font-size: 20px;
    display: block
  }

  .ds-gallery__title {
    margin-bottom: 12px;
  }

  .ds-gallery__subtitle {
    font-size: 16px;
  }

  .ds-gallery__header {
    margin-bottom: 32px;
  }

  .ds-tariff-specs-item__icon {
    width: 24px;
  }

  .ds-form-block_row .ds-form-block__footer {
    border-left: none;
  }

  .ds-work-scheme__item-title {
    font-weight: 400
  }

  .ds-footer {
    padding: 32px 0;
  }

  .ds-footer__title {
    font-size: 24px;
    line-height: 31.06px;
  }

  .ds-footer__header {
    margin-bottom: 32px;
  }

  .ds-footer__header-content {
    max-width: none;
  }

  .ds-footer__content {
    min-width: unset;
    max-width: unset;
  }

  .ds-footer__content .ds-form-block {
    padding: 24px 16px;
  }

  .ds-form__input-fields {
    display: flex;
    flex-direction: column;
  }

  .ds-form-input {
    font-size: 16px;
  }

  .ds-footer .ds-btn {
    font-size: 16px;
  }

  .ds-work-scheme-block .ds-btn img {
    width: 24px;
    height: 24px;
  }

  .ds-work-scheme-block .ds-btn {
    padding: 8px;
    height: 40px;
  }

  .ds-work-scheme-block .ds-form-block__title {
    font-size: 24px;
    line-height: 30px;
  }

  .ds-work-scheme-block .ds-form-block__footer-title {
    line-height: 22px;
    margin-bottom: 12px;
  }

  .ds-tariff-item__image {
    width: 100%;
    height: auto;
    aspect-ratio: 328 / 193;
  }

  .ds-tariff-item__image img {
    width: auto;
    height: 100%;
  }
}
