@keyframes fadeInTop {
  0% {
    translate: 0 -100%
  }

  to {
    translate: 0 0
  }
}

@keyframes fadeOutTop {
  0% {
    translate: 0 0
  }

  to {
    translate: 0 -200%
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes pulse {
  0% {
    opacity: 0
  }

  80%,
  to {
    opacity: 1
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(359deg)
  }
}

@keyframes scrollTop {
  0% {
    opacity: 0;
    right: -50px
  }

  to {
    opacity: 1;
    right: 0
  }
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 430px;
  width: 100%;
  padding: 0 10px
}

.container-left,
.container-right {
  position: relative;
  width: 100vw;
  max-width: calc(100vw - (100vw - 430px)/2);
  padding-inline: 10px
}

.container-right {
  margin-left: auto;
  margin-right: 0
}

.container-left {
  margin-right: auto;
  margin-left: 0
}

* {
  box-sizing: border-box;
  outline: 0
}

:focus {
  outline: 0
}

html {
  display: flex;
  flex-direction: column
}

.menu-item:not(.menu-item-has-children) .menu-item-arrow,
html:not(.loaded) ._dynamic_adapt_,
html:not(.loaded) .sub-menu-wrapper,
html:not(.loaded) [data-da*=header__mobile] {
  display: none
}

@supports not (-webkit-hyphens:none) {
  body {
    padding-right: 0 !important
  }
}

body,
html {
  scrollbar-gutter: stable
}

body.scrollbar-auto,
html.scrollbar-auto {
  scrollbar-gutter: auto
}

.wrapper,
body,
html {
  min-height: 100%
}

body {
  position: relative;
  margin: 0;
  font-family: "TTFirsNeue-Regular";
  color: #333;
  padding-top: 96.5px;
  background: #e7e9f0
}

body.no-scroll {
  overflow-y: hidden
}

.wrapper,
body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow-x: clip
}

.text-block a[data-gallery] img,
.wrapper>* {
  width: 100%
}

.main {
  flex: 1 1 auto
}

sup {
  font-size: .5em
}

svg {
  transition: all .4s
}

a,
button,
figure,
iframe,
input,
li,
textarea {
  text-decoration: none;
  color: inherit;
  border: 0;
  background: 0 0
}

a,
button,
figure,
iframe,
li {
  padding: 0;
  margin: 0;
  font-family: inherit;
  cursor: pointer
}

a:active,
button:active,
figure:active,
iframe:active,
input:active,
li:active,
textarea:active {
  outline: 0
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0
}

button {
  font-size: inherit
}

ul li {
  list-style: none;
  cursor: default
}

strong {
  font-family: "TTFirsNeue-Bold", "TTFirsNeue-SemiBold", "TTFirsNeue-Medium", "TTFirsNeue-Regular"
}

b,
strong {
  font-weight: 400
}

input,
textarea {
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
  font-family: "TTFirsNeue-Regular"
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  font: inherit;
  transition: all .4s
}

textarea {
  resize: none;
  max-height: 100%;
  padding-right: 9px;
  width: calc(100% + 13px);
  margin-right: -9px;
  overflow-y: auto;
  overflow-x: hidden
}

@supports (-moz-appearance:none) {
  textarea {
    scrollbar-color: #da6159 #e7e9f0;
    scrollbar-width: thin
  }
}

textarea::-webkit-scrollbar {
  width: 4px
}

textarea::-webkit-scrollbar-track-piece {
  background-color: #e7e9f0;
  border-radius: 5px
}

textarea::-webkit-scrollbar-thumb {
  background-color: #da6159;
  border-radius: 5px
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none
}

input[type=number] {
  -moz-appearance: textfield
}

input[type=button],
input[type=submit] {
  cursor: pointer
}

a:focus-visible {
  outline: 1.5px solid #a82d25
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  font: inherit
}

img {
  max-width: 100%;
  object-fit: contain;
  border: 0
}

[class*=-img] picture,
[class*=__img] picture {
  width: 100%;
  height: 100%
}

picture {
  display: flex;
  justify-content: center
}

[data-digits-counter] {
  display: inline-block;
  white-space: nowrap
}

.input-wrapper,
.input-wrapper p,
.text-block ol,
.text-block ul {
  display: grid
}

.logo {
  display: flex
}

.button,
.menu li,
.submit,
.tel,
a {
  transition: color .3s, background .3s, opacity .3s
}

.menu li:not(.menu-item-has-children) a {
  transition: none
}

.link-button {
  display: inline-flex;
  justify-content: center;
  align-items: center
}

.hover-translate {
  transition: translate .4s
}

.hover-translate:focus-visible {
  translate: 0 -5px
}

.hover-scale {
  transition: all .4s
}

.hover-scale img {
  transition: .4s ease-in
}

.hover-scale:focus-visible img {
  scale: 1.02
}

.hover-underline,
.underline {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: .2lh;
  transition: all .4s
}

.hover-underline {
  text-decoration-color: transparent
}

.hover-underline:focus-visible {
  text-decoration-color: currentColor
}

[hidden] {
  display: none !important
}

.flex,
.text-block a[data-gallery] {
  display: flex
}

.flex-wrap {
  flex-wrap: wrap
}

.justify-center {
  justify-content: center
}

.justify-end {
  justify-content: end
}

.justify-start {
  justify-content: start;
  justify-items: start
}

.justify-between {
  width: 100%;
  justify-content: space-between
}

.align-center {
  align-items: center
}

.align-start {
  align-items: start;
  align-content: start
}

.align-end {
  align-items: end;
  align-content: end
}

.col {
  justify-items: start
}

.col,
.grid {
  display: grid;
  grid-template-columns: 100%
}

.hidden {
  display: none !important
}

.slider {
  position: relative
}

.slider:has(.hover-translate) .swiper {
  padding-block: 10px;
  margin-block: -10px
}

.slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all .4s;
  background: #fff;
  border: 1px solid #333
}

.slider__arrow:focus-visible {
  background: #d1392f;
  border-color: #d1392f
}

.slider__arrow:focus-visible svg {
  fill: #fff;
  stroke: #fff
}

.slider__arrow svg {
  width: 14px;
  height: 14px;
  fill: #333;
  stroke: #333
}

.slider__prev {
  left: 0;
  translate: -50% -50%
}

.slider__next {
  right: 0;
  translate: 50% -50%
}

.swiper {
  transition: all .4s
}

.swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 10px;
  row-gap: 5px;
  width: 100%
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 24px;
  background: #333;
  cursor: pointer;
  transition: all .4s
}

.swiper-pagination-bullet-active {
  width: 21px;
  background: #d1392f
}

.swiper-pagination-bullet-active:last-child:first-child {
  display: none
}

.swiper-button-lock,
.swiper-pagination-lock {
  display: none
}

.swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
  justify-content: start
}

.swiper-slide {
  display: grid;
  grid-template-columns: 100%
}

html:not(.loaded) .swiper {
  opacity: 0
}

.map-wrapper {
  position: relative;
  min-height: 400px;
  background: center/cover no-repeat;
  overflow: hidden
}

.loader,
.map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.map {
  object-fit: cover
}

.loader {
  z-index: 2;
  background-color: rgba(209, 57, 47, .4);
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none
}

.loader.is-active {
  opacity: 1
}

.loader:after {
  content: "";
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  border: solid 8px #fff;
  border-left-color: transparent;
  border-radius: 50%;
  animation: rotation .7s linear infinite
}

.checkbox {
  position: relative;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer
}

.checkbox.error {
  color: #f03
}

.checkbox.error .checkbox__input:before {
  border-color: #f03
}

.checkbox__input {
  display: flex;
  margin: 0;
  cursor: pointer
}

.checkbox__input:before {
  content: "";
  flex-grow: 0;
  flex-shrink: 0;
  border-style: solid;
  border-color: #fff;
  border-radius: 50%;
  transition: background-color .3s, border-color .3s;
  box-sizing: border-box
}

.checkbox__input:checked:before {
  background: #d1392f
}

.checkbox__input:disabled~span {
  opacity: .4;
  cursor: not-allowed
}

.checkbox__input:focus-visible {
  outline: 0
}

.checkbox__input:focus-visible:before {
  border-color: #7e221c
}

.checkbox-text,
.text-block ul>li {
  position: relative
}

.checkbox-text .checkbox__text {
  transition: all .4s
}

.checkbox-text .checkbox__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
  overflow: hidden
}

.checkbox-text .checkbox__input:before {
  display: none
}

.checkbox-text .checkbox__input:checked~.checkbox__text {
  color: #d1392f
}

.text-block p:last-child,
.text-block>:last-child {
  margin-bottom: 0
}

.text-block b,
.text-block h1,
.text-block h2,
.text-block h3,
.text-block strong {
  font-family: "TTFirsNeue-SemiBold", "TTFirsNeue-Medium", "TTFirsNeue-Regular"
}

.text-block ol ol,
.text-block ol ul,
.text-block ul ol,
.text-block ul ul {
  padding-top: 10px
}

.text-block ul>li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .5em;
  width: 5px;
  height: 5px;
  flex-basis: 5px;
  flex-grow: 0;
  flex-shrink: 0;
  background: #d1392f;
  border-radius: 50%
}

.text-block ol {
  list-style: none;
  counter-reset: number
}

.text-block ol>li:before {
  counter-increment: number;
  content: counters(number, ".") ". ";
  font: inherit
}

.text-block ol ol {
  padding-left: 20px
}

.text-block h2+ol,
.text-block h2+ul,
.text-block h3+ol,
.text-block h3+ul,
.text-block h4+ol,
.text-block h4+ul,
.text-block h5+ol,
.text-block h5+ul,
.text-block h6+ol,
.text-block h6+ul {
  padding-top: 0
}

.text-block blockquote {
  margin: 0;
  background: #e7e9f0
}

.text-block mark {
  background: #d7554c
}

.text-block a {
  text-decoration: underline
}

.text-block .table {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  padding-bottom: 9px;
  margin-bottom: -9px;
  overflow-x: auto;
  overflow-y: hidden
}

@supports (-moz-appearance:none) {
  .text-block .table {
    scrollbar-color: #da6159 #e7e9f0;
    scrollbar-width: thin
  }
}

.text-block .table::-webkit-scrollbar {
  height: 4px
}

.text-block .table::-webkit-scrollbar-track-piece {
  background: #e7e9f0;
  border-radius: 5px
}

.text-block .table::-webkit-scrollbar-thumb {
  background: #da6159;
  border-radius: 5px
}

.text-block table {
  width: 100%;
  border-collapse: collapse
}

.text-block table th {
  text-align: left;
  padding: 15px
}

.text-block table td {
  padding: 15px
}

.text-block table tbody tr:not(:last-child) {
  border-bottom: 1px solid #fff
}

.select {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 15px;
  border-radius: 24px;
  background: #fff;
  cursor: pointer;
  transition: background-color .3s;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
  color: #333
}

.select_open-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select_open-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select_open-bottom .select__arrow,
.select_open-top .select__arrow {
  transform: rotate(-180deg)
}

.select__input {
  flex: 1 1 auto;
  margin-bottom: 10px
}

.select__input input {
  width: 100%;
  padding: 5px 10px;
  min-height: 40px;
  border: 1px solid #000;
  border-radius: 5px
}

.select__input input:focus-visible {
  border-color: #d1392f;
  outline: 0
}

.select__arrow {
  width: 15px;
  height: 15px;
  mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjMuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5LjcgNS41IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5LjcgNS41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6I0ZGMDAwMDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOSwwLjZMNC44LDQuOEwwLjYsMC42Ii8+Cjwvc3ZnPgo=) center/contain no-repeat;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjMuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5LjcgNS41IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5LjcgNS41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6I0ZGMDAwMDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOSwwLjZMNC44LDQuOEwwLjYsMC42Ii8+Cjwvc3ZnPgo=) center/contain no-repeat;
  background: #333;
  transition: all .4s
}

.select__content {
  position: absolute;
  z-index: 10;
  padding: 10px;
  min-width: 150px;
  background: #fff;
  border-radius: 24px;
  transform: scaleY(0);
  opacity: 0;
  transition: transform .3s, opacity .3s, border-radius .3s, border-color .3s;
  transform-origin: center top;
  overflow: hidden
}

.select__content.select_open-bottom,
.select__content.select_open-top {
  transform: scaleY(1);
  opacity: 1
}

.select__content.select_open-top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent
}

.select__content.select_open-bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: transparent
}

.select__options {
  display: grid;
  grid-template-columns: 100%;
  gap: 5px
}

.select__options.error {
  color: #f03
}

.select__option {
  width: 100%;
  display: flex;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  transition: all .4s
}

.select__option.disabled {
  cursor: not-allowed;
  opacity: .6
}

.select__option.highlighted,
.select__option:not(.disabled).selected {
  background: #f0f4f8
}

.select__option:not(.disabled):focus-visible {
  background: #dadada
}

.select__option .select__input-highlight {
  background: #e38983
}

.select__optgroup:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc
}

.select__optgroup.ss-close .select__option {
  display: none !important
}

.select__optgroup .select__option {
  margin-left: 5px
}

.select__placeholder {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select__single {
  display: flex;
  margin: auto 0 auto 5px
}

.select__values {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px;
  flex: 1 1 100%
}

.select__value {
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  background-color: #d1392f;
  border-radius: 5px;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none
}

.select__value-text {
  padding: 3px 4px;
  color: #fff;
  font-size: 11px
}

.select__value-delete {
  display: flex;
  width: 15px;
  height: 100%;
  background-color: #bd332a;
  transition: all .4s
}

.select__value-delete:focus-visible {
  background: #a82d25
}

.select__value-delete span {
  width: 100%;
  height: 100%;
  mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIzLjM2MTUgMjEuMTQ5N0wxNC4wNTkyIDExLjg2TDIzLjM2MTUgMi42NzU5MUMyMy40NjcyIDIuNTcwMzQgMjMuNTcyOSAyLjQ2NDc4IDIzLjY3ODYgMi4zNTkyMUMyMy45OTU3IDEuOTM2OTUgMjQuMTAxNCAxLjQwOTEzIDIzLjg5IDAuOTg2ODY5QzIzLjY3ODYgMC41NjQ2MSAyMy4zNjE1IDAuMTQyMzUxIDIyLjgzMjkgMC4wMzY3ODYxQzIyLjMwNDQgLTAuMDY4Nzc4NyAyMS43NzU4IDAuMDM2Nzg2MSAyMS4yNDczIDAuNTY0NjFMMTEuOTQ1IDkuODU0MzFMNS4yODU0IDMuMjAzNzNDNC40Mzk3NCAyLjM1OTIxIDMuNDg4MzYgMS40MDkxMyAyLjY0MjcgMC41NjQ2MUMyLjIxOTg3IDAuMDM2Nzg2MSAxLjY5MTMzIC0wLjA2ODc3ODcgMS4xNjI3OSAwLjAzNjc4NjFDMC42MzQyNDggMC4xNDIzNTEgMC4yMTE0MTYgMC41NjQ2MSAwIDEuMDkyNDNWMS44MzEzOUMwLjEwNTcwOCAyLjI1MzY1IDAuNDIyODMyIDIuNTcwMzQgMC43Mzk5NTYgMi44ODcwNEw5LjgzMDg0IDExLjk2NTZMMC43Mzk5NTYgMjEuMDQ0MkMwLjQyMjgzMiAyMS4zNjA5IDAuMTA1NzA4IDIxLjY3NzYgMCAyMi4wOTk4VjIyLjczMzJDMC4yMTE0MTYgMjMuMzY2NiAwLjUyODU0IDIzLjc4ODkgMS4xNjI3OSAyNEgxLjc5NzA0QzIuMjE5ODcgMjMuODk0NCAyLjUzNjk5IDIzLjU3NzcgMi44NTQxMiAyMy4zNjY2TDExLjk0NSAxNC4yODhMMjEuMDM1OSAyMy4zNjY2QzIxLjM1MyAyMy42ODMzIDIxLjU2NDQgMjMuODk0NCAyMS45ODczIDI0SDIyLjYyMTVMMjIuODMyOSAyMy44OTQ0QzIzLjM2MTUgMjMuNjgzMyAyMy43ODQzIDIzLjE1NTUgMjMuNzg0MyAyMi41MjIxQzIzLjg5IDIxLjg4ODcgMjMuNjc4NiAyMS41NzIgMjMuMzYxNSAyMS4xNDk3WiIgLz4KPC9zdmc+Cg==) center/50% no-repeat;
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIzLjM2MTUgMjEuMTQ5N0wxNC4wNTkyIDExLjg2TDIzLjM2MTUgMi42NzU5MUMyMy40NjcyIDIuNTcwMzQgMjMuNTcyOSAyLjQ2NDc4IDIzLjY3ODYgMi4zNTkyMUMyMy45OTU3IDEuOTM2OTUgMjQuMTAxNCAxLjQwOTEzIDIzLjg5IDAuOTg2ODY5QzIzLjY3ODYgMC41NjQ2MSAyMy4zNjE1IDAuMTQyMzUxIDIyLjgzMjkgMC4wMzY3ODYxQzIyLjMwNDQgLTAuMDY4Nzc4NyAyMS43NzU4IDAuMDM2Nzg2MSAyMS4yNDczIDAuNTY0NjFMMTEuOTQ1IDkuODU0MzFMNS4yODU0IDMuMjAzNzNDNC40Mzk3NCAyLjM1OTIxIDMuNDg4MzYgMS40MDkxMyAyLjY0MjcgMC41NjQ2MUMyLjIxOTg3IDAuMDM2Nzg2MSAxLjY5MTMzIC0wLjA2ODc3ODcgMS4xNjI3OSAwLjAzNjc4NjFDMC42MzQyNDggMC4xNDIzNTEgMC4yMTE0MTYgMC41NjQ2MSAwIDEuMDkyNDNWMS44MzEzOUMwLjEwNTcwOCAyLjI1MzY1IDAuNDIyODMyIDIuNTcwMzQgMC43Mzk5NTYgMi44ODcwNEw5LjgzMDg0IDExLjk2NTZMMC43Mzk5NTYgMjEuMDQ0MkMwLjQyMjgzMiAyMS4zNjA5IDAuMTA1NzA4IDIxLjY3NzYgMCAyMi4wOTk4VjIyLjczMzJDMC4yMTE0MTYgMjMuMzY2NiAwLjUyODU0IDIzLjc4ODkgMS4xNjI3OSAyNEgxLjc5NzA0QzIuMjE5ODcgMjMuODk0NCAyLjUzNjk5IDIzLjU3NzcgMi44NTQxMiAyMy4zNjY2TDExLjk0NSAxNC4yODhMMjEuMDM1OSAyMy4zNjY2QzIxLjM1MyAyMy42ODMzIDIxLjU2NDQgMjMuODk0NCAyMS45ODczIDI0SDIyLjYyMTVMMjIuODMyOSAyMy44OTQ0QzIzLjM2MTUgMjMuNjgzMyAyMy43ODQzIDIzLjE1NTUgMjMuNzg0MyAyMi41MjIxQzIzLjg5IDIxLjg4ODcgMjMuNjc4NiAyMS41NzIgMjMuMzYxNSAyMS4xNDk3WiIgLz4KPC9zdmc+Cg==) center/50% no-repeat;
  background: #fff
}

.title {
  font-family: "TTFirsNeue-ExtraBold";
  text-align: center
}

.button {
  padding: .875em 1.625em;
  background: #d1392f;
  color: #fff;
  font-family: "TTFirsNeue-SemiBold"
}

.button:focus-visible {
  background: #b43128
}

.button_black {
  background: #333
}

.button_white {
  background: #fff;
  color: #d1392f
}

.button_white:focus-visible {
  background: #d1392f;
  color: #fff
}

.call {
  gap: 16px
}

.address,
.call {
  display: flex;
  align-items: center
}

.address svg {
  flex-grow: 0;
  flex-shrink: 0;
  fill: #d1392f
}

.email,
.tel {
  font-family: "TTFirsNeue-Medium";
  white-space: nowrap
}

.email svg,
.tel svg {
  max-width: 20px;
  max-height: 20px;
  fill: currentColor;
  transition: none
}

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

.social__item {
  display: flex;
  transition: all .4s
}

.social__item:focus-visible {
  scale: 1.15
}

.social__item svg {
  max-width: 20px;
  max-height: 20px
}

.logo {
  font-family: "TTFirsNeue-ExtraBold";
  text-transform: uppercase
}

.scroll-top {
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  justify-items: end;
  height: 0;
  opacity: 0;
  pointer-events: none;
  animation: scrollTop forwards;
  animation-timeline: scroll();
  animation-range: 100px 150px;
  transition: opacity .4s, right .4s
}

.scroll-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  translate: 0 -300%;
  pointer-events: auto;
  background: #d1392f;
  border-radius: 50%
}

.scroll-top svg {
  width: 15px;
  height: 15px;
  fill: #fff;
  stroke: #fff;
  rotate: 90deg
}

.input,
.textarea {
  width: 100%;
  background: #fff;
  color: #333
}

.input::placeholder,
.textarea::placeholder {
  color: #9a9a9a
}

.input,
.submit {
  min-width: 262px
}

.submit {
  font-family: "TTFirsNeue-ExtraBold"
}

.popup {
  position: fixed;
  inset: 0;
  z-index: 11;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, .7)
}

.popup__dialog {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

.popup__content {
  position: relative;
  width: 400px;
  max-width: 96%;
  max-height: 90vh;
  background: #e7e9f0;
  color: #fff;
  text-align: center;
  cursor: default;
  overflow-y: auto;
  transition: all .4s
}

.popup__title {
  line-height: 1.3035714286;
  color: #333;
  font-family: "TTFirsNeue-Medium"
}

.popup__form form {
  display: grid;
  justify-content: center;
  grid-template-columns: 100%
}

.popup__form .input-wrapper {
  gap: 10px
}

.popup__close {
  position: absolute;
  z-index: 4;
  cursor: pointer;
  transition: all .4s
}

.popup__close svg {
  width: 20px;
  height: 20px;
  fill: #333
}

.popup-thank .popup__content {
  display: grid;
  min-width: 280px;
  justify-items: center;
  background: #fff;
  color: #333
}

.popup-thank .popup__subtitle,
.popup-thank .popup__title {
  margin: 0
}

.popup-thank img {
  object-fit: contain
}

.certificate__slider {
  background: #fff
}

.certificate__item {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: 100%;
  overflow: hidden;
  border-bottom-left-radius: 75px;
  border-bottom-right-radius: 75px
}

.certificate__item img,
.certificate__item:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  width: 121px
}

.certificate__item:before {
  content: "";
  z-index: -1;
  width: 150px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #e7e9f0
}

.about-wrapper {
  display: grid;
  grid-template-columns: 40.3100775194% 1fr;
  align-items: start
}

.about__slider {
  position: relative;
  min-width: 0;
  overflow: hidden
}

.about__slider img {
  aspect-ratio: 520/441;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.about-thumb {
  position: absolute;
  left: 34px;
  bottom: 34px;
  z-index: 2;
  width: calc(100% - 68px)
}

.about-thumb .swiper-wrapper {
  transform: none !important
}

.about-thumb .swiper-slide {
  margin-right: -25px !important
}

.about-thumb .swiper-slide-thumb-active .about__item {
  border-color: #d1392f
}

.about-thumb .about__item {
  width: 100%;
  height: 98px;
  border-radius: 50%;
  border: 8px solid #fff;
  transition: all .4s;
  cursor: pointer
}

.about-thumb .about__item img {
  aspect-ratio: 1/1
}

.about__right {
  display: grid;
  align-content: start
}

.about__top {
  display: flex;
  align-items: center;
  background: #d1d4e0;
  font-family: "TTFirsNeue-SemiBold"
}

.about__top:before {
  content: "";
  width: 1.4em;
  height: 2.85em;
  background: url(../img/about/icon.webp) center/contain no-repeat
}

.about__text {
  border: 1px solid #bababa
}

.header-fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%
}

.header-fixed_fixed {
  padding-block: 10px
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 24px
}

.header__top-wrapper {
  display: flex;
  align-items: center;
  background: #e7e9f0
}

.header-main:after,
.header__top-wrapper_fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%
}

.header__address {
  font-size: 14px;
  font-family: "TTFirsNeue-Medium"
}

.calc__item-input svg,
.header__social svg {
  fill: #d1392f
}

.header__button {
  border-radius: 16px
}

.header-main {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff
}

.header-main:after {
  content: "";
  position: absolute;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, .6)
}

.header-main__title {
  font-family: "TTFirsNeue-ExtraBold"
}

.header-main__subtitle {
  font-family: "TTFirsNeue-Medium"
}

.features {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}

.features:before {
  content: "";
  position: absolute;
  left: -50vw;
  width: 150vw;
  height: 1px;
  background: rgba(255, 255, 255, .4)
}

.features__item {
  display: grid;
  align-content: start;
  font-family: "TTFirsNeue-Medium"
}

.features__item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, .4)
}

.features__item-icon {
  display: flex;
  align-items: center
}

.features__item-icon img {
  height: 100%
}

.footer__top {
  justify-content: space-between;
  gap: 20px
}

.footer__menu,
.footer__top {
  display: flex;
  align-items: center
}

.footer__menu li {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: .2lh;
  transition: all .4s;
  font-family: "TTFirsNeue-Medium"
}

.footer__menu li:focus-visible {
  color: #d1392f
}

.footer__policy {
  font-size: 14px
}

.calc {
  display: grid;
  grid-template-columns: 100%;
  background: url(../img/calc/bg.webp) center/cover no-repeat;
  color: #fff
}

.calc__title {
  margin-bottom: 12px
}

.calc__subtitle {
  font-family: "TTFirsNeue-Medium";
  text-align: center
}

.calc-wrapper {
  display: grid;
  grid-template: repeat(3, auto)/51.1837655017% 1fr;
  align-content: start;
  width: min(100%, 887px);
  margin-inline: auto
}

.calc__block {
  background: rgba(255, 255, 255, .1)
}

.calc__block:nth-child(1) {
  grid-row: span 3
}

.calc__block:nth-child(2) {
  grid-row: span 2
}

.calc__item {
  position: relative
}

.calc__item:not(:last-child) .calc__item-content {
  border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.calc__item-content {
  display: grid;
  max-width: 50%
}

.calc__item-title {
  font-family: "TTFirsNeue-Medium"
}

.calc__item-input {
  position: relative;
  display: flex;
  align-items: center
}

.calc__item-input .select {
  padding-right: 50px
}

.calc__item-input:focus-visible:has(input) .calc__item-count {
  opacity: 1;
  pointer-events: auto
}

.calc__item-input input {
  width: 100%;
  padding-left: 18px;
  padding-right: 45px;
  border: 1px solid #fff;
  border-radius: 22px;
  background: #fff;
  color: #333
}

.calc__item-input label {
  width: 100%;
  position: relative
}

.calc__item-input span {
  position: absolute;
  right: 18px;
  top: 50%;
  translate: 0 -50%;
  color: #313132;
  opacity: .6
}

.calc__item-count {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 50%;
  top: 50%;
  z-index: 1;
  translate: 50% -50%;
  transition: all .4s
}

.calc__item-count-button {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d1392f;
  border-radius: 50%
}

.calc__item-count-button svg {
  width: 60%;
  height: 60%;
  fill: #fff;
  pointer-events: none
}

.calc__item-radios {
  display: grid
}

.calc__item-button {
  font-family: "TTFirsNeue-SemiBold"
}

.calc__item-img {
  position: absolute;
  left: calc(50% + 100px);
  top: 0;
  max-width: 35%;
  margin-inline: auto
}

.calc-hidden {
  display: none
}

.calc-row-input {
  display: contents
}

.offer-wrapper {
  background: #d1392f;
  color: #fff
}

.offer__title {
  text-align: left
}

.offer__row {
  display: flex;
  align-items: flex-start
}

.offer__form .input-wrapper {
  display: flex;
  flex-wrap: wrap
}

.offer__form .input {
  width: auto
}

.offer__call {
  display: grid;
  gap: 4px;
  white-space: nowrap
}

.offer__tel {
  font-family: "TTFirsNeue-Medium"
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 65.9689922481% minmax(310px, 1fr)
}

.contact__map {
  height: max(300px, 100%)
}

.contact__right {
  display: grid
}

.contact__item {
  display: grid;
  gap: 20px;
  align-content: center;
  padding-block: 16px;
  background: #d1392f;
  color: #fff
}

.contact__item-icon svg,
.contact__social svg {
  fill: #fff
}

.contact__item-content {
  font-family: "TTFirsNeue-Medium"
}

.product {
  background: #fff
}

.product-wrapper {
  background: #e7e9f0
}

.product__item {
  display: grid;
  grid-template-columns: 46.6841186736% 1fr;
  align-items: center
}

.product__item-img {
  overflow: hidden;
  background: #fff
}

.product__item-right {
  display: grid;
  justify-items: start;
  align-content: start
}

.product__item-title {
  background: #333;
  font-family: "TTFirsNeue-SemiBold";
  color: #fff
}

.product__item-size {
  font-family: "TTFirsNeue-Medium"
}

.product__pagination {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 3;
  translate: -50% 50%;
  width: auto;
  padding: 24px;
  background: #e7e9f0
}

.product__pagination:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  translate: -50% -50%;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  background: #fff
}

@media (min-width:576px) {
  .container {
    width: 520px;
    max-width: none;
    padding: 0
  }

  .container-left,
  .container-right {
    width: calc(520px + (100vw - 520px)/2);
    max-width: none
  }

  .container-right {
    padding-right: 20px;
    padding-left: 0
  }

  .container-left {
    padding-right: 0;
    padding-left: 20px
  }

  .show-xs {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .show-xs.swiper-navigation,
  .show-xs.swiper-pagination {
    display: none
  }

  .certificate__slider {
    padding-inline: clamp(15px, 8px + 2.1875vw, 50px)
  }
}

@media (min-width:768px) {
  .container {
    width: 720px
  }

  .container-left,
  .container-right {
    width: calc(720px + (100vw - 720px)/2)
  }

  .show-sm {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .show-sm.swiper-navigation,
  .show-sm.swiper-pagination {
    display: none
  }
}

@media (min-width:992px) {
  .container {
    width: 940px
  }

  .container-left,
  .container-right {
    width: calc(940px + (100vw - 940px)/2)
  }

  .show-md {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .show-md.swiper-navigation,
  .show-md.swiper-pagination {
    display: none
  }

  .header-fixed {
    min-height: 96.5px
  }

  .offer__call {
    border-left: 1px solid rgba(255, 255, 255, .2)
  }
}

@media (min-width:992px) and (min-width:1401px) {
  .offer__call {
    padding-left: 42px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1140px
  }

  .container-left,
  .container-right {
    width: calc(940px + (100vw - 940px)/2)
  }

  .show-lg {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .show-lg.swiper-navigation,
  .show-lg.swiper-pagination {
    display: none
  }
}

@media (min-width:1401px) {
  .container {
    width: 1290px
  }

  .container-left,
  .container-right {
    width: calc(1290px + (100vw - 1290px)/2)
  }

  .flex,
  .grid,
  .text-block ol,
  .text-block ul {
    gap: 15px
  }

  .show-xl {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .show-xl.swiper-navigation,
  .show-xl.swiper-pagination {
    display: none
  }

  .slider__arrow {
    width: 60px;
    height: 60px
  }

  .swiper-pagination {
    margin-top: 30px
  }

  .checkbox {
    gap: 24px
  }

  .checkbox__input:before {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
    border-width: 8px
  }

  .text-block h2 {
    margin-bottom: 30px;
    font-size: 30px
  }

  .text-block h3 {
    margin-bottom: 25px;
    font-size: 26px
  }

  .text-block p:not(:has(+ul, +ol)) {
    margin-bottom: 24px
  }

  .text-block ol,
  .text-block ul {
    padding-top: 15px
  }

  .text-block ol:not(:last-child),
  .text-block ul:not(:last-child) {
    padding-bottom: 15px
  }

  .text-block ul>li {
    padding-left: 20px
  }

  .text-block blockquote {
    padding: 40px;
    font-size: 18px
  }

  .select {
    min-height: 64px
  }

  .section {
    padding-block: 40px
  }

  .section-small {
    padding-block: 26.6666666667px
  }

  .section-small-top {
    padding-top: 26.6666666667px
  }

  .section-small-bottom {
    padding-bottom: 26.6666666667px
  }

  .section-bg {
    margin-block: 40px
  }

  .section-bottom {
    padding-bottom: 40px
  }

  .section-top {
    padding-top: 40px
  }

  .section-bg+.section-bg {
    margin-top: -40px
  }

  .section__top {
    margin-bottom: 40px
  }

  .title {
    font-size: 48px
  }

  .button {
    border-radius: 22px;
    font-size: 16px
  }

  .address {
    gap: 21px
  }

  .address svg {
    flex-basis: 16px;
    width: 16px;
    height: 21px
  }

  .email,
  .tel {
    font-size: 20px
  }

  .logo {
    font-size: 33px
  }

  .scroll-top {
    margin-right: 40px
  }

  .scroll-top-wrapper {
    width: 48px;
    height: 48px
  }

  .input,
  .textarea {
    padding-inline: 25px;
    border-radius: 24px;
    font-size: 16px
  }

  .calc__item-input input,
  .input {
    height: 64px
  }

  .textarea {
    height: 100px
  }

  .submit {
    min-height: 64px
  }

  .form__text {
    margin-top: 16px;
    font-size: 14px
  }

  .popup__content {
    padding-block: 28px;
    padding-inline: 30px;
    border-radius: 40px
  }

  .popup__title {
    margin-bottom: 15px;
    font-size: 28px
  }

  .popup__close {
    right: 20px;
    top: 20px
  }

  .popup-thank .popup__content {
    gap: 20px
  }

  .popup-thank img {
    width: 161px;
    height: 161px
  }

  .certificate__slider {
    padding-block: 44px;
    border-radius: 200px
  }

  .certificate__item {
    height: 161px
  }

  .about-wrapper {
    gap: 30px
  }

  .about__slider,
  .about__slider img {
    border-radius: 64px
  }

  .about-thumb .about__item {
    border-width: 8px
  }

  .about__right {
    gap: 22px
  }

  .about__text,
  .about__top {
    padding-inline: 30px;
    border-radius: 24px
  }

  .about__top {
    gap: 20px;
    padding-block: 30px;
    font-size: 20px
  }

  .about__text {
    padding-block: 35px
  }

  .header__top {
    gap: 20px
  }

  .header__tel {
    font-size: 24px
  }

  .header__button {
    border-radius: 16px
  }

  .header-main {
    padding-top: 100px;
    border-radius: 100px;
    width: calc(100% - 40px);
    margin-inline: auto
  }

  .header-main__title {
    margin-bottom: 20px;
    font-size: 58px
  }

  .header-main__subtitle {
    margin-bottom: 35px;
    font-size: 24px
  }

  .header-main__button {
    border-radius: 16px
  }

  .features {
    margin-top: 77px
  }

  .features__item {
    gap: 20px;
    padding-right: 36px;
    padding-block: 36px;
    font-size: 20px
  }

  .features__item:not(:first-child) {
    padding-left: 36px
  }

  .features__item-icon {
    height: 44px
  }

  .footer__top {
    padding-bottom: 24px
  }

  .footer__menu {
    gap: 30px
  }

  .calc__item-input input,
  .calc__item-input span,
  .footer__menu li {
    font-size: 18px
  }

  .calc {
    padding-top: 60px;
    padding-bottom: 115px;
    padding-inline: 60px;
    border-radius: 210px;
    width: calc(100% - 40px);
    margin-inline: auto
  }

  .calc__subtitle {
    font-size: 24px
  }

  .calc-wrapper {
    gap: 40px
  }

  .calc__block {
    padding-block: 60px;
    padding-inline: 60px;
    border-radius: 64px
  }

  .calc__item:not(:first-child) .calc__item-content {
    padding-top: 20px
  }

  .calc__item:not(:last-child) .calc__item-content {
    padding-bottom: 20px
  }

  .calc__item-content {
    gap: 16px
  }

  .calc__item-radios .checkbox__text,
  .calc__item-title {
    font-size: 24px
  }

  .calc__item-input {
    gap: 30px
  }

  .calc__item-input svg {
    max-width: 42px;
    max-height: 42px
  }

  .calc__item-radios {
    gap: 24px
  }

  .calc__item-button {
    border-radius: 64px;
    min-height: 183px;
    font-size: 24px
  }

  .offer-wrapper {
    padding-top: 50px;
    padding-bottom: 60px;
    padding-inline: 107px;
    border-radius: 84px
  }

  .offer__title {
    margin-bottom: 30px
  }

  .offer__row {
    gap: 52px
  }

  .offer__form .input-wrapper {
    gap: 16px
  }

  .offer__call-text {
    font-size: 14px
  }

  .offer__tel {
    font-size: 24px
  }

  .contact-wrapper {
    gap: 30px
  }

  .contact__map {
    border-radius: 32px
  }

  .contact__right {
    gap: 24px
  }

  .contact__item {
    padding-inline: 32px;
    min-height: 140px;
    border-radius: 32px
  }

  .contact__item-icon svg {
    max-width: 25px;
    max-height: 25px
  }

  .contact__item-content {
    font-size: 20px
  }

  .product {
    border-radius: 80px;
    width: calc(100% - 40px);
    margin-inline: auto
  }

  .product-wrapper {
    border-radius: 200px
  }

  .product__item {
    gap: 47px;
    padding: 36px 109px 57px 32px
  }

  .product__item-img {
    max-height: 338px;
    border-radius: 200px
  }

  .product__item-right {
    gap: 22px
  }

  .product__item-title {
    padding-block: 12px;
    padding-inline: 32px;
    border-radius: 80px;
    font-size: 40px;
    margin-left: -32px
  }

  .product__pagination,
  .product__pagination:after {
    border-radius: 64px
  }
}

@media (max-width:1400px) {

  .flex,
  .grid,
  .text-block ol,
  .text-block ul {
    gap: clamp(10px, 9px + .3125vw, 15px)
  }

  .hide-xl {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .hide-xl.swiper-navigation,
  .hide-xl.swiper-pagination {
    display: none
  }

  .slider__arrow {
    width: clamp(50px, 48px + .625vw, 60px);
    height: clamp(50px, 48px + .625vw, 60px)
  }

  .swiper-pagination {
    margin-top: clamp(20px, 18px + .625vw, 30px)
  }

  .checkbox {
    gap: clamp(16px, 14.4px + .5vw, 24px)
  }

  .checkbox__input:before {
    flex-basis: clamp(30px, 26.4px + 1.125vw, 48px);
    width: clamp(30px, 26.4px + 1.125vw, 48px);
    height: clamp(30px, 26.4px + 1.125vw, 48px);
    border-width: clamp(4px, 3.2px + .25vw, 8px)
  }

  .text-block h2 {
    margin-bottom: clamp(20px, 18px + .625vw, 30px);
    font-size: clamp(23px, 21.6px + .4375vw, 30px)
  }

  .text-block h3 {
    margin-bottom: clamp(15px, 13px + .625vw, 25px);
    font-size: clamp(18px, 16.4px + .5vw, 26px)
  }

  .text-block p:not(:has(+ul, +ol)) {
    margin-bottom: clamp(16px, 14.4px + .5vw, 24px)
  }

  .text-block ol,
  .text-block ul {
    padding-top: clamp(10px, 9px + .3125vw, 15px)
  }

  .text-block ol:not(:last-child),
  .text-block ul:not(:last-child) {
    padding-bottom: clamp(10px, 9px + .3125vw, 15px)
  }

  .text-block ul>li {
    padding-left: clamp(15px, 14px + .3125vw, 20px)
  }

  .text-block blockquote {
    padding: clamp(15px, 10px + 1.5625vw, 40px);
    font-size: clamp(15px, 14.4px + .1875vw, 18px)
  }

  .select {
    min-height: clamp(50px, 47.2px + .875vw, 64px)
  }

  .section {
    padding-block: clamp(26.6666666667px, 24px + .8333333333vw, 40px)
  }

  .section-small {
    padding-block: clamp(20px, 18.6666666667px + .4166666667vw, 26.6666666667px)
  }

  .section-small-top {
    padding-top: clamp(20px, 18.6666666667px + .4166666667vw, 26.6666666667px)
  }

  .section-small-bottom {
    padding-bottom: clamp(20px, 18.6666666667px + .4166666667vw, 26.6666666667px)
  }

  .section-bg {
    margin-block: clamp(26.6666666667px, 24px + .8333333333vw, 40px)
  }

  .section-bottom {
    padding-bottom: clamp(26.6666666667px, 24px + .8333333333vw, 40px)
  }

  .section-top {
    padding-top: clamp(26.6666666667px, 24px + .8333333333vw, 40px)
  }

  .section-bg+.section-bg {
    margin-top: clamp(-40px, -16px + -1.25vw, -20px)
  }

  .section__top {
    margin-bottom: clamp(20px, 16px + 1.25vw, 40px)
  }

  .title {
    font-size: clamp(30px, 26.4px + 1.125vw, 48px)
  }

  .button {
    border-radius: clamp(16px, 14.8px + .375vw, 22px);
    font-size: clamp(14px, 13.6px + .125vw, 16px)
  }

  .address {
    gap: clamp(10px, 7.8px + .6875vw, 21px)
  }

  .address svg {
    flex-basis: clamp(12px, 11.2px + .25vw, 16px);
    width: clamp(12px, 11.2px + .25vw, 16px);
    height: clamp(17px, 16.2px + .25vw, 21px)
  }

  .email,
  .tel {
    font-size: clamp(17px, 16.4px + .1875vw, 20px)
  }

  .logo {
    font-size: clamp(26px, 24.6px + .4375vw, 33px)
  }

  .scroll-top {
    margin-right: clamp(20px, 16px + 1.25vw, 40px)
  }

  .scroll-top-wrapper {
    width: clamp(40px, 38.4px + .5vw, 48px);
    height: clamp(40px, 38.4px + .5vw, 48px)
  }

  .input,
  .textarea {
    padding-inline: clamp(10px, 7px + .9375vw, 25px);
    border-radius: clamp(16px, 14.4px + .5vw, 24px);
    font-size: clamp(15px, 14.8px + .0625vw, 16px)
  }

  .calc__item-input input,
  .input {
    height: clamp(50px, 47.2px + .875vw, 64px)
  }

  .textarea {
    height: clamp(75px, 70px + 1.5625vw, 100px)
  }

  .submit {
    min-height: clamp(50px, 47.2px + .875vw, 64px)
  }

  .form__text {
    margin-top: clamp(12px, 11.2px + .25vw, 16px);
    font-size: clamp(13px, 12.8px + .0625vw, 14px)
  }

  .popup__content {
    padding-block: clamp(20px, 18.4px + .5vw, 28px);
    padding-inline: clamp(15px, 12px + .9375vw, 30px);
    border-radius: clamp(20px, 16px + 1.25vw, 40px)
  }

  .popup__title {
    margin-bottom: clamp(10px, 9px + .3125vw, 15px);
    font-size: clamp(22px, 20.8px + .375vw, 28px)
  }

  .popup__close {
    right: clamp(14px, 12.8px + .375vw, 20px);
    top: clamp(14px, 12.8px + .375vw, 20px)
  }

  .popup-thank .popup__content {
    gap: clamp(10px, 8px + .625vw, 20px)
  }

  .popup-thank img {
    width: clamp(100px, 87.8px + 3.8125vw, 161px);
    height: clamp(100px, 87.8px + 3.8125vw, 161px)
  }

  .certificate__slider {
    padding-block: clamp(20px, 15.2px + 1.5vw, 44px);
    border-radius: clamp(40px, 8px + 10vw, 200px)
  }

  .certificate__item {
    height: clamp(140px, 135.8px + 1.3125vw, 161px)
  }

  .about-wrapper {
    gap: clamp(20px, 18px + .625vw, 30px)
  }

  .about__slider,
  .about__slider img {
    border-radius: clamp(40px, 35.2px + 1.5vw, 64px)
  }

  .about-thumb .about__item {
    border-width: clamp(4px, 3.2px + .25vw, 8px)
  }

  .about__right {
    gap: clamp(16px, 14.8px + .375vw, 22px)
  }

  .about__text,
  .about__top {
    padding-inline: clamp(15px, 12px + .9375vw, 30px);
    border-radius: clamp(16px, 14.4px + .5vw, 24px)
  }

  .about__top {
    gap: clamp(16px, 15.2px + .25vw, 20px);
    padding-block: clamp(20px, 18px + .625vw, 30px);
    font-size: clamp(18px, 17.6px + .125vw, 20px)
  }

  .about__text {
    padding-block: clamp(20px, 17px + .9375vw, 35px)
  }

  .header__top {
    gap: clamp(16px, 15.2px + .25vw, 20px)
  }

  .header__tel {
    font-size: clamp(18px, 16.8px + .375vw, 24px)
  }

  .header__button {
    border-radius: clamp(14px, 13.6px + .125vw, 16px)
  }

  .header-main {
    padding-top: clamp(40px, 28px + 3.75vw, 100px);
    border-radius: clamp(30px, 16px + 4.375vw, 100px)
  }

  .header-main__title {
    margin-bottom: clamp(16px, 15.2px + .25vw, 20px);
    font-size: clamp(25px, 18.4px + 2.0625vw, 58px)
  }

  .header-main__subtitle {
    margin-bottom: clamp(16px, 12.2px + 1.1875vw, 35px);
    font-size: clamp(18px, 16.8px + .375vw, 24px)
  }

  .header-main__button {
    border-radius: clamp(12px, 11.2px + .25vw, 16px)
  }

  .features {
    margin-top: clamp(30px, 20.6px + 2.9375vw, 77px)
  }

  .features__item {
    gap: clamp(16px, 15.2px + .25vw, 20px);
    padding-right: clamp(20px, 16.8px + 1vw, 36px);
    padding-block: clamp(16px, 12px + 1.25vw, 36px);
    font-size: clamp(16px, 15.2px + .25vw, 20px)
  }

  .features__item:not(:first-child) {
    padding-left: clamp(20px, 16.8px + 1vw, 36px)
  }

  .features__item-icon {
    height: clamp(36px, 34.4px + .5vw, 44px)
  }

  .footer__top {
    padding-bottom: clamp(20px, 19.2px + .25vw, 24px)
  }

  .footer__menu {
    gap: clamp(15px, 12px + .9375vw, 30px)
  }

  .calc__item-input input,
  .footer__menu li {
    font-size: clamp(16px, 15.6px + .125vw, 18px)
  }

  .footer__top {
    gap: 12px
  }

  .footer__menu {
    font-size: 16px
  }

  .footer__menu,
  .footer__policy {
    white-space: nowrap
  }

  .calc {
    padding-top: clamp(40px, 36px + 1.25vw, 60px);
    padding-bottom: clamp(40px, 25px + 4.6875vw, 115px);
    padding-inline: clamp(1px, -10.8px + 3.6875vw, 60px);
    border-radius: clamp(40px, 6px + 10.625vw, 210px)
  }

  .calc__subtitle {
    font-size: clamp(20px, 19.2px + .25vw, 24px)
  }

  .calc-wrapper {
    gap: clamp(20px, 16px + 1.25vw, 40px)
  }

  .calc__block {
    padding-block: clamp(20px, 12px + 2.5vw, 60px);
    padding-inline: clamp(15px, 6px + 2.8125vw, 60px);
    border-radius: clamp(40px, 35.2px + 1.5vw, 64px)
  }

  .calc__item:not(:first-child) .calc__item-content {
    padding-top: clamp(14px, 12.8px + .375vw, 20px)
  }

  .calc__item:not(:last-child) .calc__item-content {
    padding-bottom: clamp(14px, 12.8px + .375vw, 20px)
  }

  .calc__item-content {
    gap: clamp(12px, 11.2px + .25vw, 16px)
  }

  .calc__item-radios .checkbox__text,
  .calc__item-title {
    font-size: clamp(20px, 19.2px + .25vw, 24px)
  }

  .calc__item-input {
    gap: clamp(20px, 18px + .625vw, 30px)
  }

  .calc__item-input svg {
    max-width: clamp(32px, 30px + .625vw, 42px);
    max-height: clamp(32px, 30px + .625vw, 42px)
  }

  .calc__item-input span {
    font-size: clamp(14px, 13.2px + .25vw, 18px)
  }

  .calc__item-radios {
    gap: clamp(16px, 14.4px + .5vw, 24px)
  }

  .calc__item-button {
    border-radius: clamp(30px, 23.2px + 2.125vw, 64px);
    min-height: clamp(100px, 83.4px + 5.1875vw, 183px);
    font-size: clamp(19px, 18px + .3125vw, 24px)
  }

  .offer-wrapper {
    padding-top: clamp(30px, 26px + 1.25vw, 50px);
    padding-bottom: clamp(30px, 24px + 1.875vw, 60px);
    padding-inline: clamp(20px, 2.6px + 5.4375vw, 107px);
    border-radius: clamp(40px, 31.2px + 2.75vw, 84px)
  }

  .offer__title {
    margin-bottom: clamp(20px, 18px + .625vw, 30px)
  }

  .offer__row {
    gap: clamp(20px, 13.6px + 2vw, 52px)
  }

  .offer__form .input-wrapper {
    gap: clamp(10px, 8.8px + .375vw, 16px)
  }

  .offer__call-text {
    font-size: clamp(13px, 12.8px + .0625vw, 14px)
  }

  .offer__tel {
    font-size: clamp(19px, 18px + .3125vw, 24px)
  }

  .contact-wrapper {
    gap: clamp(20px, 18px + .625vw, 30px)
  }

  .contact__map {
    border-radius: clamp(24px, 22.4px + .5vw, 32px)
  }

  .contact__right {
    gap: clamp(16px, 14.4px + .5vw, 24px)
  }

  .contact__item {
    padding-inline: clamp(16px, 12.8px + 1vw, 32px);
    min-height: clamp(120px, 116px + 1.25vw, 140px);
    border-radius: clamp(24px, 22.4px + .5vw, 32px)
  }

  .contact__item-icon svg {
    max-width: clamp(20px, 19px + .3125vw, 25px);
    max-height: clamp(20px, 19px + .3125vw, 25px)
  }

  .contact__item-content {
    font-size: clamp(17px, 16.4px + .1875vw, 20px)
  }

  .product {
    border-radius: clamp(40px, 32px + 2.5vw, 80px)
  }

  .product-wrapper {
    border-radius: clamp(40px, 8px + 10vw, 200px)
  }

  .product__item {
    gap: clamp(20px, 14.6px + 1.6875vw, 47px);
    padding: clamp(20px, 16.8px + 1vw, 36px) clamp(15px, -3.8px + 5.875vw, 109px) clamp(20px, 12.6px + 2.3125vw, 57px) clamp(15px, 11.6px + 1.0625vw, 32px)
  }

  .product__item-img {
    max-height: clamp(250px, 232.4px + 5.5vw, 338px);
    border-radius: clamp(40px, 8px + 10vw, 200px)
  }

  .product__item-right {
    gap: clamp(16px, 14.8px + .375vw, 22px)
  }

  .product__item-title {
    padding-block: clamp(8px, 7.2px + .25vw, 12px);
    padding-inline: clamp(20px, 17.6px + .75vw, 32px);
    border-radius: clamp(40px, 32px + 2.5vw, 80px);
    font-size: clamp(24px, 20.8px + 1vw, 40px)
  }

  .product__pagination,
  .product__pagination:after {
    border-radius: clamp(40px, 35.2px + 1.5vw, 64px)
  }
}

@media (max-width:1199px) {
  .hide-lg {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .hide-lg.swiper-navigation,
  .hide-lg.swiper-pagination {
    display: none
  }

  .scroll-top-wrapper {
    opacity: .8
  }

  .about-wrapper {
    grid-template-columns: 45% 1fr
  }

  .about-thumb {
    left: 20px;
    bottom: 20px
  }

  .about-thumb .about__item {
    height: 70px
  }

  .about-thumb .swiper-slide {
    margin-right: -20px !important
  }

  .product__item {
    align-items: start
  }
}

@media (max-width:991px) {
  .hide-md {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .features:before,
  .hide-md.swiper-navigation,
  .hide-md.swiper-pagination {
    display: none
  }

  body {
    padding-top: 87.5px
  }

  .about-wrapper {
    grid-template-columns: 100%
  }

  .about__right {
    order: -1
  }

  .about__slider {
    max-height: 450px
  }

  .header-fixed {
    min-height: 87.5px
  }

  .header__mobile {
    height: calc(100dvh - 87.5px)
  }

  .header__top {
    padding-block: 16px
  }

  .features {
    grid-template-columns: 100%
  }

  .features__item:not(:first-child) {
    padding-left: 0
  }

  .features__item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .4)
  }

  .offer__row {
    display: grid
  }

  .offer__form .input,
  .offer__left {
    text-align: center
  }

  .offer__form {
    max-width: 380px;
    margin-inline: auto
  }

  .offer__form .input,
  .offer__form .submit {
    width: 100%
  }

  .offer__subtitle {
    text-wrap: balance
  }

  .contact-wrapper {
    grid-template-columns: 100%
  }

  .contact__right {
    grid-template-columns: 1fr 1fr;
    order: -1
  }

  .contact__item:last-child:nth-child(odd) {
    grid-column: 1/-1
  }

  .product-wrapper {
    border-radius: 40px
  }

  .product__item {
    grid-template-columns: 100%;
    padding: 20px 15px 40px
  }

  .product__item-img {
    max-height: none;
    border-radius: 40px
  }
}

@media (max-width:767px) {
  .hide-sm {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0)
  }

  .hide-sm.swiper-navigation,
  .hide-sm.swiper-pagination {
    display: none
  }

  body {
    padding-top: 106px
  }

  .certificate__slider,
  .hide-sm {
    overflow: hidden
  }

  .header-fixed {
    min-height: 106px
  }

  .header__mobile {
    height: calc(100dvh - 106px)
  }

  .header__call {
    display: grid;
    justify-items: end;
    row-gap: 6px
  }

  .calc-wrapper,
  .contact__right {
    grid-template-columns: 100%
  }
}

@media (max-width:575px) {
  .hide-xs {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .hide-xs.swiper-navigation,
  .hide-xs.swiper-pagination {
    display: none
  }

  body {
    padding-top: 109px
  }

  .popup__dialog {
    width: 400px;
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto
  }

  .about-thumb {
    left: 16px;
    bottom: 16px
  }

  .about-thumb .swiper {
    margin-right: -16px !important
  }

  .about-thumb .about__item {
    height: 60px
  }

  .header-fixed {
    min-height: 109px
  }

  .header__mobile {
    height: calc(100dvh - 109px)
  }

  .header__top {
    padding-block: 12px;
    gap: 10px
  }

  .header__tel {
    font-size: clamp(12px, 5.7254901961px + 1.9607843137vw, 17px)
  }

  .header__logo {
    font-size: clamp(20px, 17.4901960784px + .7843137255vw, 22px)
  }

  .header__address {
    font-size: clamp(11px, 8.4901960784px + .7843137255vw, 13px)
  }

  .footer__top {
    display: grid;
    grid-template-columns: 100%;
    justify-items: center;
    gap: 20px;
    text-align: center
  }

  .footer__menu,
  .footer__policy {
    white-space: normal
  }

  .calc__block {
    padding: 0;
    background: 0 0
  }

  .calc__item-count {
    right: 70px;
    translate: 0 -50%
  }

  .calc__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    flex: 1 1 auto;
    flex-wrap: wrap
  }

  .calc__item-content {
    max-width: 100%;
    width: 100%
  }

  .calc__item-img {
    display: flex;
    justify-content: centera;
    align-items: center;
    position: static;
    max-width: min(100%, 200px)
  }
}

@media (min-width:576px) and (max-width:1199px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-wrap: balance
  }
}

@media (min-width:1401px) or (max-width:1400px) {
  .section-not-margin {
    margin: 0
  }
}

@media (max-width:1199px) and (min-width:576px) {
  .footer__top {
    display: grid;
    grid-template-columns: auto 1fr
  }

  .footer__top>:nth-child(2n) {
    text-align: right;
    justify-self: end
  }
}

@media (min-width:992px) and (max-width:1400px) {
  .offer__call {
    padding-left: clamp(20px, 15.6px + 1.375vw, 42px)
  }
}

@media (max-width:1400px) or (min-width:1401px) {
  .product__pagination {
    margin: 0
  }
}

@media not all and (-webkit-min-device-pixel-ratio:0),
not all and (min-resolution:.001dpcm) {
  input {
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px
  }
}

@media (any-hover:hover) {

  .footer__menu li:hover,
  .hover-active:hover {
    color: #d1392f
  }

  .hover-translate:hover {
    translate: 0 -5px
  }

  .hover-scale:hover img {
    scale: 1.02
  }

  .hover-underline:hover {
    text-decoration-color: currentColor
  }

  .slider__arrow:hover {
    background: #d1392f;
    border-color: #d1392f
  }

  .slider__arrow:hover svg {
    fill: #fff;
    stroke: #fff
  }

  .select__option:not(.disabled):hover {
    background: #dadada
  }

  .select__value-delete:hover {
    background: #a82d25
  }

  .button:hover {
    background: #b43128
  }

  .button_white:hover {
    background: #d1392f;
    color: #fff
  }

  .social__item:hover {
    scale: 1.15
  }

  .popup__close svg:hover {
    fill: #d1392f
  }

  .calc__item-input:hover:has(input) .calc__item-count {
    opacity: 1;
    pointer-events: auto
  }

  .calc__item-count {
    pointer-events: none;
    opacity: 0
  }
}