@font-face {
  font-family: "Arvo";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Arvo-Bold_201.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/GothamPro-Regular.woff") format("woff"), url("../fonts/GothamPro-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/gothampro_medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Hermes";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Hermes-Regular.woff") format("woff"), url("../fonts/Hermes-Regular.woff2") format("woff2");
  font-display: swap;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

input[type=date] {
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button {
  font: inherit;
  outline: none;
}

a {
  text-decoration: none;
}

html,
body {
  height: 100%;
}

body {
  background-color: #212324;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  overflow-x: hidden;
  color: #666F77;
}
@media (min-width: 992px) {
  body {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  body {
    font-size: 16px;
  }
}
body.no-scroll {
  overflow-y: hidden;
}

section {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  section {
    margin-bottom: calc(0.1012931034 * 100vw + -70.4827586207px);
  }
}
@media (min-width: 1920px) {
  section {
    margin-bottom: 124px;
  }
}

.wrapper {
  min-width: 320px;
  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-x: hidden;
}

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

.container {
  width: 100%;
  max-width: 1336px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 962px;
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .container {
    width: calc(0.4030172414 * 100vw + 562.2068965517px);
  }
}
@media (min-width: 1920px) {
  .container {
    width: 1336px;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .breadcrumbs {
    margin-top: calc(0.0431034483 * 100vw + -22.7586206897px);
  }
}
@media (min-width: 1920px) {
  .breadcrumbs {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .breadcrumbs {
    margin-bottom: calc(0.0431034483 * 100vw + -22.7586206897px);
  }
}
@media (min-width: 1920px) {
  .breadcrumbs {
    margin-bottom: 60px;
  }
}
.breadcrumbs__link {
  color: #666F77;
  line-height: 125%;
  font-size: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.38s ease-in-out;
  transition: color 0.38s ease-in-out;
  margin-left: 10px;
  gap: 10px;
}
@media (min-width: 992px) {
  .breadcrumbs__link {
    font-size: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .breadcrumbs__link {
    font-size: 14px;
  }
}
.breadcrumbs__link::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #CE9A5D;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 30%;
  margin-left: 5px;
  margin-right: 5px;
}
.breadcrumbs__link:first-child {
  margin-left: 0;
}
.breadcrumbs__link:first-child::before {
  content: none;
}
.breadcrumbs__link:last-child {
  pointer-events: none;
  color: #FFFFFF;
}

.title {
  color: #FFFFFF;
  line-height: 93%;
  font-family: "Arvo";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .title {
    font-size: calc(0.0237068966 * 100vw + 2.4827586207px);
  }
}
@media (min-width: 1920px) {
  .title {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .title {
    margin-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .title {
    margin-bottom: 15px;
  }
}
.title span {
  color: #CE9A5D;
}
.title--mb {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .title--mb {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .title--mb {
    margin-bottom: 60px;
  }
}

.subtitle {
  text-transform: uppercase;
  color: #CE9A5D;
  line-height: normal;
  letter-spacing: 1px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .subtitle {
    font-size: calc(0.0086206897 * 100vw + 7.4482758621px);
  }
}
@media (min-width: 1920px) {
  .subtitle {
    font-size: 24px;
  }
}
.subtitle--mw {
  max-width: 775px;
}
.subtitle--mb {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .subtitle--mb {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .subtitle--mb {
    margin-bottom: 60px;
  }
}
.subtitle--profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.subtitle--profile a {
  font-size: 14px;
  color: #CE9A5D;
  text-transform: none;
}
@media (min-width: 992px) {
  .subtitle--profile a {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .subtitle--profile a {
    font-size: 16px;
  }
}
.subtitle span {
  color: #fff;
  margin-left: 10px;
}
.subtitle:has(+ .title) {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .subtitle:has(+ .title) {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .subtitle:has(+ .title) {
    margin-bottom: 20px;
  }
}

.logo {
  max-width: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (min-width: 992px) {
  .logo {
    gap: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .logo {
    gap: 30px;
  }
}
.logo__img {
  height: 74px;
}
@media (min-width: 992px) {
  .logo__img {
    height: calc(0.0107758621 * 100vw + 63.3103448276px);
  }
}
@media (min-width: 1920px) {
  .logo__img {
    height: 84px;
  }
}
.logo__text {
  color: #666F77;
  line-height: 125%;
  text-transform: uppercase;
  font-size: 14px;
}
@media (min-width: 992px) {
  .logo__text {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .logo__text {
    font-size: 16px;
  }
}
.logo__text span {
  color: #FFF;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media (min-width: 992px) {
  .social {
    gap: calc(0.0172413793 * 100vw + 7.8965517241px);
  }
}
@media (min-width: 1920px) {
  .social {
    gap: 41px;
  }
}
.social__icon {
  color: #AABAC2;
  -webkit-transition: color 0.38s ease-in-out;
  transition: color 0.38s ease-in-out;
  font-size: 20px;
}
@media (min-width: 992px) {
  .social__icon {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .social__icon {
    font-size: 24px;
  }
}
.social__icon:hover {
  color: #CE9A5D;
}
.social__icon:active {
  color: #B78345;
}

.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  color: inherit;
  -webkit-transition: color 0.38s ease-in-out;
  transition: color 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .phone {
    gap: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .phone {
    gap: 15px;
  }
}
@media (min-width: 992px) {
  .phone {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .phone {
    font-size: 18px;
  }
}
.phone:hover {
  color: #FF4B23;
}
.phone:hover .phone__icon {
  color: #FF4B23;
}
.phone__icon {
  -webkit-transition: color 0.38s ease-in-out;
  transition: color 0.38s ease-in-out;
  color: #7AC8C9;
  font-size: 18px;
}
@media (min-width: 992px) {
  .phone__icon {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .phone__icon {
    font-size: 20px;
  }
}

.link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #CE9A5D;
  font-family: "Gotham Pro";
  font-size: 12px;
  font-weight: 400;
  line-height: 135%;
  -webkit-transition: color 0.38s ease-in-out;
  transition: color 0.38s ease-in-out;
}
.link--gray {
  color: #666F77;
}
.link--gray:hover {
  color: #CE9A5D;
}
.link--unavailable {
  pointer-events: none;
}

.check {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

.label {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  color: #666F77;
  font-size: 12px;
  line-height: 135%;
  cursor: pointer;
}
.label--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.label--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.label--flex .label__inputCustom {
  display: block;
}
.label a {
  color: #CE9A5D;
  -webkit-transition: color 0.38s ease-in-out;
  transition: color 0.38s ease-in-out;
  display: contents;
}
.label a:hover {
  color: #FFF;
}
.label__input:checked + .label__inputCustom {
  background-color: #CE9A5D;
}
.label__input:checked + .label__inputCustom::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.label__inputCustom {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #292929;
  border: 1px solid #CE9A5D;
  border-radius: 3px;
  -webkit-transition: background-color 0.38s ease-in-out;
  transition: background-color 0.38s ease-in-out;
}
.label__inputCustom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 12px;
  height: 10px;
  background-image: url("../images/icons/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.38s ease-in-out;
  transition: -webkit-transform 0.38s ease-in-out;
  transition: transform 0.38s ease-in-out;
  transition: transform 0.38s ease-in-out, -webkit-transform 0.38s ease-in-out;
}
.label__text {
  color: #666F77;
  font-size: 12px;
  font-style: normal;
  line-height: 135%;
}
.label__text a {
  color: #CE9A5D;
}

.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: background-color 0.38s ease-in-out;
  transition: background-color 0.38s ease-in-out;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #CE9A5D;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  gap: 7px;
}
@media (min-width: 992px) {
  .btn {
    padding-top: calc(0.0032327586 * 100vw + 6.7931034483px);
  }
}
@media (min-width: 1920px) {
  .btn {
    padding-top: 13px;
  }
}
@media (min-width: 992px) {
  .btn {
    padding-bottom: calc(0.0032327586 * 100vw + 6.7931034483px);
  }
}
@media (min-width: 1920px) {
  .btn {
    padding-bottom: 13px;
  }
}
@media (min-width: 992px) {
  .btn {
    padding-left: calc(0.0215517241 * 100vw + -11.3793103448px);
  }
}
@media (min-width: 1920px) {
  .btn {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .btn {
    padding-right: calc(0.0215517241 * 100vw + -11.3793103448px);
  }
}
@media (min-width: 1920px) {
  .btn {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .btn {
    gap: calc(0.0032327586 * 100vw + 3.7931034483px);
  }
}
@media (min-width: 1920px) {
  .btn {
    gap: 10px;
  }
}
.btn--gray {
  border: 1px solid #666F77;
}
.btn--gray:hover {
  background-color: #CE9A5D;
  border: 1px solid #CE9A5D;
}
.btn--gray:hover .btn__icon,
.btn--gray:hover .btn__text {
  color: #212324;
}
.btn--gray .btn__text {
  color: #666F77;
}
.btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #CE9A5D;
  font-size: 18px;
}
@media (min-width: 992px) {
  .btn__icon {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .btn__icon {
    font-size: 20px;
  }
}
.btn__icon svg {
  width: 18px;
  height: 18px;
}
@media (min-width: 992px) {
  .btn__icon svg {
    width: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .btn__icon svg {
    width: 20px;
  }
}
@media (min-width: 992px) {
  .btn__icon svg {
    height: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .btn__icon svg {
    height: 20px;
  }
}
.btn__icon svg path {
  -webkit-transition: fill 0.38s ease-in-out;
  transition: fill 0.38s ease-in-out;
}
.btn__text {
  color: #CE9A5D;
  font-size: 14px;
  -webkit-transition: color 0.38s ease-in-out;
  transition: color 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .btn__text {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .btn__text {
    font-size: 16px;
  }
}
.btn:hover {
  background-color: #CE9A5D;
}
.btn:hover .btn__icon svg path {
  fill: #212324;
}
.btn:hover .btn__icon,
.btn:hover .btn__text {
  color: #212324;
}
.btn:active {
  background-color: #B78345;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #666F77;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .line {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .line {
    margin-bottom: 60px;
  }
}

.city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media (min-width: 992px) {
  .city {
    gap: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .city {
    gap: 10px;
  }
}
.city__text {
  font-size: 12px;
  line-height: 1;
  color: #AABAC2;
}
.city__box .select2.select2-container.select2-container--default {
  width: 100% !important;
}

.select2-search--dropdown {
  display: none;
}
.select2-results__option {
  padding: 5px;
}
.select2-selection__arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.select2-selection__arrow::before, .select2-selection__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 1.5px;
  background-color: #AABAC2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 25px;
  pointer-events: none;
}
.select2-selection__arrow::before {
  right: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.select2-selection__arrow::after {
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.select2-container {
  position: relative;
}
.select2-container.select2-container--open .select2-dropdown--below {
  border: 1px solid #7AC8C9;
  border-radius: 4px;
}
.select2-container.select2-container--open .select2-selection__arrow::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #7AC8C9;
}
.select2-container.select2-container--open .select2-selection__arrow::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #7AC8C9;
}
.select2-container .select2-selection--single {
  height: auto;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 4px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #7AC8C9;
}
.select2-container--default .select2-results__option--selected {
  color: #fff;
  background-color: #FF4B23;
}
.select2-container--default .select2-selection--single {
  line-height: 1;
  padding: 0;
  border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #343A3D;
  line-height: 1;
  padding: 0 20px 0 0;
}
.select2 b {
  display: none;
}

.btnNone .fancybox-button.fancybox-close-small {
  display: none;
}

@media (max-width: 992px) {
  .social {
    display: none;
  }
  .line {
    margin-bottom: 25px;
  }
  .logo__img {
    height: 60px;
  }
}
@media (max-width: 768px) {
  .btn {
    padding: 16px 18px;
  }
  .btn__text {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .btn {
    padding: 14px 15px;
  }
  .btn__icon {
    font-size: 18px;
  }
  .btn__text {
    letter-spacing: 1px;
    font-size: 14px;
  }
  .title {
    font-size: 26px;
    margin-bottom: 7px;
  }
  .title--about {
    margin-bottom: 20px;
  }
  .title--mb {
    margin-bottom: 30px;
  }
  .subtitle {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .line {
    margin-bottom: 43px;
  }
}
.header {
  background-color: #212324;
}
.header__container {
  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;
}
.header__container .header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-left: auto;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .header__container .header__lang {
    padding-right: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .header__container .header__lang {
    padding-right: 40px;
  }
}
.header__container .header__lang .lang-item {
  font-size: 16px;
  line-height: 15.31px;
  color: #666F77;
  cursor: pointer;
}
.header__container .header__lang .lang-item--active {
  color: #CE9A5D;
}
.header__container .header__lang .lang-item--active:hover {
  color: #fabc73;
}
.header__container .header__lang .lang-item:hover {
  color: #fabc73;
}
.header__container .header__lang .lang__divider {
  width: 1px;
  height: 24px;
  background: #2E3235;
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #2E3235;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .header__top {
    padding-top: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .header__top {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .header__top {
    padding-bottom: calc(0.0215517241 * 100vw + -6.3793103448px);
  }
}
@media (min-width: 1920px) {
  .header__top {
    padding-bottom: 35px;
  }
}
.header__bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .header__bottom {
    padding-top: calc(0.0107758621 * 100vw + 14.3103448276px);
  }
}
@media (min-width: 1920px) {
  .header__bottom {
    padding-top: 35px;
  }
}
@media (min-width: 992px) {
  .header__bottom {
    padding-bottom: calc(0.0107758621 * 100vw + 14.3103448276px);
  }
}
@media (min-width: 1920px) {
  .header__bottom {
    padding-bottom: 35px;
  }
}
.header__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header__personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__personal-nameAcc {
  position: relative;
  padding-right: 20px;
  color: #FFF;
}
.header__personal-nameAcc::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #2E3235;
}
.header__personal-exit {
  padding-left: 20px;
  color: #666F77;
  -webkit-transition: color 0.38s ease-in-out;
  transition: color 0.38s ease-in-out;
}
.header__personal-exit:hover {
  color: #FFF;
}
.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .header__links {
    gap: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .header__links {
    gap: 15px;
  }
}
.header__links-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (min-width: 992px) {
  .header__links-item {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .header__links-item {
    gap: 20px;
  }
}
.header__links-icon {
  color: #CE9A5D;
  font-size: 22px;
}
@media (min-width: 992px) {
  .header__links-icon {
    font-size: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__links-icon {
    font-size: 24px;
  }
}
.header__links-address {
  line-height: 125%;
  font-size: 12px;
  max-width: 200px;
}
@media (min-width: 992px) {
  .header__links-address {
    font-size: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__links-address {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .header__links-address {
    max-width: calc(0.0323275862 * 100vw + 167.9310344828px);
  }
}
@media (min-width: 1920px) {
  .header__links-address {
    max-width: 230px;
  }
}
.header__links-phone {
  color: #FFF;
  font-weight: 700;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  max-width: 200px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .header__links-phone {
    max-width: calc(0.0237068966 * 100vw + 176.4827586207px);
  }
}
@media (min-width: 1920px) {
  .header__links-phone {
    max-width: 222px;
  }
}
@media (min-width: 992px) {
  .header__links-phone {
    font-size: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .header__links-phone {
    font-size: 20px;
  }
}
.header__links-phone:hover {
  color: #CE9A5D;
}
.header__links-phone:active {
  color: #B78345;
}

@media (max-width: 992px) {
  .header__links {
    display: none;
  }
  .header__top {
    border: none;
  }
  .header__buttons {
    display: none;
  }
  .header__bottom {
    padding: 0;
  }
  .header__container .header__lang {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
    -webkit-transition: opacity 0.38s ease-in-out, visibility 0.38s ease-in-out, z-index 0.38s ease-in-out, -webkit-transform 0.38s ease-in-out;
    transition: opacity 0.38s ease-in-out, visibility 0.38s ease-in-out, z-index 0.38s ease-in-out, -webkit-transform 0.38s ease-in-out;
    transition: transform 0.38s ease-in-out, opacity 0.38s ease-in-out, visibility 0.38s ease-in-out, z-index 0.38s ease-in-out;
    transition: transform 0.38s ease-in-out, opacity 0.38s ease-in-out, visibility 0.38s ease-in-out, z-index 0.38s ease-in-out, -webkit-transform 0.38s ease-in-out;
  }
  .header__container .header__lang.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 20px;
    left: 40px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: opacity 0.38s ease-in-out, visibility 0.38s ease-in-out, z-index 0.38s ease-in-out, -webkit-transform 0.38s ease-in-out;
    transition: opacity 0.38s ease-in-out, visibility 0.38s ease-in-out, z-index 0.38s ease-in-out, -webkit-transform 0.38s ease-in-out;
    transition: transform 0.38s ease-in-out, opacity 0.38s ease-in-out, visibility 0.38s ease-in-out, z-index 0.38s ease-in-out;
    transition: transform 0.38s ease-in-out, opacity 0.38s ease-in-out, visibility 0.38s ease-in-out, z-index 0.38s ease-in-out, -webkit-transform 0.38s ease-in-out;
    opacity: 1;
    visibility: visible;
    z-index: 15;
  }
}
@media (max-width: 992px) and (min-width: 992px) {
  .header__container .header__lang.active {
    top: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (max-width: 992px) and (min-width: 1920px) {
  .header__container .header__lang.active {
    top: 40px;
  }
}
@media (max-width: 992px) {
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 576px) {
  .header {
    margin-bottom: 15px;
  }
  .header__top {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .logo {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .logo__img {
    height: 47px;
  }
  .header .logo__text {
    font-size: 14px;
    max-width: 247px;
    text-align: center;
  }
  .header .header__container .header__lang.active {
    position: absolute;
    top: 15px;
    left: 15px;
  }
}
@media (max-width: 576px) and (min-width: 992px) {
  .header .header__container .header__lang.active {
    top: calc(0.0269396552 * 100vw + -11.724137931px);
  }
}
@media (max-width: 576px) and (min-width: 1920px) {
  .header .header__container .header__lang.active {
    top: 40px;
  }
}
.promo {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .promo {
    padding-right: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .promo {
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .promo {
    padding-left: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .promo {
    padding-left: 40px;
  }
}
.promo-swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.promo .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .promo .swiper-slide {
    padding-top: calc(0.0625 * 100vw + -32px);
  }
}
@media (min-width: 1920px) {
  .promo .swiper-slide {
    padding-top: 88px;
  }
}
@media (min-width: 992px) {
  .promo .swiper-slide {
    padding-bottom: calc(0.0980603448 * 100vw + -37.275862069px);
  }
}
@media (min-width: 1920px) {
  .promo .swiper-slide {
    padding-bottom: 151px;
  }
}
.promo .swiper__img {
  position: absolute;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.promo .swiper__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .promo .swiper__date {
    gap: calc(0.0043103448 * 100vw + 10.724137931px);
  }
}
@media (min-width: 1920px) {
  .promo .swiper__date {
    gap: 19px;
  }
}
@media (min-width: 992px) {
  .promo .swiper__date {
    margin-bottom: calc(0.0646551724 * 100vw + -44.1379310345px);
  }
}
@media (min-width: 1920px) {
  .promo .swiper__date {
    margin-bottom: 80px;
  }
}
.promo .swiper__date-month, .promo .swiper__date-time {
  color: #fff;
  font-size: 20px;
}
@media (min-width: 992px) {
  .promo .swiper__date-month, .promo .swiper__date-time {
    font-size: calc(0.0129310345 * 100vw + 7.1724137931px);
  }
}
@media (min-width: 1920px) {
  .promo .swiper__date-month, .promo .swiper__date-time {
    font-size: 32px;
  }
}
.promo .swiper__date-slash {
  width: 1px;
  height: 60px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  background-color: #CE9A5D;
  height: 40px;
}
@media (min-width: 992px) {
  .promo .swiper__date-slash {
    height: calc(0.0215517241 * 100vw + 18.6206896552px);
  }
}
@media (min-width: 1920px) {
  .promo .swiper__date-slash {
    height: 60px;
  }
}
.promo .swiper__title {
  position: relative;
  width: 44%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-family: "Arvo";
  line-height: 93%;
  font-size: 38px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .promo .swiper__title {
    font-size: calc(0.0625 * 100vw + -24px);
  }
}
@media (min-width: 1920px) {
  .promo .swiper__title {
    font-size: 96px;
  }
}
@media (min-width: 992px) {
  .promo .swiper__title {
    margin-bottom: calc(0.0107758621 * 100vw + 4.3103448276px);
  }
}
@media (min-width: 1920px) {
  .promo .swiper__title {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .promo .swiper__title {
    padding-bottom: calc(0.0107758621 * 100vw + 4.3103448276px);
  }
}
@media (min-width: 1920px) {
  .promo .swiper__title {
    padding-bottom: 25px;
  }
}
.promo .swiper__title::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  background-color: #666F77;
  width: 300px;
}
@media (min-width: 992px) {
  .promo .swiper__title::after {
    width: calc(0.125 * 100vw + 176px);
  }
}
@media (min-width: 1920px) {
  .promo .swiper__title::after {
    width: 416px;
  }
}
.promo .swiper__title span {
  color: #CE9A5D;
}
.promo .swiper__box {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.promo .swiper__text {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .promo .swiper__text {
    font-size: calc(0.0150862069 * 100vw + 3.0344827586px);
  }
}
@media (min-width: 1920px) {
  .promo .swiper__text {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .promo .swiper__text {
    margin-bottom: calc(0.0431034483 * 100vw + -12.7586206897px);
  }
}
@media (min-width: 1920px) {
  .promo .swiper__text {
    margin-bottom: 70px;
  }
}
.promo .swiper-horizontal > .swiper-pagination-bullets,
.promo .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  z-index: 1;
  bottom: 15px;
}
@media (min-width: 992px) {
  .promo .swiper-horizontal > .swiper-pagination-bullets,
  .promo .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: calc(0.0484913793 * 100vw + -33.1034482759px);
  }
}
@media (min-width: 1920px) {
  .promo .swiper-horizontal > .swiper-pagination-bullets,
  .promo .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 60px;
  }
}
.promo .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.promo .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  border: 1px solid transparent;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  background-color: transparent;
}
.promo .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before,
.promo .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFFFFF;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.promo .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 1px solid #CE9A5D;
}
.promo .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active::before {
  background-color: #CE9A5D;
}

@media (max-width: 992px) {
  .promo .swiper-horizontal > .swiper-pagination-bullets,
  .promo .swiper-pagination-bullets.swiper-pagination-horizontal {
    gap: 10px;
  }
  .promo .swiper__title {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .promo {
    padding-left: 15px;
    padding-right: 15px;
  }
  .promo .swiper__title {
    width: 60%;
  }
}
@media (max-width: 576px) {
  section {
    margin-bottom: 30px;
  }
  .promo .swiper-slide {
    padding-top: 27px;
    padding-bottom: 74px;
  }
  .promo .swiper__date {
    gap: 22px;
    margin-bottom: 39px;
  }
  .promo .swiper__date-month {
    font-size: 18px;
  }
  .promo .swiper__date-slash {
    height: 36px;
  }
  .promo .swiper__title {
    width: 80%;
    font-size: 32px;
    padding-bottom: 19px;
  }
  .promo .swiper__title::after {
    width: 230px;
  }
  .promo .swiper-horizontal > .swiper-pagination-bullets,
  .promo .swiper-pagination-bullets.swiper-pagination-horizontal {
    gap: 18px;
    bottom: 27px;
  }
}
.about__container {
  width: 100%;
  max-width: 1336px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 992px) {
  .about__container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .about__container {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .about__container {
    max-width: none;
  }
}
.about__top {
  border-bottom: 1px solid #666F77;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .about__top {
    padding-bottom: calc(0.036637931 * 100vw + -16.3448275862px);
  }
}
@media (min-width: 1920px) {
  .about__top {
    padding-bottom: 54px;
  }
}
@media (min-width: 992px) {
  .about__top {
    margin-bottom: calc(0.0344827586 * 100vw + -14.2068965517px);
  }
}
@media (min-width: 1920px) {
  .about__top {
    margin-bottom: 52px;
  }
}
.about__top--alt {
  border: none;
  padding: 0;
  margin: 0;
}
.about__top--opasity {
  opacity: 0;
}
.about__mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .about__mid {
    gap: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .about__mid {
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .about__mid {
    margin-bottom: calc(0.0431034483 * 100vw + -22.7586206897px);
  }
}
@media (min-width: 1920px) {
  .about__mid {
    margin-bottom: 60px;
  }
}
.about__mid--mbnone {
  margin-bottom: 0;
}
.about__text {
  color: #666F77;
  line-height: 175%;
  font-size: 14px;
}
@media (min-width: 992px) {
  .about__text {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .about__text {
    font-size: 16px;
  }
}
.about__text--opasity {
  opacity: 0;
}
.about__box {
  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;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .about__box {
    margin-bottom: calc(0.0431034483 * 100vw + -22.7586206897px);
  }
}
@media (min-width: 1920px) {
  .about__box {
    margin-bottom: 60px;
  }
}
.about__list {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  gap: 20px;
}
@media (min-width: 992px) {
  .about__list {
    margin-bottom: calc(0.0538793103 * 100vw + -23.4482758621px);
  }
}
@media (min-width: 1920px) {
  .about__list {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .about__list {
    gap: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .about__list {
    gap: 30px;
  }
}
.about__list-item {
  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;
}
@media (min-width: 992px) {
  .about__list-item {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .about__list-item {
    gap: 20px;
  }
}
.about__list-textBold {
  font-family: "Arvo";
  line-height: 93%;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 32px;
}
@media (min-width: 992px) {
  .about__list-textBold {
    font-size: calc(0.0344827586 * 100vw + -2.2068965517px);
  }
}
@media (min-width: 1920px) {
  .about__list-textBold {
    font-size: 64px;
  }
}
.about__list-text {
  color: #CE9A5D;
  width: 100%;
  line-height: 125%;
  max-width: 203px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .about__list-text {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .about__list-text {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .about__text {
    line-height: 170%;
  }
  .about__list {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (max-width: 768px) {
  .about__mid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .about__top {
    padding-bottom: 39px;
    margin-bottom: 34px;
  }
  .about__top--alt {
    padding: 0;
    margin: 0;
  }
  .about__mid {
    margin-bottom: 29px;
  }
  .about__text {
    line-height: 178%;
    max-width: unset;
  }
  .about__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 34px;
    gap: 29px;
  }
  .about__list-item {
    text-align: center;
  }
}
.residents__top {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .residents__top {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .residents__top {
    margin-bottom: 60px;
  }
}
.residents__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media (min-width: 992px) {
  .residents__content {
    gap: calc(0 * 100vw + 25px);
  }
}
@media (min-width: 1920px) {
  .residents__content {
    gap: 25px;
  }
}
.residents__title {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
}
@media (min-width: 992px) {
  .residents__title {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .residents__title {
    font-size: 18px;
  }
}
.residents__title span {
  color: #CE9A5D;
}
.residents__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (min-width: 992px) {
  .residents__links {
    gap: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .residents__links {
    gap: 40px;
  }
}
.residents__links-item {
  color: #666F77;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  font-size: 22px;
}
@media (min-width: 992px) {
  .residents__links-item {
    font-size: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .residents__links-item {
    font-size: 24px;
  }
}
.residents__links-item:hover {
  color: #CE9A5D;
}
.residents__links-item:active {
  color: #B78345;
}
.residents__wrapper {
  border-radius: 10px;
  overflow: hidden;
}
.residents__img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.residents__img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.residents__text {
  color: #666F77;
  left: 135%;
  font-size: 14px;
}
@media (min-width: 992px) {
  .residents__text {
    font-size: calc(0 * 100vw + 14px);
  }
}
@media (min-width: 1920px) {
  .residents__text {
    font-size: 14px;
  }
}
.residents-swiper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .residents-swiper {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .residents-swiper {
    margin-bottom: 60px;
  }
}
.residents .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  opacity: 1;
  -webkit-transition: opacity 0.38s ease-in-out;
  transition: opacity 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .residents .swiper-slide {
    gap: calc(0.0043103448 * 100vw + 25.724137931px);
  }
}
@media (min-width: 1920px) {
  .residents .swiper-slide {
    gap: 34px;
  }
}
.residents .swiper-slide-prev {
  opacity: 0.3;
  -webkit-transition: opacity 0.38s ease-in-out;
  transition: opacity 0.38s ease-in-out;
}
.residents .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 0.3;
  -webkit-transition: opacity 0.38s ease-in-out;
  transition: opacity 0.38s ease-in-out;
}

@media (max-width: 992px) {
  .residents__content {
    gap: 20px;
  }
  .residents .swiper-slide {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .residents__img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .residents__top {
    margin-bottom: 39px;
  }
}
.result--mt {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .result--mt {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .result--mt {
    margin-top: 60px;
  }
}
.result__wrapper {
  opacity: 0;
  display: none;
}
.result__wrapper--active {
  display: block;
}
.result__wrapper--opacity {
  opacity: 1;
  -webkit-transition: all 0.38s ease-in-out;
  transition: all 0.38s ease-in-out;
}
.result__wrapper--scroll {
  overflow-x: auto;
}
.result__wrapper--scroll::-webkit-scrollbar {
  width: 13px;
}
.result__wrapper--scroll::-webkit-scrollbar-track {
  background: #212324;
}
.result__wrapper--scroll::-webkit-scrollbar-thumb {
  background-color: #CE9A5D;
  border-radius: 10px;
  border: 7px solid #212324;
}
.result__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .result__tabs {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .result__tabs {
    margin-bottom: 60px;
  }
}
.result__tabs-item {
  border-radius: 35px;
  border: 1px solid #666F77;
  color: #666F77;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  line-height: normal;
  background-color: transparent;
  cursor: pointer;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  padding-right: 14px;
}
@media (min-width: 992px) {
  .result__tabs-item {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .result__tabs-item {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .result__tabs-item {
    padding-top: calc(0.0064655172 * 100vw + 3.5862068966px);
  }
}
@media (min-width: 1920px) {
  .result__tabs-item {
    padding-top: 16px;
  }
}
@media (min-width: 992px) {
  .result__tabs-item {
    padding-bottom: calc(0.0064655172 * 100vw + 3.5862068966px);
  }
}
@media (min-width: 1920px) {
  .result__tabs-item {
    padding-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .result__tabs-item {
    padding-left: calc(0.0086206897 * 100vw + 5.4482758621px);
  }
}
@media (min-width: 1920px) {
  .result__tabs-item {
    padding-left: 22px;
  }
}
@media (min-width: 992px) {
  .result__tabs-item {
    padding-right: calc(0.0086206897 * 100vw + 5.4482758621px);
  }
}
@media (min-width: 1920px) {
  .result__tabs-item {
    padding-right: 22px;
  }
}
.result__tabs-item--active {
  border: 1px solid #CE9A5D;
  background-color: #CE9A5D;
  color: #212324;
}
.result__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .result__top {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .result__top {
    margin-bottom: 60px;
  }
}
.result__search {
  position: relative;
  width: 300px;
}
@media (min-width: 992px) {
  .result__search {
    width: calc(0.1454741379 * 100vw + 155.6896551724px);
  }
}
@media (min-width: 1920px) {
  .result__search {
    width: 435px;
  }
}
.result__search-input {
  color: #666F77;
  width: 100%;
  line-height: normal;
  background-color: transparent;
  border-bottom: 1px solid #2E3235;
  font-size: 14px;
  padding-bottom: 8px;
}
@media (min-width: 992px) {
  .result__search-input {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .result__search-input {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .result__search-input {
    padding-bottom: calc(0.0021551724 * 100vw + 5.8620689655px);
  }
}
@media (min-width: 1920px) {
  .result__search-input {
    padding-bottom: 10px;
  }
}
.result__search-icon {
  position: absolute;
  cursor: pointer;
  right: 0px;
  background-color: transparent;
  width: 22px;
  height: 22px;
}
@media (min-width: 992px) {
  .result__search-icon {
    width: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .result__search-icon {
    width: 24px;
  }
}
@media (min-width: 992px) {
  .result__search-icon {
    height: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .result__search-icon {
    height: 24px;
  }
}
.result__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.result__filter-text {
  color: #666F77;
  line-height: normal;
  font-size: 14px;
  margin-right: 20px;
}
@media (min-width: 992px) {
  .result__filter-text {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .result__filter-text {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .result__filter-text {
    margin-right: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .result__filter-text {
    margin-right: 30px;
  }
}
.result__filter-box {
  border-bottom: 1px solid #2E3235;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.result__filter-box span {
  color: #666F77;
  line-height: normal;
  margin-right: 10px;
  font-size: 14px;
  padding-bottom: 8px;
}
@media (min-width: 992px) {
  .result__filter-box span {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .result__filter-box span {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .result__filter-box span {
    padding-bottom: calc(0.0021551724 * 100vw + 5.8620689655px);
  }
}
@media (min-width: 1920px) {
  .result__filter-box span {
    padding-bottom: 10px;
  }
}
.result__filter-box--mr {
  margin-right: 10px;
}
.result__input {
  color: #FFF;
  line-height: normal;
  background-color: transparent;
  font-size: 14px;
  padding-bottom: 8px;
  min-width: 170px;
}
@media (min-width: 992px) {
  .result__input {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .result__input {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .result__input {
    padding-bottom: calc(0.0021551724 * 100vw + 5.8620689655px);
  }
}
@media (min-width: 1920px) {
  .result__input {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .result__input {
    min-width: calc(0.0463362069 * 100vw + 124.0344827586px);
  }
}
@media (min-width: 1920px) {
  .result__input {
    min-width: 213px;
  }
}
.result__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .result__box {
    gap: calc(0.0431034483 * 100vw + -22.7586206897px);
  }
}
@media (min-width: 1920px) {
  .result__box {
    gap: 60px;
  }
}
@media (min-width: 992px) {
  .result__box {
    margin-bottom: calc(0.0431034483 * 100vw + -22.7586206897px);
  }
}
@media (min-width: 1920px) {
  .result__box {
    margin-bottom: 60px;
  }
}
.result__box-text {
  color: #666F77;
  font-size: 16px;
}
@media (min-width: 992px) {
  .result__box-text {
    font-size: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .result__box-text {
    font-size: 20px;
  }
}
.result__box-text span {
  color: #FFF;
}
.result__text {
  color: #666F77;
  font-size: 16px;
}
@media (min-width: 992px) {
  .result__text {
    font-size: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .result__text {
    font-size: 20px;
  }
}
.result__text span {
  color: #fff;
}
.result .table:has(+ .result__text) {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .result .table:has(+ .result__text) {
    margin-bottom: calc(0.0431034483 * 100vw + -22.7586206897px);
  }
}
@media (min-width: 1920px) {
  .result .table:has(+ .result__text) {
    margin-bottom: 60px;
  }
}
.result .table--threeRow .table__head {
  grid-template-columns: 1fr 1fr 1fr;
}
.result .table--threeRow .table__row {
  grid-template-columns: 1fr 1fr 1fr;
}
.result .table--threeRow .table__row-item:last-child {
  color: #CE9A5D;
  text-decoration-line: underline;
}
.result .table--threeRow .table__row-item:nth-child(2) {
  color: #666F77;
}
.result .table__head {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.result .table__head--two {
  grid-template-columns: repeat(2, 1fr);
}
.result .table__row {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.result .table__row--two {
  grid-template-columns: repeat(2, 1fr);
}
.result .table__row--two .table__row-item:first-child {
  color: #666F77;
}
.result .table__row-item:nth-child(2) {
  color: #fff;
}
.result .table__row-item:last-child {
  color: #CE9A5D;
  font-weight: 400;
}
.result .table--thirteen .table__head {
  grid-template-columns: 1fr repeat(11, 0.4fr) 0.5fr;
}
.result .table--thirteen .table__row {
  grid-template-columns: 1fr repeat(11, 0.4fr) 0.5fr;
}
.result .table--thirteen .table__row--thirteen:first-child .table__row-item:last-child {
  color: #666F77;
}
.result .table--thirteen .table__row--thirteen:first-child .table__row-item:nth-child(2) {
  color: #666F77;
}
.result .table--thirteen .table__row--thirteen:nth-child(2) {
  color: #666F77;
}
.result .table--thirteen .table__row--thirteen:nth-child(2) .table__row-item:last-child {
  color: #CE9A5D;
}
.result .table--thirteen .table__row--thirteen:nth-child(2) .table__row-item:nth-child(2n+2) {
  color: #fff;
}
.result .table--thirteen .table__row--thirteen:nth-child(3) {
  color: #666F77;
}
.result .table--thirteen .table__row--thirteen:nth-child(3) .table__row-item:nth-child(2) {
  color: #666F77;
}
.result .table--thirteen .table__row--thirteen:nth-child(3) .table__row-item:nth-child(2n+3) {
  color: #fff;
}
.result .table--thirteen .table__row--thirteen:nth-child(3) .table__row-item:last-child {
  color: #CE9A5D;
}
.result .table--thirteen .table__row--thirteen:last-child .table__row-item:first-child {
  color: #666F77;
}
.result .table--thirteen .table__row--thirteen:last-child .table__row-item:last-child {
  color: #CE9A5D;
}
.result .table--thirteen .table__row--thirteen:last-child .table__row-item:nth-child(2) {
  color: #666F77;
}
.result .table--new .table__head {
  display: table-row;
  border-radius: 10px;
  background-color: transparent;
}
.result .table--new .table__row {
  display: table-row;
}
.result .table--new .table__row--thirteen tr:nth-child(2n) {
  background-color: #262829;
}
.result .table--new .table__row--thirteen tr:first-child .table__row-item:nth-child(even) {
  color: #FFFFFF;
}
.result .table--new .table__row--thirteen tr:first-child .table__row-item:first-child {
  color: #FFFFFF;
}
.result .table--new .table__row--thirteen tr:first-child .table__row-item:nth-child(2n) {
  color: #FFFFFF;
}
.result .table--new .table__row--thirteen tr:nth-child(2) .table__row-item:nth-child(even) {
  color: #666F77;
}
.result .table--new .table__row--thirteen tr:nth-child(2) .table__row-item:nth-child(odd) {
  color: #FFFFFF;
}
.result .table--new .table__row--thirteen tr:nth-child(2) .table__row-item:first-child {
  color: #FFFFFF;
}
.result .table--new .table__row--thirteen tr:nth-child(3) .table__row-item:nth-child(2n+2) {
  color: #666F77;
}
.result .table--new .table__row--thirteen tr:nth-child(3) .table__row-item:nth-last-child(2) {
  font-weight: 700;
  color: #FFFFFF;
}
.result .table--new .table__row--thirteen tr:nth-child(2) .table__row-item:nth-last-child(2) {
  font-weight: 700;
  color: #FFFFFF;
}
.result .table--new .table__row--thirteen tr:first-child .table__row-item:nth-last-child(2) {
  font-weight: 700;
  color: #FFFFFF;
}
.result .table--new .table__row--thirteen tr:nth-child(3) .table__row-item:nth-last-child(1) {
  color: #CE9A5D;
}
.result .table--new .table__row--thirteen tr:nth-child(2) .table__row-item:nth-last-child(1) {
  color: #CE9A5D;
}
.result .table--new .table__row--thirteen tr:first-child .table__row-item:nth-last-child(1) {
  color: #CE9A5D;
}

@media (max-width: 992px) {
  .result__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .result__filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }
  .result__filter-text {
    width: 100%;
  }
  .result__filter-box {
    width: 48%;
  }
  .result__filter-box--mr {
    margin-right: 0;
  }
  .result__search {
    max-width: 300px;
    width: auto;
  }
}
.rules__wrapper {
  width: 66%;
}
.rules__preview {
  margin-bottom: 30px;
  font-size: 14px;
  color: #FFF;
  line-height: 175%;
  max-width: 638px;
}
@media (min-width: 992px) {
  .rules__preview {
    margin-bottom: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .rules__preview {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .rules__preview {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .rules__preview {
    font-size: 16px;
  }
}
.rules__preview span {
  color: #CE9A5D;
}
.rules__preview--nomb {
  margin-bottom: 0;
  max-width: 861px;
}
.rules__list {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .rules__list {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .rules__list {
    margin-bottom: 60px;
  }
}

@media (max-width: 992px) {
  .rules__wrapper {
    width: 100%;
  }
}
.conditions .container {
  display: grid;
  grid-template-columns: 0.65fr 0.35fr;
  gap: 30px;
}
@media (min-width: 992px) {
  .conditions .container {
    gap: calc(0.0560344828 * 100vw + -25.5862068966px);
  }
}
@media (min-width: 1920px) {
  .conditions .container {
    gap: 82px;
  }
}
.conditions__left {
  height: 100%;
}
.conditions__right {
  height: 100%;
}
.conditions__top {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .conditions__top {
    margin-bottom: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .conditions__top {
    margin-bottom: 60px;
  }
}
.conditions__list {
  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;
  gap: 10px;
}
@media (min-width: 992px) {
  .conditions__list {
    gap: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .conditions__list {
    gap: 15px;
  }
}
.conditions__list-item {
  position: relative;
  line-height: 175%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #666F77;
  font-size: 14px;
  padding-left: 25px;
}
@media (min-width: 992px) {
  .conditions__list-item {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .conditions__list-item {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .conditions__list-item {
    padding-left: calc(0.005387931 * 100vw + 19.6551724138px);
  }
}
@media (min-width: 1920px) {
  .conditions__list-item {
    padding-left: 30px;
  }
}
.conditions__list-item::before {
  content: "";
  position: absolute;
  width: 7px;
  display: block;
  height: 7px;
  background: #CE9A5D;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 20%;
  margin-left: 5px;
  margin-right: 5px;
  left: 0;
  top: 9px;
}
.conditions__list-item a {
  color: #fff;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  border-bottom: 1px solid #fff;
}
.conditions__list-item a:hover {
  color: #CE9A5D;
  border-bottom: 1px solid #CE9A5D;
}
.conditions__list-item a:active {
  color: #B78345;
  border-bottom: 1px solid #B78345;
}
.conditions__img {
  height: 100%;
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .conditions__img {
    margin-top: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .conditions__img {
    margin-top: 50px;
  }
}
.conditions__btn {
  margin-top: 30px;
  margin-left: 25px;
}
@media (min-width: 992px) {
  .conditions__btn {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .conditions__btn {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .conditions__btn {
    margin-left: calc(0.005387931 * 100vw + 19.6551724138px);
  }
}
@media (min-width: 1920px) {
  .conditions__btn {
    margin-left: 30px;
  }
}

@media (max-width: 992px) {
  .conditions .container {
    grid-template-columns: 1fr;
  }
  .conditions__right {
    display: none;
  }
  .conditions__left {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .conditions__top {
    margin-bottom: 39px;
  }
  .conditions__list-item {
    font-size: 16px;
  }
  .conditions__list-item::before {
    width: 8px;
    height: 8px;
  }
}
.contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (min-width: 992px) {
  .contacts__wrapper {
    gap: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .contacts__wrapper {
    gap: 60px;
  }
}
.contacts__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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;
}
.contacts__right {
  width: 57%;
  height: 100%;
}
.contacts__map {
  width: 100%;
  height: 600px;
  height: 520px;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .contacts__map {
    height: calc(0.0862068966 * 100vw + 434.4827586207px);
  }
}
@media (min-width: 1920px) {
  .contacts__map {
    height: 600px;
  }
}
.contacts__map canvas {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.contacts__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  gap: 30px;
}
@media (min-width: 992px) {
  .contacts__top {
    gap: calc(0.0096982759 * 100vw + 20.3793103448px);
  }
}
@media (min-width: 1920px) {
  .contacts__top {
    gap: 39px;
  }
}
.contacts__adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 13px;
}
@media (min-width: 992px) {
  .contacts__adress {
    gap: calc(0.0043103448 * 100vw + 8.724137931px);
  }
}
@media (min-width: 1920px) {
  .contacts__adress {
    gap: 17px;
  }
}
.contacts__adress-icon {
  color: #CE9A5D;
  font-size: 22px;
}
@media (min-width: 992px) {
  .contacts__adress-icon {
    font-size: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__adress-icon {
    font-size: 24px;
  }
}
.contacts__adress-text {
  color: #FFF;
  letter-spacing: 1px;
  line-height: 125%;
  font-size: 14px;
}
@media (min-width: 992px) {
  .contacts__adress-text {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__adress-text {
    font-size: 16px;
  }
}
.contacts__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
@media (min-width: 992px) {
  .contacts__phone {
    gap: calc(0.0043103448 * 100vw + 8.724137931px);
  }
}
@media (min-width: 1920px) {
  .contacts__phone {
    gap: 17px;
  }
}
.contacts__phone-icon {
  color: #CE9A5D;
  font-size: 22px;
}
@media (min-width: 992px) {
  .contacts__phone-icon {
    font-size: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__phone-icon {
    font-size: 24px;
  }
}
.contacts__phone-text {
  letter-spacing: 2px;
  color: #FFF;
  font-weight: 700;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  font-size: 18px;
}
@media (min-width: 992px) {
  .contacts__phone-text {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__phone-text {
    font-size: 20px;
  }
}
.contacts__phone-text:hover {
  color: #CE9A5D;
}
.contacts__phone-text:active {
  color: #B78345;
}
.contacts__phone img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 24px;
  height: 24px;
}
.contacts__social-text {
  color: #666F77;
  line-height: normal;
  font-size: 14px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .contacts__social-text {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__social-text {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .contacts__social-text {
    margin-bottom: calc(0.0064655172 * 100vw + 13.5862068966px);
  }
}
@media (min-width: 1920px) {
  .contacts__social-text {
    margin-bottom: 26px;
  }
}
.contacts__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (min-width: 992px) {
  .contacts__social-list {
    gap: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .contacts__social-list {
    gap: 40px;
  }
}
.contacts__social-item {
  color: #666F77;
  font-size: 22px;
}
@media (min-width: 992px) {
  .contacts__social-item {
    font-size: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__social-item {
    font-size: 24px;
  }
}
.contacts__data-title {
  color: #666F77;
  line-height: normal;
  font-size: 14px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .contacts__data-title {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__data-title {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .contacts__data-title {
    margin-bottom: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .contacts__data-title {
    margin-bottom: 30px;
  }
}
.contacts__data-text {
  color: #FFF;
  line-height: 125%;
  font-size: 14px;
}
.contacts__data-text:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .contacts__data-text:not(:last-child) {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contacts__data-text:not(:last-child) {
    margin-bottom: 20px;
  }
}
.contacts__data-text p {
  color: #FFF;
  line-height: 125%;
  font-size: 14px;
}

@media (max-width: 992px) {
  .contacts__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__left {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contacts__top {
    margin-bottom: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 20px;
  }
  .contacts__bottom {
    width: 50%;
  }
  .contacts__right {
    width: 100%;
  }
  .contacts .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .contacts__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .contacts__bottom {
    width: 100%;
  }
  .contacts__map {
    height: 450px;
  }
}
@media (max-width: 576px) {
  .contacts__top {
    gap: 15px;
  }
  .contacts__map {
    height: 380px;
  }
}
.calendar__info {
  margin-top: 30px;
  margin-bottom: 30px;
  gap: 20px;
  width: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .calendar__info {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .calendar__info {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .calendar__info {
    margin-bottom: calc(0.0969827586 * 100vw + -66.2068965517px);
  }
}
@media (min-width: 1920px) {
  .calendar__info {
    margin-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .calendar__info {
    gap: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .calendar__info {
    gap: 40px;
  }
}
.calendar__info p {
  font-size: 14px;
  line-height: 175%;
  color: #666F77;
}
@media (min-width: 992px) {
  .calendar__info p {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .calendar__info p {
    font-size: 16px;
  }
}
.calendar__info-title {
  color: #FFF;
}
.calendar__list, .calendar ul {
  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;
}
.calendar__list-item, .calendar__list li, .calendar ul-item, .calendar ul li {
  font-size: 14px;
  padding-left: 25px;
  position: relative;
  line-height: 175%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #666F77;
}
@media (min-width: 992px) {
  .calendar__list-item, .calendar__list li, .calendar ul-item, .calendar ul li {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .calendar__list-item, .calendar__list li, .calendar ul-item, .calendar ul li {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .calendar__list-item, .calendar__list li, .calendar ul-item, .calendar ul li {
    padding-left: calc(0.005387931 * 100vw + 19.6551724138px);
  }
}
@media (min-width: 1920px) {
  .calendar__list-item, .calendar__list li, .calendar ul-item, .calendar ul li {
    padding-left: 30px;
  }
}
.calendar__list-item::before, .calendar__list li::before, .calendar ul-item::before, .calendar ul li::before {
  content: "";
  position: absolute;
  width: 7px;
  display: block;
  height: 7px;
  background: #CE9A5D;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 20%;
  margin-left: 5px;
  margin-right: 5px;
  left: 0;
  top: 9px;
}

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

.listItem {
  font-size: 14px;
  padding-left: 25px;
  position: relative;
  line-height: 175%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #666F77;
}
@media (min-width: 992px) {
  .listItem {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .listItem {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .listItem {
    padding-left: calc(0.005387931 * 100vw + 19.6551724138px);
  }
}
@media (min-width: 1920px) {
  .listItem {
    padding-left: 30px;
  }
}
.listItem::before {
  content: "";
  position: absolute;
  width: 7px;
  display: block;
  height: 7px;
  background: #CE9A5D;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 20%;
  margin-left: 5px;
  margin-right: 5px;
  left: 0;
  top: 9px;
}

@media (max-width: 992px) {
  .calendar__info {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .calendar {
    overflow-x: auto;
  }
}
.tests__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 20px;
}
@media (min-width: 992px) {
  .tests__list {
    gap: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .tests__list {
    gap: 30px;
  }
}
.tests__list-item {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
}
.tests__list-item:hover .tests__img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.tests__list-item:hover .tests__content-linkText {
  color: #CE9A5D;
}
.tests__list-item:hover .tests__content-linkIcon svg circle,
.tests__list-item:hover .tests__content-linkIcon svg path {
  stroke: #CE9A5D;
}
.tests__img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 100%;
}
.tests__content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 35, 36, 0.95)), to(rgba(33, 35, 36, 0.6)));
  background: linear-gradient(360deg, rgba(33, 35, 36, 0.95) 0%, rgba(33, 35, 36, 0.6) 100%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: last baseline;
      -ms-flex-align: last baseline;
          align-items: last baseline;
  padding: 15px;
}
@media (min-width: 992px) {
  .tests__content {
    padding: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .tests__content {
    padding: 30px;
  }
}
.tests__content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 6px;
}
@media (min-width: 992px) {
  .tests__content-left {
    gap: calc(0.0043103448 * 100vw + 1.724137931px);
  }
}
@media (min-width: 1920px) {
  .tests__content-left {
    gap: 10px;
  }
}
.tests__content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .tests__content-right {
    gap: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .tests__content-right {
    gap: 20px;
  }
}
.tests__content-text {
  color: #CE9A5D;
  text-transform: uppercase;
  line-height: normal;
  font-size: 14px;
}
@media (min-width: 992px) {
  .tests__content-text {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .tests__content-text {
    font-size: 16px;
  }
}
.tests__content-name {
  font-family: "Arvo";
  color: #FFFFFF;
  line-height: 93%;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}
@media (min-width: 992px) {
  .tests__content-name {
    font-size: calc(0.0064655172 * 100vw + 11.5862068966px);
  }
}
@media (min-width: 1920px) {
  .tests__content-name {
    font-size: 24px;
  }
}
.tests__content-linkText {
  color: #666F77;
  line-height: 125%;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  font-size: 14px;
}
@media (min-width: 992px) {
  .tests__content-linkText {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .tests__content-linkText {
    font-size: 16px;
  }
}
.tests__content-linkIcon svg {
  width: 28px;
  height: 28px;
}
@media (min-width: 992px) {
  .tests__content-linkIcon svg {
    width: calc(0.0043103448 * 100vw + 23.724137931px);
  }
}
@media (min-width: 1920px) {
  .tests__content-linkIcon svg {
    width: 32px;
  }
}
@media (min-width: 992px) {
  .tests__content-linkIcon svg {
    height: calc(0.0043103448 * 100vw + 23.724137931px);
  }
}
@media (min-width: 1920px) {
  .tests__content-linkIcon svg {
    height: 32px;
  }
}
.tests__content-linkIcon svg circle,
.tests__content-linkIcon svg path {
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  stroke: #666F77;
}

@media (max-width: 992px) {
  .tests__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .tests__content {
    padding: 10px;
  }
  .tests__content-name {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .tests__list {
    grid-template-columns: 1fr;
  }
}
.test__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (min-width: 992px) {
  .test__content {
    gap: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .test__content {
    gap: 60px;
  }
}
.test__game {
  width: 400px;
  height: 400px;
}
@media (min-width: 992px) {
  .test__game {
    width: calc(0.1368534483 * 100vw + 264.2413793103px);
  }
}
@media (min-width: 1920px) {
  .test__game {
    width: 527px;
  }
}
@media (min-width: 992px) {
  .test__game {
    height: calc(0.1368534483 * 100vw + 264.2413793103px);
  }
}
@media (min-width: 1920px) {
  .test__game {
    height: 527px;
  }
}
.test__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.test__box {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
  border: 1px solid #2E3235;
  padding: 20px;
}
@media (min-width: 992px) {
  .test__box {
    padding: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .test__box {
    padding: 30px;
  }
}
.test__box--hidden {
  display: none;
}
.test__box-title {
  color: #FFF;
  font-family: "Arvo";
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 10px;
  font-size: 24px;
}
@media (min-width: 992px) {
  .test__box-title {
    font-size: calc(0.0086206897 * 100vw + 15.4482758621px);
  }
}
@media (min-width: 1920px) {
  .test__box-title {
    font-size: 32px;
  }
}
.test__box-text {
  color: #CE9A5D;
  text-transform: uppercase;
  line-height: normal;
  font-size: 14px;
}
@media (min-width: 992px) {
  .test__box-text {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .test__box-text {
    font-size: 16px;
  }
}
.test__box-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .test__box-buttons {
    margin-top: calc(0.0323275862 * 100vw + -2.0689655172px);
  }
}
@media (min-width: 1920px) {
  .test__box-buttons {
    margin-top: 60px;
  }
}
.test__box-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 7px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .test__box-results {
    gap: calc(0.0032327586 * 100vw + 3.7931034483px);
  }
}
@media (min-width: 1920px) {
  .test__box-results {
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .test__box-results {
    margin-top: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .test__box-results {
    margin-top: 30px;
  }
}
.test__box-result {
  color: #666F77;
  line-height: 125%;
  font-size: 14px;
}
@media (min-width: 992px) {
  .test__box-result {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .test__box-result {
    font-size: 16px;
  }
}
.test__box-result span {
  color: #FFF;
}
.test__box-result span:last-child {
  color: #CE9A5D;
}

@media (max-width: 992px) {
  .test__game {
    height: 350px;
    width: 350px;
  }
  .test__box-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .test__box-buttons .btn {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .test__box {
    padding: 0;
    border: none;
  }
  .test__box-title {
    font-size: 22px;
  }
  .test__game {
    width: 100%;
    height: auto;
  }
  .test__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.rating .table__head {
  grid-template-columns: 0.3fr 1fr 1fr 1fr;
}
.rating .table__head--alt {
  grid-template-columns: repeat(4, 1fr);
}
.rating .table__row {
  grid-template-columns: 0.3fr 1fr 1fr 1fr;
}
.rating .table__row--alt {
  grid-template-columns: repeat(4, 1fr);
}
.rating .table__row-item:nth-child(2) {
  color: #fff;
}
.rating .table__row-item:last-child {
  color: #666F77;
}

.streams__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (min-width: 992px) {
  .streams__wrapper {
    gap: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .streams__wrapper {
    gap: 30px;
  }
}
.streams__list {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.streams__box {
  width: 70%;
  opacity: 0;
  display: none;
}
.streams__box--active {
  display: block;
}
.streams__box--opacity {
  opacity: 1;
  -webkit-transition: all 0.38s ease-in-out;
  transition: all 0.38s ease-in-out;
}
.streams__card:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .streams__card:not(:last-child) {
    margin-bottom: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .streams__card:not(:last-child) {
    margin-bottom: 40px;
  }
}
.streams__card-title {
  color: #FFF;
  text-transform: uppercase;
  line-height: normal;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .streams__card-title {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .streams__card-title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .streams__card-title {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .streams__card-title {
    margin-bottom: 20px;
  }
}
.streams__card-text {
  color: #666F77;
  line-height: normal;
  font-size: 14px;
  line-height: 135%;
}
.streams__img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
  cursor: pointer;
  height: 200px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .streams__img {
    height: calc(0.0862068966 * 100vw + 114.4827586207px);
  }
}
@media (min-width: 1920px) {
  .streams__img {
    height: 280px;
  }
}
@media (min-width: 992px) {
  .streams__img {
    margin-bottom: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .streams__img {
    margin-bottom: 30px;
  }
}
.streams__img:hover .streams__img-main, .streams__img:hover iframe {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.streams__img-main, .streams__img iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.streams__img iframe {
  pointer-events: none;
}
.streams__img-play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84px;
  height: 84px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.streams__img-play svg {
  width: 84px;
  height: 84px;
}
.streams__video {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .streams__video {
    margin-bottom: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .streams__video {
    margin-bottom: 40px;
  }
}
.streams__video img,
.streams__video video, .streams__video iframe {
  width: 100%;
  -o-object-fit: cover;
  border-radius: 10px;
  object-fit: cover;
  height: 400px;
}
@media (min-width: 992px) {
  .streams__video img,
  .streams__video video, .streams__video iframe {
    height: calc(0.2155172414 * 100vw + 186.2068965517px);
  }
}
@media (min-width: 1920px) {
  .streams__video img,
  .streams__video video, .streams__video iframe {
    height: 600px;
  }
}
.streams__title {
  color: #FFF;
  text-transform: uppercase;
  line-height: normal;
  font-size: 22px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .streams__title {
    font-size: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .streams__title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .streams__title {
    margin-bottom: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .streams__title {
    margin-bottom: 20px;
  }
}
.streams__text {
  width: 80%;
  color: #666F77;
  line-height: 135%;
  font-size: 14px;
}
@media (min-width: 992px) {
  .streams__text {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .streams__text {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .streams__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .streams__box {
    width: 100%;
  }
  .streams__list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 20px;
  }
  .streams__card:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .streams__video img, .streams__video video {
    height: 255px;
  }
  .streams__text {
    width: 100%;
  }
  .streams__img {
    height: 170px;
  }
  .streams__img-play {
    width: 60px;
    height: 60px;
  }
  .streams__img-play svg {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 576px) {
  .streams__video img, .streams__video video {
    height: 290px;
  }
  .streams__img {
    height: 197px;
  }
  .streams__list {
    grid-template-columns: 1fr;
  }
}
.table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.table--new {
  display: table;
  min-width: fluid(993px, 1306px);
  width: 100%;
  border-spacing: inherit;
}
.table--new .table__row-item,
.table--new .table__head-item {
  display: table-cell;
  min-width: 75px;
  width: 75px;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .table--new .table__row-item,
  .table--new .table__head-item {
    min-width: calc(0.0136853448 * 100vw + 61.424137931px);
  }
}
@media (min-width: 1920px) {
  .table--new .table__row-item,
  .table--new .table__head-item {
    min-width: 87.7px;
  }
}
@media (min-width: 992px) {
  .table--new .table__row-item,
  .table--new .table__head-item {
    width: calc(0.0136853448 * 100vw + 61.424137931px);
  }
}
@media (min-width: 1920px) {
  .table--new .table__row-item,
  .table--new .table__head-item {
    width: 87.7px;
  }
}
@media (min-width: 992px) {
  .table--new .table__row-item,
  .table--new .table__head-item {
    padding-top: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .table--new .table__row-item,
  .table--new .table__head-item {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .table--new .table__row-item,
  .table--new .table__head-item {
    padding-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .table--new .table__row-item,
  .table--new .table__head-item {
    padding-bottom: 40px;
  }
}
.table--new .table__row-item:first-of-type,
.table--new .table__head-item:first-of-type {
  min-width: 160px;
  width: 160px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (min-width: 992px) {
  .table--new .table__row-item:first-of-type,
  .table--new .table__head-item:first-of-type {
    min-width: calc(0.0657327586 * 100vw + 94.7931034483px);
  }
}
@media (min-width: 1920px) {
  .table--new .table__row-item:first-of-type,
  .table--new .table__head-item:first-of-type {
    min-width: 221px;
  }
}
@media (min-width: 992px) {
  .table--new .table__row-item:first-of-type,
  .table--new .table__head-item:first-of-type {
    width: calc(0.0657327586 * 100vw + 94.7931034483px);
  }
}
@media (min-width: 1920px) {
  .table--new .table__row-item:first-of-type,
  .table--new .table__head-item:first-of-type {
    width: 221px;
  }
}
.table--new .table__row-item:last-of-type,
.table--new .table__head-item:last-of-type {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.table--new .table__head-item {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2E3235;
}
@media (min-width: 992px) {
  .table--new .table__head-item {
    padding-top: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .table--new .table__head-item {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .table--new .table__head-item {
    padding-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .table--new .table__head-item {
    padding-bottom: 30px;
  }
}
.table__head {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-radius: 10px;
  background: #2E3235;
  grid-template-rows: 60px;
}
@media (min-width: 992px) {
  .table__head {
    grid-template-rows: calc(0.0215517241 * 100vw + 38.6206896552px);
  }
}
@media (min-width: 1920px) {
  .table__head {
    grid-template-rows: 80px;
  }
}
.table__head-item {
  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;
  width: 100%;
  color: #CE9A5D;
  letter-spacing: 1px;
  line-height: 125%;
  font-size: 12px;
}
@media (min-width: 992px) {
  .table__head-item {
    font-size: calc(0.0043103448 * 100vw + 7.724137931px);
  }
}
@media (min-width: 1920px) {
  .table__head-item {
    font-size: 16px;
  }
}
.table__row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: minmax(100px, auto);
}
.table__row:nth-child(odd) {
  background-color: #262829;
  border-radius: 10px;
}
.table__row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 125%;
  color: #666F77;
  border-right: 1px solid #2E3235;
  font-size: 14px;
}
@media (min-width: 992px) {
  .table__row-item {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .table__row-item {
    font-size: 16px;
  }
}
.table__row-item:first-child, .table__row-item:last-child, .table__row-item:nth-last-child(2) {
  color: #FFFFFF;
}
.table__row-item:last-child {
  font-weight: 700;
  border: none;
}
.table__row-item:nth-last-child(2) {
  font-weight: 700;
}
.table__row-item.table__row-item--accent {
  color: #CE9A5D;
}
.table--translations .table__head,
.table--translations .table__row {
  grid-template-columns: repeat(3, 1fr);
}
.table--translations .table__head-item,
.table--translations .table__row-item {
  font-weight: 400;
  color: #666F77;
}
.table--translations .table__head-item--white,
.table--translations .table__row-item--white {
  color: #FFFFFF;
}
.table--translations .table__head-item--gold,
.table--translations .table__row-item--gold {
  color: #CE9A5D;
}
.table--translations .table__head-item {
  font-weight: 500;
  color: #CE9A5D;
}

@media (max-width: 992px) {
  .table {
    overflow: auto;
  }
  .table__head {
    width: 900px;
  }
  .table__head--two {
    width: unset;
  }
  .table__row {
    width: 900px;
    grid-template-rows: minmax(85px, auto);
  }
  .table__row--two {
    width: unset;
  }
}
@media (max-width: 576px) {
  .table__head {
    width: 820px;
  }
  .table__head--two {
    width: unset;
  }
  .table__head--mobileW {
    width: 900px;
  }
  .table__head--translations {
    width: 750px;
  }
  .table__row {
    width: 820px;
  }
  .table__row--two {
    width: unset;
  }
  .table__row--mobileW {
    width: 900px;
  }
  .table--translations .table__head,
  .table--translations .table__row {
    width: 500px;
  }
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__list-item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__list-item:not(:last-child) {
  padding-right: 18px;
  margin-right: 12px;
}
@media (min-width: 992px) {
  .menu__list-item:not(:last-child) {
    padding-right: calc(0.0193965517 * 100vw + -1.2413793103px);
  }
}
@media (min-width: 1920px) {
  .menu__list-item:not(:last-child) {
    padding-right: 36px;
  }
}
@media (min-width: 992px) {
  .menu__list-item:not(:last-child) {
    margin-right: calc(0.0193965517 * 100vw + -7.2413793103px);
  }
}
@media (min-width: 1920px) {
  .menu__list-item:not(:last-child) {
    margin-right: 30px;
  }
}
.menu__list-item:not(:last-child)::after {
  content: url("../images/Rectangle 5.svg");
  position: absolute;
  right: 0;
}
.menu__list-link {
  text-transform: uppercase;
  line-height: normal;
  color: #ffffff;
  -webkit-transition: color 0.38s ease-in-out;
  transition: color 0.38s ease-in-out;
  letter-spacing: 1px;
  font-size: 12px;
}
@media (min-width: 992px) {
  .menu__list-link {
    font-size: calc(0.0043103448 * 100vw + 7.724137931px);
  }
}
@media (min-width: 1920px) {
  .menu__list-link {
    font-size: 16px;
  }
}
.menu__list-link:hover {
  color: #CE9A5D;
}
.menu__list-link:active {
  color: #B78345;
}
.menu .header__buttons, .menu .header__links {
  display: none;
}
.menu .social {
  display: none;
}

@media (max-width: 992px) {
  .menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #222;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    -ms-flex-negative: unset;
        flex-shrink: unset;
    -webkit-transition: opacity 0.38s ease-in-out, visibility 0.38s ease-in-out, z-index 0.38s ease-in-out, -webkit-transform 0.38s ease-in-out;
    transition: opacity 0.38s ease-in-out, visibility 0.38s ease-in-out, z-index 0.38s ease-in-out, -webkit-transform 0.38s ease-in-out;
    transition: transform 0.38s ease-in-out, opacity 0.38s ease-in-out, visibility 0.38s ease-in-out, z-index 0.38s ease-in-out;
    transition: transform 0.38s ease-in-out, opacity 0.38s ease-in-out, visibility 0.38s ease-in-out, z-index 0.38s ease-in-out, -webkit-transform 0.38s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  .menu.active {
    opacity: 1;
    visibility: visible;
    z-index: 3;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: opacity 0.38s ease-in-out, visibility 0.38s ease-in-out, z-index 0.38s ease-in-out, -webkit-transform 0.38s ease-in-out;
    transition: opacity 0.38s ease-in-out, visibility 0.38s ease-in-out, z-index 0.38s ease-in-out, -webkit-transform 0.38s ease-in-out;
    transition: transform 0.38s ease-in-out, opacity 0.38s ease-in-out, visibility 0.38s ease-in-out, z-index 0.38s ease-in-out;
    transition: transform 0.38s ease-in-out, opacity 0.38s ease-in-out, visibility 0.38s ease-in-out, z-index 0.38s ease-in-out, -webkit-transform 0.38s ease-in-out;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .menu__item {
    width: 100%;
    padding: 10px 0px;
  }
  .menu__item:not(:last-child) {
    padding-right: 0;
  }
  .menu__item:not(:last-child)::after {
    content: none;
  }
  .menu__item-link {
    width: 100%;
    display: block;
  }
  .menu__item-link:hover {
    color: #fff;
  }
  .menu__list {
    gap: 40px;
  }
  .menu__list-item:not(:last-child) {
    margin: 0;
    padding: 0;
  }
  .menu__list-item::after {
    display: none;
  }
  .menu__list-link {
    font-size: 16px;
  }
  .menu .header__buttons, .menu .header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu .header__buttons {
    margin-top: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .menu .header__buttons .btn {
    width: 280px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu .header__links {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 275px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .menu .header__links-icon {
    font-size: 24px;
  }
  .menu .header__links-phone {
    font-size: 20px;
  }
  .menu .header__links-address {
    font-size: 14px;
    max-width: none;
  }
  .menu .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
  .menu .social__icon {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .menu {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .menu {
    padding-bottom: 30px;
  }
  .menu__list {
    gap: 25px;
  }
}
.burger {
  display: none;
}

@media (max-width: 992px) {
  .burger {
    position: relative;
    display: block;
    margin-left: 30px;
    top: 0;
    width: 24px;
    height: 20px;
    cursor: pointer;
    z-index: 5;
  }
  .burger__line {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.38s;
    transition: all 0.38s;
  }
  .burger::before, .burger::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.38s;
    transition: all 0.38s;
  }
  .burger::before {
    top: 0;
  }
  .burger::after {
    bottom: 0;
  }
  .burger.active::before {
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .burger.active::after {
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .burger.active .burger__line {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@media (max-width: 576px) {
  .burger {
    position: absolute;
    top: 17px;
    right: 0px;
  }
}
.profile {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .profile {
    margin-top: calc(0.0431034483 * 100vw + -22.7586206897px);
  }
}
@media (min-width: 1920px) {
  .profile {
    margin-top: 60px;
  }
}
.profile__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 992px) {
  .profile__inner {
    gap: calc(0.0495689655 * 100vw + -29.1724137931px);
  }
}
@media (min-width: 1920px) {
  .profile__inner {
    gap: 66px;
  }
}
.profile__item {
  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;
}
@media (min-width: 992px) {
  .profile__item {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .profile__item {
    gap: 20px;
  }
}
.profile__item--full {
  width: 100%;
}
.profile__item-title {
  color: #666F77;
  font-size: 12px;
}
@media (min-width: 992px) {
  .profile__item-title {
    font-size: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .profile__item-title {
    font-size: 14px;
  }
}
.profile__item-text, .profile__item-link {
  color: #FFF;
  font-size: 20px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .profile__item-text, .profile__item-link {
    font-size: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .profile__item-text, .profile__item-link {
    font-size: 20px;
  }
}
.profile__card {
  border-radius: 10px;
  border: 1px solid #2E3235;
  background-color: #262829;
  padding: 15px;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 992px) {
  .profile__card {
    padding: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .profile__card {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .profile__card {
    gap: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .profile__card {
    gap: 30px;
  }
}
.profile__card-price {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  color: #FFF;
  font-size: 24px;
  line-height: 25px;
}
@media (min-width: 992px) {
  .profile__card-price {
    font-size: calc(0.0086206897 * 100vw + 15.4482758621px);
  }
}
@media (min-width: 1920px) {
  .profile__card-price {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .profile__card-price {
    line-height: calc(0.005387931 * 100vw + 19.6551724138px);
  }
}
@media (min-width: 1920px) {
  .profile__card-price {
    line-height: 30px;
  }
}
.profile__card-price span {
  color: #CE9A5D;
}
.profile__card-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.profile__link {
  display: block;
  color: #CE9A5D;
  font-size: 12px;
  line-height: 12px;
  text-align: right;
  -webkit-transition: color 0.38s ease-in-out;
  transition: color 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .profile__link {
    font-size: calc(0.0043103448 * 100vw + 7.724137931px);
  }
}
@media (min-width: 1920px) {
  .profile__link {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .profile__link {
    line-height: calc(0.0043103448 * 100vw + 7.724137931px);
  }
}
@media (min-width: 1920px) {
  .profile__link {
    line-height: 16px;
  }
}
.profile__link:hover {
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .profile__card {
    width: 100%;
  }
  .profile__card-btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.valEntry span {
  -webkit-transition: all 0.38s ease-in-out;
  transition: all 0.38s ease-in-out;
}
.valEntry--required input {
  border-bottom: 1px solid red;
}
.valEntry--required .label__inputCustom {
  border: 1px solid red;
}

.fancybox-content {
  background-color: unset;
}

.entry {
  width: 100%;
  max-width: 415px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  border: 1px solid #2E3235;
  background-color: #262829;
  -webkit-box-shadow: 0px 20px 60px 0px #1B1D1E;
          box-shadow: 0px 20px 60px 0px #1B1D1E;
  padding: 20px;
}
@media (min-width: 992px) {
  .entry {
    padding: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .entry {
    padding: 40px;
  }
}
.entry--modal {
  display: none;
}
.entry__inner, .entry__form {
  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;
}
@media (min-width: 992px) {
  .entry__inner, .entry__form {
    gap: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .entry__inner, .entry__form {
    gap: 30px;
  }
}
.entry__inner--gap, .entry__form--gap {
  gap: 10px;
}
@media (min-width: 992px) {
  .entry__inner--gap, .entry__form--gap {
    gap: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .entry__inner--gap, .entry__form--gap {
    gap: 20px;
  }
}
.entry__title {
  font-size: 20px;
}
@media (min-width: 992px) {
  .entry__title {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .entry__title {
    font-size: 24px;
  }
}
.entry__title--funds {
  line-height: 25px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .entry__title--funds {
    line-height: calc(0.005387931 * 100vw + 19.6551724138px);
  }
}
@media (min-width: 1920px) {
  .entry__title--funds {
    line-height: 30px;
  }
}
.entry__text {
  font-size: 12px;
  line-height: 135%;
}
.entry__text a {
  color: #ce9a5d;
}
.entry__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 12px;
}
@media (min-width: 992px) {
  .entry__label {
    font-size: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .entry__label {
    font-size: 14px;
  }
}
.entry__label--pass {
  position: relative;
}
.entry__label-icon {
  position: absolute;
  right: 0;
  bottom: 12px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}
.entry__btnContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.entry__input {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #2E3235;
  -webkit-transition: all 0.38s ease-in-out;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .entry__input {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .entry__input {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .entry__input {
    padding-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .entry__input {
    padding-bottom: 15px;
  }
}
.entry__input--code {
  font-size: 20px;
}
@media (min-width: 992px) {
  .entry__input--code {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .entry__input--code {
    font-size: 24px;
  }
}
.entry__input--code::-webkit-input-placeholder {
  font-size: 20px;
}
.entry__input--code::-moz-placeholder {
  font-size: 20px;
}
.entry__input--code:-ms-input-placeholder {
  font-size: 20px;
}
.entry__input--code::-ms-input-placeholder {
  font-size: 20px;
}
.entry__input--code::placeholder {
  font-size: 20px;
}
@media (min-width: 992px) {
  .entry__input--code::-webkit-input-placeholder {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
  .entry__input--code::-moz-placeholder {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
  .entry__input--code:-ms-input-placeholder {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
  .entry__input--code::-ms-input-placeholder {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
  .entry__input--code::placeholder {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .entry__input--code::-webkit-input-placeholder {
    font-size: 24px;
  }
  .entry__input--code::-moz-placeholder {
    font-size: 24px;
  }
  .entry__input--code:-ms-input-placeholder {
    font-size: 24px;
  }
  .entry__input--code::-ms-input-placeholder {
    font-size: 24px;
  }
  .entry__input--code::placeholder {
    font-size: 24px;
  }
}
.entry__input--pb10 {
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  .entry__input--pb10 {
    padding-bottom: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .entry__input--pb10 {
    padding-bottom: 10px;
  }
}
.entry__input[type=password] + .entry__label-icon {
  background-image: url("../images/icons/unvisible.svg");
}
.entry__input[type=text] + .entry__label-icon {
  background-image: url("../images/icons/visible.svg");
}
.entry__input[type=number]::-webkit-outer-spin-button, .entry__input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.entry__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.entry .btn {
  width: 100%;
  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;
}
.entry__ry {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  color: #666F77;
  font-size: 20px;
  line-height: 18px;
}
@media (min-width: 992px) {
  .entry__ry {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .entry__ry {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .entry__ry {
    line-height: calc(0.005387931 * 100vw + 12.6551724138px);
  }
}
@media (min-width: 1920px) {
  .entry__ry {
    line-height: 23px;
  }
}

.footer {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .footer {
    padding-bottom: calc(0 * 100vw + 30px);
  }
}
@media (min-width: 1920px) {
  .footer {
    padding-bottom: 30px;
  }
}
.footer .container {
  border-top: 1px solid #2E3235;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .footer .container {
    padding-top: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .footer .container {
    padding-top: 40px;
  }
}
.footer .logo__text {
  max-width: 265px;
}
@media (min-width: 992px) {
  .footer .logo__text {
    max-width: calc(0.0215517241 * 100vw + 243.6206896552px);
  }
}
@media (min-width: 1920px) {
  .footer .logo__text {
    max-width: 285px;
  }
}
.footer__top {
  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-bottom: 20px;
}
@media (min-width: 992px) {
  .footer__top {
    margin-bottom: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .footer__top {
    margin-bottom: 40px;
  }
}
.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .footer__col {
    gap: calc(0 * 100vw + 10px);
  }
}
@media (min-width: 1920px) {
  .footer__col {
    gap: 10px;
  }
}
.footer__col-link {
  color: #FFF;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  font-size: 14px;
}
@media (min-width: 992px) {
  .footer__col-link {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .footer__col-link {
    font-size: 16px;
  }
}
.footer__col-link:hover {
  color: #CE9A5D;
}
.footer__col-link:active {
  color: #B78345;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .footer__links {
    gap: calc(0.0183189655 * 100vw + -8.1724137931px);
  }
}
@media (min-width: 1920px) {
  .footer__links {
    gap: 27px;
  }
}
.footer__links-item {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .footer__links-item {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .footer__links-item {
    gap: 20px;
  }
}
.footer__links-item img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 24px;
  height: 24px;
}
.footer__links-icon {
  color: #CE9A5D;
  font-size: 22px;
}
@media (min-width: 992px) {
  .footer__links-icon {
    font-size: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .footer__links-icon {
    font-size: 24px;
  }
}
.footer__links-address {
  line-height: 125%;
  font-size: 12px;
  max-width: 200px;
}
@media (min-width: 992px) {
  .footer__links-address {
    font-size: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .footer__links-address {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .footer__links-address {
    max-width: calc(0.0323275862 * 100vw + 167.9310344828px);
  }
}
@media (min-width: 1920px) {
  .footer__links-address {
    max-width: 230px;
  }
}
.footer__links-phone {
  letter-spacing: 1px;
  color: #FFF;
  font-weight: 700;
  -webkit-transition: 0.38s ease-in-out;
  transition: 0.38s ease-in-out;
  max-width: 200px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .footer__links-phone {
    max-width: calc(0.0323275862 * 100vw + 167.9310344828px);
  }
}
@media (min-width: 1920px) {
  .footer__links-phone {
    max-width: 230px;
  }
}
@media (min-width: 992px) {
  .footer__links-phone {
    font-size: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .footer__links-phone {
    font-size: 20px;
  }
}
.footer__links-phone:hover {
  color: #CE9A5D;
}
.footer__links-phone:active {
  color: #B78345;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.footer__bottom-col {
  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;
}
@media (min-width: 992px) {
  .footer__bottom-col {
    gap: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .footer__bottom-col {
    gap: 40px;
  }
}
.footer__bottom-IP {
  color: #666F77;
  font-size: 14px;
  line-height: 175%;
  max-width: 250px;
}
.footer__bottom-copy {
  font-size: 14px;
  line-height: 125%;
}
.footer__bottom-copy span {
  color: #FFFFFF;
}
.footer__prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-left: 0px;
}
@media (min-width: 992px) {
  .footer__prod {
    gap: calc(0.0172413793 * 100vw + 2.8965517241px);
  }
}
@media (min-width: 1920px) {
  .footer__prod {
    gap: 36px;
  }
}
@media (min-width: 992px) {
  .footer__prod {
    margin-left: calc(0.0387931034 * 100vw + -38.4827586207px);
  }
}
@media (min-width: 1920px) {
  .footer__prod {
    margin-left: 36px;
  }
}
.footer__prod-text {
  color: #666F77;
  line-height: 125%;
  font-size: 14px;
}
.footer__prod-logo {
  width: 46px;
  height: 38px;
}
@media (min-width: 992px) {
  .footer__prod-logo {
    width: calc(0.0075431034 * 100vw + 38.5172413793px);
  }
}
@media (min-width: 1920px) {
  .footer__prod-logo {
    width: 53px;
  }
}
@media (min-width: 992px) {
  .footer__prod-logo {
    height: calc(0.0043103448 * 100vw + 33.724137931px);
  }
}
@media (min-width: 1920px) {
  .footer__prod-logo {
    height: 42px;
  }
}

.developer {
  position: relative;
  padding-right: 63px;
  color: #fff;
  font-family: "Gotham Pro", sans-serif;
  -webkit-transition: color 0.38s ease-in-out;
  transition: color 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .developer {
    padding-right: calc(0.0107758621 * 100vw + 52.3103448276px);
  }
}
@media (min-width: 1920px) {
  .developer {
    padding-right: 73px;
  }
}
.developer:hover {
  color: #F43E36;
}
.developer::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 0;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
  width: 53px;
  height: 42px;
  background-image: url("../images/icons/sa.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 992px) {
  .footer__top {
    -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;
    gap: 15px;
    margin-bottom: 25px;
  }
  .footer__col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  .footer__col:last-child {
    margin-bottom: 12px;
  }
  .footer__col-link {
    font-size: 18px;
  }
  .footer__bottom {
    -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;
    gap: 20px;
  }
  .footer__bottom-col {
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__bottom-ip {
    text-align: center;
  }
  .footer__bottom-IP p {
    text-align: center;
  }
  .footer__links {
    width: 250px;
    gap: 20px;
  }
  .footer__links-item {
    gap: 20px;
  }
  .footer__links-phone {
    font-size: 20px;
    max-width: unset;
  }
  .footer__links-address {
    max-width: none;
    font-size: 14px;
  }
  .footer__bottom {
    display: grid;
    grid-template-columns: 1fr;
  }
  .footer .social {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-row: 1/2;
  }
  .footer__prod {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .footer .logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .logo__text {
    text-align: center;
  }
  .footer__bottom {
    gap: 30px;
  }
  .footer__bottom-col {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .container {
    width: 100%;
  }
}