@charset "UTF-8";

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

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

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

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Montserrat";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
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-weight: inherit;
  font-size: inherit;
}

body {
  color: #000;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  background-color: var(--background-color);
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

svg.arrow-icon {
  width: 29px;
  height: 74px;
}

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

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

.wrapper>* {
  min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*=__container] {
  max-width: 73.125rem;
  /* -webkit-box-sizing: content-box;
  box-sizing: content-box; */
  margin: 0 auto;
  padding: 0 0.9375rem;
  width: 100%;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
  object-fit: contain;
}

:root {
  --asstets-color: #1f5bff;
  --background-color: #e6e6e6;
  --text-color: #000000;
}

h1,
.h1 {
  line-height: 1.23;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-center {
  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;
}

ul li {
  line-height: 1.55;
  padding: 0.125rem 0;
}

ul li::before {
  content: "-";
  padding-right: 0.3125rem;
}

ul ol {
  padding: 0.125rem 0;
  line-height: 1.55;
}

ul ol::before {
  content: "·";
  padding-right: 0.3125rem;
}

a {
  color: var(--asstets-color);
  text-decoration: none;
}

p {
  line-height: 1.55;
}

p:not(:last-child) {
  margin-bottom: 1rem;
}

.title {
  font-weight: 400;
  color: var(--text-color);
  text-align: center;
  padding: 1.875rem 0;
}

.page__desc {
  max-width: 35rem;
  line-height: 1.5;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

._bgi {
  position: relative;
}

._bgi iframe,
._bgi img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.btn {
  position: relative;
  display: inline-block;
  border: 0 none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 700;
  background-image: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  background-color: var(--asstets-color);
  height: 2.5rem;
  font-size: 0.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  border-radius: 3.125rem;
  overflow: hidden;
}

.btn-effects_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-85px);
  -ms-transform: translateX(-85px);
  transform: translateX(-85px);
  -webkit-animation-name: flash;
  animation-name: flash;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.btn_effects {
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.4)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 30px;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

@-webkit-keyframes flash {
  20% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes flash {
  20% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

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

.menu__icon--mob {
  display: none;
}

.icon-menu {
  /* margin-right: auto; */
  display: inline-block;
}

.header {
  background-color: #fff;
}

.header a {
  color: var(--text-color);
}

.menu__icon--mob {
  padding: 1.25rem 0.9375rem;
  /* background-color: var(--asstets-color); */
  background-color: #fff;
  text-align: right;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.mob__logo {
  margin: 1.25rem auto 2.5rem;
}

.header__top {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.25rem 0;
}

.header__logo {
  max-width: 15.625rem;
  width: 100%;
}

.contacts__phone {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.25rem;
}

.contacts__phone a {
  margin-bottom: 5px;
}

.contacts__phone a:last-child {
  margin-bottom: 0;
}

.menu__list {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu__list>.copy_to_list-cat:hover .sub-menu,
.menu__list>.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 15;
}

.menu-item {
  padding: 0 0.9375rem;
  position: relative;
  padding-bottom: 0.9375rem;
}

.menu-item::before {
  display: none;
}

.copy_to_list-cat a:after,
.menu-item-has-children a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.25rem 0.1875rem 0;
  position: absolute;
  top: 29%;
  right: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-color: transparent;
  border-top-color: inherit;
}

@media (width>=0) and (width<=991.9px) {
  .copy_to_list-cat a:after {
    right: -9px;
    top: 10px;
  }

  .menu__list>.copy_to_list-cat:hover .sub-menu,
  .menu__list>.menu-item-has-children:hover .sub-menu {
    display: block;
  }

}

.sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 5;
  text-align: left;
  min-width: 12.5rem;
  padding: 1.25rem;
  -webkit-box-shadow: 0 0 0.4375rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.4375rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  -o-transition: opacity 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: opacity 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-transition: opacity 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

@media (min-width: 991.9px) {
  .sub-menu {
    width: 300px;
  }
}



.sub-menu::before {
  content: "";
  position: absolute;
  top: -1.125rem;
  border: solid transparent;
  border-width: 0.625rem;
  border-bottom-color: #fff;
  width: 0;
  height: 0;
  left: 1.25rem;
}

.sub-menu .menu-item {
  padding: 0 0 0.625rem 0;
}

.sub-menu a:after {
  display: none;
}

.footer {
  padding-top: 2.8125rem;
  padding-bottom: 1.875rem;
  background-color: #0d0d0d;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
}

.hero__left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40%;
}

.hero__title {
  margin-bottom: 2.5rem;
  font-size: 1.375rem;
}

.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero__text {
  margin-bottom: 2.1875rem;
  line-height: 1.4;
}

.hero__rigth {
  position: relative;
  width: 60%;
  overflow: hidden;
  -webkit-transform: skew(-30deg, 0);
  -ms-transform: skew(-30deg, 0);
  transform: skew(-30deg, 0);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  left: 0;
}

.hero__rigth--bg {
  height: 27.0625rem;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center center;
  -webkit-transform: skew(30deg, 0);
  -ms-transform: skew(30deg, 0);
  transform: skew(30deg, 0);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

@media (min-width: 0) and (max-width: 767.9px) {
  .hero__rigth--bg {
    background-size: 80%;
    padding-bottom: 72%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .hero__rigth--bg {
    background-size: 63%;
    padding-bottom: 40%;
  }
}

.video__container {
  padding-top: 5.625rem;
}

.video__block {
  padding-bottom: 47.413793%;
  /* 550/1160 */
}

.video__block:hover {
  cursor: pointer;
}

.video__block:hover .video__play svg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video__play svg {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts__text--title {
  margin-bottom: 1.875rem;
  font-size: 1.625rem;
  line-height: 1.17;
  font-weight: 500;
}

.contacts__text--address {
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 1.25rem;
}

.contacts__container {
  padding-top: 5.625rem;
}

.contacts__map {
  padding-bottom: 20%;
  position: relative;
}

.contacts__map>div {
  position: initial !important;
}

.contacts__map iframe {
  position: absolute !important;
}

.advans {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

.advans__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0.0625rem;
  flex: 1 1 0.0625rem;
  margin: 0 1.25rem;
}

.advans__title {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 700;
  border-bottom: 0.1875rem solid var(--asstets-color);
  margin-bottom: 2.1875rem;
}

.page__text {
  padding: 0.9375rem 0;
}

.page-btn__popap {
  text-align: center;
  margin-bottom: 0.9375rem;
}

.page__header.auditory__header {
  margin-bottom: 0;
}

.auditory__inner {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(18.25rem, 1fr));
}

.auditory__item {
  text-align: center;
  padding: 1.25rem 0;
}

.auditory__img {
  margin: 0 auto 0.625rem;
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 50%;
  overflow: hidden;
}

.auditory__img img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.auditory__name {
  margin-bottom: 0.9375rem;
}

.auditory__name--neme {
  font-size: 1rem;
  font-weight: 700;
}

.page__galery {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  padding-bottom: 1.875rem;
}

@media (min-width: 0) {
  .page__galery {
    grid-template-columns: repeat(auto-fill, minmax(16.5rem, 1fr));
  }
}

@media (min-width: 768px) {
  .page__galery {
    grid-template-columns: repeat(auto-fill, minmax(17.5rem, 1fr));
  }
}

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

.preimuschestva__inner {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(24.375rem, 1fr));
  padding-bottom: 1.875rem;
}

.preimuschestva__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preimuschestva__icon {
  margin-right: 1.25rem;
}

.preimuschestva__text {
  font-weight: 500;
  line-height: 1.35;
}

.otzivy__item {
  text-align: center;
}

.otzivy__text {
  font-weight: 300;
  font-size: 1rem;
  margin-bottom: 1.5625rem;
}

.otzivy__name {
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 0.3125rem;
}

.otzivy__desc {
  font-weight: 300;
}

.control__img {
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 2.1875rem;
}

.control__neme {
  position: relative;
  text-align: center;
}

.control__neme span {
  position: relative;
  padding: 0.625rem 2.6875rem;
  /* background-color: #fff; */
  display: inline-block;
  color: var(--text-color);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  position: relative;
  z-index: 1;
}

/* .control__neme::after {
  content: "";
  position: absolute;
  bottom: 1.0625rem;
  right: 0;
  left: 0;
  height: 0.125rem;
  background-color: var(--text-color);
  z-index: 0;
} */

.control__desc {
  padding: 3.125rem 0 3.75rem 0;
  /* border-bottom: 0.125rem solid var(--text-color); */
  text-align: center;
  /* margin-bottom: 2.5rem; */
}




.services {}

.services__item:not(:last-child) {
  margin-bottom: clamp(3.438rem, 2.733rem + 3.52vw, 5.375rem);
}

.services__item--title {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}

.services__item--text {
  margin-bottom: 20px;
}

.services__prices {
  margin-bottom: 25px;
}

.services__prices--bottom,
.services__prices--top {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
}

.services__btn {
  text-align: center;
}

.services__btn span {
  position: relative;
  margin: 0 auto 20px;
}

.services__btn span .arrow-icon {
  position: absolute;
  top: -27px;
  left: -36px;
}

.page__bottom--text {
  padding-top: 80px;
  text-align: center;
}


@media (min-width: 61.99875em) {
  .mob__logo {
    display: none;
  }

  .menu-item:first-child {
    padding-left: 0;
  }

  .menu-item:last-child {
    padding-right: 0;
  }
}

@media (min-width: 75em) {

  h1,
  .h1 {
    font-size: 2.625rem;
  }

  .title {
    margin-bottom: 2.5rem;
  }

  .page__desc {
    font-size: 1.375rem;
  }

  .page__desc {
    margin-bottom: 6.5625rem;
  }

  .advans {
    margin-bottom: 9.375rem;
  }

  .advans__title {
    font-size: 1.875rem;
  }

  .preimuschestva__item {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 48em) {
  .hero__rigth--bg {
    height: initial;
    background-position: 50% 50%;
  }
}

@media (max-width: 20em) {

  h1,
  .h1 {
    font-size: 1.75rem;
  }

  .title {
    margin-bottom: 1.25rem;
  }

  .page__desc {
    font-size: 1.125rem;
  }

  .page__desc {
    margin-bottom: 3.125rem;
  }

  .advans {
    margin-bottom: 3.125rem;
  }

  .advans__title {
    font-size: 1.625rem;
  }

  .preimuschestva__item {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 61.99875em) {
  .menu__icon--mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .icon-menu {
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #000;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header {
    padding-top: 3.75rem;
  }

  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    opacity: 0;
    visibility: hidden;
    z-index: -100;
    position: fixed;
    top: 4.625rem;
    /* bottom: 0; */
    right: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 100px;
  }

  .logo__text {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
  }

  .menu-open .header__container {
    opacity: 1;
    visibility: visible;
    z-index: 3;
    background-color: #fff;
    overflow-y: auto;
  }

  .header__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header__top .header__logo {
    display: none;
  }

  .header__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header__desc {
    margin-bottom: 0.9375rem;
  }

  .contacts__phone {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }

  .menu__list {
    opacity: 1;
  }

  .menu__list>.menu-item-has-children:hover .sub-menu {
    z-index: 15;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0 !important;
    white-space: normal;
  }

  .menu-item {
    padding: 0.625rem 0;
    width: 100%;
    text-align: center;
  }

  .menu-item a {
    position: relative;
  }

  .menu-item-has-children a:after {
    top: 57%;
    right: -0.6875rem;
  }

  .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 0px;
    margin-top: 0.9375rem;
  }

  .hero__left {
    width: 100%;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .hero__container {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__rigth {
    position: unset;
    left: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    overflow: unset;
    -webkit-transform: skew(0, 0);
    -ms-transform: skew(0, 0);
    transform: skew(0, 0);
  }

  .hero__rigth--bg {
    width: 100%;
    -webkit-transform: skew(0, 0);
    -ms-transform: skew(0, 0);
    transform: skew(0, 0);
  }
}

@media (max-width: 61.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}

@media (max-width: 47.99875em) {
  .video__container {
    padding-top: 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .video__play svg {
    width: 40px;
    height: 40px;
  }

  .contacts__text--title {
    margin-bottom: 0.9375rem;
  }

  .contacts__container {
    padding-top: 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .contacts__text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .contacts__map {
    padding-bottom: 56%;
  }

  .advans {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .advans__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 43%;
    flex: 1 1 43%;
  }
}

@media (max-width: 35.75em) {
  .hero__btn .btn {
    width: 100%;
  }
}

@media (max-width: 29.99875em) {
  .advans {
    margin-right: 0;
    margin-left: 0;
  }

  .advans__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
  }
}

@media (min-width: 20em) and (max-width: 75em) {
  @supports (font-size: clamp(1.75rem, 1.4318181818rem + 1.5909090909vw, 2.625rem)) {

    h1,
    .h1 {
      font-size: clamp(1.75rem, 1.4318181818rem + 1.5909090909vw, 2.625rem);
    }
  }

  @supports not (font-size: clamp(1.75rem, 1.4318181818rem + 1.5909090909vw, 2.625rem)) {

    h1,
    .h1 {
      font-size: calc(1.75rem + 0.875 * (100vw - 20rem) / 55);
    }
  }

  @supports (margin-bottom: clamp(1.25rem, 0.7954545455rem + 2.2727272727vw, 2.5rem)) {
    .title {
      margin-bottom: clamp(1.25rem, 0.7954545455rem + 2.2727272727vw, 2.5rem);
    }
  }

  @supports not (margin-bottom: clamp(1.25rem, 0.7954545455rem + 2.2727272727vw, 2.5rem)) {
    .title {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 55);
    }
  }

  @supports (font-size: clamp(1.125rem, 1.0340909091rem + 0.4545454545vw, 1.375rem)) {
    .page__desc {
      font-size: clamp(1.125rem, 1.0340909091rem + 0.4545454545vw, 1.375rem);
    }
  }

  @supports not (font-size: clamp(1.125rem, 1.0340909091rem + 0.4545454545vw, 1.375rem)) {
    .page__desc {
      font-size: calc(1.125rem + 0.25 * (100vw - 20rem) / 55);
    }
  }

  @supports (margin-bottom: clamp(3.125rem, 1.875rem + 6.25vw, 6.5625rem)) {
    .page__desc {
      margin-bottom: clamp(3.125rem, 1.875rem + 6.25vw, 6.5625rem);
    }
  }

  @supports not (margin-bottom: clamp(3.125rem, 1.875rem + 6.25vw, 6.5625rem)) {
    .page__desc {
      margin-bottom: calc(3.125rem + 3.4375 * (100vw - 20rem) / 55);
    }
  }

  @supports (margin-bottom: clamp(3.125rem, 0.8522727273rem + 11.3636363636vw, 9.375rem)) {
    .advans {
      margin-bottom: clamp(3.125rem, 0.8522727273rem + 11.3636363636vw, 9.375rem);
    }
  }

  @supports not (margin-bottom: clamp(3.125rem, 0.8522727273rem + 11.3636363636vw, 9.375rem)) {
    .advans {
      margin-bottom: calc(3.125rem + 6.25 * (100vw - 20rem) / 55);
    }
  }

  @supports (font-size: clamp(1.625rem, 1.5340909091rem + 0.4545454545vw, 1.875rem)) {
    .advans__title {
      font-size: clamp(1.625rem, 1.5340909091rem + 0.4545454545vw, 1.875rem);
    }
  }

  @supports not (font-size: clamp(1.625rem, 1.5340909091rem + 0.4545454545vw, 1.875rem)) {
    .advans__title {
      font-size: calc(1.625rem + 0.25 * (100vw - 20rem) / 55);
    }
  }

  @supports (margin-bottom: clamp(1.25rem, 0.7954545455rem + 2.2727272727vw, 2.5rem)) {
    .preimuschestva__item {
      margin-bottom: clamp(1.25rem, 0.7954545455rem + 2.2727272727vw, 2.5rem);
    }
  }

  @supports not (margin-bottom: clamp(1.25rem, 0.7954545455rem + 2.2727272727vw, 2.5rem)) {
    .preimuschestva__item {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 55);
    }
  }
}

/* Custom Modal Styles */
.custom-modal-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  /* hidden by default */
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.custom-modal-overlay.active {
  display: flex;
  opacity: 1;
}

.box-modal {
  position: relative;
  background: #fff;
  padding: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
}

.box-modal_close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  z-index: 10;
}

.box-modal_close:hover {
  color: #e62f2f;
}