@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;
}
.body-hide{
    overflow: hidden;
}
.container {
    max-width: 1160px;
    margin: 0 auto;
}
.button {
    background: #00303E;
    border: none;
    overflow: hidden;
}
button {
    background: #00303E;
    border: none;
    overflow: hidden;
}
.main-hide{
    opacity: 0;
    transition: 1s;
}
.header__items__burger__span__active{
    display: block;
}
html{
    scroll-behavior: smooth;
}
*a{
    text-decoration: none;
}
/* =========HEADER=================== */
select{
    background: rgba(0, 0, 0, 0); 
    border: none;
}
.header {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px);
    position: relative;
    z-index: 2;
}
.header__header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 118px;
}

.header__logo {
    width: 16.6%;
    position: relative;
    z-index: 1;
}
.header__logo img{
    width: 100%;
    height: 100%;
}
.header__items {
    width: 30.31%;
    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;
}
.header__items__ukr option{
    border: none;
}
.header__items__number {
    display: flex;
    align-items: center;
    width: 45%;
}
.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;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.header__items__menu__logo{
    width: 92%;
}
.logo__animation {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0%, -100%);
    transition:1s;
    width: 662px;
}
.header__items__menu__logo {
    width: 100%;
}
.showmenu{
	transform: translateX(0px);
}
.showlogo{
    transform: translate(11%, 42%);
}
.header__items__menu li{
}
.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);
}
.sticky + main {
    padding-top: 118px;
}
.dots{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0D0D0D;
    display: block;
    margin-left: 26%;
}

/* ================== */
.main-block {
    width: 100%;
    background: radial-gradient(83.46% 149.98% at 50% 50%, rgba(255, 255, 255, 0.874) 0%, rgba(255, 255, 255, 0.95) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, url(../img/room-view-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    background-position: center;
    padding-bottom: 170px;
}
.main-block__section {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-block__navigation {
    margin : 75px 0px 80px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.main-block__navigation p{
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #0D0D0D;
    margin-bottom: 5px;
    
}
.main-block__navigation a{
    padding: 15px;
    text-decoration: none;
}
.main-block__navigation img{
    width: 60px;
}
.main-block__title {
    font-family: 'Philosopher';
    font-style: normal;
    font-weight: 400;
    font-size: 54px;
    line-height: 60px;
    text-align: center;
    color: #0D0D0D;
    width: 38.36%;
    margin-bottom: 30px;
}
.main-block__text {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #0D0D0D;
    margin-bottom: 125px;
}
.main-block__buttons {
    display: flex;
    gap: 80px;
}
.main-block__button1 {
    position: relative;
    border: 0;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
}
.main-block__button1__svg{
    width: 160px;
    height: 52px;
    fill:#D5DDDF;
    transform: scaleY(1.05);
  }
  .main-block__button1__span{
    position: absolute;
    color: #909090;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
  }
  .main-block__button2 {
    position: relative;
    border: 0;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
}
.main-block__button2__svg{
    width: 200px;
    height: 52px;
    fill: #00303E;
    transform: scaleX(1.05);
  }
  .main-block__button2__span{
    position: absolute;
    color: #fff;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
  }
  .main-block__button2:hover .main-block__button2__svg{
    fill: #2E6C7E;
  }
  .main-block__button2:active .main-block__button2__svg{
    fill: #012028;
  }

/* ====================== */
.main{
    background: #FAFBFB;
}
.main__wrapper {
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.roomlook {
    position: relative;
}
.roomlook__head{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.roomlook__title {
    font-family: 'Philosopher';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 122%;
    color: #0D0D0D;
    margin-bottom: 40px;
}

/* ======================= */
.roomlook__block {
    display: flex;
    gap: 84px;
}
.swiper {
    width: 48.3%;
    height: 515px;
    position: unset;
    margin: 0;
    overflow: unset;
    overflow: hidden;
}
.swiper-wrapper {
}
.swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
}
.swiper__buttons{
    position: absolute;
    bottom: -12%;
    left: 5.4%;
    width: 36.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.swiper-button-prev {
}

.swiper-button-prev::after,.swiper-button-next::after{
    display: none;
}
.swiper-button-next, .swiper-button-prev {
    margin: top 0;;
    cursor: pointer;
}
.swiper-pagination {
    position: unset;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
}
.swiper-button-next {
    order: 3;
}
.swiper-button-prev,.swiper-button-next {
    display: inherit;
    margin: 0;
    position: static;
    width: 86px;
    height: 14px;
}
.swiper-pagination{
    order: 2;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,10px);
}
.swiper-pagination-bullet {
    border: 1px solid #00303E;
    background: #FAFBFB;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background-color: #000;
}

/*========SWIPER1=========== */
.roomlook{
    padding-top: 9%;
}
.roomlook:nth-child(1){
    margin-top: 0%;
    padding-top: 110px;
}
.roomlook:nth-child(5){
    margin-bottom: 12%;
}
.roomlook__block__info {
    padding-top: 2%;

}
.roomlook__block__info__item2{
    display: flex;
    gap: 30px;
    justify-content: flex-start;
}
.roomlook__block__info__item2__corect {
    display: flex;
    justify-content: flex-start;
    gap: 18px;
}
.roomlook__block__info__item {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 39px;
}
.roomlook__block__info__item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #0D0D0D;
}
.roomlook__block__info__item p span{
    font-weight: 500;
}

.roomlook__block__buttons {
    display: flex;
    gap: 40px;
    align-items: baseline;
}
.roomlook__block__button1 span{
    font-weight: 500px;
    font-size: 30px;
    line-height: 122%;  
    color: #0D0D0D;
    margin-left: 8px;
    margin-right: 4px;
}
.roomlook__block__button2 {
    position: relative;
    border: 0;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
}
.roomlook__block__button2__svg{
    width: 200px;
    height: 52px;
    fill: #00303E;
    transform: scaleX(1.01);
  }
  .roomlook__block__button2__span{
    position: absolute;
    color: #fff;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
  }
  .roomlook__block__button2:hover .roomlook__block__button2__svg{
    fill: #2E6C7E;
  }
  .roomlook__block__button2:active .roomlook__block__button2__svg{
    fill: #012028;
  }

/* ========================= */
.btn-up {
    /* вид курсора */
    cursor: pointer;
    /* отображение элемента как flex */
    display: flex;
    flex-direction: column;
    /* выравниваем элементы внутри элемента по центру вдоль поперечной оси */
    align-items: center;
    /* выравниваем элементы внутри элемента по центру вдоль главной оси */
    justify-content: center;
    /* ширина элемента */
    width: 60px;
    /* высота элемента */
    height: 50px;
    margin: 0 auto;
  }
  .btn-up img{
    margin-bottom: 14px;
  }
  .btn-up span{
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #00303E;
    border-bottom: 2px solid #00303E;
    width: max-content;
}
/* ======================== */
.contacts__section__item__adress{
    width: 244px;
    padding-top: 3%;
}
.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) a{
    text-decoration: none;
    color: #00303E;
}
.contacts__section__item__adress p:nth-child(2){
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #00303E;
}
.contacts__section__item__number {
    display: flex;
    align-items: center;
    gap: 20px;
}
.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: #000000;
    display: block;
    width: 172px;
}
.span__contacts{
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 144.2%;
    color: #000000;
    display: block;
    width: max-content;
}
.contacts__section__item__number p a{
    text-decoration: none;
    color: #00303E;
}
.footer__footer {
    padding: 50px 0px;
    display: flex;
}
.footer__footer h2{
    display: none;
}
.footer__footer__logo img{
    width: 100%;
}
.footer__footer__logo {
    width: 74.3%;
    margin-bottom: 66px;
}
.footer__footer__info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}
.footer__footer__info__block{
    display: flex;
    align-items: center;
    gap: 53px;
    width: 100%;
}
.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__info__block p:nth-child(1){
    width: 79px;
}
.footer__footer__info__block p:nth-child(2){
    width: 127px;
}
.footer__footer__author {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
}
.footer__footer__item{
    margin-right: 17.5%;
}
.contacts__section__item2__location{
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer__footer__item2{
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 1%;
    margin-right: 12%;
}
.contacts__section__item2__location span{
    font-weight: 450;
}
.contacts__section__item2__location__item{
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-size: 18px;
}
.footer__footer__author{
    margin-top: 32px;
}
.contacts__section__item2__location__item__srick:nth-child(1){
    font-weight: 450;
}




.roomlook__link__adaptive{
    display: none;
}
.footer__footer__author__adaptive{
    display: none;
}
.footer__footer__item__graphic {
    display: none;
}
.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;
    width: 62%;
}
.roomlook__block__button1__svg{
    width: 180px;
    height: 50px;
  }
  .roomlook__block__button1{
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
  }
.roomlook__block__button1__text{
    position: absolute;
    margin: 0;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #0D0D0D;
}
.roomlook__block__button1__text span{
    font-weight: 450;
    line-height: 122%;
    color: #0D0D0D;
    margin-left: 8px;
    margin-right: 3px;
    font-family: 'Futura PT';
    font-size: 26px;
    line-height: 122%;
    color: #0D0D0D;
}
a.roomlook__link{
    cursor: pointer;
    display: inline-flex;
    background: #ffffff;
    border-radius: 67px;
    text-decoration: none;
    padding: 19px 27px;
    font-size: 16px;
    line-height: 32px;
    height: 37.5px;
    filter: drop-shadow(0px 4px 10px rgba(0, 48, 62, 0.1));
    color: #00303E;
    margin-right: 12%;
  }
  .rz-body{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 19px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 12%;
  }
  .rz-body:hover{
    color: #ffffff;
    background: #00303e;
  }
  .rz-body:hover span.rz-triangle{
    background: url('../img/triangle-hover.svg') no-repeat center center;
    background-size: contain;
  }
  a.roomlook__link__adaptive{
    cursor: pointer;
    display: inline-flex;
    background: #ffffff;
    border-radius: 67px;
    text-decoration: none;
    padding: 0 15px;
    font-size: 16px;
    line-height: 32px;
    height: 37.5px;
    filter: drop-shadow(0px 4px 10px rgba(0, 48, 62, 0.1));
    color: #00303E;
  }
  .rz-body{
    width: 138px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 19px;
    font-size: 14px;
    background: #FFFFFF;
border-radius: 67.5px;
filter: drop-shadow(0px 4px 10px rgba(0, 48, 62, 0.1));
    flex: 0 0 auto;
  }
  span.rz-triangle{
    display: inline-block;
    line-height: 32px;
    width: 8px;
    height: 7px;
    background: url('../img/triangle.svg') no-repeat center center;
    background-size: contain;
    padding: 0 0 0 8px;
  }
  a.roomlook__link__adaptive:hover{
    color: #ffffff;
    background: #00303e;
  }
  a.roomlook__link__adaptive:hover span.rz-triangle{
    background: url('../img/triangle-hover.svg') no-repeat center center;
    background-size: contain;
  }
  a.roomlook__link__adaptive{
    display: none;
  }
.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;
}
.submit__eclipse{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30%;
    left: -7%;
    background: #FFFFFF;
    transform: rotate(45deg);
}  

.submit__eclipse2{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30%;
    right: -7%;
    background: #FFFFFF;
    transform: rotate(45deg);
} 

.popup button:hover {
    background: #2E6C7E;
    transition: 0.5s all;
}
.popup button:active {
    transition: 0.5s all;
    background: #012028;
}
/*  */
.header__items__burger {
    position: relative;
    display: flex;
}

.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-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: 100%;
    -webkit-transform: none;
}
/*  */
.footer__footer__author a {
    text-decoration: none;
    color: #2982ff;
}
.fix{
    height: auto;
    padding-top: 4px;
    font-weight: 450;
}
.contacts__section__item2__location__item__srick a{
    text-decoration: none;
    color: #00303E;
}




.popup__bg-list {
    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-list.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
}
.popup-list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 80%;
    padding: 25px;
    transition: 0.5s all;
    overflow: auto;
    height: 80vh;
    z-index: 10;
}
.popup__strict{
    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-list h2{
    font-family: 'Philosopher';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 54px;
    color: #0D0D0D;
    margin: 0;
}
.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-list.active {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s all;
}
.close-popup-list {
    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-list 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-list input::placeholder{
    font-family: 'Avenir Next Cyr';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.popup-list input:focus {
    border-bottom: 1px solid #2982ff;
}
.popup-list input:focus + .label__text {
    color: #2982ff;
}
.popup-list textarea {
    resize: none;
    width: 100%;
    height: 150px;
    border: none;
    outline: none;
    border-bottom: 1px solid #cfd0d3;
    font-size: 18px;
    padding-top: 5px;
}
.popup-list textarea:focus {
    border-bottom: 1px solid #2982ff;
}
.popup-list textarea:focus + .label__text {
    color: #2982ff;
}
.popup-list 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;
}
.submit__eclipse{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30%;
    left: -7%;
    background: #FFFFFF;
    transform: rotate(45deg);
}  
.submit__eclipse2{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30%;
    right: -7%;
    background: #FFFFFF;
    transform: rotate(45deg);
} 
.popup-list button:hover {
    background: #2E6C7E;
    transition: 0.5s all;
}
.popup-list button:active {
    transition: 0.5s all;
    background: #012028;
}
.introduction__button{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: none;
  border: none;
}
.introduction__button__svg{
  width: 180px;
  height: 52px;
  fill:#00303E;
}
.introduction__button span{
  position: absolute;
}
.introduction__button:hover .introduction__button__svg{
  fill: aquamarine;
}
.introduction__button:hover .red{
  color: red;
}
.introduction__button:hover .introduction__button span{
  fill:#2E6C7E;
}
#popup {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border: 1px solid black;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.popup-list__strict svg{
  width: 20px;
  height: 20px;
  fill: #000;
}
.popup-list__strict{
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 5px;
  
}
.popup-list__column{
  display: flex;
  flex-direction: column;
}
.popup-list__column__main__first{
  display: flex;
  justify-content: space-between;
}
.popup-list__block1{
  width: 24%;
}
.popup-list__block2{
  width: 30%;
}
.popup-list__block3{
  width: 30%;
}
.popup-list__firstblock{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  width: 68%;
}
.open-popup-list{
    cursor: pointer;
}
.open-popup-list:hover{
    font-weight: 600;
}
.popup-list__strict p{
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 23px; */
    color: #0D0D0D;
}
.popup-list__strict h2{
    font-weight: 600;
}

.popup .popup__button{
    background: none;
}
.aroow-grow:hover{
    transform: scale(1.5);
}
.swiper-button-next__svg{
    width: 86px;
    transform: rotate(180deg);
    fill:#B1B1B1;
}
.swiper-button-prev__svg{
    width: 86px;
    fill:#B1B1B1;
}
.swiper-button-next__svg:hover{
    fill: #00303E;
}
.swiper-button-prev__svg:hover{
    fill: #00303E;
}


.modal {
    display: none; /* Скрыть модальное окно по умолчанию */
    position: fixed; /* Фиксированное положение */
    z-index: 1; /* Поместить поверх других элементов */
    left: 0;
    top: 0;
    width: 100%; /* Полная ширина */
    height: 100%; /* Полная высота */
    background-color: rgba(0,0,0,0.4); /* Цвет фона с полупрозрачностью */
  }
  
  /* Стили для содержимого модального окна */
  
  
  /* Стили для кнопки закрытия */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  .rz-body__adaptive{
    display: none;
  }
  .modal-content video{
    width: 100%;
    height: 100%;
  }


  .popup__video {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
  }
  
  .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70vh;
    overflow: hidden;
  }
  
  .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .footer__footer__author__adaptive a{
    text-decoration: none;
  }
  .rz-body__delete{
    display: none;
  }
  .swiper__buttons__mobile{
    display: none;
  }


  

  .cocial-btn{
    padding: 0.5rem 1.5rem;
    border: none;
    outline: none;
    color: #f3f3f3;
    border-radius: 3px;
    background-image: url(../img/chat-svgrepo-com.svg);
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: inherit;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
  }
  
   /* .cocial-btn.active{
    box-shadow: 0 0 0 0.125rem rgba(13, 128, 250, 0.5);
  }  */
  
  .cocial-drop-wrapper{
    position: relative;
  }
  
  .cocial-drop-menu{
    display: none;
    position: absolute;
    width: min-content;
    left: -15.7px;
    top: -212px;
  }
  
  .cocial-drop-menu.active{
    display: block;
  }
  
  
  .cocial-dropup{
    bottom: 100%;
    margin-bottom: 0.125rem;
  }
  
  
  
  .cocial-drop-menu a{
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #343434;
  }
  
  .cocial__block{
      position: fixed;
      bottom: 40px;
      right: 40px;
  }
  .drop__block{
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: none;
    z-index: 111;
  }

 /* стили для модального окна */
 .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.6);
    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);
    }
  }





.popup__bg-list__second {
    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-list__second.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
}
.popup-list__second {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 80%;
    padding: 25px;
    transition: 0.5s all;
    overflow: auto;
    height: 80vh;
    z-index: 10;
}
.popup__strict{
    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-list__second h2{
    font-family: 'Philosopher';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 54px;
    color: #0D0D0D;
    margin: 0;
}
.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-list__second.active {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s all;
}
.close-popup-list__second {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.open-popup-list__second {
    cursor: pointer;
 }