@charset "UTF-8";

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

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

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

:root {
  --font-family: "Roboto", sans-serif;
  --color-white: #ffffff;
  --color-black: #101828;
  --color-text-secondary: #667085;
  --color-blue: #00a1de;
  --color-blue-hover: #0174a3;
  --color-border: #d0d5dd;
  --color-gray-bg-hover: #f2f4f7;
  --color-gray-border-hover: #d0d5dd;
  --color-modal-bg: rgba(0, 0, 0, 0.6);
  --vh: 100vh;
}

@supports (height: 100dvh) {
  :root {
    --vh: 100dvh;
  }
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

:focus,
:active {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

input,
button,
textarea {
  background-color: transparent;
  font-family: inherit;
}

textarea {
  resize: none;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

:root {
  scrollbar-gutter: stable;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}

a,
button {
  color: inherit;
  font-size: inherit;
}

body {
  font-family: var(--font-family);
  font-weight: 400;
  color: var(--color-black);
  --padding-container: 16px;
  --container-width: 1360px;
  --max-width-container: 1408px;
  scrollbar-gutter: stable;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

[class*=__container] {
  padding-left: var(--padding-container);
  padding-right: var(--padding-container);
  margin: 0 auto;
  width: 100%;
  max-width: var(--max-width-container);
}

.button {
  padding: 8px 26px;
  min-height: 52px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  border-radius: 1px;
  color: var(--color-white);
  background-color: var(--color-blue);
  -webkit-box-shadow: 0 2px 2px 0 rgba(56, 63, 255, 0.15);
          box-shadow: 0 2px 2px 0 rgba(56, 63, 255, 0.15);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.button:hover {
  background-color: var(--color-blue-hover);
}

.button-icon {
  padding: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--color-border);
  border-radius: 1px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

.button-icon:hover {
  background-color: var(--color-gray-bg-hover);
  border-color: var(--color-gray-border-hover);
}

.button-icon svg,
.button-icon img {
  width: 20px;
  height: auto;
  max-height: 20px;
}

.margin-section {
  margin-bottom: 40px;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-wrapper .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.header {
  padding: 24px 0;
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.header__body:not(:last-child) {
  margin-bottom: 24px;
}

.header__geo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}

.header__geo-icon svg,
.header__geo-icon img {
  width: 20px;
  height: 20px;
}

.header__phone {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  opacity: 0.5;
}

.header__logo svg,
.header__logo img {
  max-height: 44px;
}

.header__connection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.header__connection li {
  list-style: none;
}

.footer {
  padding-bottom: 24px;
}

.footer__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
}

.footer__content .footer__map {
  margin-bottom: 24px;
}

.footer__title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.footer__address {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 140%;
  font-style: normal;
}

.footer__call {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.footer__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}

.footer__phone > *:last-child {
  color: var(--color-text-secondary);
}

.footer__links {
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid var(--color-border);
}

.footer__logo svg,
.footer__logo img {
  max-height: 44px;
}

.footer__connection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.footer__connection li {
  list-style: none;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--color-text-secondary);
}

.footer__bottom small {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.footer__map {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  position: relative;
  min-height: 60vw;
}

.footer__map iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal {
  --height-modal: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19;
  width: 100vw;
  height: var(--height-modal);
  background-color: var(--color-modal-bg);
  scrollbar-gutter: stable;
  overflow-y: auto;
  overflow-x: hidden;
}

@supports (height: 100dvh) {
  .modal {
    --height-modal: 100dvh;
  }
}

.modal__container {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: var(--height-modal);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__body {
  padding: 24px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1200px;
  background-color: var(--color-white);
  border-radius: 2px;
}

.modal__title {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 32px;
}

.modal__list {
  counter-reset: item;
  font-size: 12px;
}

.modal__list ul,
.modal__list ol {
  line-height: 140%;
  font-weight: 400;
}

.modal__list li {
  list-style: none;
}

.modal__list > li {
  margin-top: 32px;
  color: var(--color-black);
  font-weight: 500;
  font-size: 1.3em;
}

.modal__list > li > table,
.modal__list > li > p {
  margin-top: 16px;
  font-weight: 400;
  line-height: 140%;
}

.modal__list > li > table {
  border-collapse: collapse;
}

.modal__list > li > table th,
.modal__list > li > table td {
  padding: 12px 8px;
  font-weight: inherit;
  border: 1px solid var(--color-border);
}

.modal__list > li:before {
  content: counter(item);
  counter-increment: item;
  margin-right: 12px;
}

.modal__list > li > ol {
  counter-reset: item2;
  margin-top: 8px;
}

.modal__list > li > ol > li::before {
  content: counter(item) "." counter(item2);
  counter-increment: item2;
  margin-right: 12px;
}

.modal__list > li > ol > li > ul > li::before {
  content: "—";
  padding-right: 24px;
}

.js-modal-hidden {
  display: none;
}

.js-modal-hidden.js-modal-visible {
  display: block;
}

.body-overflow {
  overflow: hidden;
}

.info-block {
  margin-top: 24px;
}

.info-block__content {
  margin-bottom: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 670px;
          flex: 0 1 670px;
}

.info-block__title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.info-block__text {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 140%;
}

.info-block__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 min(555px, 50%);
          flex: 0 0 min(555px, 50%);
}

.info-block__image-body {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}

.info-block__image-body img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-slider .swiper {
  overflow: hidden;
}

.block-slider .swiper-slide {
  border: 1px solid var(--color-border);
}

.block-slider__header {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block-slider__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.block-slider__buttons {
  display: none;
}

.block-slider__slide-image {
  position: relative;
  padding-bottom: 37.71%;
  overflow: hidden;
}

.block-slider__slide-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-slider__pagination {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}

.block-slider__pagination .swiper-pagination-bullet {
  cursor: pointer;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid var(--color-blue);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.block-slider__pagination .swiper-pagination-bullet-active {
  background-color: var(--color-blue);
}

@media (min-width: 768px) {
  body {
    --padding-container: 20px;
  }

  .button {
    width: auto;
  }

  .footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .footer__title {
    font-size: 36px;
  }

  .footer__links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .footer__bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .footer__map {
    min-height: 448px;
  }

  .modal {
    top: 0;
    --height-modal: 100vh;
  }

@supports (height: 100dvh) {
    .modal {
      --height-modal: 100dvh;
    }
}

  .info-block__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
  }

  .info-block__title {
    font-size: 36px;
  }

  .block-slider__title {
    font-size: 36px;
  }

  .block-slider__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 12px;
  }
}

@media (min-width: 1024px) {
  body {
    --padding-container: 24px;
  }

  .footer__title {
    font-size: 44px;
  }

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

  .footer__call {
    margin-bottom: 88px;
  }

  .modal__list {
    font-size: 18px;
  }

  .info-block__title {
    font-size: 44px;
  }

  .info-block__text {
    font-size: 18px;
  }
}

@media (min-width: 1408px) {
  .margin-section {
    margin-bottom: 256px;
  }
}

@media (max-width: 767.98px) {
  .modal__container {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1407.98px) {
  .margin-section {
    margin-bottom: calc(40px + (100vw - 768px) / 640 * 216);
  }
}