@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "BPGArial";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/BPGArial.woff2") format("woff2"), url("../fonts/BPGArial.woff") format("woff");
  font-display: swap;
}
*, :before, :after {
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #007826;
}

:root {
  scroll-behavior: auto;
  --app-height: 100vh;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #666;
}

::-moz-placeholder {
  opacity: 1;
  color: #666;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #666;
}

::-ms-input-placeholder {
  opacity: 1;
  color: #666;
}

::placeholder {
  opacity: 1;
  color: #666;
}

body, html {
  font-size: 16px;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  background: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  color: #007826;
}

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

button {
  cursor: pointer;
}

strong, b {
  font-weight: bold;
}

p, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
}

h1, .h1 {
  font-size: 56px;
}

h2, .h2 {
  font-size: 50px;
}

h3, .h3 {
  font-size: 46px;
}

h4, .h4 {
  font-size: 32px;
}

h5, .h5 {
  font-size: 24px;
}

h6, .h6 {
  font-size: 18px;
}

img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}

hr {
  margin: 80px 0;
  border: none;
  border-bottom: 1px solid #D4D4D4;
  background: none;
}

.page {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: var(--app-height);
}
.page__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 1210px;
  margin: 0 auto;
  padding: 0 15px;
}

.img-box {
  position: relative;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

._tt-upper {
  text-transform: uppercase;
}

._tt-none {
  text-transform: none;
}

._c-main {
  color: #007826;
}

._c-accent {
  color: #FC0010;
}

.w-100 {
  width: 100% !important;
}

.sect {
  margin: 120px 0;
}
.sect:first-child {
  margin-top: 75px;
}

.ff-bpg {
  font-family: "BPGArial", sans-serif;
}

.room-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 9px 17px;
  background: #259FCA;
  border: 3px solid #007826;
  border-radius: 100px;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.room-btn:hover {
  background-color: #30add9;
}
.room-btn._pink {
  background-color: #EE40A3;
}
.room-btn._pink:hover {
  background-color: #f057ae;
}
.room-btn._violet {
  background-color: #825BA4;
}
.room-btn._violet:hover {
  background-color: #8f6bad;
}
.room-btn._yellow {
  background-color: #FEE100;
  color: #007826;
}
.room-btn._yellow:hover {
  background-color: #ffe628;
}
.room-btn._orange {
  background-color: #FFAA0A;
  color: #007826;
}
.room-btn._orange:hover {
  background-color: #ffb324;
}

.nav-arrow-prev,
.nav-arrow-next {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #007826;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: opacity 0.15s, visibility 0.15s, background-color 0.3s, color 0.3s;
  transition: opacity 0.15s, visibility 0.15s, background-color 0.3s, color 0.3s;
}
.nav-arrow-prev:hover,
.nav-arrow-next:hover {
  background-color: #00922e;
}
.nav-arrow-prev.disabled, .nav-arrow-prev.swiper-button-disabled,
.nav-arrow-next.disabled,
.nav-arrow-next.swiper-button-disabled {
  cursor: default;
  background-color: #007826;
  opacity: 0.3;
}
.nav-arrow-prev.swiper-button-lock,
.nav-arrow-next.swiper-button-lock {
  display: none !important;
}

.nav-arrow-prev {
  left: 0;
}

.nav-arrow-next {
  right: 0;
}

.nav-arrows {
  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;
  margin-top: 40px;
}
.nav-arrows .nav-arrow-prev,
.nav-arrows .nav-arrow-next {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
}
.nav-arrows .nav-arrow-prev {
  margin-right: 10px;
}
.nav-arrows .nav-arrow-next {
  margin-left: 10px;
}
.nav-arrows .swiper-pagination {
  width: auto;
  margin: -10px 5px 0;
}

.scroll-menu {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  background: #fff;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.6s, -webkit-box-shadow 0.6s;
  transition: -webkit-transform 0.6s, -webkit-box-shadow 0.6s;
  transition: transform 0.6s, box-shadow 0.6s;
  transition: transform 0.6s, box-shadow 0.6s, -webkit-transform 0.6s, -webkit-box-shadow 0.6s;
}
.scroll-menu._show {
  -webkit-box-shadow: 0 20px 50px rgba(26, 26, 26, 0.05);
          box-shadow: 0 20px 50px rgba(26, 26, 26, 0.05);
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.scroll-menu__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
.scroll-menu__logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-height: 70px;
}
.scroll-menu__buttons {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px 20px;
}

.header__grid {
  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;
  padding: 20px 0;
  border-bottom: 1px solid #D4D4D4;
}
.header__logo {
  max-height: 90px;
}

.rooms {
  text-align: center;
}

.rooms-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
  margin-bottom: 60px;
  text-align: center;
}
.rooms-title > * {
  margin-bottom: 0;
}
.rooms-title h4, .rooms-title .h4 {
  margin-top: 10px;
}

.rooms-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 40px;
  margin: 0 0 60px;
  padding: 0;
  list-style: none;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
}
.rooms-info-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 40%;
}
.rooms-info-list li:nth-child(odd) {
  text-align: right;
}
.rooms-info-list li:nth-child(odd):last-child {
  text-align: center;
}

.rooms-anchors._destroy .swiper-wrapper {
  height: 290px;
}
.rooms-anchors._destroy .swiper-slide {
  position: absolute;
  width: 240px;
  height: auto;
}
.rooms-anchors._destroy .swiper-slide:nth-child(1) {
  top: 0;
  left: 0;
}
.rooms-anchors._destroy .swiper-slide:nth-child(2) {
  left: 28%;
  bottom: 0;
  margin-left: -120px;
}
.rooms-anchors._destroy .swiper-slide:nth-child(3) {
  top: 0;
  left: 50%;
  margin-left: -120px;
}
.rooms-anchors._destroy .swiper-slide:nth-child(4) {
  bottom: 0;
  left: 69%;
  margin-left: -120px;
}
.rooms-anchors._destroy .swiper-slide:nth-child(5) {
  top: 0;
  right: 0;
}
.rooms-anchors._destroy .nav-arrows {
  display: none;
}
.rooms-anchors._destroy .room-anchor img {
  max-height: 230px;
}

.room-anchor {
  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;
  position: relative;
}
.room-anchor img {
  max-width: 100%;
}
.room-anchor .room-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}
.room-anchor .room-btn:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.07);
      -ms-transform: translate(-50%, -50%) scale(1.07);
          transform: translate(-50%, -50%) scale(1.07);
}

.room-image {
  margin-bottom: 60px;
  text-align: center;
}
.room-image__img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.room-image__img img {
  display: block;
  max-width: 100%;
  max-height: 530px;
}
.room-image__dots span {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  margin: -13px 0 0 -13px;
  width: 26px;
  height: 26px;
  border: 2px solid #007826;
  border-radius: 50%;
  background: #FC0010;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.room-image__dots span.hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

#bathroom .room-image__dots span:nth-of-type(1) {
  top: 46%;
  left: 15%;
}
#bathroom .room-image__dots span:nth-of-type(2) {
  top: 55%;
  left: 89%;
}
#bathroom .room-image__dots span:nth-of-type(3) {
  top: 30%;
  left: 41%;
}
#bathroom .room-image__dots span:nth-of-type(4) {
  top: 34%;
  left: 28%;
}
#bathroom .room-image__dots span:nth-of-type(5) {
  top: 55%;
  left: 99%;
}

#bedroom .room-image__dots span:nth-of-type(1) {
  top: 30%;
  left: 68%;
}
#bedroom .room-image__dots span:nth-of-type(2) {
  top: 84%;
  left: 49%;
}
#bedroom .room-image__dots span:nth-of-type(3) {
  top: 23%;
  left: 33%;
}

#livingroom .room-image__dots span:nth-of-type(1) {
  top: 43%;
  left: 89%;
}
#livingroom .room-image__dots span:nth-of-type(2) {
  top: 21%;
  left: 57%;
}
#livingroom .room-image__dots span:nth-of-type(3) {
  top: 83%;
  left: 35%;
}
#livingroom .room-image__dots span:nth-of-type(4) {
  top: 88%;
  left: 23%;
}

#kitchen .room-image__dots span:nth-of-type(1) {
  top: 47%;
  left: 96%;
}
#kitchen .room-image__dots span:nth-of-type(2) {
  top: 56%;
  left: 73%;
}
#kitchen .room-image__dots span:nth-of-type(3) {
  top: 53%;
  left: 33%;
}
#kitchen .room-image__dots span:nth-of-type(4) {
  top: 37%;
  left: 79%;
}
#kitchen .room-image__dots span:nth-of-type(5) {
  top: 39%;
  left: 33%;
}
#kitchen .room-image__dots span:nth-of-type(6) {
  top: 49%;
  left: 21%;
}

#outdoor .room-image__dots span:nth-of-type(1) {
  top: 39%;
  left: 35%;
}
#outdoor .room-image__dots span:nth-of-type(2) {
  top: 70%;
  left: 43%;
}
#outdoor .room-image__dots span:nth-of-type(3) {
  top: 50%;
  left: 95%;
}
#outdoor .room-image__dots span:nth-of-type(4) {
  top: 83%;
  left: 57%;
}
#outdoor .room-image__dots span:nth-of-type(5) {
  top: 63%;
  left: 17%;
}

.room-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px -20px;
}

.room-thumb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20%;
  padding: 0 10px 20px;
}
.room-thumb a {
  display: block;
  overflow: hidden;
  position: relative;
  max-height: 200px;
  border-radius: 5px;
  background: #000 no-repeat center/cover;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
.room-thumb a:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.room-thumb a:after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -0.5em;
  content: "\e902";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 44px;
}
.room-thumb a.hover:before {
  background-color: rgba(0, 120, 38, 0.6);
}

.social-sect {
  padding: 110px 0 120px;
  background: #EFF0F1;
  text-align: center;
}
.social-sect .rooms-title {
  margin-bottom: 40px;
}

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

.social-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
  padding: 0 30px;
  height: 60px;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  line-height: 1.25;
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.3s -webkit-box-shadow 0.3s;
  transition: 0.3s -webkit-box-shadow 0.3s;
  transition: 0.3s box-shadow 0.3s;
  transition: 0.3s box-shadow 0.3s, 0.3s -webkit-box-shadow 0.3s;
}
.social-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #FC0010;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.social-item > * {
  display: inline-block;
}
.social-item .ic {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 10px;
  font-size: 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.social-item span {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.social-item:hover {
  -webkit-box-shadow: inset 0 0 0 1px #FC0010;
          box-shadow: inset 0 0 0 1px #FC0010;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.social-item:hover:before {
  width: 60px;
}
.social-item:hover .ic {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}
.social-item:hover span {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  color: #FC0010;
}

.social-item._instagram:before {
  background: linear-gradient(83deg, #FFCB53 -3%, #FDF497 -3%, #FF5819 38%, #C838B3 75%, #0142E4 110%);
}
.social-item._instagram:hover {
  -webkit-box-shadow: inset 0 0 0 1px #EE4E48;
          box-shadow: inset 0 0 0 1px #EE4E48;
}
.social-item._instagram:hover span {
  color: #EE4E48;
}

.footer {
  padding: 40px 0;
  background: #007826;
  font-size: 14px;
  color: #fff;
}
.footer__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 40px;
}
.footer__logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.footer__copy {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

/* Popups */
.video-popup {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 900px;
  background: #000;
  margin: 40px auto;
}
.video-popup:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-popup .mfp-close {
  top: -40px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: right;
  color: #fff;
}
.video-popup video {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Customize plugins */
.mfp-bg {
  background: #111;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.5;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-container.mfp-inline-holder {
  padding: 0 15px;
}

.mfp-figure:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
}

.mfp-title {
  color: #fff;
}

.mfp-iframe-scaler iframe {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mfp-close-btn-in .mfp-close {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mfp-close-btn-in .mfp-close:hover {
  color: red;
}

.swiper-pagination {
  position: relative;
  z-index: 9;
}

.swiper-pagination-bullets {
  margin-top: 20px;
  line-height: 0;
}

.swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 10px 5px 0 !important;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.1;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}