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

body {
  height: 100%;
  font-family: "GothamPro", "Arial", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0; }

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: none; }

img {
  max-width: 100%;
  height: auto;
  margin: 0; }

h1,
h2,
h3 {
  font-weight: 300; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

input[name="toggle"] {
  display: none; }

.container {
  max-width: 992px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto; }
  @media (max-width: 992px) {
    .container {
      max-width: auto;
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 580px) {
    .container {
      max-width: none;
      padding-left: 20px;
      padding-right: 20px; } }

.navigation {
  display: grid;
  grid-template-columns: repeat(4, -webkit-max-content);
  grid-template-columns: repeat(4, max-content);
  align-items: center;
  padding-top: 15px;
  padding-bottom: 32px; }
  @media (max-width: 992px) {
    .navigation {
      grid-template-columns: repeat(3, -webkit-max-content);
      grid-template-columns: repeat(3, max-content);
      justify-content: space-between;
      row-gap: 15px; } }
  @media (max-width: 580px) {
    .navigation {
      grid-template-columns: 1fr; } }

.navigation a {
  color: #000000;
  text-decoration: none; }

.navigation__phone {
  position: relative;
  grid-column: -1;
  justify-self: end; }
  @media (max-width: 992px) {
    .navigation__phone {
      grid-column: 1 / -1;
      justify-self: start; } }
  @media (max-width: 767px) {
    .navigation__phone {
      grid-column: 3 / -1; } }
  @media (max-width: 580px) {
    .navigation__phone {
      grid-column: 1;
      justify-self: center;
      margin-top: 35px; } }

.navigation__phone::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("../img/5305166_call_chat_mobile_whatsapp_whatsapp logo_icon.svg");
  background-repeat: no-repeat;
  background-size: 100% auto; }
  @media (max-width: 992px) {
    .navigation__phone::before {
      width: 35px;
      height: 35px; } }

.navigation__phone a {
  display: block;
  color: #0399ce;
  padding-left: 50px; }
  @media (max-width: 992px) {
    .navigation__phone a {
      padding-left: 40px; } }

@media (max-width: 580px) {
  .navigation__logo {
    margin: 0 auto; } }

.logo {
  font-family: inherit;
  font-size: 26px; }
  @media (max-width: 767px) {
    .logo {
      grid-column: 1 / -1; } }
  @media (max-width: 580px) {
    .logo {
      font-size: 34px; } }
  @media (max-width: 480px) {
    .logo {
      font-size: 28px; } }
  @media (max-width: 380px) {
    .logo {
      font-size: 24px;
      text-align: center; } }

.menu {
  display: flex;
  gap: 8px;
  padding-left: 37px;
  padding-right: 37px; }
  @media (max-width: 992px) {
    .menu {
      padding-right: 0; } }
  @media (max-width: 767px) {
    .menu {
      grid-column: 1 / 2;
      padding-left: 0; } }
  @media (max-width: 580px) {
    .menu {
      grid-column: 1;
      justify-self: center; } }
  @media (max-width: 480px) {
    .menu {
      display: block;
      text-align: center; } }

.menu a {
  font-family: inherit;
  font-size: 17px;
  padding: 5px; }
  @media (max-width: 580px) {
    .menu a {
      font-size: 21px;
      padding: 8px; } }

@media (max-width: 480px) {
  .menu li:not(:last-child) {
    margin-bottom: 18px; } }

.menu a:hover {
  color: #ffba00; }

a.menu__link-active {
  background-color: #ffba00; }
  a.menu__link-active:hover {
    color: #000000; }

.slider-main {
  width: 100%;
  height: 336px; }

.slider-main .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%; }
  @media (max-width: 992px) {
    .slider-main .swiper-slide {
      width: 80%;
      height: 80%; } }
  @media (max-width: 580px) {
    .slider-main .swiper-slide {
      width: 65%;
      height: 65%; } }
  @media (max-width: 380px) {
    .slider-main .swiper-slide {
      width: 50%;
      height: 50%; } }

.slider-main .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover; }
  @media (max-width: 992px) {
    .slider-main .swiper-slide img {
      -o-object-position: 80% 0;
         object-position: 80% 0; } }
  @media (max-width: 580px) {
    .slider-main .swiper-slide img {
      -o-object-position: 75% 0;
         object-position: 75% 0; } }

.dormitory {
  font-family: inherit;
  padding-top: 70px;
  padding-bottom: 40px; }

.dormitory h1 {
  position: relative;
  width: 560px;
  font-size: 34px;
  line-height: 1.11765;
  background-color: #ffba00;
  padding: 35px;
  margin-bottom: 30px;
  margin-top: -170px;
  margin-left: auto;
  z-index: 10; }
  @media (max-width: 992px) {
    .dormitory h1 {
      width: 450px;
      font-size: 28px;
      padding: 25px;
      margin-top: -225px; } }
  @media (max-width: 580px) {
    .dormitory h1 {
      width: 85%;
      font-size: 24px;
      padding: 18px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 480px) {
    .dormitory h1 {
      width: 100%;
      font-size: 22px;
      margin-top: -250px; } }
  @media (max-width: 380px) {
    .dormitory h1 {
      font-size: 18px;
      padding: 13px;
      margin-top: -267px; } }

.dormitory h2 {
  font-size: 50px;
  margin-bottom: 20px; }
  @media (max-width: 992px) {
    .dormitory h2 {
      font-size: 40px; } }
  @media (max-width: 580px) {
    .dormitory h2 {
      font-size: 34px; } }
  @media (max-width: 480px) {
    .dormitory h2 {
      font-size: 30px;
      text-align: center; } }

.dormitory h3 {
  font-size: 40px;
  margin-bottom: 16px; }
  @media (max-width: 992px) {
    .dormitory h3 {
      font-size: 30px; } }
  @media (max-width: 580px) {
    .dormitory h3 {
      font-size: 24px; } }

.dormitory p,
.dormitory li {
  font-size: 16px;
  line-height: 1.25; }
  @media (max-width: 480px) {
    .dormitory p,
    .dormitory li {
      font-size: 18px; } }
  @media (max-width: 380px) {
    .dormitory p,
    .dormitory li {
      font-size: 16px; } }

.dormitory__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 90px;
       column-gap: 90px;
  row-gap: 50px;
  padding-bottom: 40px; }
  @media (max-width: 992px) {
    .dormitory__list {
      -moz-column-gap: 70px;
           column-gap: 70px;
      row-gap: 40px; } }
  @media (max-width: 480px) {
    .dormitory__list {
      grid-template-columns: 1fr; } }

.dormitory__list > div:nth-child(1) {
  grid-column: 1 / -1; }

.dormitory__list > div:nth-child(2) {
  margin-left: 90px; }
  @media (max-width: 992px) {
    .dormitory__list > div:nth-child(2) {
      margin-left: 70px; } }
  @media (max-width: 680px) {
    .dormitory__list > div:nth-child(2) {
      margin-left: 23px; } }
  @media (max-width: 480px) {
    .dormitory__list > div:nth-child(2) {
      margin-left: 0; } }

.dormitory__list > div:nth-child(1) {
  padding-left: 23px; }
  @media (max-width: 480px) {
    .dormitory__list > div:nth-child(1) {
      padding-left: 0; } }

.dormitory__gallery h2 {
  text-align: center; }

.dormitory__gallery ul {
  max-width: 912px; }

.dormitory__gallery li {
  position: relative;
  margin-bottom: 20px; }

.dormitory__gallery li:last-child {
  padding: 0;
  margin-bottom: 0; }

.dormitory__gallery li > div > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover; }

.dormitory__price {
  padding-top: 55px;
  padding-left: 23px;
  padding-right: 23px;
  padding-bottom: 60px; }
  @media (max-width: 992px) {
    .dormitory__price {
      padding-top: 45px;
      padding-bottom: 50px; } }
  @media (max-width: 480px) {
    .dormitory__price {
      padding-left: 0;
      padding-right: 0; } }

.dormitory__price li {
  position: relative;
  width: 100%;
  font-size: 26px;
  line-height: 1.15385;
  background-color: #e9e9e9;
  padding-top: 16px;
  padding-left: 90px;
  padding-right: 30px;
  padding-bottom: 18px;
  margin-bottom: 10px; }
  @media (max-width: 992px) {
    .dormitory__price li {
      font-size: 20px;
      padding-left: 80px; } }
  @media (max-width: 480px) {
    .dormitory__price li {
      font-size: 18px; } }

.dormitory__price li:last-child {
  margin-bottom: 0; }

.dormitory__price li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100% auto; }

.dormitory__price li:nth-child(1)::before {
  width: 57px;
  height: 40px;
  background-image: url("../img/8665133_bed_sleep_icon.svg"); }
  @media (max-width: 992px) {
    .dormitory__price li:nth-child(1)::before {
      width: 50px;
      height: 28px; } }

.dormitory__price li:nth-child(2)::before {
  width: 57px;
  height: 57px;
  background-image: url("../img/7149737_food_cutlery_kitchen_kitchenware_fork_icon.svg"); }

.dormitory__location {
  padding-bottom: 40px; }
  @media (max-width: 480px) {
    .dormitory__location {
      text-align: center; } }

.dormitory__location h2 {
  padding-left: 23px; }
  @media (max-width: 480px) {
    .dormitory__location h2 {
      padding-left: 0; } }

.dormitory__location span {
  font-size: 30px;
  padding-left: 23px; }
  @media (max-width: 992px) {
    .dormitory__location span {
      font-size: 24px; } }
  @media (max-width: 680px) {
    .dormitory__location span {
      font-size: 20px; } }
  @media (max-width: 580px) {
    .dormitory__location span {
      font-size: 17px; } }
  @media (max-width: 480px) {
    .dormitory__location span {
      padding-left: 0; } }

.dormitory__map {
  margin-top: 50px; }
  @media (max-width: 992px) {
    .dormitory__map {
      margin-top: 40px; } }

.advantages {
  width: 100%;
  background-color: #000000;
  padding-top: 70px;
  padding-bottom: 70px; }
  @media (max-width: 480px) {
    .advantages {
      padding-top: 50px;
      padding-bottom: 50px; } }

.advantages__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 80px; }
  @media (max-width: 992px) {
    .advantages__list {
      row-gap: 65px; } }
  @media (max-width: 767px) {
    .advantages__list {
      grid-template-columns: repeat(2, 1fr);
      -moz-column-gap: 40px;
           column-gap: 40px;
      row-gap: 50px; } }
  @media (max-width: 580px) {
    .advantages__list {
      grid-template-columns: 1fr;
      row-gap: 30px; } }
  @media (max-width: 380px) {
    .advantages__list {
      row-gap: 30px; } }

.advantages li {
  position: relative;
  padding-left: 142px;
  min-height: 110px; }
  @media (max-width: 992px) {
    .advantages li {
      min-height: 85px;
      padding-left: 120px; } }
  @media (max-width: 580px) {
    .advantages li {
      display: flex;
      align-items: center;
      width: 300px;
      padding-left: 120px;
      padding-right: 0px;
      margin: 0 auto; } }
  @media (max-width: 480px) {
    .advantages li {
      min-height: 65px;
      padding-left: 100px;
      padding-right: 20px; } }
  @media (max-width: 380px) {
    .advantages li {
      width: 240px; } }

.advantages li::before {
  position: absolute;
  display: block;
  content: "";
  width: 133px;
  height: 120px;
  top: -10%;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% auto; }
  @media (max-width: 992px) {
    .advantages li::before {
      width: 106px;
      height: 96px; } }
  @media (max-width: 480px) {
    .advantages li::before {
      width: 81px;
      height: 70px; } }

.advantages li:nth-child(1)::before {
  background-image: url("../img/1.png"); }

.advantages li:nth-child(2)::before {
  background-image: url("../img/2.png"); }

.advantages li:nth-child(3)::before {
  background-image: url("../img/3.png"); }

.advantages li:nth-child(4)::before {
  background-image: url("../img/4.png"); }

.advantages li:nth-child(5)::before {
  background-image: url("../img/5.png"); }

.advantages li:nth-child(6)::before {
  background-image: url("../img/6.png"); }

.advantages li:nth-child(7)::before {
  background-image: url("../img/7.png"); }

.advantages li:nth-child(8)::before {
  background-image: url("../img/8.png"); }

.advantages li:nth-child(9)::before {
  background-image: url("../img/9.png"); }

.advantages p {
  font-family: inherit;
  font-size: 15px;
  color: #ffffff; }
  @media (max-width: 992px) {
    .advantages p {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .advantages p {
      font-size: 13px; } }
  @media (max-width: 580px) {
    .advantages p {
      font-size: 15px; } }
  @media (max-width: 380px) {
    .advantages p {
      font-size: 13px; } }

.page-footer {
  max-width: 100%;
  background-color: #000000;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 680px) {
    .page-footer {
      padding-top: 40px;
      padding-bottom: 40px; } }

.contact {
  font-family: inherit;
  font-size: 30px;
  line-height: 1.26667;
  color: #ffffff;
  text-align: center;
  padding-left: 120px;
  padding-right: 120px; }
  @media (max-width: 992px) {
    .contact {
      font-size: 24px;
      padding-left: 80px;
      padding-right: 80px; } }
  @media (max-width: 680px) {
    .contact {
      font-size: 18px;
      padding-left: 65px;
      padding-right: 65px; } }
  @media (max-width: 480px) {
    .contact {
      font-size: 16px;
      padding-left: 45px;
      padding-right: 45px; } }

.contact a {
  color: #0199cb;
  text-decoration: none; }
  @media (max-width: 580px) {
    .contact a {
      display: inline-block; } }

.contact__phone:nth-child(1) {
  display: block; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }
  .swiper-pointer-events.swiper-vertical {
    touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

/*  Viewports  */
/*  Colors  */
:root {
  --basic-main: #3a1608;
  --basic-gray: #4d4d4d;
  --basic-light-gray: #999999;
  --basic-white: #ffffff;
  --basic-menu: #b78d5d;
  --basic-text-button: #ffe7c2;
  --basic-button: #73432c;
  --basic-brand: #b5731c; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%); }

/*# sourceMappingURL=style.min.css.map */
