/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: "Montserrat", sans-serif;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: "Montserrat", sans-serif;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
}

html._lock {
  overflow: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 15px;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
  margin: 0px;
  padding: 0 0 0 5px;
  color: #2f2f2f;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

th, td {
    padding: 8px;
}

button {
  border: none;
  background: none;
}


.empty {
  min-height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 65px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.1);
}


.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
}

main {
  flex: 1 1 auto;
  height: 100%;
}

.header {
  background-color: #0f1015;
  padding: 10px 0px;
}

.header__logo {
  width: 80px;
  height: 80px;
}

.header__logo img {
  width: 100%;
  height: 100%;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav__item {
  position: relative;
}

.nav__link {
  color: white;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  display: block;
  padding: 0 0 15px 0;
}

.nav__link:hover {
  color: #3d1dbf;
}

.nav._active {
  right: 0;
}

.submenu {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 99;
  background: white;
  min-width: 290px;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
  height: calc(100vh - 200px);
  overflow-y: auto;
}

.submenu__item a {
  display: flex;
  padding: 7px 15px;
  line-height: 150%;
  color: black;
  transition: 0.5s;
}

.submenu__item a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.burger {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.burger span,
.burger::before,
.burger::after {
  content: "";
  position: absolute;
  background-color: white;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

.burger::after {
  transform: translateY(-5px);
}

.burger::before {
  transform: translateY(5px);
}

.burger._active::after {
  transform: rotate(-45deg);
}

.burger._active::before {
  transform: rotate(45deg);
}

.burger._active span {
  opacity: 0;
}

.close {
  position: relative;
  top: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.close::after,
.close::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: white;
}

.close::after {
  transform: rotate(-45deg);
}

.close::before {
  transform: rotate(45deg);
}

.breadcrumbs {
  display: flex;
  gap: 10px;
  padding: 10px 0 40px 0;
}

.breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0f1015;
}

.breadcrumbs__item span {
  color: #0f1015;
}

.breadcrumbs__item:not(:last-child)::after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #0f1015;
  display: block;
}

.main {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 16, 21, 0.3);
  z-index: 1;
}

.main__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.main__inner img {
  width: 100px;
  height: 100px;
}

.main__title {
  font-size: 60px;
  line-height: 150%;
  color: white;
  text-transform: uppercase;
}

.main__subtitle{
    line-height: 150%;
    font-size: 18px;
    color: #ffffff;
}

.footer {
  background-color: #0f1015;
  padding-bottom: 25px;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-height: 50px;
}

.footer__author {
  font-size: 14px;
  color: white;
  line-height: 150%;
}

.about__inner {
  padding: 50px 0px;
}

.about__title {
  font-size: clamp(25px, 3vw, 45px);
}

.about__content p {
  line-height: 150%;
  font-size: 18px;
}

.about__content ul li {
  line-height: 150%;
  font-size: 18px;
}


.grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 20px;
}

.card {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}

.card:hover {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.card__image img {
  width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16/9; /* Для поддержания пропорций */
}

.card__link {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  padding: 15px 0px;
  color: black;
}

.contact {
  padding: 50px 0px 0px;
}

.contact__inner h1 {
  font-size: 45px;
  margin-bottom: 20px;
}

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

.contact__item:not(:last-child) {
  margin-bottom: 15px;
}

.contact__icon {
  width: 20px;
  height: 20px;
}

.contact__icon img {
  width: 100%;
  height: 100%;
}

.contact__social {
  font-size: 20px;
}

.contact .map {
  margin-top: 50px;
}

p {
  margin: 15px 0 0 0;
  padding: 0;
  color:#2f2f2f;
}

.gallery {
  padding: 50px 0px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.swiper-image {
  height: 500px !important;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper-slide p {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px 0px;
  backdrop-filter: blur(4px);
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.gallery__inner{
    max-width: 800px;
    margin: 0 auto;
}

.gallery__inner h1 {
  margin-bottom: 40px;
}
.text h2, h3 {margin-top: 1%;}
.text ul {margin-left: 2%;margin-top: 1%;}
.text {line-height: initial;}
ul { list-style-type: square; }

@media screen and (min-width: 768px) {
  .burger {
    display: none;
  }

  .close {
    display: none;
  }
  img {max-width: 100%;}
}

@media screen and (max-width: 768px) {
  .nav {
    position: fixed;
    top: 0;
    right: -150%;
    width: 100%;
    height: 100vh;
    background-color: #0f1015;
    z-index: 99;
  }
    img {max-width: 100%;}
  .nav__list {
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  .nav__link i {
    display: none;
  }

  .main__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 425px) {
  .main__title {
    font-size: 35px;
  }
  img {max-width: 100%;}
}

@media (hover: hover) {
  .nav__item:hover a {
    color: #3d1dbf;
  }

  .nav__item:hover a i {
    transform: rotate(180deg);
  }

  .nav__item:hover .submenu {
    opacity: 1;
    pointer-events: all;
    top: 100%;
  }
}
/*# sourceMappingURL=maps/main.css.map */

/* custom */
.utp {
    
}

.utp__inner{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 20px;
    padding: 40px 20px;
    border: 1px solid rgba(0,0,0,0.1);
    margin-top: -50px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    
}

.utp-cart{
    display: grid;
    grid-template-columns: 81px 1fr;
    align-items: center;
    gap: 15px;
}

.utp-colomn-lft{
    display: grid;
    gap: 10px;
}

.utp-colomn-rght{
    display: grid;
    gap: 10px;
    align-items: stretch;
    align-content: space-between;
    padding-top: 34px;
}

.utp-nomber{
    font-weight: 900;
    font-size: 70px;
    color: #47448d;
}

.utp-header{
    font-weight: 700;
    font-size: 20px;
}
.utp-descr{
    color: #0009;
    line-height: 150%;
    padding-top: 21px;
}

.utp-img{}

.utp-img img {
   width: 80px;
    height: 80px;
}

.service{
    padding: 40px 0px;
}

.service__title{
    margin-bottom: 20px;
}

.service-content__inner {
  background-color: rgb(242, 242, 242);
  padding: 20px 15px;
}

.service-content__breadcrumbs{
    margin-top: 50px;
}

.service-content__title {
  font-size: 30px;
  margin: 30px 0px;
  font-weight: 900;
  line-height: 130%;
}

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

.service-content__col p {
  color: rgb(51, 51, 51);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.service-content__text {
  background-color: white;
  padding: 10px;
}

.service-content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

._btn{
    cursor: pointer;
}

.service-content__btn {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 700;
  background-color: #47448d;
  padding: 17px 30px;
  margin: 25px 16px 0px 0px;
  border: none;
}

.service-content__stage {
  padding: 30px 50px;
}

.service-content__grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 30px;
}

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

.service-content__item-inner {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 15px;
}

.service-content__arrow {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.service-content__arrow i {
  font-size: 25px;
  color: #47448d;
}

.service-content__number {
  width: 80px;
  height: 80px;
  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-radius: 50%;
  background-color: #47448d;
  color: #ffffff;
  font-size: 25px;
  line-height: 150%;
}

.service-content__item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.service-content__item-text {
  color: rgb(51, 51, 51);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.service-content__text-block {
  padding: 40px 0px;
}

.service-content__text-block h1,
.service-content__text-block h2,
.service-content__text-block h3,
.service-content__text-block h4,
.service-content__text-block h5,
.service-content__text-block h6 {
  line-height: 130%;
  margin-bottom: 30px;
}

.service-content p {
  color: #757575;
  margin-bottom: 15px;
  line-height: 150%;
}

.service-content ul {
  padding-left: 40px;
  list-style: circle;
}

.service-content ul li {
  color: #757575;
  margin-bottom: 10px;
  line-height: 150%;
}

.footer-menu a {
color: white;
font-size: 18px;
}
.footer-menu a:hover {
    color: #3d1dbf;
    transition: 0.3s;
}
.footer-menu li {
padding-top: 10px;
}
.footer-menu li a {
font-size: 18px;
}
.footer-menu ul {
display: grid;
}
.footer-menu ul li{
padding-top: 10px;
}
.footer-menu ul li a {
font-size: 14px;
}

.footer-container {
    display: flex;
    gap: 35px;
    margin-top: 20px;
    justify-content: space-around;
}

@media screen and (min-width: 670px) {
  .service-content__item-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-right: 30px;
  }
  img {max-width: 100%;}
}

@media screen and (min-width: 768px) {
  .service-content__text {
    padding: 32px;
    margin-left: -200px;
    max-width: 590px;
  }
img {max-width: 100%;}
  .service-content__image {
    width: clamp(290px, 56vw, 698px);
    height: clamp(290px, 45vw, 480px);
  }
}

@media screen and (min-width: 1090px) {
  .service-content__arrow--mb {
    display: none;
  }
  img {max-width: 100%;}
}

@media screen and (max-width: 768px) {
  .service-content__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  img {max-width: 100%;}
  .service-content__text {
    margin-top: 25px;
  }
}

@media screen and (max-width: 670px) {
  .service-content__stage {
    padding: 30px 20px;
  }

  .service-content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }

  .service-content__arrow {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  img {max-width: 100%;}
  .footer-container {display: grid;}
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 9999;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  transform: translateY(0);
  position: relative;
}

.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  transform: translateY(-120px);
  transition: transform 0.3s ease 0s;
  background-color: white;
  padding: 40px 40px 60px;
  width: 100%;
  max-width: 500px;
}

.lock .popup__content {
  visibility: visible;
}

.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  z-index: 99;
  cursor: pointer;
}

.popup__close::before,
.popup__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  margin-left: -10px;
  background-color: red;
}

.popup__close::before {
  transform: rotate(-45deg);
}

.popup__close::after {
  transform: rotate(45deg);
}

.popup__title {
  text-align: center;
  font-size: 30px;
  line-height: 140%;
  margin-bottom: 15px;
}
.popup__subtitle {
    text-align: center;
    line-height: 140%;
    margin-bottom: 30px;
}

.popup__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.popup__form-controls {
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 20px 10px;
  outline: none;
}

.popup__form-controls:focus {
  border-color: rgba(0, 0, 0, 0.9);
}

.popup__form-submit {
  background-color: #47448d;
  padding: 20px 20px;
  width: 100%;
  color: white;
}

.popup__subdomain-title {
  font-size: 21px;
  font-weight: 600;
  padding: 10px 0px 10px;
  border-bottom: 1px solid rgba(58, 67, 75, 0.1);
}

.popup__search-city {
  height: 40px;
  margin: 10px 0px;
  border: 1px solid rgba(58, 67, 75, 0.2);
  border-radius: 5px;
  padding: 0px 14px;
}

.popup__search-city::placeholder {
  font-size: 13px;
}

.popup__search-city:focus {
  outline: none;
  border-color: rgba(58, 67, 75, 0.4);
}

.popup__subdomain-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.popup__subdomain-link {
  padding: 15px 15px;
  display: flex;
  font-size: 18px;
  border: 1px solid rgba(65, 162, 208, 0.2);
  border-radius: 3px;
}

.popup__loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.5);
}

.popup__loading._active {
  pointer-events: all;
  display: flex;
}

.popup__loading img {
  width: 40px;
  height: 40px;
}

