/*Дэфолтные настройки*/
* {
    box-sizing: border-box;
}
ul li{
    list-style: none;
}
html, body {
    margin: 0;
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    overflow-x: clip;
}
section{
    position: relative;
}
h1,h2,h3,h4,h5,p,li,a{
    margin: 0;
    padding: 0;
}
input,textarea{
    font-family: 'Acrom', sans-serif;
}
input::placeholder,textarea::placeholder{
    font-family: 'Acrom', sans-serif;
}
ul{
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Acrom', sans-serif;
    padding: 0;
    margin: 0;
    background-color: #FFF;
    color: #2E2E2E;
}
a {
    color: #2E2E2E;
    text-decoration: none;
}
.container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    z-index: 5;
    padding: 0;
    position: relative;
}
input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}
button:active, button:focus {
    outline: none;
}
button::-moz-focus-inner {
    border: 0;
}
button{
    cursor: pointer;
    border: none;
}
button:hover{
    transition: 0.3s;
}
/*Дэфолтные настройки*/
.header-container-menu li a{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.header-container-menu{
    display: flex;
    align-items: center;
    gap: 30px;
}
.header-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-container-address{
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.header-container-tel{
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.header-btn{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    width: 210px;
    height: 53px;
    border-radius: 10px;
    background: #0082FE;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    margin-left: 20px;
}
.header-container-right{
    display: flex;
    gap: 25px;
    align-items: center;
}
header{
    height: 100px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    display: flex;
    align-items: center;
}
.section1-main{
    position: relative;
}
.main-bg{
    background: linear-gradient(270deg, rgba(10, 8, 8, 0.00) 0%, rgba(10, 8, 8, 0.50) 51.56%, rgba(10, 8, 8, 0.00) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.main-bg-img{
    position: absolute;
    top: 0;
    object-fit: cover;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.section1-main{
    padding: 125px 0;
}
.section1-main-container-content{
    display: flex;
    align-items: center;
    gap: 48px;
}
.section1-main-container-content p{
    color: #FFF;
    font-family: "IBM Plex Sans",sans-serif;
    font-size: 28px;
    font-style: normal;
    text-align: center;
    font-weight: 600;
    line-height: 36px; /* 128.571% */
}
.section1-main-container h1{
    font-family: "IBM Plex Sans",sans-serif;
    font-size: 64px;
    font-style: normal;
    color: white;
    text-align: center;
    font-weight: 600;
    max-width: 1245px;
    line-height: 68px; /* 106.25% */
}
.section1-main-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
}
.section1-main-container-block{
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(7.5px);
    width: 376px;
    padding: 15px;
}
.section1-main-container-block p{
    color: #FFF;
    font-family: "IBM Plex Sans",sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
}
.section1-main-container-block-top{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    justify-content: space-between;
}
.section1-main-container-blocks{
    display: flex;
    gap: 32px;
}
.section1-main-container-block-top span{
    color: rgba(255, 255, 255, 0.50);
    font-family: "IBM Plex Sans",sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 87.5% */
}
.section2-main-container-block-img{
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #0082FE;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section2-main-container-block-img img{
    width: 37px;
}
.section5-main{
    margin-top: 100px;
}
.section2-main-container-block p{
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section2-main-container-block{
    max-width: 271px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.section2-main-container{
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.section2-main{
    padding-top: 50px;
    padding-bottom: 125px;
}
.section3-main-container-block h5{
    color: #4A87C6;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 14px;
    line-height: 100%; /* 36px */
}
.section3-main-container-block span{
    color: #4A87C6;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
}
.section3-main-container-block{
    width: 193px;
}
.section3-main-container-blocks{
    display: flex;
    flex-wrap: wrap;
    gap: 26px 70px;
    max-width: 460px;
}
.section3-main-container h3{
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 48px */
}
.section3-main-container p{
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
    padding: 35px 0;
}
.section3-main-container{
    max-width: 793px;
    padding-top: 31px;
}
.section3-main-img{
    position: absolute;
    right: 0;
    object-fit: cover;
    top: 0;
    width: 888px;
    height: 681px;
}

.section3-main{
    position: relative;
}
.section4-main-title{
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 48px */
    padding-bottom: 61px;
}
.floor-block-title{
    color: rgba(46, 46, 46, 0.54);
    font-size: 20px;
    font-style: normal;
    cursor: pointer;
    transition: .3s;
    font-weight: 500;
    line-height: 140%; /* 28px */
}
.floor-block-title-active{
    color: #2E2E2E;
    transition: .3s;
}
.section4-main-top{
    display: flex;
    align-items: center;
    padding-bottom: 34px;
    gap: 63px;
}
.floor-content{
    display: block;
	width: 100%;
    max-width: 1600px;
	height:0px;
	overflow: hidden;
}
.floor-content-active{
    display: block;
    align-items: center;
    justify-content: center;
	height: auto;
}
.section4-main{
    margin-top: 100px;
}
.swiperSample-block-img img{
    border-radius: 16px;
    width: 100%;
    height: 281px;
    object-fit: cover;
}
.swiperSample-block{
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.12);
    padding: 50px;
    display: flex;
    width: 505px;
    flex-direction: column;
    gap: 35px;
}
.swiperSample > .swiper-wrapper > .swiper-slide {
    width: 505px!important;
}
.swiperSample-block-content h3{
    color: #626B80;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
}
.swiperSample-block-content h4{
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 36px */
    padding-top: 17px;
    padding-bottom: 20px;
}
.swiperSample-block-content p{
    color: #9D9D9D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
    padding-bottom: 17px;
}
.swiperSample-block-content span{
    color: #0082FE;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 36.4px */
}
.swiperSample-block-content a{
    color: #FFF;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #0082FE;
    height: 53px;
    width: 100%;
    margin-top: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.swiperSample > .swiper-wrapper{
    padding: 25px!important;
}
.swiperSample-pagination{
    position: relative;
    gap: 25px;
}
.swiper-button-next-sample,.swiper-button-prev-sample{
    position: relative!important;
    z-index: 99999999;
}
.swiper-button-next-sample2,.swiper-button-prev-sample2{
    position: relative!important;
    z-index: 99999999;
}
.swiperSample-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-pagination-bullet{
    border-radius: 9px;
    background: rgba(46, 46, 46, 0.54)!important;
    width: 9px!important;
    height: 9px!important;
    opacity: 1!important;
}
.swiper-pagination-bullet-active{
    background: #2E2E2E!important;
}
.swiper-button-prev:after,.swiper-button-next:after{
    display: none!important;
}
.swiper-button-prev-sample,.swiper-button-next-sample{
    background-size: 35px;
    width: 35px!important;
    background-repeat: no-repeat;
    background-position: center;
}
.swiper-button-prev-sample2,.swiper-button-next-sample2{
    background-size: 35px;
    width: 35px!important;
    background-repeat: no-repeat;
    background-position: center;
    top: 5px!important;
}
.swiper-pagination-slider,.swiper-pagination-slider2{
    top: -10px!important;
    z-index: 1!important;
    position: relative!important;
    width: 250px!important;
}
.section6-main-block h3{
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 48px */
}
.section6-main-content-part-ellipse{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(98, 107, 128, 0.28);
}
.section6-main-block{
    border-radius: 10px;
    background: #FFF;
    padding: 70px 64px;
}
.section6-main-content-part a,.section6-main-content-part p{
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
}
.section6-main-content-part{
    display: flex;
    align-items: center;
    gap: 12px;
}
.section6-main-content{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.section6-main-block{
    display: flex;
    flex-direction: column;
    gap: 35px;
    position: absolute;
    width: 520px;
    top: 140px;
    z-index: 9999;
    left: 160px;
}
.section6-main-content-part-ellipse-svg{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section6-main-block-social-container-el{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.section6-main-block-social-container-el svg{
    width: 40px;
    height: 40px;
}
.lb-nav a.lb-next,.lb-nav a.lb-prev{
    opacity: 1!important;
}
.section6-main-block-social-container{
    display: flex;
    gap: 45px;
}
.section6-main-block-social p{
    color: rgba(46, 46, 46, 0.54);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    padding-bottom: 16px;
    line-height: 140%; /* 28px */
}
.section6-main iframe{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.section6-main{
    position: relative;
    height: 900px;
}
.section6-main-block button{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #0082FE;
    height: 53px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section6-main{
    margin-top: 120px;
}
.swiperSample-pagination{
    margin-top: 30px;
}
.footer-container-left-top a{
    color: rgba(46, 46, 46, 0.54);
    font-size: 36px;
    font-style: normal;
    margin-top: 20px;
    font-weight: 500;
    line-height: 140%; /* 50.4px */
}
.footer-container-left-top p{
    color: rgba(46, 46, 46, 0.54);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
}
.footer-container-left-top{
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding-bottom: 41px;
}
.footer-container-left-bottom{
    display: flex;
    flex-direction: column;
    gap: 19px;
}
.footer-container-left-bottom a{
    color: rgba(46, 46, 46, 0.54);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
    text-decoration-line: underline;
}
footer{
    padding-top: 51px;
    padding-bottom: 72px;
}
.footer-menu{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.footer-menu li a,.footer-menu li{
    color: rgba(46, 46, 46, 0.54);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 51.2px */
}
.footer-container{
    display: flex;
    justify-content: space-between;
}
.footer-container-right h3{
    color: rgba(46, 46, 46, 0.54);
    padding-bottom: 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
}
.footer-container-right-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.footer-container-right-block p,.footer-container-right-block span{
    color: rgba(46, 46, 46, 0.54);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
}
.footer-container-right-block p{
    width: 108px;
}
.footer-container-right-block{
    padding-bottom: 8px;
}
.footer-container-right-social-blocks{
    display: flex;
    align-items: center;
    gap: 45px;
}
.footer-container-right-social p{
    color: rgba(46, 46, 46, 0.54);
    padding-bottom: 16px;
    padding-top: 50px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
}




#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
    display: none;
}
#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 0;
}
.menu__btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    width: 48px;
    margin-top: -20px;
    height: 48px;
    position: relative;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #2E2E2E;
    transition-duration: .25s;
    right: 10px;
    border-radius: 10px;
}
.span-burger{
    border: none;
    outline: none;
}
.menu__btn > span::before {
    content: '';
    top: -10px;
    transition: 0.3s;
    right: 0;
}
.menu__btn > span::after {
    content: '';
    top: 10px;
    transition: 0.3s;
    right: 0;
}
.menu__box {
    position: fixed;
    visibility: hidden;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100%;
    margin: 0;
    list-style: none;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    transition-duration: .25s;
    z-index: 999;
}
.hamburger-menu{
    display: none;
}
header{
    z-index: 9999;
    position: relative;
}
.content-burger ul li a{
    color: #24272A;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.content-burger ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.content-burger{
    padding: 25px;
    padding-top: 100px;
}
.body-line{
    height: 100vh;
    position: fixed;
    z-index: -1;
    width: 1px;
    background: black;
    opacity: 0.1;
    top: 0;
}
.body-line1{
    left: 200px;
}
.body-line2{
    left: 580px;
}
.body-line3{
    right: 580px;
}
.body-line4{
    right: 200px;
}
footer{
    position: relative;
    z-index: 999999999;
}
.breadcrumbs{
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 65px;
    padding-bottom: 41px;
}
.breadcrumbs a{
    color: rgba(46, 46, 46, 0.54);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
}
.breadcrumbs p{
    color: #2E2E2E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.body-line5{
    left: 50%;
    margin-left: -0.5px;
}
.section1-rent-title{
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 48px */
    padding-bottom: 55px;
}
.floor-content img{
    width: 100%;
}
.section1-rent-container{
    display: flex;
    gap: 50px 40px;
    justify-content: center;
    flex-wrap: wrap;
}
.section1-rent{
    padding-bottom: 50px;
}
.slider-office-room img{
    width: 100%;
    height: 539px;
    object-fit: cover;
}
.section3-main-container a{
    color: #FFF;
    font-size: 18px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #0082FE;
    width: 328px;
    height: 53px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 31px;
}
footer{
    background: #FFF;
}
.section1-office-room-slider{
    position: relative;
    max-width: 720px;
}
.section1-office-room-container{
    border-radius: 16px;
    background: #FFF;
    box-shadow: 2px 4px 25px 0px rgba(0, 0, 0, 0.14);
    padding: 40px 80px;
}
.section1-office-room-container-text h4{
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
}
.section1-office-room-container-text h3{
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 48px */
    padding-top: 10px;
    padding-bottom: 20px;
}
.section1-office-room-container-text-content{
    display: flex;
    align-items: center;
    gap: 25px;
    padding-bottom: 17px;
}
.section1-office-room-container-text-content span{
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
}
.section1-office-room-container-text p{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
    padding-bottom: 17px;
}
.section1-office-room-container-text h5{
    color: #0082FE;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 30.8px */
    padding-bottom: 15px;
}
.section1-office-room-container-text-map{
    display: flex;
    align-items: center;
    gap: 19px;
    font-size: 20px;
    font-style: normal;
    padding-top: 10px;
    padding-bottom: 25px;
    font-weight: 500;
    line-height: 140%; /* 28px */
    text-decoration-line: underline;
}
.section1-office-room-container-text button{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    border-radius: 10px;
    background: #0082FE;
    height: 53px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
.section1-office-room-container{
    display: flex;
    gap: 145px;
}
.section6-main-block2{
    position: relative;
    padding: 0!important;
    background: transparent;
    left: 0;
    top: 0;
    max-width: 338px;
    padding-top: 49px!important;
    padding-bottom: 33px!important;
}
.section3-main-map{
    width: 65%;
}
.modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    padding-top: 50px;
    z-index: 99999999999;
    overflow-y: scroll;
}
.titleModal{
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    line-height: 140%; /* 44.8px */
    padding-bottom: 10px;
}
.close{
    position: absolute;
    right: 20px;
    top: 20px;
}
.form-inputs{
    display: flex;
    flex-wrap: wrap;
    gap: 24px 20px;
}
.form-inputs input{
    border-radius: 44px;
    border: 1px solid rgba(46, 46, 46, 0.54);
    background: #FFF;
    width: 384px;
    height: 64px;
    padding: 21px 18px;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 21px */
}
.form-inputs input::placeholder{
    color: rgba(46, 46, 46, 0.54);
}
.modal-content{
    border-radius: 30px;
    background: #FFF;
    position: relative;
    padding: 50px;
    width: 889px;
}
.modal-content p{
    padding-top: 30px;
    padding-bottom: 14px;
    color: rgba(46, 46, 46, 0.54);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
}
.form-inputs textarea{
    width: 100%;
    height: 148px;
    border-radius: 20px;
    background: #FFF;
    border: 1px solid rgba(46, 46, 46, 0.54);
    margin-bottom: 30px;
}
.checkbox {
    margin-bottom: 0.2em;
}

/* для элемента input c type="checkbox" */
.custom-checkbox>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox>span {
    display: inline-flex;
    align-items: center;
    user-select: none;
    color: rgba(46, 46, 46, 0.54);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox>span::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox>input:not(:disabled):not(:checked)+span:hover::before {
    border-color: #b3d7ff;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox>input:not(:disabled):active+span::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox>input:focus+span::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox>input:focus:not(:checked)+span::before {
    border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox>input:checked+span::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox>input:disabled+span::before {
    background-color: #e9ecef;
}
.btn-modal{
    margin: 0 auto;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #0082FE;
    height: 53px;
    width: 231px;
    margin-top: 45px;
}
.close{
    cursor: pointer;
}
.modal-content{
    overflow-x: scroll;
}
.modal{
    padding: 50px 0;
    display: none;
}


/* Стиль отображает и настраивает номера помещений на карте здания */
.imp-object::after, svg.imp-object-poly.imp-object::after {
    content: attr(data-title);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
}
@media (max-width: 475px) {
.imp-object::after, svg.imp-object-poly.imp-object::after {
    font-size: 7px;
}
}


.section1-rent-container .swiper-slide {
    width: auto;
}
.section1-office-room .swiper-button-next, .section1-office-room .swiper-button-prev {
    z-index: 20;
}
#lightbox{
    z-index: 999999999999999!important;
}
.gallery-container{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.gallery-container img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.gallery-container a{
    width: 31.5%;
}
.gallery-title{
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    padding-bottom: 40px;
}
.sample-page-content img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.sample-page-content h2{
    font-size: 30px;
    line-height: 35px;
}
.sample-page-content h3{
    font-size: 25px;
    line-height: 30px;
    padding: 10px 0;
}
.sample-page-content p{
    font-size: 16px;
    padding: 10px 0;
    line-height: 20px;
}
.section3-main-content{
    position: relative;
    max-width: 2000px;
    margin: 0 auto;
    display: block;
}