@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Book.eot');
    src: local('../fonts/Futura PT Book'), local('../fonts/FuturaPT-Book'),
        url('../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Book.woff') format('woff'),
        url('../fonts/FuturaPT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Medium.eot');
    src: local('./fonts/FuturaPT-Medium.eot'), local('../fonts/FuturaPT-Medium.eot'),
        url('../fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Medium.woff') format('woff'),
        url('../fonts/FuturaPT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
*{
    box-sizing: border-box;
}
body{
    font-family: 'Futura PT';
    font-weight: 400;
    font-style: normal;
}
*a{
    text-decoration: none;
    color: inherit;
}
.body-hide{
    overflow: hidden;
}
.body-destroy{
    display: none;
}
html{
    scroll-behavior: smooth;
}
/* main{
    transition: 2s;
} */
.container {
    max-width: 1160px;
    margin: 0 auto;
}

.main-hide{
    opacity: 0;
    transition: 1s;
}
.footer__hide{
    opacity: 0;
    transition: 1s;
}
::placeholder{
    font-family: 'Avenir Next Cyr', sans-serif;
}

/* =========HEADER=================== */
.header {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px);
    position: relative;
    z-index: 2;
    height: 118px;
    z-index: 3;
    transition: 1s;
}
.header__header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 118px;
}

.header__logo {
    max-width: 192px;
    max-height: 56px;
    position: relative;
    z-index: 1;
}
.header__logo img{
    width: 100%;
    height: 100%;
}
.header__items {
    width: 352px;
    height: 22px;
    display: flex;
    align-items: center;
    gap: 68px;
}
.header__items__ukr {
    border: none;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 138.2%;
    text-transform: uppercase;
    color: #0D0D0D;
}
select{
    background: rgba(0, 0, 0, 0); 
    border: none;
}
.header__items__ukr option{
    border: none;
}
.header__items__number {
    display: flex;
    align-items: center;
}
.header__items__number img {
    display: block;
    width: 11px;
    height: 11px;
    margin-right: 10px;

}
.header__items__number p{
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 14.6667px;
    line-height: 22px;
    font-feature-settings: 'liga' off;
    color: #0D0D0D;
}
.header__items__number p a{
    text-decoration: none;
    color: #0D0D0D;
}
.header__items__number p a:hover{
    text-decoration: none;
    color: #0D0D0D;
    font-weight: 500;
}
.header__items__burger{
    width: 28px;
    height: 21px;
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.header__items__burger span{
    width: 28px;
    height: 2.1px;
    background-color: #000;
}

.header__items__menu {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 690px;
    height: 110vh;
    background: #FAFBFB;
    padding-top: 218px;
    padding-left: 186px;
    transform: translateX(-220%);
    transition: 1s;
}
.header__items__menu__logo{
    width: 92%;
}
.logo__animation {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0%, -100%);
    transition:1s;
}
.showmenu{
	transform: translateX(0px);
}
.showlogo{
    transform: translate(11%, 42%);
}
.header__items__menu li{
    margin-bottom: 74px;
}
.header__items__menu li span {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 23px;
    color: #BEBEBE;
    margin-right: 48px;
    
}
.header__items__menu li a {
    text-decoration: none;
    font-family: 'Philosopher';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    color: #00303E;

}
.eclipse {
    width: 228px;
    height: 110vh;
    background: #FAFBFB;
    position: absolute;
    top: 0%;
    left: 76%;
	transform: matrix(-1, 0, 0, 1, 0, 0); 
	border-radius: 50% 50% 50% 50%;
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
    background: rgba(255, 255, 255, 0.4);
    transition: 1s;

}
.sticky + main {
    padding-top: 118px;
}

/* =======INTRODUCTION===================== */
.introduction {
    padding-bottom: 100px;
}
.introduction__section {
    display: flex;
    padding-top: 130px;
}

.introduction__section__block1 {
    display: flex;
    flex-direction: column;

}
.introductiona__text {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #0D0D0D;
    max-width: 177px;
    margin-bottom: 56px;
    position: relative;
    z-index: 1;
}
.introduction__title {
    font-family: 'Philosopher';
    font-style: normal;
    font-weight: 400;
    font-size: 54px;
    line-height: 60px;
    color: #0D0D0D;
    max-width: 444px;
    margin-bottom: 71px;
}
.introduction__section__block1__row{
    display: flex;
    margin-left: -10px;
}
.introduction__button{
    cursor: pointer;
}
.text{
    fill: #fff;
}
.introduction__button {
    margin-right: 70px;
    position: relative;
    border: 0;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.introduction__button__svg{
    width: 200px;
    height: 52px;
    fill:#00303E;
  }
  .introduction__button__span{
    position: absolute;
    color: #fff;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
  }
  .introduction__button:hover .introduction__button__svg{
    fill:#2E6C7E;
  }
  .introduction__button:active .introduction__button__svg{
    fill:#012028;
  }
  .introduction__button:hover .introduction__button__span{
    color: #FFFFFF;
  }
  


.introduction__location {
    display: flex;
    align-items: center;
}
.introduction__location img{
    width: 17px;
    height: 20px;
    margin-right: 20px;
}
.introduction__location p{
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 138.2%;
    color: #0D0D0D;
    width: auto;
}
.introduction__location p span{
    font-weight: 450;
}

/* =========SWIPER============= */
.swiper {
    position: absolute;
    top: 0;
    right: 0;
    width: 64.8%;
    height: 100%;
    z-index: -1;
}
.swiper-wrapper {
}
.swiper-slide {
    background-image: url(img/intro-slider1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.swiper__buttons {
    position: relative;
    width: 228px;
    display: flex;
    flex-direction: row;
    margin-top: 22%;
    height: 38px;
    justify-content: space-between;
}
.swiper-button-next {
    position: inherit;
}
.swiper-button-next img{
width: 95%; 
}
.swiper-pagination {
    position: unset;
    width: 66px;
    display: flex;
    align-items: center;
    z-index: -1;
}
.swiper-pagination-current{
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #00303E;
    margin-right: 8%;
}
.swiper-pagination-total{
    font-weight: 400;
    font-size: 14.2px;
    line-height: 16px;
    color: #0D0D0D;
    margin-left: 4%;
}
.swiper-button-prev {
    position: inherit;
    margin-left: 90%;
    margin-top: -13px;
}
.swiper-button-prev img{
    width: 95%;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    display: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}
.swiper-button-next__svg{
    width: 25px;
    height: 20px;
    transform: rotate(180deg);
    stroke:#B1B1B1;
}
.swiper-button-prev__svg{
    width: 25px;
    height: 20px;
    stroke:#B1B1B1;
}
.swiper-button-next__svg:hover{
    stroke: #00303E;
}
.swiper-button-prev__svg:hover{
    stroke: #00303E;
}
/* ===============BENEFITS============================= */
.benefits{
    width: 100%;
    padding-bottom: 45px;
    background: #FAFBFB;
    padding-top: 60px;
    position: relative;
    z-index: 2;
}
.benefits__container {
    width: 72.75%;
    height: 46px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 100px;
}
.benefits__item {
    display: flex;
    align-items: center;
}
.benefits__item:nth-child(1) p{
    width: 147px;
}
.benefits__item:nth-child(2) p{
    width: 154px;
}
.benefits__item:nth-child(3) p{
    width: 115px;
}
.benefits__item:nth-child(4) p{
    width: 155px;
}
.benefits__item img{
    width: 27px;
    height: 27px;
    margin-right: 30px;
}
.benefits__item p{
    display: block;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #0D0D0D;
}
/* ====================================== */
.videoabout{
    background-color: #FAFBFB;
    padding-bottom: 150px;
    padding-top: 50px;
    overflow: hidden;
}
.video {
    width: 100%;
}
.videoabout__container{
    position:relative;
    width:73.51%;
	margin: 0 auto;
	overflow: revert;
}
.playpause {
    background-image:url(../img/BUTTON-video.svg);
    background-repeat:no-repeat;
    width:10%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}
.playpause:hover{
	transform: scale(1.2);
	opacity: 0.9;
	cursor: pointer;
}
.eclipse1{
	width: 129.5%;
	height: 20%;
	background-color: #FAFBFB;
	margin: 0 auto;
	border-radius: 50%;
    position: absolute;
    bottom: -14%;
    left: -13%;
}
.eclipse2{
	width: 129.5%;
	height: 20%;
	background-color: #FAFBFB;
	margin: 0 auto;
	border-radius: 50%;
    position: absolute;
    top: -14%;
    left: -15%;
}
/*  */
.videoabout__description {
    width: 84.63%;
    height: 191px;
    background: #FFFFFF;
    box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    bottom: -8%;
    right: -5%;
}
.videoabout__description__title{
    font-family: 'Philosopher';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 122%;
    color: #00303E;
    margin-left: 10px;
    width: 281px;
}
.videoabout__description__item1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.videoabout__description__item1 p{
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
.description__item1__block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
}
.description__item1__block img{
    width: 13px;
    height: 18px;
}
.description__item1__block p{
    font-family: 'Futura PT';
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-weight: 400;
}
.videoabout__description__item2{
    display: flex;
    align-items: center;
    gap: 29px;
}
.videoabout__description__text{
    font-size: 14px;
    line-height: 18px;
    color: #565656;
    width: 96px;
}
.arrow {
    width: 42px;
}
.videoabout__description__item2__adaptive{
    display: none;
}
.videoabout__description__item1__adaptive{
    display: none;
}
/* ================= */
.room {
    width: 100%;
    height: 100%;
    background-color: #00303E;
    position: relative;
    overflow: hidden;
}
.room__section{
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    gap: 70px;
    background-repeat: no-repeat;
    background-size: 23%;
    background-position: 65.3% 77.8%;
    margin-bottom: 100px;
}
.swiper-room{
    width: 100%;
    overflow: hidden;
    height: 660px;
}
.swiper-slide-img-wrapper{
    width: 48.3%;
    height: 100%;
}
.swiper-slide-img-wrapper__main{
    height: 518px;
}

.swiper__buttons__room{
    width: 438px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.roomlook{
    margin-top: 200px;
}
.room__eclipse {
    width: 113.75%;
	height: 12%;
	background-color: #FAFBFB;
	margin: 0 auto;
	border-radius: 50%;
    position: absolute;
    bottom: -7%;
    left: -6.5%;
}
.room__eclipse1 {
    width: 113.75%;
	height: 12%;
	background-color: #FAFBFB;
	margin: 0 auto;
	border-radius: 50%;
    position: absolute;
    top: -5%;
    left: -6.5%;
}
.per-veiw{
    width: 48.3%;
}
/* ================SWIPER PER WIEW================== */
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    gap: 70PX;
    
}
  
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
  
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #FBC59F;
    background: #00303E;
   opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: #FBC59F;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,15px);
}
.swiper-button-prev-room__svg{
    width: 86px;
    height: 17px;
    fill:#456872;
}
.swiper-button-next-room__svg{
    width: 86px;
    height: 17px;
    transform: rotate(180deg);
    fill:#456872;
}
.swiper-button-prev-room__svg:hover{
    fill: #FBC59F;
}
.swiper-button-next-room__svg:hover{
    fill: #FBC59F;
}
/* ================================================== */
/* ========================ROOM BLOCK INFO============================= */
.roomlook__block__info {
    display: flex;
    flex-direction: column;
    width: 44%;
    height: 94%;
}
.roomlook__block__info__title{
    font-family: 'Philosopher';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 122%;
    color: #FFFFFF;
    margin-bottom: 30px;
    text-align: left;
}
.roomlook__block__info__item2{
    display: flex;
    gap: 58px;
    justify-content: flex-start;
}
.roomlook__block__info__item {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
}

.roomlook__block__info__item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
}
.roomlook__block__info__item p span{
    font-weight: 500;
}

.roomlook__block__buttons {
    display: flex;
    gap: 40px;
    margin-left: -10px;
}
.roomlook__block__button1 {
    width: 180px;
    height: 52px;
    border: 1px solid #D1D1D1;
    background: #F2F4F7;
    position: relative;
    border: none;
    z-index: 1;
    overflow: hidden;
}
.roomlook__block__button1:hover{
    background: #00303E;
    border: 1px solid white;
}
.roomlook__block__button1:active{
    background: #00303E;
}
.roomlook__block__button1 a:hover{
    color: #FFFFFF;
}
.roomlook__block__button1 a{
    font-family: 'Futura PT';
    font-style: normal;
    text-decoration: none;
    font-weight: 450;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #00303E;
    padding: 12px 48px
}
.roomlook__block__button1 span{
    font-weight: 500px;
    font-size: 30px;
    line-height: 122%;  
    color: #0D0D0D;
    margin-left: 8px;
    margin-right: 4px;
}
.roomlook__block__button1__square1{
    position: absolute;
    top: 28.7%;
    left: -5.5%;
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    transform: rotate(45deg);
    opacity: 0.9;
    border: 1px solid #d1d1d1;
}
.roomlook__block__button2{
    width: 200px;
    height: 52px;
    cursor: pointer;
    fill: #FBC59F;
}
.roomlook__block__button2-text{
    fill: #000;
}
.roomlook__block__button2:hover{
    fill: #FFDEC7;
    
}
.roomlook__block__button2:active{
    fill: #F2B488;
}

.fix{
    margin-left: 33px;
}
.roomlook__block__price{
    font-weight: 400;
    font-size: 23.7px;
    line-height: 30px;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 30px;
    /* background-image: url(../img/25$.svg);
    background-repeat: no-repeat;
    background-position: 0% 0% ;
    background-size: 20%; */
    padding-bottom: 20px;
    text-align: start;
}
.roomlook__block__price span{
    font-weight: 450;
    font-size: 42.1333px;
    margin-left: 15px;
    margin-right: 7px;
}
/* ================================================== */
.contacts{
    padding-bottom: 100px;
    background-color: #FFFFFF;
    padding-top: 50px;
}
.contacts__section__title{
    font-family: 'Philosopher';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 122%;
    color: #0D0D0D;
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}
.map{
    width: 100%;
    height: 584px;
    
}
.map__container{
    position: relative;
    margin-bottom: 100px;
    overflow: hidden;
}
.eclipsemap1{
    background-color: #FFFFFF;
    position: absolute;
    top: -17%;
    left: -12%;
    width: 130%;
    height: 21.2%;
    border-radius: 50%;
}
.eclipsemap2{
    background-color: #FFFFFF;
    position: absolute;
    bottom:  -17%;
    left: -12%;
    width: 130%;
    height: 21.2%;
    border-radius: 50%;
}
.contacts__section__item{
    display: flex;
    align-items: flex-start;
}
.contacts__section__item__adress{
    margin-right: 100px;
}
.contacts__section__item__adress p:nth-child(1){
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 10px;
}
.contacts__section__item__adress p:nth-child(2){
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #00303E;
    width: 336px;
}
.contacts__section__item__number {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-right: 68px;
}
.contacts__section__item__number__icon {
    width: 16px;
    height: 16px;
}
.contacts__section__item__number p {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 144.2%;
    color: #00303E;
    display: block;
    width: auto;
}
.span__contacts{
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 144.2%;
    color: #000000;
    width: max-content;
    display: inline-flex;
}
.contacts__section__item__graphic {
    width: 149px;
    margin-right: 4.8%;
}
.contacts__section__item__graphic p:nth-child(1){
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 23px;
    color: #00303E;
    margin-bottom: 14px;
    display: block;
}
.contacts__section__item__graphic p:nth-child(2){
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
}
.contacts__section__item__button{
    width: 180px;
    height: 52px;
}
.contacts__section__item__button{
    width: 200px;
    height: 52px;
    cursor: pointer;
    fill:#00303E;
}
.text{
    fill: #fff;
}
.contacts__section__item__button:hover{
    fill: #2E6C7E;
    
}
.contacts__section__item__button:active{
    fill: #012028;
}

.contacts__section__item2{
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.contacts__section__item2__location{
    width: 171px;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}
.contacts__section__item2 p {
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 138.2%;
    color: #00303E;
}
.contacts__section__item2 p a{
    text-decoration: none;
    color: #00303E;
}
.contacts__section__item2 p span{
    font-weight: 450;
    color: #000000;
}
.contacts__section__item2__location:nth-child(2){
    width: 138px;
    margin-right: 92px;
}
.contacts__section__item2__location:nth-child(1){
    margin-right: 40px;
}
/* ================================= */
.rewiews {
    background-color: #FAFBFB;
    padding-bottom: 100px;
    padding-top: 100px;
}
.rewiews__section {
    display: flex;
}
.rewiews__section__item {
    width: 31%;
}
.rewiews__section__title {
    font-family: 'Philosopher';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 122%;
    color: #0D0D0D;
    width: 79%;
    margin-bottom: 40px;
}
.rewiews__section__stars{
    width: 249px;
    margin-left: 4.7%;
    margin-bottom: 65px;
}
.rewiews__section__text{
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 65px;
    margin-left: 31%;
}
.rewiew-swiper {
    overflow: hidden;
    width: 69%;
}
.swiper-wrapper {
}
.swiper-slide {
    background: bottom;
}
.rewiews__buttons{
    width: 90%;
    height: 6px;
    display: flex;

}
.swiper-pagination5 {
    order: 2;
}
.swiper-button-prev5 {
    cursor: pointer;
    order: 1;

}
.swiper-button-next5 {
    cursor: pointer;
    order: 3;
}
.swiper-button-prev5__svg{
    width: 60px;
    height: 10px;
    transform: rotate(0deg);
    fill: #B1B1B1;
}
.swiper-button-next5__svg{
    width: 60px;
    height: 10px;
    fill: #B1B1B1;
}
.swiper-button-prev5__svg:hover{
    fill: #00303E;
}
.swiper-button-next5__svg:hover{
    fill: #00303E;
}
/* =============footer=========================== */
.footer {
    
}
.footer__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0px;
    border-top: 1px solid #E0E0E0;
}
.footer__footer__logo img{
    width: 100%;
}
.footer__footer__logo {
    width: 16.6%;
}
.footer__footer__info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}
.footer__footer__info__block{
    display: flex;
    align-items: center;
    gap: 53px;
}
.footer__footer__info a{
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    border-bottom: 1px solid #00303E;
    color: #00303E;
    text-decoration: none;
    width: auto;
}
.footer__footer__info__block p{
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #D0D0D0;
}
.footer__footer__author {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
}
.footer__footer__author a {
    text-decoration: none;
    color: #2982ff;
}
.footer__footer__author a:hover{
    color: #0a5fd5;
}
.rewiews__buttons.swiper-pagination1{
    width: 130%;
}

.swiper-pagination-bullets.swiper-pagination-horizontal{
    width: auto;
}
.roomlook__block__info__title__adaptive{
    display: none;
}
.rewiew-swiper__adaptive{
    display: none;
}
.rewiew-swiper__adaptive{
    overflow: hidden;
}
.rewiews__buttons__adaptive{
    display: none;
}
.contacts__section__item__adaptive{
    display: none;
}
.dots {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0D0D0D;
    display: block;
    margin-left: 26%;
}
.header__items__menu li{
    margin-bottom: 0;
  }
.header__items__menu{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
/* =================================================================== */
.popup__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
    z-index: 10;
}
.popup__bg.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
}
.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 780px;
    padding: 25px;
    transition: 0.5s all;
}
.popup__strict__book{
    display: flex;
    align-items: center;
    height: 36px;
}
.popup__strict__input ::placeholder{
    font-family: 'Avenir Next Cyr';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #00303E;
}
.popup__strict__img{
    width: 16px;
    height: 16px;
    margin-right: 20px;
}
.popup h2{
    font-family: 'Philosopher';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 54px;
    text-align: center;
    color: #0D0D0D;
    margin-bottom: 16px;
    margin-top: 25px;
}
.popup__text{
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #0D0D0D;
    width: 312px;
    display: block;
    margin: 0 auto;
    margin-bottom: 70px;
}
.popup__text2{
    display: block;
    width: 406px;
    height: 46px;
    margin: 0 auto;
    text-align: center;
    width: 406px;   
    height: 46px;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #0D0D0D;
    margin-bottom: 20px;
}
.popup.active {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s all;
}
.close-popup {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.popup label {
    width: 260px;
    margin-bottom: 25px;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 50px;
}
.popup .label__text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #cfd0d3;
    margin-bottom: 5px;
}
.popup input {
    text-align: center;
    width: 100%;
    height: 36px;
    font-size: 18px;
    border: none;
    outline: none;
    font-family: 'Avenir Next Cyr';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #00303E;
    background-image: url(../img/phone.svg);
    background-repeat: no-repeat;
    background-position: 10% 36%;
    border-bottom: 1px solid #00303E;
    background-size: 6%;
    padding-bottom: 10px;
}
.popup input::placeholder{
    font-family: 'Avenir Next Cyr';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.popup input:focus {
    border-bottom: 1px solid #2982ff;
}

.popup input:focus + .label__text {
    color: #2982ff;
}

.popup textarea {
    resize: none;
    width: 100%;
    height: 150px;
    border: none;
    outline: none;
    border-bottom: 1px solid #cfd0d3;
    font-size: 18px;
    padding-top: 5px;
}

.popup textarea:focus {
    border-bottom: 1px solid #2982ff;
}

.popup textarea:focus + .label__text {
    color: #2982ff;
}

.popup button {
    border: none;
    width: 180px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    background: #00303E;
    cursor: pointer;
    transition: 0.5s all;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}
/* =================================================================== */
  
  




/*  */
.header__items__burger {
        position: relative;
  }
  
  .header__items__burger:focus {
    outline-width: 0;
  }
  
  .header__items__burger [class*='bar-'] {
    background: #000;
    display: block;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .2s ease all;
            transition: .2s ease all;
    border-radius: 8px;
    height: 2.1px;
    width: 28px;
    margin-bottom: 7px;
  }
  
  .header__items__burger .bar-bot {
    margin-bottom: 0;
  }
  
  .opened .bar-top {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 15% 15%;
            transform-origin: 15% 15%;
            width: 37px;
  }
  .opened .bar-mid {
    opacity: 0;
  }
  .opened .bar-bot {
    -webkit-transform: rotate(45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 15% 95%;
            transform-origin: 15% 95%;
            width: 37px;
  }










/* */
.swiper-slide-img-wrapper__main {
    margin-bottom: 28px;
    display: block;
    height: 518px;
}
.swiper-slide-img-wrapper__main img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.swiper-slide-img-wrapper__second {
    display: flex;
    justify-content: space-between;
    height: 111px;
    gap: 20px;
}
/* .swiper-slide-img-wrapper__second img{
    width: 30.333333%;
    height: 111px;
} */
.swiper-slide-img-wrapper__second picture{
    width: 100%;
}
.roomlook__block__info__item img{
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.roomlook__block__button {
    position: relative;
    border: 0;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
}
.roomlook__block__button__svg{
    width: 200px;
    height: 52px;
    fill:#FBC59F;
  }
  .roomlook__block__button__span{
    position: absolute;
    color: #fff;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
  }
  .roomlook__block__button:hover .roomlook__block__button__svg{
    fill:#FFDEC7;
  }
  .roomlook__block__button:active .roomlook__block__button__svg{
    fill:#F2B488;
  }
  .roomlook__block__button:hover .roomlook__block__button__span{
    color: #fff;
  }
  .contacts__section__item__button {
    position: relative;
    border: 0;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
}
.contacts__section__item__button__svg{
    width: 200px;
    height: 52px;
    fill: #00303E;
  }
  .contacts__section__item__button__span{
    position: absolute;
    color: #fff;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
  }
  .contacts__section__item__button:hover .contacts__section__item__button__svg{
    fill:#2E6C7E;
  }
  .contacts__section__item__button:active .contacts__section__item__button__svg{
    fill:#012028;
  }
  .contacts__section__item__button:hover .contacts__section__item__button__span{
    color: #FFFFFF;
  }
.swiper-button-prev-room{
    cursor: pointer;
    padding: 10px;
}
.swiper-button-next-room{
    cursor: pointer;
    padding: 10px;
}
.svg__bath{
    fill: #ffff;
    width: 100%;
    height: 24px;
    max-width: 24px;
}
.roomlook__block__info__title__fix{
    font-size: 35px;
}
.swiper-slide__flex{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
    transform: translateX(0%);
}
.roomlook__block__info__title__adaptive1{
    display: none;
}
.roomlook__block__info__item__volume{
    display: none;
}
.contacts__section__item__number p a {
    text-decoration: none;
    color: #00303E;
}
.contacts__section__item__adress p a{
    text-decoration: none;
    color: #00303E;
}
.svg__volume{
    width: 22px;
    fill: #fff;
    height: 22px;
}
.roomlook__block__button__description {
    position: relative;
    border: 0;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
}
.roomlook__block__button__description__svg{
    width: 200px;
    height: 52px;
    fill:#F2F4F7;
  }
  .roomlook__block__button__description__span{
    position: absolute;
    color: #000;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
  }
  .roomlook__block__button__description:hover .roomlook__block__button__description__svg{
    fill:#00303E;
  }
  .roomlook__block__button__description:active .roomlook__block__button__description__svg{
    fill:#2E6C7E;
  }
  .roomlook__block__button__description:hover .roomlook__block__button__description__span{
    color: #ffff;
  }
  .contacts__section__item__button {
    position: relative;
    border: 0;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
}
.contacts__section__item__button__svg{
    width: 200px;
    height: 52px;
    fill: #00303E;
  }
  .contacts__section__item__button__span{
    position: absolute;
    color: #fff;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
  }
  .contacts__section__item__button:hover .contacts__section__item__button__svg{
    fill:#2E6C7E;
  }
  .contacts__section__item__button:active .contacts__section__item__button__svg{
    fill:#012028;
  }
  .contacts__section__item__button:hover .contacts__section__item__button__span{
    color: #FFFFFF;
  }

  .rewiew-slide{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

  }
  .rewiew-slide__block{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  .rewiew-slide__text{
    font-family: 'Philosopher';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 136%;
    text-align: center;
    color: #000000;
    width: 64%;
}
.roomlook__block__button .roomlook__block__button__svg__rewiew{
    fill: #00303E;
}
.roomlook__block__button:hover .roomlook__block__button__svg__rewiew{
    fill: #2E6C7E;
}
.roomlook__block__button:active .roomlook__block__button__svg__rewiew{
    fill: #012028;
}

.popup .popup__button{
    background: none;
    border: none;
    width: 180px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: 0.5s all;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}
.popup__button:hover .introduction__button__svg{
    fill: #2E6C7E;
}
.popup__button:active .introduction__button__svg{
    fill: #012028;
}
.block{
    transition: 1s;
}
.doc__section__title{
    text-transform: uppercase;
    font-size: 52px;
    font-family: 'Philosopher';
}
.doc__section h3{
    font-size: 22px;
}
.doc__section p{
    font-size: 16px;
}

.rewiews__buttons {

}
.swiper-pagination5 .swiper-pagination-bullet {
    background-color: initial; 
    border: 1px solid #00303E;
 }
.swiper-pagination5 .swiper-pagination-bullet-active {
    background: #00303E;
}
.swiper-pagination5__adapt .swiper-pagination-bullet-active {
    background: #00303E;
}
.swiper-pagination5__adapt .swiper-pagination-bullet {
    background-color: initial; 
    border: 1px solid #00303E;
 }

.swiper .swiper-slide picture{
    height: 100%;
    width: 100%;
    object-fit: cover;
 }
 .swiper-pagination5__adapt .swiper-pagination-bullet{
    background-color: initial; 
    border: 1px solid #00303E;
 }
 .swiper-pagination5__adapt .swiper-pagination-bullet-active{
    background: #00303E;
 }


 .swiper-slide-first{
    position: relative;
 }
 .swiper-slide-last{
    position: relative;
 }
 .swiper-slide .price__decor{
    position: absolute;
    top: 58%;
    left: 51%;
    object-fit: fill;
    width: max-content;
    z-index: -99;
    height: fit-content;
    color: #0D3A48;
    font-family: Futura PT;
    font-size: 92.096px;
    font-style: normal;
    font-weight: 450;
    line-height: 122%; /* 112.357px */
}
 .swiper-slide .price__decor.down{
     top:67%;
 }
 @media (max-width: 1024px){
     .swiper-slide .price__decor.down{
     top:87%;
 }
 }
.swiper-slide .price__decor span{
    color: #0D3A48;
    font-family: Futura PT;
    font-size: 51.804px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.swiper-slide .price__decor2{
    position: absolute;
    top: 66%;
    left: 51%;
    object-fit: fill;
    width: 26%;
    z-index: -99;
    height: fit-content;
    color: #0D3A48;
    font-family: Futura PT;
    font-size: 92.096px;
    font-style: normal;
    font-weight: 450;
    line-height: 122%; /* 112.357px */
}
/* ====================== */

  /* стили для модального окна */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
    z-index: 111;
  }
  
  /* стили для содержимого модального окна */
  .modal-content {
    background-color: #fefefe;
      border: 1px solid #888;
      width: 70%;
      text-align: center;
      position: relative;
      height: 70vh;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: relative;
      border: none;
    background: bottom;
  }
  
  /* стили для закрытия модального окна */
  .close__gallery {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position:absolute;
    z-index: 111;
    top: 4%;
    right: 13.4%;
    transform: scale(1.3);
  }
  
  .close__gallery:hover,
  .close__gallery:focus {
    color: #d6cfcf;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* стили для поп-апов */
  .popup__gallery {
    display: none;
    width: 100%;
    height: 100%;
  }
  
  .popup__gallery.active {
    display: block;
  }
  
  
  .swiper__gallery{
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  

 .open-popup__gallery{
    cursor: pointer;
 }
 .swiper-button-prev7{
    cursor: pointer;
    fill: #D9D9D9;
    padding: 5px;
    
 }
 .swiper-button-next7{
    cursor: pointer;
    fill: #D9D9D9;
    padding: 5px;
 }
 .swiper-button-next7:hover{
    cursor: pointer;
    fill: #a6a3a3;
    padding: 5px;
 }
 .swiper-button-prev7:hover{
    cursor: pointer;
    fill: #a6a3a3;
    padding: 5px;
 }
 .swiper-button-prev7__svg{
    width: 50px;
    transform: rotate(180deg);
 }
 .swiper-button-next7__svg{
    width: 50px;
 }
 .swiper__buttons__galery{
    display: flex;
    justify-content: space-between;
 }
 .popup__gallery__block{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 40px;
 }
 /* .swiper-slide picture{
    width: 100%;
    height: 100%;
 } */
 .swiper__gallery .swiper-slide{
    height: 100%;
 }
 .swiper-slide__gallery{
    width: 100%;
    height: 100%;
 }




 .dropdown {
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
    margin-left: 100px;
    margin-top: 200px;
    z-index: 1111;
  }
  
  .dropdown-btn {
    border: none;
    color: black;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 60px;
    padding: inherit;
    background: bottom;
  }
  
  .dropdown-btn img {
    width: 100%;
  }
  
  .dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    width: 40px;
  }
  
  .dropdown-content a img {
    width: 100%;
  }
  
  
  .dropdown-content.active {
    display: block;
    opacity: 1;
  }
  
  
  
  .dropdown-content.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    background: bottom;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    top: -140px;
    left : 10px;
    background-color: white;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    animation-name: fadeIn;
    animation-duration: 1s;
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
  
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .swiper__buttons7{
    display: none;
  }
  .swiper-pagination7{
    display: none;
  }