@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol,
li {
  list-style-type: none;
}

img {
  vertical-align: top;
}

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

.bold {
  font-weight: bold;
}

html,
body {
  height: 100%;
  line-height: 1;
  font-size: 12px;
  font-family: "Inter", sans-serif;
}

.title {
  color: #05496e;
  font-size: calc(20px + 1.1458333333vw);
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 63.8px */
  margin: 150px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .title {
    font-size: 42px;
    line-height: 110%;
    margin: 70px 0 0 0;
  }
}
@media screen and (max-width: 580px) {
  .title {
    font-size: 26px;
    line-height: 110%;
    margin: 40px 0 0 0;
  }
}

.container {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 20px;
}

.wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.fstblock {
  margin-top: 140px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  transition: all 0.2s;
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .header {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header.scrolled {
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  }
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0 5px 0;
}
@media (max-width: 1000px) {
  .header__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__menu {
  width: 100%;
}

.header__logo {
  position: relative;
  z-index: 3;
  display: block;
  overflow: hidden;
  max-width: 100%;
}



.header__adress, .logo__adress {
  position: relative;
  z-index: 3;
  max-width: 240px;
  color: #0b1142;
  text-align: center;
  font-size: calc(12px + 3 * (100vw / 1920));
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.38px;
}
@media screen and (max-width: 1000px) {
  .logo__adress {
    display: none;
  }

  .header__logo {
    max-width: 70%;
    margin: 0;
  }
}

.btn {
  cursor: pointer;
  border-radius: 6px;
  width: 200px;
  height: 40px;
  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;
  color: white;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

.application-btn {
  background-color: #f74739;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.application-btn:hover {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-color: #68ba20;
}

@media screen and (max-width: 1000px) {
  .header__application-btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.call-btn {
  background-color: #59b7e9;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.call-btn:hover {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-color: #f8a718;
}

.footer-call-btn {
  background-color: #59b7e9;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.footer-call-btn:hover {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-color: #f8a718;
}

.header__burger {
  display: none;
}



.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

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

.header__link {
  padding: 0 0 0 10px;
}
.header__link .header-a {
  color: #0b1142;
}

.main {
  position: relative;
}

.swiper__image, .swiper__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-position: 60% 50%;
     object-position: 60% 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-slider__image {
  height: 500px;
}

.circle-prev,
.circle-next,
.gallery__circle-prev,
.gallery__circle-next,
.awards__circle-prev,
.awards__circle-next,
.reviews__btn-next,
.reviews__btn-prev {
  border-radius: 100px;
  width: 60px;
  height: 60px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(247, 91, 51, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(247, 91, 51, 0.2);
}

.reviews__btn-next,
.reviews__btn-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reviews-btn__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 20px;
  margin: 0 auto;
}
.reviews-btn {
  background-color: #f74739;
  color: white;
  margin: 30px auto;
}
.main-btn  {
  font-size: calc(15px + 3 * (100vw / 1920));
}

.gallery__container,
.awards__container {
  position: relative;
}
.gallery__container .swiper-button-next,
.gallery__container .swiper-button-prev {
  top: 60%;
}

.circle-prev,
.gallery__circle-prev img {
  margin-left: -3px;
}

.circle-next,
.gallery__circle-next img {
  margin-left: 3px;
}

.circle-prev {
  margin-left: 5%;
}

.circle-next {
  margin-right: 5%;
}

.facts .swiper-pagination-bullets,
.facts .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: -100px;
}

.swiper-pagination-bullets,
.gallery .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -50px;
}

.swiper-pagination-bullets,
.awards .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -50px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #0073e6;
}

.swiper-pagination-bullet-active {
  background-color: #f74739;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}

.header-btn {
  display: block;
  padding: 0 10px 0 10px;
  height: 56px;
  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;
  font-size: calc(16px + 4 * (100vw / 1920));
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.66px;
  border-radius: 6px;
  background-color: white;
  color: #0b1142;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.activepage {
  color: white;
  background-color: #f74739;
  padding: 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.application {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1100px) {
  .application {
    margin-left: 0;
    gap: 8px;
  }
}
@media screen and (max-width: 1000px) {
  .application {
    gap: 10px;
    padding-top: 20px;
  }
  .header-btn {
    font-size: calc(19px + 4 * (100vw / 1920));
  }
  .header__adress {
    font-size: calc(14px + 4 * (100vw / 1920));
  }
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

.navtel {
  color: #0b1142;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.header__link .header-btn:hover {
  background-color: #f74739;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.main_block {
  position: absolute;
  top: calc(50% - 126px);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.main__title {
  color: #05496e;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 88px */
}

.main-description {
  max-width: 280px;
  color: #000b48;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}

.openmodal {
  background-color: #f74739;
}

.facts {
  position: relative;
  padding-bottom: 60px;
}

.facts .title  {
  margin-top: 120px;
}

.facts__container {
  margin: 60px auto;
  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;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .facts__container {
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .facts__container {
    margin: 30px auto;
  }
}

.facts__inner__container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 700px) {
  .facts__inner__container {
    gap: 10px;
  }
}

.fact {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
}
.fact img {
  max-width: 100%;
}
@media screen and (max-width: 700px) {
  .fact {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  .fact {
    font-size: 12px;
  }
}

.fact__information {
  position: absolute;
  z-index: 2;
  top: calc(50% - 60px);
  left: calc(50% - 124px);
  min-width: 145px;
}
@media screen and (max-width: 700px) {
  .fact__information {
    left: calc(50% - 72px);
    top: calc(50% - 51px);
  }
}
@media screen and (max-width: 480px) {
  .fact__information {
    left: calc(50% - 73px);
    top: calc(50% - 38px);
  }
}

.about_club,
.contacts {
  position: relative;
  padding: 80px 0 20px 0;
}
@media screen and (max-width: 600px) {
  .about_club,
  .contacts {
    padding: 20px 0 50px 0;
  }
}

.about_club-title,
.contacts-title {
  margin: 0;
}

.about_club__container {
  position: relative;
  z-index: 10;
  margin-top: 40px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(248, 167, 24, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(248, 167, 24, 0.3);
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .about_club__container {
    border-radius: 10px;
    padding: 20px;
  }
}

.contacts__container {
  position: relative;
  z-index: 10;
  margin-top: 30px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(248, 167, 24, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(248, 167, 24, 0.3);
  padding: 20px 25px 20px 25px;
  max-height: 607px;
}
@media screen and (max-width: 1300px) {
  .contacts__container {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
@media screen and (max-width: 600px) {
  .contacts__container {
    border-radius: 10px;
    padding: 20px;
  }
}

.about_club__specific_container,
.contacts__specific_container {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 20px;
}

.about_club__container2 {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
@media screen and (max-width: 600px) {
  .about_club__container2 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

.contacts__container2 {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
@media screen and (max-width: 450px) {
  .contacts__container2 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media screen and (max-width: 810px) {
  .about_club-title-desktop,
  .contacts-title-desktop {
    display: none;
  }
}

.about_club-title-mobile,
.contacts-title-mobile {
  display: none;
}
@media screen and (max-width: 810px) {
  .about_club-title-mobile,
  .contacts-title-mobile {
    display: block;
    margin-bottom: 20px;
  }
}

.about_club__information,
.contacts__information {
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
  color: #000b48;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 30px */
}
@media screen and (max-width: 1300px) {
  .about_club__information,
  .contacts__information {
    padding: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .about_club__information,
  .contacts__information {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .about_club__information,
  .contacts__information {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .about_club__information,
  .contacts__information {
    border-radius: 10px;
  }
}
@media screen and (max-width: 500px) {
  .about_club__information,
  .contacts__information {
    font-size: 14px;
  }
}

.about_club-img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 600px) {
  .about_club-img {
    border-radius: 10px;
  }
}

.about_club-img__container {
  position: relative;
  width: 100%;
  min-height: 283px;
}
@media screen and (max-width: 600px) {
  .about_club-img__container {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}

.about_club-ul {
  margin-left: 30px;
}

.about_club-li {
  list-style: disc;
}

@media screen and (max-width: 700px) {
  .fact2 .fact__information {
    top: calc(50% - 41px);
  }
}
@media screen and (max-width: 480px) {
  .fact2 .fact__information {
    top: calc(50% - 29px);
  }
}
.contacts-table {
  text-align: left;
  margin-left: -20px;
  border-spacing: 13px;
}
.contacts-table td {
  color: #05496e;
  font-size: 17px;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
.contacts-table th {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%; /* 16px */
  max-width: 138px;
}

.contacts-name {
  color: #05496e;
  font-size: 17px;
  font-weight: 700;
  line-height: 28px; /* 140% */
}

.contacts-requisites {
  margin-top: 20px;
  color: #05496e;
  font-size: 25px;
  font-weight: 600;
  line-height: 130%; /* 46.8px */
}

.contacts-adress {
  color: #05496e;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%; /* 52px */
  margin: 0 0 20px 0;
}

.map {
  border-radius: 16px;
  overflow: hidden;
  min-height: 290px;
}
.map iframe {
  width: 100%;
  height: 100%;
}

.contacts_decor,
.about_club_decor,
.prices_decor,
.reviews_decor,
.predlojenia_decor,
.decor {
  position: absolute;
  z-index: 0;
}

.predlojenia_decor1 {
  top: 20%;
  left: 1%;
}

.predlojenia_decor2 {
  top: 80%;
  right: 2%;
}

.predlojenia_decor3 {
  top: 100%;
  left: 2%;
}

.prices_decor {
  max-width: 9%;
  height: auto;
}

.prices_decor1 {
  top: 20%;
  right: 1%;
}

.prices_decor2 {
  top: 80%;
  left: 2%;
}

.prices_decor3 {
  opacity: 0.4;
  right: 0;
  bottom: -100%;
}

.contacts_decor {
  max-width: 80%;
  height: auto;
}

.contacts_decor1 {
  top: 8%;
  left: 0;
}

.contacts_decor2 {
  top: 33%;
  right: 0;
}

.contacts_decor3 {
  bottom: 5%;
  left: 4%;
}

.about_club_decor1 {
  top: 4%;
  left: 0;
}

.about_club_decor2 {
  bottom: 20%;
  right: 1%;
}

.about_club_decor3 {
  bottom: 10%;
  left: 0;
}

.reviews_decor1 {
  left: 0;
  top: 35%;
}

.reviews_decor2 {
  right: 0;
  top: 50%;
}

.reviews_decor3 {
  right: 5%;
  top: 80%;
  max-width: 6%;
}

.about_club_decor3-1 {
  background-color: rgba(255, 255, 255, 0.5);
  width: 234px;
  height: 330px;
  bottom: 10%;
  left: 0;
}

.shows_decor1 {
  top: 35%;
  left: 3%;
  max-width: 7%;
}

.shows_decor2 {
  top: 65%;
  right: 2%;
  max-width: 10%;
}

.shows_decor3 {
  top: 90%;
  left: 60px;
  max-width: 7%;
}

.show_decor1 {
  top: 300px;
  left: 0;
}

.show_decor2 {
  top: 1750px;
  right: 0;
}

.sepstock .stock, .restshows .show {
  position: relative;
  z-index: 2;
}

@media (max-width: 1000px) {
  .contacts_decor,
  .about_club_decor,
  .prices_decor,
  .reviews_decor,
  .predlojenia_decor,
  .decor {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .contacts-requisites,
  .contacts-adress {
    font-size: 20px;
  }
  .contacts-table td {
    font-size: 16px;
  }
  .contacts-table th {
    font-size: 14px;
  }
}
.fact__description {
  max-width: 248px;
  margin: 20px auto;
}
@media screen and (max-width: 700px) {
  .fact__description {
    max-width: 140px;
    margin: 5px auto;
    line-height: 1.2;
  }
}
@media screen and (max-width: 480px) {
  .fact__description {
    max-width: 120px;
  }
}
@media screen and (max-width: 480px) {
  .fact__description {
    max-width: 100px;
  }
}

.fact__count span {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .fact__count {
    font-size: 17px;
  }
  .fact__count span {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .fact__count {
    font-size: 10px;
  }
  .fact__count span {
    font-size: 18px;
  }
}

.gallery {
  min-height: 700px;
  background-size: cover;
  position: relative;
  padding: 30px 0 30px 0;
}
@media screen and (max-width: 1000px) {
  .gallery {
    padding: 30px 5px 10px 5px;
  }
}

.awards {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .awards {
    padding: 30px 5px 40px 5px;
  }
}

.gallery_green {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='894' viewBox='0 0 1920 894' fill='none'%3E%3Cpath d='M-5 788.93C224.501 959.644 1835.5 681 1923 893.5V25.5934C1480 -8.35528 1332 87.4847 -5 0V788.93Z' fill='%23CAE5AE'/%3E%3C/svg%3E");
}

.gallery_orange {
  padding-top: 80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='894' viewBox='0 0 1920 894' fill='none'%3E%3Cpath d='M-4 788.93C225.501 959.644 1836.5 681 1924 893.5V64C1700.5 -93.5 622 172 -4 0V788.93Z' fill='%23F8A718'/%3E%3C/svg%3E");
}
.gallery_orange .title {
  color: #fff;
}

.gallery-title {
  padding: 30px 0 40px 0;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .gallery-title {
    padding: 30px 0 40px 0;
  }
}

.gallery-slider__wrapper {
  height: 450px;
  position: relative;
}

.awards-slider__wrapper {
  position: relative;
  z-index: 10;
}

.awards-slider__slide {
  height: 520px;
  border-radius: 20px;
}
.awards-slider__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 20px;
  z-index: 10;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  .awards-slider__slide {
    height: 720px;
  }
}

.awards-title {
  margin: 20px 0 20px 0;
}

.gallery__swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}

.gallery__swiper-pagination {
  position: absolute;
  z-index: 10;
}

.gallery-slider__slide {
  border-radius: 20px;
}



.wp-block-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  object-fit: cover;
  border-radius: 20px;
}






.rates-title {
  padding: 0 0 40px 0;
  margin: 0;
}

.rates {
  position: relative;
  z-index: 2;
  margin: 40px 0 0 0;
}

.rates_blank {
  margin: 180px 0 0 0;
}

.addrate-title {
  margin: 20px 0 40px 0;
  font-size: calc(20px + 0.6770833333vw);
}

.sepstock-title {
  margin: 150px 0 40px 0;
}

.rates__container {
  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: 20px;
  padding: 0 0 100px 0;
}

.rate {
  width: 310px;
  height: 100%;
  border-radius: 12px;
  padding: 16px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rate svg {
  margin-bottom: 30px;
}

.rate__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
}

.rate1 {
  border: 6px solid rgba(89, 183, 233, 0.5);
  background: #59b7e9;
  background-clip: padding-box;
}
@media screen and (max-width: 1000px) {
  .rate1 {
    border: 4px solid rgba(89, 183, 233, 0.5);
  }
}

.rate2 {
  border: 6px solid rgba(247, 71, 57, 0.5);
  background: #f74739;
  background-clip: padding-box;
}
@media screen and (max-width: 1000px) {
  .rate2 {
    border: 4px solid rgba(247, 71, 57, 0.5);
  }
}

.rate3 {
  border: 6px solid rgba(248, 167, 24, 0.5);
  background: #f8a718;
  background-clip: padding-box;
}
@media screen and (max-width: 1000px) {
  .rate3 {
    border: 4px solid rgba(248, 167, 24, 0.5);
  }
}

.rate4 {
  border: 6px solid rgba(104, 186, 32, 0.5);
  background: #68ba20;
  background-clip: padding-box;
}
@media screen and (max-width: 1000px) {
  .rate4 {
    border: 4px solid rgba(104, 186, 32, 0.5);
  }
}

.rate__title {
  color: #fff;
  font-size: calc(18px + 0.5208333333vw);
  font-weight: 700;
  line-height: 150%; /* 60px */
  padding: 0 0 40px 0;
}

.rate__container1,
.rate__container2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}


.rate-btn {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.3);
          box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.3);
  color: #0b1142;
  text-align: center;
  font-size: calc(14px + 2 * (100vw / 1920));
  font-weight: 700;
  line-height: 16px; /* 100% */
}


.mb40 {
  margin-bottom: 40px;
}

.rate__ul-title {
  width: 100%;
  margin: 20px 0 20px;
  text-align: start;
}

.rate__ul {
  font-size: calc(13px + 4 * (100vw/1920));
  color: #FFF;
  font-weight: 700;
  line-height: 130%; /* 26px */
  margin-bottom: 20px;
}
.rate__ul li {
  margin-bottom: 7px;
  list-style: disc;
  margin-left: 10px;
}

.rate__description {
  font-size: 19px;
  color: white;
  font-weight: 700;
  line-height: 130%;
}

.rate__cost {
  color: #fff;
  border-spacing: 20px;
  font-weight: 800;
  font-size: calc(13px + 0.7291666667vw);
  margin: 10px 0 15px 0;
}


.rate__submit {
  width: 100%;
  text-align: center;
}


.addrate__container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding-bottom: 80px;
  color: #fff;
  font-weight: 700;
  font-size: calc(13px + 0.3125vw);
}
@media (max-width: 860px) {
  .addrate__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.addrate__block1,
.addrate__block2 {
  padding: 30px 16px;
}

.addrate__block1 {
  border-radius: 12px;
  border: 6px solid rgba(89, 183, 233, 0.5);
  background: #59b7e9;
  background-clip: padding-box;
}

.addrate__block2 {
  border-radius: 12px;
  border: 6px solid rgba(247, 71, 57, 0.5);
  background: #f74739;
  background-clip: padding-box;
}

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

.addrate__service {
  margin-bottom: 30px;
}
.addrate__service:last-child {
  margin-bottom: 0;
}

.addrate__service-title {
  text-decoration-line: underline;
  margin-bottom: 10px;
}

.addrate__service-cost {
  font-size: calc(16px + 0.5208333333vw);
}

.addrate__service-description {
  font-weight: 500;
}

.questions {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='932' viewBox='0 0 1920 932' fill='none'%3E%3Cpath d='M1928 82.9435C1698.5 -100.781 781.743 148.104 0 0V904.456C443 940.992 591 837.848 1928 932V82.9435Z' fill='%23F8A718'/%3E%3C/svg%3E");
  min-height: 930px;
  position: relative;
  background-size: cover;
}
.questions::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='67' viewBox='0 0 68 67' fill='none'%3E%3Cpath opacity='0.5' d='M28.1828 5.02099C29.7091 -1.0191 38.2909 -1.01911 39.8172 5.02098L41.0253 9.80224C41.9414 13.4276 45.9146 15.341 49.3202 13.7968L53.8116 11.7604C59.4855 9.18771 64.8362 15.8972 61.0655 20.8564L58.0806 24.7821C55.8173 27.7587 56.7986 32.058 60.1293 33.7578L64.5218 35.9996C70.0708 38.8317 68.1612 47.1983 61.9329 47.3423L57.0027 47.4562C53.2644 47.5426 50.5149 50.9904 51.2625 54.6542L52.2485 59.4862C53.4941 65.5903 45.7621 69.3138 41.7663 64.5341L38.6033 60.7506C36.2049 57.8817 31.7951 57.8817 29.3967 60.7506L26.2337 64.5341C22.2379 69.3138 14.5059 65.5903 15.7515 59.4862L16.7375 54.6542C17.4851 50.9904 14.7356 47.5426 10.9973 47.4562L6.06707 47.3423C-0.161209 47.1983 -2.07084 38.8317 3.47819 35.9997L7.87072 33.7578C11.2014 32.058 12.1827 27.7587 9.91938 24.7821L6.93453 20.8564C3.16381 15.8972 8.51446 9.1877 14.1884 11.7604L18.6798 13.7968C22.0854 15.341 26.0586 13.4276 26.9747 9.80224L28.1828 5.02099Z' fill='white'/%3E%3C/svg%3E");
  background-size: cover;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 40%;
  left: 3%;
}
.questions::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='133' height='204' viewBox='0 0 133 204' fill='none'%3E%3Cpath opacity='0.5' d='M19.3064 136.704L20.1772 133.454C23.2287 122.32 26.5961 113.695 30.2792 107.579C34.026 101.48 38.3214 96.8939 43.1655 93.821C48.0096 90.748 53.5142 88.2618 59.6794 86.3623C64.3045 84.8698 68.5419 83.1709 72.3916 81.2657C76.2413 79.3605 79.532 76.9982 82.2638 74.1788C85.0126 71.2956 86.9419 67.7831 88.0517 63.6412C89.2298 59.2445 89.2137 55.1082 88.0033 51.2325C86.7929 47.3568 84.6465 44.0498 81.5639 41.3116C78.545 38.5904 74.9055 36.659 70.6455 35.5175C66.5126 34.4102 62.3548 34.2863 58.1718 35.1461C54.006 35.9422 50.2687 37.8092 46.96 40.7472C43.6684 43.6215 41.2272 47.6457 39.6364 52.8197L0.723972 42.3932C4.45669 29.7341 10.3259 20.0379 18.3315 13.3045C26.3542 6.50742 35.6805 2.34755 46.3106 0.824923C56.9578 -0.761419 68.0356 -0.0127562 79.544 3.07091C92.1969 6.46124 102.824 11.5625 111.425 18.3747C120.043 25.1233 126.06 33.1893 129.474 42.5729C132.889 51.9566 133.102 62.224 130.114 73.3751C128.116 80.8305 125.101 87.1253 121.067 92.2595C117.115 97.347 112.347 101.533 106.765 104.818C101.199 108.039 94.9503 110.633 88.0175 112.6C82.192 114.249 77.2225 116.264 73.109 118.645C69.0591 121.043 65.6674 124.164 62.9339 128.007C60.264 131.868 58.0606 136.912 56.3237 143.139L55.453 146.389L19.3064 136.704ZM21.7993 202.936C15.4411 201.232 10.6024 197.545 7.28321 191.875C4.0447 186.158 3.3024 180.154 5.05631 173.863C6.66598 167.601 10.2938 162.836 15.9397 159.568C21.6493 156.318 27.6831 155.544 34.0414 157.248C40.0817 158.866 44.7932 162.519 48.176 168.206C51.5587 173.893 52.4453 179.868 50.8356 186.129C49.6451 190.318 47.4995 193.875 44.3986 196.8C41.3784 199.679 37.8698 201.71 33.8729 202.893C29.8931 204.012 25.8686 204.026 21.7993 202.936Z' fill='white'/%3E%3C/svg%3E");
  background-size: cover;
  width: 63px;
  height: 100px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  position: absolute;
  z-index: 2;
  top: 70%;
  right: 2%;
}

.colored {
  background-color: #f8a718;
  position: relative;
  top: 100px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 150px;
}
.colored::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47' height='101' viewBox='0 0 47 101' fill='none'%3E%3Cpath opacity='0.5' d='M-10.8172 5.02098C-9.29089 -1.01911 -0.709114 -1.0191 0.817154 5.02099L5.00845 21.6077C5.92455 25.2331 9.89767 27.1465 13.3033 25.6023L28.8846 18.5375C34.5585 15.9649 39.9092 22.6744 36.1384 27.6336L25.7836 41.2522C23.5204 44.2288 24.5016 48.5281 27.8323 50.2279L43.0705 58.005C48.6195 60.8371 46.7099 69.2037 40.4816 69.3476L23.3781 69.743C19.6398 69.8294 16.8903 73.2771 17.6379 76.9409L21.0584 93.7036C22.304 99.8078 14.5721 103.531 10.5762 98.7516L-0.396706 85.6259C-2.79508 82.7571 -7.20492 82.7571 -9.60329 85.626L-20.5762 98.7516C-24.5721 103.531 -32.304 99.8078 -31.0584 93.7036L-27.6379 76.9409C-26.8903 73.2771 -29.6398 69.8293 -33.3781 69.7429L-50.4816 69.3476C-56.7099 69.2037 -58.6195 60.8371 -53.0705 58.005L-37.8323 50.2279C-34.5016 48.5281 -33.5204 44.2288 -35.7836 41.2522L-46.1384 27.6336C-49.9092 22.6744 -44.5585 15.9649 -38.8846 18.5375L-23.3033 25.6023C-19.8977 27.1465 -15.9245 25.2331 -15.0084 21.6077L-10.8172 5.02098Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 142px;
  height: 142px;
  position: absolute;
  top: 10%;
  left: 0%;
}

.questions__container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.question-btn {
  border-radius: 12px;
  background: #fff;
  width: 350px;
  height: 60px;
  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;
  color: #05496e;
  font-size: 17px;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  transition: color 0.3s;
  transition: background-color 0.3s;
}
.question-btn:hover {
  background-color:#f74739;
  color: white;
}

.questions__spoilers, .questions__spoilers_true {
  width: 750px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.arrow {
  position: relative;
  width: 42px;
  height: 42px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 115, 230, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 115, 230, 0.15);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.arrow::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='13' viewBox='0 0 20 13' fill='none'%3E%3Cpath d='M18 2L10 10L2 2' stroke='%23F74739' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  top: calc(50% - 6px);
  left: calc(50% - 10px);
  width: 20px;
  height: 13px;
}

.spoiler.active .arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.question {
  width: 100%;
  padding: 0 10px 0 30px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.spoiler {
  overflow: hidden;
  height: 60px;
  background: #fff;
  border-radius: 12px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.answer__container p {
  padding: 25px;
  color: #0b1142;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
@media screen and (max-width: 600px) {
  .answer__container p {
    font-size: 13px;
    padding: 15px 20px 20px 30px;
  }
}

.spoiler.active {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.question__arrow {
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 115, 230, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 115, 230, 0.15);
}

.question__title {
  color: #05496e;
  font-size: calc(14px + 0.2083333333vw);
  font-weight: 600;
  line-height: 120%; /* 21.6px */
}
@media screen and (max-width: 600px) {
  .question__title {
    font-size: 15px;
  }
}

.questions__title {
  color: #fff;
  margin: 0 0 50px 0;
}

.form  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 16px;
  background: #fff;
  width: 530px;
  min-height: 581px;
  padding: 45px 30px 125px 30px;
}


.form__title {
  color: #05496e;
  font-size: calc(18px + 0.3125vw);
  font-weight: 700;
  line-height: 150%; /* 36px */
  margin-bottom: 20px;
}

.input,
.form__question {
  margin: 0 auto;
  font-size: 16px;
  padding: 10px;
  border-radius: 8px;
  border: 2px solid rgba(11, 17, 66, 0.3);
  opacity: 0.85;
  width: 100%;
  height: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  transition: all 0.3s;
}
.input:focus::-webkit-input-placeholder, .form__question:focus::-webkit-input-placeholder {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input:focus::-moz-placeholder, .form__question:focus::-moz-placeholder {
  color: #fff;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.input:focus:-ms-input-placeholder, .form__question:focus:-ms-input-placeholder {
  color: #fff;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.input:focus::-ms-input-placeholder, .form__question:focus::-ms-input-placeholder {
  color: #fff;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.input:focus::placeholder,
.form__question:focus::placeholder {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input::-webkit-input-placeholder, .form__question::-webkit-input-placeholder {
  text-align: left;
  color: #0b1142;
  opacity: 0.5;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px; /* 150% */
}
.input::-moz-placeholder, .form__question::-moz-placeholder {
  text-align: left;
  color: #0b1142;
  opacity: 0.5;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px; /* 150% */
}
.input:-ms-input-placeholder, .form__question:-ms-input-placeholder {
  text-align: left;
  color: #0b1142;
  opacity: 0.5;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px; /* 150% */
}
.input::-ms-input-placeholder, .form__question::-ms-input-placeholder {
  text-align: left;
  color: #0b1142;
  opacity: 0.5;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px; /* 150% */
}
.input::placeholder,
.form__question::placeholder {
  text-align: left;
  color: #0b1142;
  opacity: 0.5;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px; /* 150% */
}

.form__question {
  height: 145px;
  margin-top: 20px;
  margin-bottom: 20px;
  resize: none;
}

.form-btn {
  background-color: #f74739;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  height: 55px;
}
.form-btn:hover {
  background-color: #68ba20;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.privacy {
  opacity: 0.5;
  color:#0b1142;
  font-size: calc(10px + 3 * (100vw / 1920));
  font-weight: 400;
  line-height: 110%;
  margin-top: 20px;
}

.wpcf7 p {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer {
  background: #1770a0;
  position: relative;
  z-index: 2;
  bottom: 0;
}

.footer__logo {
  max-width: 60%;
  margin: 0 auto;
}

.wrapper_contacts {
  min-height: 100vh;
  overflow: hidden;
}

.footer__container {
  min-height: 222px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0 10px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.footer__block-left,
.footer__block-center,
.footer__block-right {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__mess_description {
  display: none;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.54px;
  opacity: 0.5;
}
@media screen and (max-width: 850px) {
  .footer__mess_description {
    display: block;
  }
}

.footer__block-left {
  width: 310px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.footer__block-left__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.footer__link {
  opacity: 0.8;
  -webkit-transition: -webkit-text-decoration 0.3s;
  transition: -webkit-text-decoration 0.3s;
  transition: text-decoration 0.3s;
  transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}
.footer__link:hover {
  text-decoration: underline;
}

.footer__block-center {
  width: 172px;
  text-align: center;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__block-right {
  width: 260px;
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.footer__messangers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 20px;
}

.contacts__messangers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 10px;
}

.sended__container {
  position: absolute;
  z-index: 1000;
  bottom: 3%;
  width: 100%;
}

.sended {
  padding: 15px;
  border-radius: 8px;
  background-color: white;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sended.error {
  color: red;
}
.sended.success {
  color: #29b85f;
}

.footer__adress {
  max-width: 260px;
  line-height: 130%;
}

.footer__tel {
  line-height: 28px;
}

.modal__privacy {
  max-width: 320px;
  opacity: 0.6;
  color: #0b1142;
  font-size: calc(11px + 4 * (100vw / 1920));
  font-weight: 400;
  line-height: 120%; /* 21px */
  margin-top: 5px;
}

.modal__wrapper {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal__star {
  position: absolute;
  z-index: 1;
  fill: #ffc390;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.modal__star-1 {
  top: 10px;
}

.modal__star-2 {
  top: 60%;
  left: 30%;
}

.modal__star-3 {
  top: 50%;
  left: 4%;
}

.modal__star-4 {
  bottom: 0;
}

.modal__star-5 {
  top: 75%;
  left: 0;
}

.modal__wrapper.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal {
  position: relative;
  margin: 10px;
  padding: 50px 60px 50px 60px;
  border-radius: 24px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 115, 230, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 115, 230, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal__form,
.modal__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.closemodal {
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal__title {
  color: #0b1142;
  font-size: calc(20px + 6 * (100vw / 1920));
  font-weight: 600;
  line-height: 120%; /* 48px */
}

.modal__description {
  color: #0b1142;
  font-size: calc(13px + 4 * (100vw / 1920));
  max-width: 400px;
  opacity: 0.9;
  font-weight: 400;
  line-height: 120%; /* 24px */
  margin-top: 5px;
}

.mobile__logo__modal {
  display: none;
}

.modal__tel, .modal__name, .modal__date {
  font-size: 18px;
  padding: 10px;
  border-radius: 8px;
  border: 2px solid rgba(11, 17, 66, 0.3);
  opacity: 0.85;
  max-width: 348px;
  min-height: 40px;
  width: 100%;
  outline: none;
  background: #fff;
}
.modal__tel:focus::-webkit-input-placeholder, .modal__name:focus::-webkit-input-placeholder, .modal__date:focus::-webkit-input-placeholder {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal__tel:focus::-moz-placeholder, .modal__name:focus::-moz-placeholder, .modal__date:focus::-moz-placeholder {
  color: #fff;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.modal__tel:focus:-ms-input-placeholder, .modal__name:focus:-ms-input-placeholder, .modal__date:focus:-ms-input-placeholder {
  color: #fff;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.modal__tel:focus::-ms-input-placeholder, .modal__name:focus::-ms-input-placeholder, .modal__date:focus::-ms-input-placeholder {
  color: #fff;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.modal__tel:focus::placeholder, .modal__name:focus::placeholder, .modal__date:focus::placeholder {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal__tel::-webkit-input-placeholder, .modal__name::-webkit-input-placeholder, .modal__date::-webkit-input-placeholder {
  text-align: left;
  color: #0b1142;
  opacity: 0.5;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px; /* 150% */
}
.modal__tel::-moz-placeholder, .modal__name::-moz-placeholder, .modal__date::-moz-placeholder {
  text-align: left;
  color: #0b1142;
  opacity: 0.5;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px; /* 150% */
}
.modal__tel:-ms-input-placeholder, .modal__name:-ms-input-placeholder, .modal__date:-ms-input-placeholder {
  text-align: left;
  color: #0b1142;
  opacity: 0.5;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px; /* 150% */
}
.modal__tel::-ms-input-placeholder, .modal__name::-ms-input-placeholder, .modal__date::-ms-input-placeholder {
  text-align: left;
  color: #0b1142;
  opacity: 0.5;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px; /* 150% */
}
.modal__tel::placeholder, .modal__name::placeholder, .modal__date::placeholder {
  text-align: left;
  color: #0b1142;
  opacity: 0.5;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px; /* 150% */
}

.reviews__title {
  padding: 40px 0 30px 0;
  position: relative;
  z-index: 25;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .reviews__title {
    padding: 0px 0 15px 0;
  }
}

.reviews {
  padding: 0 0 100px 0;
  position: relative;
  z-index: 3;
}

.reviews-slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review {
  padding: 10px;
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(248, 167, 24, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(248, 167, 24, 0.3);
  max-width: 310px;
  max-height: 568px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.review__img {
  border-radius: 11px;
  max-width: 290px;
  max-height: 477px;
}

.btn-up {
  position: fixed;
  z-index: 1000;
  bottom: 30px;
  right: 7%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px 8px rgba(248, 167, 24, 0.3);
  background-color: rgb(255, 255, 255);
}
.btn-up img {
  margin-bottom: 2px;
  transform: rotate(-90deg);
}

@media screen and (max-width: 680px) {
  .review {
    width: 47%;
    height: auto;
    -ms-flex-negative: unset;
        flex-shrink: unset;
    padding: 5px;
  }
  .review__img {
    max-width: 100%;
  }
  .reviews__title {
    padding: 20px 0 15px 0;
  }
}
@media screen and (max-width: 400px) {
  .review {
    width: 100%;
  }
}
.review__comment {
  color: #0b1142;
  font-size: calc(16px + 0.2604166667vw);
  font-weight: 500;
  line-height: 130%; /* 26px */
  text-align: center;
}

.stocks {
  position: relative;
  z-index: 3;
}

.stocks__title {
  padding: 40px;
}

.stock,
.cafe__description {
  padding: 25px;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(248, 167, 24, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(248, 167, 24, 0.3);
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .stock,
  .cafe__description {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .stock .application-btn {
    margin: 0 auto;
  }
}

.stock {
  color: #05496e;
  
}
/* .sepshow .stock {
  max-height: 325px;
} */

.stock__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  
  padding: 60px 20px 20px 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.stock__name {
  color: #05496e;
  font-size: calc(20px + 0.5208333333vw);
  font-weight: 600;
  line-height: 120%; /* 36px */
}

.stock__description {
  color: #05496e;
  font-size: calc(16px + 0.1041666667vw);
  font-weight: 500;
  line-height: 150%; /* 24px */
}

.stock-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.stock_preview {
  border-radius: 16px;
  width: 100%;
  object-fit: cover;
}

.sepstock .stock_preview {
  max-height: 275px;
}

.stock_preview__container {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.stock_date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%; /* 30px */
  border-radius: 6px;
  background: #05496e;
}

.stock_duration {
  position: absolute;
  bottom: -45px;
  right: -8px;
  width: 169px;
  height: 169px;
  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: #f74739;
  color: #fff;
  text-align: center;
  font-size: calc(12px + 0.2083333333vw);
  font-weight: 500;
  line-height: 150%; /* 24px */
}

.stock__cost {
  font-size: calc(38px + 0.3645833333vw);
  font-weight: 800;
  line-height: 130%; /* 65px */
}

.stock_duration-mobile {
  display: none;
  top: -30px;
  left: -5px;
  width: 122px;
  height: 122px;
}
.stock_duration-mobile .stock_duration__container {
  position: relative;
  bottom: -5px;
}

.stock_duration-text {
  font-weight: 500;
}

.stock_duration-time {
  color: #fff;
  font-size: calc(14px + 0.3125vw);
  font-weight: 400;
  line-height: 150%;
}

.stock_duration-time-span {
  font-weight: 700;
  font-size: calc(28px + 0.5208333333vw);
}

.agelimit {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 20px;
  color: #f74739;
  font-size: calc(32px + 1.4583333333vw);
  font-weight: 700;
  line-height: 110%; /* 66px */
  opacity: 0.6;
  border-radius: 16px;
  padding: 20px 10px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}


.sepstock_gallery {
  padding-bottom: 100px;
}

.cafe {
  margin: 200px 0 0 0;
  position: relative;
}

.cafe_preview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.cafe_preview__container {
  position: relative;
  border-radius: 16px;
  height: 100%;
  min-height: 220px;
}

.cafe__description {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin: 40px 0 50px 0;
  color: #05496e;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; /* 24px */
}

.cafe__information {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.goods {
  margin: 0 0 50px 0;
}

.goods__container {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
}
@media screen and (max-width: 950px) {
  .goods__container {
    -ms-grid-columns: (minmax(40%, 1fr));
    grid-template-columns: repeat(2, minmax(40%, 1fr));
  }
}
@media screen and (max-width: 550px) {
  .goods__container {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

.good__preview {
  border-radius: 16px;
  max-width: 100%;
}

.good {
  position: relative;
  color: #05496e;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(248, 167, 24, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(248, 167, 24, 0.3);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  overflow: hidden;
  margin: 0 auto;
}

.good_cost {
  font-size: calc(18px + 0.3645833333vw);
  font-weight: 500;
  line-height: 120%; /* 24px */
}


.good__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 10px 8px 10px;
}

.good__name {
  font-size: calc(19px + 0.3645833333vw);
  font-weight: 700;
  line-height: 120%; /* 31.2px */
  margin: 0 0 15px 0;
}

.good_cost {
  text-align: left;
}

.sepstock {
  margin: 200px 0 25px 0;
}

.stock:nth-child(even) .stock__information {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.shows {
  margin: 0 0 50px 0;
}

.shows__container2,
.restshows__container {
  display: grid;
  gap: 20px;
  justify-content: center;
  grid-template-columns: repeat(3, minmax(30%, 1fr));
}
@media (max-width: 1000px) {
  .shows__container2,
  .restshows__container {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }
}
@media (max-width: 530px) {
  .shows__container2,
  .restshows__container {
    grid-template-columns: repeat(auto-fit, minmax(90%, 1fr));
  }
}

.restshows {
  margin: 0 0 50px 0;
}

.restshows-title {
  margin: 50px 0 30px 0;
}

.shows-title {
  margin: 200px 0 40px 0;
}

.shows__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 40px 0;
  gap: 5px;
}

.show__filter {
  color: #0b1142;
  font-size: calc(14px + 0.4166666667vw);
  font-weight: 500;
  letter-spacing: -0.66px;
  text-align: center;
  opacity: 0.5;
  cursor: pointer;
}

.vline {
  width: 1px;
  height: 54px;
  opacity: 0.6;
  background: #d4d4d4;
}

.show {
  position: relative;
  z-index: 2;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(248, 167, 24, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(248, 167, 24, 0.3);
  padding: 10px 10px 20px 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 430px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .show {
    padding: 8px 8px 10px 8px;

  }
}

.hide {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.show__preview img {
  border-radius: 16px;
  width: 100%;
  height: 238px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 0 20px 0;
}

.show__description {
  color: #05496e;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 800px) {
  .show__description {
    gap: 15px;
  }
}

.show__name {
  font-size: calc(20px + 0.3125vw);
  font-weight: 700;
  line-height: 120%; /* 31.2px */
  text-align: center;
}

.show__age {
  font-size: calc(14px + 0.3125vw);
  font-weight: 500;
  line-height: 120%; /* 24px */
}
.show__age span {
  font-size: calc(20px + 0.3125vw);
  font-weight: 700;
}

.show__filter.active {
  text-decoration: underline;
  opacity: 1;
}

.open-show {
  background-color: #f74739;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.open-show:hover {
  background-color: #59b7e9;
}
@media (max-width: 750px) {
  .open-show {
    width: 70%;
  }
}
@media (max-width: 500px) {
  .open-show {
    width: 90%;
  }
}

.sepshow__container .stock__information {
  padding: 12px;
}

.sepstock__container .stock__information {
  padding: 40px 12px 12px 12px;
}

@media (max-width: 1305px) {
  .stock_duration-desktop {
    display: none;
  }
  .stock_duration-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .agelimit {
    margin: 0;
  }
}
@media (max-width: 810px) {
  .stock:nth-child(even) .stock__information {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .stock-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .stock-btns .btn {
    width: 100%;
  }
}
@media screen and (max-width: 1618px) and (min-width: 1500px) {
  .circle-prev {
    margin-left: 2%;
  }
  .circle-next {
    margin-right: 2%;
  }
}
@media screen and (max-width: 1500px) {
  .circle-prev,
  .circle-next {
    display: none;
  }
}
@media screen and (max-width: 1363px) {
  .facts__inner__container {
    gap: 100px;
  }
  .facts__container {
    gap: 60px;
  }
  .rate {
    width: 35%;
    max-width: 100%;
    min-height: 650px;
    padding: 12px;
  }
  .rate__container1,
  .rate__container2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .questions__spoilers {
    width: 100%;
  }
  .form {
    width: 100%;
  }
  .form .input {
    margin: 0;
    height: 50px;
    width: 30%;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
  .container,
  .about_club__specific_container,
  .contacts__specific_container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .container,
  .about_club__specific_container,
  .contacts__specific_container {
    max-width: 1150px;
  }
  
}
@media screen and (max-width: 1000px) {
  body.lock,
  html.lock {
    overflow: hidden;
  }
  .header.hide {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .mobile_tel {
    display: block;
    margin: -30px 0 30px 0;
    text-decoration: underline;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 200% */
    text-decoration-line: underline;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .header-btn {
    padding: 0 5px;
  }
  .form .input {
    width: 50%;
  }
  .facts__container {
    margin: 30px 0 0 0;
  }
  .call-btn {
    display: block;
  }
  .circle {
    display: none;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .white-rect {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background-color: white;
    z-index: 2;
  }
  .main_light img, .main_light {
    position: absolute;
    z-index: 2;
    right: 0;
    left: 0;
    top: 98px;
    height: 300px;
    width: 100%;
  }
  .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
  }
  .main-description {
    margin: 0 auto;
  }
  .main_block {
    left: calc(50% - 193px);
    top: 50px;
    z-index: 3;
  }
 
  .main_block {
    text-align: center;
  }
  .main_block button {
    margin: 0 auto;
  }
  .navbar_mobile_container-right {
    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: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .header__burger {
    margin: 0;
    display: block;
    width: 30px;
    height: 20px;
    margin-right: 15px;
    position: relative;
    z-index: 3;
  }
  .header__burger:before, .header__burger:after {
    content: "";
    background-color: #f74739;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    border-radius: 4px;
  }
  .header__burger:before {
    top: 0;
  }
  .header__burger:after {
    bottom: 0;
  }
  .header__burger.active:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__burger.active:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__burger.active span {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: auto;
    background-color: white;
    padding: 120px 0 20px 10px;
  }
  .header__menu.active {
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__burger span {
    position: absolute;
    border-radius: 3px;
    top: 8px;
    right: 0px;
    width: 60%;
    height: 4px;
    background-color: #f74739;
  }
  .header__list,
  .header__list__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    text-align: center;
    gap: 8px;
  }
  .header__link {
    text-transform: uppercase;
  }
  .header-btn {
    padding: 15px;
  }
  .header-a,
  .header__link,
  .header-btn {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  .rate {
    width: 48%;
    padding: 10px;
  }
  .main-btn {
    width: 250px;
    height: 50px;
  }
  .footer__container {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 8px 0 8px 0;
  }
  .footer__logo {
    margin: 0 auto;
  }
  .footer__logo-link {
    margin: 0 auto;
    text-align: center;
  }
  .footer__block-left .footer__link {
    display: none;
  }
  .footer__container,
  .footer__block-center,
  .footer__block-right {
    gap: 8px;
  }
  .footer__block-right {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .facts__inner__container,
  .facts__container {
    gap: 10px;
  }
  .main_block {
    left: calc(50% - 140px);
  }
  .main__title {
    font-size: 55px;
  }
  .main-description {
    font-size: 18px;
  }
  .form .input {
    width: 100%;
  }
  .modal__description {
    max-width: 350px;
  }
  .modal__privacy {
    max-width: 280px;
  }
}
@media screen and (max-width: 810px) {
  .about_club__specific_container,
  .contacts__specific_container {
    padding: 0;
  }
}
@media screen and (max-width: 660px) {
  .rate {
    height: 100%;
  }
  .rate svg {
    margin-bottom: 20px;
  }
  .rates__container {
    gap: 10px;
  }
 
  .rate__container1,
  .rate__container2 {
    gap: 10px;
  }
  .rate__container2 {
    height: 100%;
  }
  .rate__title {
    padding: 0 0 20px 0;
  }
 
  .form-btn {
    width: 100%;
  }
  .modal__container {
    width: 100%;
  }
  .modal-btn {
    width: 100%;
    height: 50px;
  }
  .modal__logo {
    display: none;
  }
  .mobile__logo__modal__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mobile__logo__modal {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .main_block {
    left: calc(50% - 140px);
    gap: 30px;
  }
  .container {
    padding: 0 13px;
  }
  .question-btn {
    width: 100%;
  }
  .modal {
    padding: 40px 20px 20px 20px;
  }
  .rate {
    padding: 6px;
    width: 50%;
    min-height: 650px;
  }
  .rate__ul {
    font-size: calc(11px + 4 * (100vw/1920));
  }

  .rate__container1,
  .rate__container2 {
    gap: 5px;
  }
  .rate__title {
    padding: 0 0 10px 0;
  }
 
}

@media screen and (max-width: 400px) {
  .rate__ul {
    font-size: calc(11px + 4 * (100vw/1920));
  } 
  .rate {
    padding: 6px;
    width: 48%;
    min-height: 650px;
  }
  .rate__ul li   {
    width: 90%;
  }
}