@import url('https://fonts.bunny.net/css?family=montserrat:400,700?v=2');
:root {
    --color-text: #56595b;
    --color-white: #ffffff;
    --body-bg: #f2f1f0;
    --color-text-bl: #008dd2;
    --vs-dropdown-option--active-bg: #008dd2!important;
    --border: #e5e5e5;
    --color-text-green: #02cba7;
}
* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
*:focus {
    outline: none;
}
html, body {
    width:100%;
    height: 100%;
    color: var(--color-text);
    background-color: var(--body-bg);
    font-family: 'Montserrat', 'Segoe UI', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 16px;
}
:focus {
    outline-style: none;
    outline-width: 0 !important;
}

/*iphone*/
/*input {*/
/*    -webkit-appearance: none;*/
/*    -moz-appearance: none;*/
/*    appearance: none;*/
/*}*/
.header{
    width:100%;
    height: 50px;
    background: var(--color-white);
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 1000;
}
.logo{
    margin: 0 16px;
    display: flex;
    align-items: center;
}
.logo img{
    width: 35px;
    position: relative;
    top: 2px;
}
.business-awards-view__dialog-icon-wrapper svg {
    width: 150px;
}
.language{
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
}
.language > div{
    margin-right:16px;
    display: flex;
}
.language span{
    color: var(--color-text-bl);
    margin-left:3px;
    font-weight: bold;
    font-size: 0.90rem;
}
.main-container{
    display: flex;
    width: 100%;
}
.main-container > div:nth-of-type(1){
    width: 56.5%;
}
.main-container > div:nth-of-type(2){
    width: 43.5%;
}
.vs__selected{
    margin: 4px 4px 0!important;
    padding: 0 0em!important;
}
.vs__selected-options{
    padding: 0!important;
}
#allApart .block-content{
    padding-top:50px;
}
.map{
    position: fixed;
    width: 900px;
    height:100vh;
}
#map{
    width: 100%;
    height:100vh;
}
.pay_ya img{
    width:100%;
}
.lk-url a{
    color: var(--color-text-bl);
    font-weight: bold;
    font-size: 0.90rem;
}
.tel a{
    color: var(--color-text-bl);
    font-weight: bold;
    font-size: 0.90rem;
}
.leaflet-attribution-flag{
    display: none!important;
}
.block-content{
    display: flex;
    flex-wrap: wrap;
}
.block-content > div:nth-of-type(2){
    width: 23%;
    /*padding-top: 50px;*/
    word-break: break-all;
    /*word-wrap: break-word;*/
}
.block-content > div:nth-of-type(3){
    width: 77%;
}
#app  svg{
    cursor: pointer!important;
}
#requisite .label{
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}
#requisite .content-req{
   margin-left:15px;
}
.v-model-multiple-checkboxes{
    padding-bottom: 12px;
}
#requisite .hr{
    margin-bottom: 12px;
}
.filtre > div{
    background-color: var(--color-white);
    width: 90%;
    height:auto;
    margin:20px auto;
    border-radius: 5px;
}
#price{
    height:135px;
}
#people{
    margin: 0 auto;
}
#people .people_count{
    text-align: center;
    padding-bottom:12px;
}
.company a{
    color: var(--color-text-bl);
}
#search-b{
    background: unset;
    text-align: center;
    display:none;
}
#search-b .button{
   width: 50%;
    margin:0 auto;
}

#people input{
    border:none;
    text-align: center;
    width: 50px;
    font-size: 1rem;
    font-weight: bold;
    color: var(--color-text);
    font-family: 'Montserrat';
}
#people button{
    height: 27px;
    width: 27px;
    border-radius: 50%;
    border: 4px solid var(--color-text-bl);;
    background: #ffffff;
    pointer-events: auto;
    -webkit-appearance: none;
    color: var(--color-text);
    font-family: 'Montserrat';
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
}
#bed .bed_count{
    text-align: center;
    padding-bottom:12px;
}
#bed input{
    border:none;
    text-align: center;
    width: 50px;
    font-size: 1rem;
    font-weight: bold;
    color: var(--color-text);
    font-family: 'Montserrat';
}
#bed button{
    height: 27px;
    width: 27px;
    border-radius: 50%;
    border: 4px solid var(--color-text-bl);
    background: #ffffff;
    pointer-events: auto;
    -webkit-appearance: none;
    color: var(--color-text);
    font-family: 'Montserrat';
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
}

#bathroom .bathroom_count{
    text-align: center;
    padding-bottom:12px;
}
#bathroom input{
    border:none;
    text-align: center;
    width: 50px;
    font-size: 1rem;
    font-weight: bold;
    color: var(--color-text);
    font-family: 'Montserrat';
}
#bathroom button{
    height: 27px;
    width: 27px;
    border-radius: 50%;
    border: 4px solid var(--color-text-bl);
    background: #ffffff;
    pointer-events: auto;
    -webkit-appearance: none;
    color: var(--color-text);
    font-family: 'Montserrat';
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
}

#metro{
    position:relative;
}
#metro .clicks{
    position:absolute;
    right: 8px;
    top: 5px;
    fill: var(--color-text);
    cursor: pointer;
}
#metro #app{
    width:90%;
    margin:0 auto;
    font-size: 0.8rem;
}
#district{
    position:relative;
}
#district .clicks{
    position:absolute;
    right: 8px;
    top: 5px;
    fill: var(--color-text);
    cursor: pointer;
}
#district #app{
    width:90%;
    margin:0 auto;
    font-size: 0.8rem;
}
input[type="checkbox"]{
    cursor: pointer;
    width: 14px;
    height: 14px;
    /*border-radius: 5px;*/
    /*border: 1px solid #56595b;*/
}
.count-apart{
    background: var(--color-white);
    width: 98%;
    margin-top: 10px;
    padding: 10px 0;
    border-radius: 5px;
}
.count-apart i{
    margin-left: 20px;
    font-size: 1.2rem;
}
input[type="checkbox"]:before {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    /*border: 1px solid #808080;*/
    border-radius: 3px;
    content: "";
    background: #FFF;
    border: 1px solid #e5e5e5;
    position: relative;
    top: 0px;
    left: -1px;
}

input[type="checkbox"]:after {
    width: 16px;
    height: 16px;
    position: relative;
    display: block;
    left: 0px;
    top: -18px;
    /*border-color: #B3B3B3 #dcddde #dcddde #B3B3B3;*/
    content: "";
    /*background-image: linear-gradient(135deg, #B1B6BE 0%, #FFF 100%);*/
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
}

input[type="checkbox"]:checked:after {
    background-image: url('../../../assets/icon/requisites/tick.png');
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: bottom 0px right -1px;
}

input[type="checkbox"]:disabled:after {
    -webkit-filter: opacity(0.4);
}

/*input[type="checkbox"]:not(:disabled):checked:hover:after {*/
/*    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC');*/
/*}*/

input[type="checkbox"]:not(:disabled):hover:after {
   /*border: 1px solid var(--color-text-bl);*/
}

input[type="checkbox"]:not(:disabled):hover:before {
    /*border: 1px solid var(--color-text-bl);*/
}
.checkbox-other{
    margin: 2px 0;
}
.checkbox-other label{
    margin-left: 7px;
    font-size: 0.9rem;
}
.fa-times:hover{
    opacity: 0.7;
}
.range-input input{
    cursor:pointer;
}
.filtre .title{
    padding: 15px 15px 12px 15px;
    font-weight: bold;
    font-size: 0.90rem;
}
.filtre .content{
   padding-bottom: 12px;
}
.filtre .title > span{
    color: var(--color-text-bl);
}
.apart{
    /*padding-top: 50px;*/
}
.apart .info .free-date-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.apart .info .free-date-title{
    display: flex;
    align-items: center;
}
.free-date{
    background: none;
    border: 1px solid #afaeae;
    border-radius: 150px;
    color: #afaeae;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: relative;
    cursor: default;
}
.free-date-container .yes{
    border-color: #ed8b8b;
}
.free-date-container .yes:before {
    border-bottom: 1px solid #ed8b8b;
    position: absolute;
    left: -1px;
    content: "";
    width: 100%;
    height: 13%;
    transform: rotate(-26deg);
}
.apart > .item{
    background-color: var(--color-white);
    width: 98%;
    height: 250px;
    margin:10px 0;
    border-radius: 0 5px 5px 0;
    display: flex;
    border: 1px solid var(--color-white);
}
.apart > .item:hover{
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
}
.apart > .item .foto{
    width: 320px;
}
.apart > .item .info{
    width:59%;
    margin: 0 10px;
    font-size: 1em;
}
.apart > .item .info > div{
    margin: 7px;
}
#pages_apart.page-partner .p-content{
    background-color: #f9f9f9;
    width: 100%;
    /*margin: 0 auto;*/
    /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
    color: #333;
    line-height: 1.6;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/*.page-partner .block-contacts{*/
/*    background-color: #f9f9f9;*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
/*    color: #333;*/
/*    line-height: 1.6;*/
/*    border-radius: 12px;*/
/*    box-shadow: 0 4px 12px rgba(0,0,0,0.1);*/
/*}*/
.page-partner .hotapart-intro {
    padding-left: 20px;
}

.page-partner .hotapart-intro h1 {
    font-size: 23px;
    margin-bottom: 20px;
    color: #1a1a1a;
    text-align: center;
}

.page-partner .hotapart-intro h2 {
    font-size: 1.5rem;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #1a1a1a;
    text-align: left;
    border-left: 4px solid #ff6b00;
    padding-left: 10px;
}

.page-partner .hotapart-intro p {
    margin-bottom: 20px;
    font-size: 1rem;
}

.page-partner .hotapart-intro ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.page-partner .hotapart-intro ul li {
    margin-bottom: 15px;
}

.page-partner .hotapart-intro ul li strong {
    color: #ff6b00;
}

.page-partner .hotapart-intro a.button-contact {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 25px;
    background-color: #ff6b00;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.page-partner .hotapart-intro a.button-contact:hover {
    background-color: #e65c00;
}
#pages_apart.page-partner  .block-contacts{
    padding: 0;
}


.info .title a{
   color: var(--color-text-bl);
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
}
.info .address{
    font-size: 0.8em;
}
.info .metro{
    font-size: 0.8em;
    height: 10px;
}
.info .heading{
    display: flex;
    position: relative;
}
.info .title{
    flex: auto;
    margin-top: 5px;
}
.info .requisites{
    display: flex;
    justify-content: right;
}
.requisites > i{
    margin-right:0.5em;
}
.icon{
    color: #02cba7;
    border-radius: 50%;
    border: 1px solid #e3dfdf;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    position: absolute;
    right: 0;
    top: 5px
}
.hr{
    width:100%;
    margin: 0 auto;
    border-bottom: 1px solid var(--body-bg);
}
.apart .more-info{
    display: flex;
    justify-content: space-between;
    font-size: 0.9em;
}
.footer{
    width:100%;
    height:500px;
    background-color: var(--body-bg);
    /*margin-top:100vh;*/
    position:relative;
    z-index: 2;
}
.apart .foto img{
    width: 100%;
    height:250px;
    object-fit: cover;
}
.apart .price > div:nth-of-type(2){
    color: #00c2ab;
}
.short-text{
    /*color: var(--color-text);*/
    font-size: 13px;
}
.price > div:nth-of-type(2){
    font-weight: bold;
    font-size: 1.2em;
}
.price > div:nth-of-type(3){
    font-size: 0.8em;
}
.show-apart{
    display: flex;
    font-size: 0.9em;
    padding: 1px 0;
    justify-content: space-between;
}
.footer__phone{
    font-size: 17px;
    margin-top: 20px !important;
    height: 100%;
    color: var(--color-text);
}
.footer__phone a{
    color: var(--color-text)!important;
}
.button{
    background-color: var(--color-text-bl);
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
    text-align: center;
    padding: 10px 16px;
    color: var(--color-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    display: inline-block;
    font-weight: 500;
    outline: none;
    position: relative;
    text-decoration: none;
    transition: border 160ms, background-color 160ms, box-shadow 160ms, color 160ms;
    user-select: none;
    vertical-align: middle;
}
.button:hover {
    background-color:#0772a7;
}
.selectize-input {
    width: 100%!important;
}


.about-page .img-background{
    position: relative;
    z-index: 1;
    padding: 20px;
    color: #313334;
}

.about-page .img-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/assets/images/office.jpg?v=2');
    background-size: cover;
    opacity: 0.17; /* Прозрачность только для картинки */
    z-index: -1;
    background-position: 50% 40%;
}
.about-page .img-background a{
    color: var(--color-text-bl);
}
.img-background p {
    margin: 15px 0;
    font-size: 16px;
}

/*.img-background strong {*/
/*    color: #111;*/
/*}*/

.img-background ul {
    margin: 20px 0;
    padding-left: 20px;
}

.img-background li {
    margin-bottom: 15px;
    padding-left: 10px;
    position: relative;
}

/*.img-background li::marker {*/
/*    color: #4CAF50;*/
/*}*/

.about-page .p-content{
    padding: 0 0!important;
}

.wrapper{
    width: 100%;
}
header h2{
    font-size: 24px;
    font-weight: 600;
}
header p{
    margin-top: 5px;
    font-size: 16px;
}
.price-input{
    width: 100%;
    display: flex;
    margin: 0 0 20px;
}
.price-input .field{
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}
.field input{
    width: 70%;
    height: 80%;
    outline: none;
    font-size: 1rem;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
    border: 1px solid var(--color-text);
    -moz-appearance: textfield;
    font-weight: bold;
    color: var(--color-text);
    font-family: 'Montserrat';
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.price-input .separator{
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}
.slider{
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}
.slider .progress{
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: var(--color-text-bl);;
}
.range-input{
    position: relative;
}
.range-input input{
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb{
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 6px solid var(--color-text-bl);
    background: #ffffff;
    pointer-events: auto;
    -webkit-appearance: none;
    /*box-shadow: 0 0 6px var(--color-text-bl);*/
    transition: 0.3s;
}
input[type="range"]::-webkit-slider-thumb:hover{
    border: 4px solid var(--color-text-bl);
}
input[type="range"]::-moz-range-thumb{
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17A2B8;
    pointer-events: auto;
    -moz-appearance: none;
    /*box-shadow: 0 0 6px var(--color-text-bl);*/
}
.vs__clear{
    display: none!important;
}
.leaflet-top {
    top: 50px!important;
}

.photos{
    width:100%;
    height:250px;
    background-size: cover!important;
    background-position: center center!important;
    position: relative;
}
.no_photos{
    background: url('/assets/images/no_photo.jpg');
    width:100%;
    height:250px;
    background-size: 80%;
    background-position: center center;
    position: relative;
}
.info .requisites{
    font-size: 18px;
}
.info .requisites img{
    width: 25px;
    padding-right:5px;
    position: relative;
}
.info .requisites img:last-child{
    padding-right:0;
}

.rub {
    font-family: Tahoma Regular;
    vertical-align: middle;
    border-bottom: 0.07em solid;
    line-height: 0.32em;
    display: inline-block;
    width: 0.4em;
    font-weight: normal;
    font-size: 19px;
}
.m-price{
    display: flex;
    justify-content: center;
}
.m-price > div:nth-of-type(1){
    display:flex;
    margin-right: 2px;
}
.marker-html a{
    text-decoration: none;
}
.m-price span{
    background-color: white;
    border-radius: 4px;
    border-width: 0;
    box-shadow: 0 2px 4px rgb(0 29 79 / 15%);
    margin: 0;
    padding: 3px 4px 0px 4px;
    color: #2d3137;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    position: absolute;
    top: -19px;
    left: -10px;
    z-index: -1;
}
.svg-marker svg{
    fill: var(--color-text-bl);
}
.marker-cluster-small div {
    background-color: var(--color-text-bl);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgb(15 93 228 / 30%);
    color: var(--color-white);
    font-weight:bold;
    font-size:15px;
}
.m-popup{
    display: flex;
    width:300px;
}
.m-popup > div:nth-of-type(1){
    width: 40%;
}
.m-popup > div:nth-of-type(2){
    width: 60%;
    padding-left: 10px;
}
.m-popup-image{
    width: 100%;
    height: 100px;
    background-size: cover!important;
    border-radius: 5px!important;
    background-position: center center!important;
}
.leaflet-popup-content {
    margin: 0!important;
}
.leaflet-popup-content-wrapper {
    border-radius: 5px!important;
    padding: 0!important;
}
.m-popup .title{
     font-size: 0.8rem;
    margin-top: 15px;
    font-family: 'Montserrat'!important;
}
.m-popup .price{
    font-weight: bold;
    margin-top: 15px;
    font-family: 'Montserrat'!important;
}
.m-popup .price span{
    font-family: Tahoma Regular;
    font-weight: normal;
}

.footer-container{
    margin: 20px auto 0;
    max-width: 961px;
    height:auto;
    position: relative;
}
.footer-container > .f-app{
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap:50px;
}
.footer-container > .f-app a{
    text-decoration: none;
    font-size: 0.9rem;
    color: var(--color-text-bl);
    padding: 0 15px;
}
.f-logo img {
    width: 48px;
}
.footer-container .agreement{
    color: var(--color-text-bl);
    font-size: 0.9rem;
    display: flex;
    flex-wrap: wrap;
    gap:80px;
    padding: 20px 0;
    border-bottom: 1px solid var(--border);
}
.footer-container .agreement a{
    color: var(--color-text-bl);
    text-decoration: none;
}
.footer-container .agreement .about{
    width: 450px;
    /*display: flex;*/
    gap: 15px;
}
.footer-container .agreement .about p{
    margin-top:5px;
    color: var(--color-text);
}
.footer-container .agreement > div:nth-of-type(1) > div{
    margin-top:8px;
}
.footer .copy{
    margin-top:20px;
    color: var(--color-text);
    font-size: 0.8rem;
}
.date_search{
    background-color: var(--color-white);
    width: 98%;
    border-radius: 5px;
    /*height: 100px;*/
    margin-top: 20px;
    text-align: center;
}
.date_search input {
    width: 248px;
    height: 60px;
    outline: none;
    font-size: 1rem;
    margin: 0 auto;
    /*border-radius: 5px;*/
    text-align: center;
    border: none;
    -moz-appearance: textfield;
    font-weight: bold;
    color: var(--color-text);
    font-family: 'Montserrat';
    margin-left: 10px;
}
.date_search .flatpickr-input::placeholder {
    color: var(--color-text-bl);
}
.date_search .icon-calendar {
    font-size: 15px;
}
.loader-container{
    width:100%;
    height:100%;
    background: #1a1a1af5;
    z-index: 9000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #02cba7;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-bottom: 4px solid var(--color-text-bl);
    border-left: 4px solid transparent;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



.loader_search {
    width: 100%;
    height: 5px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.loader_search::before {
    content: '';
    box-sizing: border-box;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.15);
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.25) 75%, transparent 75%, transparent);
    background-size: 15px 15px;
    z-index: 10;
}
.loader_search::after {
    content: '';
    box-sizing: border-box;
    width: 0%;
    height: 100%;
    background-color: var(--color-text-bl);
    position: absolute;
    border-radius: 0 4px 4px 0;
    top: 0;
    left: 0;
    animation: animFw 4s ease-in infinite;
}


@keyframes animFw {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}


/*.loader3 {*/
/*    width: 100%;*/
/*    height: 250px;*/
/*    margin: auto;*/
/*    display: block;*/
/*    position: relative;*/
/*    background: #FFF;*/
/*    box-sizing: border-box;*/
/*    margin-bottom: 20px;*/
/*}*/
/*.loaders .v{*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 250px;*/
/*    !*top: 15px;*!*/
/*    !*left: 15px;*!*/
/*    !*position: absolute;*!*/
/*    background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;*/
/*    background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;*/
/*    box-sizing: border-box;*/
/*    animation: animloader3 1s linear infinite;*/
/*}*/

/*@keyframes animloader3 {*/
/*    0% {*/
/*        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;*/
/*    }*/
/*    100% {*/
/*        background-position: 150% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;*/
/*    }*/
/*}*/

/*.v{*/
/*    width:300px;*/
/*    height:200px;*/
/*    background-color: red;*/
/*}*/


/*.blink-1 {*/
/*    animation-name: blink;*/
/*    animation-timing-function: linear;*/
/*    animation-duration: 1s;*/
/*    animation-iteration-count: infinite;*/
/*}*/
/*.blink-2 {*/
/*    animation-name: blink;*/
/*    animation-timing-function: linear;*/
/*    animation-duration: 0.3s;*/
/*    animation-iteration-count: infinite;*/
/*}*/
/*@keyframes blink {*/
/*    50% {*/
/*        opacity: 0;*/
/*    }*/
/*}*/
.apart .search{
    width: 98%;
    /*margin: 0 auto;*/
}
.apart .s-app{
  background-color: var(--color-white);
    text-align: center;
    margin: 20px 0;
    border-radius: 5px;
}
.apart .s-app > div:nth-of-type(1){
    font-weight: bold;
    font-size: 1.2rem;
    padding-top:12px;
}
.apart .s-app > div:nth-of-type(2){
    padding-top:5px;
    padding-bottom:2px;
}
#booking-page{
    padding-top:90px;
}
.booking-page__container{
    margin: 0 auto;
    max-width: 1400px;
    background-color: var(--color-white);
    padding:10px;
}
#one_apart{
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    padding-top:90px;
}
#one_apart .splide-img-apart{
    width:100%;
    height:800px;
    background-size: cover!important;
    background-position: 25% 80%!important;
    position: relative;
    /*background-position: center center!important;*/
}
#one_apart .splide-img-vertical{
    position: relative;
    display: block;
    width: 70%;
    margin: 0 auto;
}
#one_apart .splide__arrow svg{
    height: 2.2em;
    width: 2.2em;
}
.splide__arrow{
    background: none;
}
#one_apart .splide__arrow--next {
    right: 4em;
}
#one_apart .splide__arrow--prev {
    left: 4em;
}
.splide-img-apart-container-before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('/assets/images/blur.jpg?v=2');
    background-size: cover;
    /*filter: blur(22px);*/
    /*-webkit-filter: blur(22px);*/
    /*-moz-filter: blur(22px);*/
    /*-o-filter: blur(22px);*/
    /*-ms-filter: blur(22px);*/
    background-color: rgba(255, 255, 255, 0.5);
    /*border-radius: 5px 0 0 5px;*/
}
#one_apart .no_photos{
    background-size: 34%!important;
    background-repeat: no-repeat!important;
}
#one_apart .no-photos-container{
    background: #ededed;
}
#one_apart .horizontal img{
    width: 100%;
    display: inline;
}
#one_apart .splide__slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
#allApart .vertical{
    width: 70%;
    margin: 0 auto;
}
#allApart .horizontal{
    /*border-radius: 5px 0 0 5px;*/
}
#one_apart .icon{
    top: 0;
}
#one_apart #calendar{
    position: relative;
    margin-top: 2px;
    opacity: 0;
}
#one_apart .icon-calendar{
    cursor: pointer;
    position: relative;
    top:2px;
    color: red;
}
#one_apart .button-not-book{
    background-color: #aeb0b1!important;
    /*cursor: default!important;*/
}
#one_apart .text-calendar{
    font-size: 0.8rem;
}
#one_apart #map{
    /*width:99%!important;*/
}
#one_apart .apart-block-1{
    width:70%;
    height: auto;
}
#one_apart .apart-block-2{
    width:30%;
    height: auto;
}
#one_apart .address{
    font-size: 0.9rem;
}
.apart-block-1 .app{
    background-color: var(--color-white);
    display: flex;
    gap: 15px;
    align-items: center;
    height: 105px;
    border-radius: 5px;
}
.apart-block-1 .app > .label{
  padding:25px 12px;
    border-right: 1px solid var(--body-bg);
}
.apart-block-1 .app > .label > .icon{
    position: relative;
}
.apart-block-1 .app > .title{
    flex: auto;
    width: 20%;
}

.apart-block-1 .app > .title > .name{
    color: var(--color-text-bl);
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom:5px;
}

.apart-block-1 .app > .title > .address svg {
    fill: var(--color-text);
    width:14px;
    height:14px;
}
.apart-block-1 .app > .booking{
    text-align: right;
    margin-right: 12px;
}
.apart-block-1 .app > .booking > .price{
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.apart-block-1 .gallery{
    margin-top: 8px;
    /*background-color: var(--color-white);*/
    border-radius: 5px;
    width: 100%;
    height: auto;
}
.apart-block-1 .full_description{
    margin-top: 2px;
    background-color: var(--color-white);
    border-radius: 5px;
    padding: 15px;
}
.full_description__address{
    padding: 20px 0!important;
}
.full_description__address p{
    color: var(--color-text-bl);
    font-weight: bold;
}
.apart-block-1 .full_description > .title{
    font-weight: bold;
    font-size: 1rem;
    padding-bottom: 5px;
}
.apart-block-1 .full_description p{
    margin: 10px 0;
}
.apart-block-1 .info{
    margin-top: 5px;
    background-color: var(--color-white);
    border-radius: 5px;
    width: 100%;
    height: auto;
    display: flex;
}
.apart-block-1 .info .item{
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.apart-block-1 .info > div:nth-of-type(1){
    padding: 15px;
    flex: 1;
}
.apart-block-1 .info > div:nth-of-type(2){
    border-left: 1px solid rgba(45, 49, 55, 0.12);
    padding: 15px;
    flex: 1;
}
.apart-block-1 .map-video{
    margin-top: 3px;
    background-color: var(--color-white);
    border-radius: 5px;
    width: 100%;
    height: auto;
}
#one_apart .requisites-page{
    display: flex;
    flex-wrap: wrap;
}

#one_apart .requisites-item-page{
    display: flex;
    align-items: center;
    width: 50%;
    padding: 5px 0;
    font-size: 0.9rem;
}

#one_apart .requisites-item-page img{
    width: 25px;
    padding-right:5px;
    position: relative;
}
#one_apart .info .title{
    font-weight:bold;
    font-size: 1rem;
    padding-bottom: 5px;
}
.iron-board{
    width: 20px;
    top: -3px;
}

.gladilka{
    width: 23px;
    height: 23px;
    top: -1px;
}
.chaynik{
    width: 23px;
    height: 23px;
}
.posudomoyka{
    width: 21px;
    height: 21px;
    top: 2px;
}
.utyug{
    width: 21px;
    height: 21px;
    top: 2px;
}
.duhovka{
    width: 21px;
    height: 21px;
    top: 2px;
}
.dop_info .dop_1{
    width: 49%;
}
.dop_info .dop_1 > div > span{
    font-weight: bold;
    color: var(--color-text-bl);
}
.dop_info .dop_2 > div > span{
    font-weight: bold;
    color: var(--color-text-bl);
}
.dop_info .dop_1 > div{
    padding: 5px 0;
}
.dop_info .dop_2 > div{
    padding: 5px 0;
}
.dop_info .dop_1 > div{
    font-size: 0.9rem;
}
.dop_info .dop_2 > div{
    font-size: 0.9rem;
}
.dop_info i{
    font-size: 1.2rem;
}
.dop_info .dop_3 .title{
    margin-top:20px;
}
.dop_info .dop_3 p{
    font-size: 0.9rem;
}
#one_apart .map-video{
    display: flex;
}
#one_apart .map-video > div{
    flex-grow: 1;
    /*margin-left: 5px;*/
}

#one_apart .video{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    /*border-radius: 0 5px 5px 0;*/
}
#one_apart iframe{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    border: none;
}
.float-gallery{
    float: none!important;
}
#one_apart .next-apart{
    margin-left: 10px;
    border: 1px solid var(--color-white);
    border-radius: 5px;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    transition: 1s;
    box-sizing: border-box;
    /*padding: 5px;*/
}
#one_apart .next-apart:hover{
    border: 1px solid var(--color-text-bl);
}
#one_apart .next-apart > a{
    display: flex;
    text-decoration: none;
    color: var(--color-text);
    font-size: 0.86rem;
}
#one_apart .next-apart img{
    width: 110px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px 0 0 5px;
}
#one_apart .next-apart .n-photo{
    display: flex;
    align-items: center;
}
#one_apart .next-apart h2{
    font-size: 0.9rem;
}
#one_apart .next-apart-title{
    background-color: var(--color-white);
    border-radius: 5px;
    margin-left: 10px;
    width: 100%;
}
#one_apart .next-apart-title h2{
    color: var(--color-text-bl);
    font-weight: bold;
    font-size: 1.0em;
    margin-bottom: 5px;
    padding: 10px;
}
#one_apart .n-info >div{
    margin-top:5px;
}
#one_apart .n-info .district{
    margin-bottom:5px;
}
#one_apart .n-info .metro{
    margin-bottom:5px;
}
#one_apart .n-info{
    margin-left: 15px;
    padding-top: 10px;
    position: relative;
    width: 100%;
}
#one_apart .n-info .price{
    font-weight:bold;
    text-align:right;
    padding-right: 30px;
}
#one_apart .n-info .price span{
    font-size: 0.86rem;
}

.booking-title i{
    font-size: 3rem;
}
.booking .tel{
    margin-top:5px;
}
.booking .tel a{
    text-decoration: none;
    font-size: 1.5rem;
    color: var(--color-text-bl);
    font-weight:bold;
}

#pages_apart .p-container{
    max-width: 980px;
    margin: 0 auto;
    padding-top: 90px;
}
#pages_apart .p-app {
    width: 100%;
    background-color: var(--color-white);
    display: flex;
    gap: 15px;
    align-items: center;
    height: auto;
    border-radius: 5px;
}
#pages_apart .p-app > .label {
    padding: 25px 12px;
    border-right: 1px solid var(--body-bg);
}
#pages_apart .p-app > .label i{
    font-size: 1.5rem;
}
#pages_apart .p-app > .title h1{
    font-size: 1.5rem;
}

#pages_apart .p-content {
    margin-top:10px;
    width: 100%;
    background-color: var(--color-white);
    gap: 15px;
    align-items: center;
    height: auto;
    border-radius: 5px;
    padding:10px 0;
}

#pages_apart .p-content p{
  margin-bottom:5px;
}
#pages_apart .block-contacts{
    padding:0 10px;
}
#pages_apart .block-contacts > div{
    margin-bottom:5px;
}
#pages_apart .block-contacts .email span{
    color: var(--color-text-bl);
}
#pages_apart .phone > .phone__contacts a{
    text-decoration: none;
    color: var(--color-text-bl);
}
#pages_apart .phone > .phone__contacts{
    display: flex;
    gap:10px;
    /*align-items: center;*/
}
#pages_apart .block-contacts {
  font-size: 17px;
}
#pages_apart h2{
    font-size: 1.1rem;
    margin-bottom: 5px;
}
#pages_apart .m-top{
    margin-top:10px;
}
#loader-container-calendar {
    width: 100%;
    height: 100%;
    background: #1a1a1af5;
    z-index: 9000;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
}
#one_apart .products-container{
    display: flex;
    flex-wrap: wrap;
}
#one_apart .product{
    width: 23%;
    padding: 20px;
    border: 1px solid #EBF0F5;
    box-sizing: border-box;
    margin: 9px;
}
#one_apart .product .name{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#one_apart .product .img{
    text-align: center;
    cursor: help;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#one_apart .product img{
    width: 130px;
    height: 100%;
    object-fit: contain;
}
#one_apart .product > div{
    padding: 5px 0;
}
#one_apart #productsContainer{
    position: relative;
    min-height: 60px;
}
#one_apart #loaderMini{
    margin-top:15px;
}
#productsContainer .title > span{
    color: var(--color-text-bl);
}
#one_apart #productsContainer .loader-container{
    position: absolute;
    background: none;
    text-align: center;
    z-index: 1;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
#one_apart #productsContainer .loader{
    width: 30px;
    height: 30px;
}
#one_apart #productsContainer .loader::after {
    width: 30px;
    height: 30px;
}
#one_apart #productsContainer .title{
   font-weight: bold;
    font-size: 1rem;
}
#one_apart #productsContainer .check-mini-bar{
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}
#allApart .banner{
  width: 100%;
    height: 260px;
  background:url('/assets/images/banner_2.jpg?v=6') no-repeat #434b4f top right;
    margin: 0 0 -4px 0;
    position: relative;
}
.yandex-rating__logo{
    position: absolute;
    top:20%;
}
.business-awards-view__dialog-icon-wrapper {
    position: relative;
}
.business-awards-view__dialog-year {
    position: absolute;
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 14px;
    color: #000;
}
#allApart .show-apart .button:not(.mobile-show){
    margin-top: 20px;
}
.partner{
    display: flex;
    gap:15px;
}
@media (max-width: 1800px) {
    .map{
        position: fixed;
        width: 800px;
    }
}
@media (max-width: 1700px) {
    .calendar-free-date{
        /*overflow-x: scroll;*/
    }
    .info .requisites img {
        width: 5%;
        height: 100%;
    }
    .free-date{
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
}
@media (min-width: 1201px) and (max-width: 1627px) {

   body{
       font-size:14px;
   }
    .filtre .title {
        font-size: 0.70rem;
    }
    .checkbox-other label {
        font-size: 0.7rem;
    }
    .vs__selected {
        font-size: 0.7rem;
    }
    #requisite .label {
        font-size: 0.7rem;
    }
    .field input {
        font-size: 0.7rem;
    }

}
@media (max-width: 1200px) {

    .map {
        position: relative!important;
        width: 100vw!important;
        top:-200px;
    }
    .main-container > div:nth-of-type(2) {
        width: 90%;
    }
   #map{
       width: 100%;
       margin: 0 auto;
   }
    /*!*.leaflet-container {*!*/
    /*!*    background: none;*!*/
    /*!*}*!*/
    /*.map {*/
    /*    width: 900px;*/
    /*}*/
    /*.main-container > div:nth-of-type(2) {*/
    /*    width:900px;*/
    /*}*/

    .block-content > div:nth-of-type(2) {
        width: 100%;
        padding-top: 0;
    }
    .main-container > div:nth-of-type(1) {
        width: 100%;
    }
    .main-container{
        flex-direction: column;
    }
    .main-container .block-content{
        flex-direction: column;
}
    .main-container > div:nth-of-type(2) {
        /*display:none;*/
        height: 100vh;
    }
    .block-content > div:nth-of-type(2) {
        display:none;
    }
    .block-content > div:nth-of-type(3) {
        width: 100%;
    }
    .apart > .item {
        background-color: var(--color-white);
        width: 90%;
        margin: 20px auto;
    }
    .block-mobile{
        display: block!important;
        padding-top: 50px;
    }
    .block-mobile > div{
        border: 1px solid var(--color-white);
        width: 90%;
        height:auto;
        margin: 20px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align-last: center;
        border-radius: 5px;
        position: relative;
        z-index: 999;
        background-color: var(--body-bg);
    }
    .leaflet-control-container{
        display: none;
    }
    .apart {
        padding-top: 0;
    }
    .block-mobile > div >  div > div:nth-of-type(1) i{
      font-size:1.5rem;
        cursor: pointer;
        transition: 0.5s;
    }
    .block-mobile > div >  div > div:nth-of-type(1) i:hover{
    color:#afa9a9;
    }
    .block-mobile > div >  div > div:nth-of-type(2){
        font-size: 0.9rem;
    }
    .block-mobile > div >  div{
        padding: 15px 25px;
    }

    #one_apart .apart-block-2 {
        width: 27%;
    }
    #one_apart .n-info .price {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }
    #lightgallery img {
        width: 155px;
    }
}

@media (max-width: 1000px) {
    body{
        font-size:13px;
    }
    .info .requisites img {
        width: 20px;
        width: 20px;
    }

    .apart > .item {
        width: 97%;
        height: auto;
    }
    .apart > .item .foto {
        width: 35%;
    }
    .apart > .item .info{
        width: 65%;
    }
    .no_photos {
        background-color: #ededed;
        width:130px;
        height: 190px;
        background-repeat: no-repeat;
    }
    .photos {
        width:130px;
        height: 190px;
    }
    .button {
        padding: 10px 8px;
    }
    .block-mobile > div > div > div:nth-of-type(2) {
        font-size: 0.7rem;
    }
    .footer-container > .f-app a {
        font-size: 0.9rem;
        padding: 3px 15px;
    }
    .f-url{
        display: flex;
        flex-direction: column;
    }
    .footer-container .agreement{
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
        gap: 20px;
    }
    #one_apart {
    flex-wrap: wrap;
        width: 95%;
        padding-top: 60px;
    }
    #one_apart .apart-block-1 {
        width: 100%;
    }
    #one_apart .requisites-page {
        flex-direction: column;
    }
    #one_apart .requisites-item-page {
        font-size: 0.8rem;
    }
    .apart-block-1 .info .item {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .apart-block-1 .app > .booking > .price {
        font-size: 1rem;
    }
    #one_apart .apart-block-2 {
        width: 100%;
        margin-top: 20px;
    }
    #one_apart .next-apart {
        margin-left: 0;
    }

    element.style {
    }

    .footer-container .agreement .about {
        width: 97%;
    }
    .footer {
        height: auto;
    }
    .footer .copy {
        text-align: center;
    }
    #one_apart .map-video {
        flex-direction: column;
    }
    #lightgallery > a:nth-of-type(1) img {
        width: 100%;
        margin-bottom: 3px;
        /*border-radius: 5px;*/
    }
    #lightgallery img {
        width: 50%;
    }
    #lightgallery img {
        padding-left: 2px;
        padding-right: 2px;
    }
    #lightgallery > a:nth-of-type(7) img {
        border-radius: 0 0 0 0;
    }
    #one_apart .video {
        border-radius: 0 0 0 0;
    }
}

@media (max-width: 500px) {
    .about-page .img-background::before {
        background-position: 15% 0;
    }
    .img-background li {
     font-size: 15px;
    }
    .yandex-rating__logo {
        top: 23%;
        left: -3.5%;
    }
    .business-awards-view__dialog-icon-wrapper svg {
        width: 90px;
    }
    .business-awards-view__dialog-year {
        top: 76%;
        font-size: 9px;
    }
    #pages_apart.page-partner .p-content{
        width: 95%;
        margin: 10px auto;
    }
    .page-partner .hotapart-intro h1 {
        font-size: 19px;
    }
    .page-partner .hotapart-intro ul li {
        margin-bottom: 16px;
        font-size: 14px;
    }
    .page-partner .hotapart-intro a {
        font-size: 16px;
    }
    .page-partner .hotapart-intro {
        padding: 20px;
    }
    .language .lang{
        display: none;
    }
    #search-b{
        display:block;
    }
    .date_search{
        width: 100%;
    }
    .partner{
     justify-content: center;
    }
    .dop_info .dop_1 {
        width: 100%;
    }
    .dop_info .dop_1 > div {
        font-size: 0.8rem;
    }
    .dop_info .dop_2 > div {
        font-size: 0.8rem;
    }
    #allApart .banner{
        margin: 0 0 0 0;
    }
    #one_apart #productsContainer .loader {
        width: 20px;
        height: 20px;
    }
    #one_apart #productsContainer .loader::after {
        width: 20px;
        height: 20px;
    }
    #one_apart #loaderMini {
        margin-top: 25px;
    }
    #one_apart .products-container {
        justify-content: center;
    }
    .block-mobile {
        display: block!important;
        padding-top: 40px;
    }
    .apart > .item:nth-of-type(1) {
        margin: 10px auto;
    }
    #allApart .block-content {
        padding-top: 10px;
    }
    #allApart .banner {
        height: 127px;
        background-size: contain;
    }
    #one_apart{
        overflow-x: hidden;
    }
    #one_apart .booking .button {
        padding: 10px 2px;
        font-size: 10px;
    }
    #one_apart .booking  .button-active{
        padding: 10px 8px;
        font-size: 11px;
    }

    #one_apart .product .img {
        height: 100px;
    }
   #one_apart .products-container .rub {
        font-size: 15px;
    }
    #one_apart .products-container .product {
        width: 48%;
        padding: 10px;
        margin: 2px;
        font-size: 13px;
    }
    #one_apart .product img{
        width: 100px;
    }
    .apart .info .free-date-title{
        display: none;
    }
    .apart .info .free-date-container{
        display: none;
    }
    #one_apart .next-apart h2{
        font-size: 3.8vw;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    #lightgallery > a:nth-of-type(1) img {
        margin-bottom: 0.5%;
        clip-path: none!important;
    }
    #lightgallery img {
        padding-left: 0;
        padding-right: 0;
    }
    #lightgallery a:nth-child(odd) img{
        clip-path: inset(0 1.6% 0 0);
        padding-right:0.5%!important;
    }
    #lightgallery img {
        width: 50%;
    }
    #one_apart .next-apart-title {
        margin-left: 0;
    }
    #one_apart .address{
        display: none;
    }
    body{
        font-size:12px;
    }
    .info .requisites img {
        width: 13px;
        height: 13px;
    }
    #map{
        /*box-sizing: border-box;*/
        /*display: flex;*/
        /*flex-direction: column;*/
        /*min-width: 320px;*/
        /*position: relative;*/
    }
    .block-content{
        order:2;
    }
    .block-map{
        order:1;
    }
    .apart > .item{
        flex-direction: column;
        width: 99%;
        margin: 20px auto;
    }
    .apart > .item .foto {
        width: 100%;
    }
    .apart > .item .info {
        width: 100%;
    }
    .no_photos {
        background-color: #ededed;
        width: 100%;
        height: 184px;
        background-size: 60%;
        background-repeat: no-repeat;
    }
    .photos {
        width: 100%;
        height: 250px;
        background-size: cover !important;
        background-position: center center !important;
        position: relative;
        /*width: 100%;*/
        /*height: 300px;*/
        /*background-size: cover;*/
        /*background-position: bottom 0px right 0!important;*/
    }
    .item .address{
        font-size: 0.95em;
        padding: 5px 0px 0px 10px;
    }
    .item .requisites{
        display: none;
    }
    .item .icon{
        display: none;
    }
    .item .more-info{
        display: none;
    }
    .mobile-hide{
        display: none;
    }
    .mobile-price{
        display: block!important;
        flex: auto;
        /*padding-left: 10px;*/
        /*padding: 0px 0px 0px 10px;*/
    }
    .show-apart{
        padding: 0px 10px 0px 10px;
    }
    .show-apart {
        align-items: center;
        justify-content: space-around;
    }
    .show-apart .num{
        font-weight: bold;
        font-size: 1rem;
        color: #00c2ab;
    }
    .apart > .item .info {
        margin: 0 0;
    }
    .apart > .item .info > div {
        margin-left: 0;
    }
    .block-mobile > div {
        margin-bottom: 0;
    }
    .item .info .metro {
        font-size: 0.95em;
        padding: 5px 0px 0px 10px;
    }
    .footer-container .agreement {
        color: var(--color-text);
    }
    .footer-container .agreement a {
        color: var(--color-text);
        font-size: 0.8rem;
    }
    .agreement > div:nth-of-type(1){
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }
    .footer .copy {
        padding-bottom: 20px;
    }
    .footer-container .agreement .about p {
        font-size: 0.8rem;
    }
    .block-content > div:nth-of-type(2) {
        width: 90%;
        margin: 0 auto;
    }
    .clicks i{
        font-size: 1rem;
    }
    .field input {
        width: 50%;
    }
    input[type="checkbox"]:after {
        width: 20px;
        height: 20px;
        top: -23px;
    }
    input[type="checkbox"]:before {
        width: 20px;
        height: 20px;
    }
    input[type="checkbox"] {
        width: 20px;
        height: 20px;
    }
    .checkbox-other {
        margin: 2px 0;
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }
    .count-apart {
        background: var(--color-white);
        width: 100%;
        border-radius: 0;
    }
    .apart .search {
        width: 100%;
    }
    .vs__dropdown-menu{
        padding: 20px 0!important;
    }
    .apart .item{
        box-shadow: 0 3px 5px rgba(41, 47, 55, 0.1);
    }
    .mobile-show{
        display: block!important;
    }
    .show-apart a{
        text-decoration: none;
        font-size: 0.9rem;
    }
    .info .title a {
        font-size: 0.9rem;
    }
    .button {
        padding: 10px 16px;
    }
    .info .title {
        padding: 5px 0px 0px 10px;
    }
    #one_apart .info .title {
        font-size: 0.8rem;
    }
    .apart-block-1 .app > .title > .name {
        font-size: 1em;
    }
    #one_apart .address {
        font-size: 0.8rem;
    }
    #one_apart .vertical{
        width: 100%;
    }
    #one_apart .splide__arrow--next {
        display: none;
    }
    #one_apart .splide__arrow--prev {
        display: none;
    }
    #one_apart .splide-img-apart{
        height: 600px;
    }

    #one_apart  #map{
        margin-top: 3px;
        height:235px!important;
    }
    #one_apart .block-map{
        padding-right: 0!important;
    }
}