﻿.toggle-off.btn {
    background-color: gainsboro;
}


.main {
    display: block;
    /* padding: 0 var(--padding-layout-mb); */
    /* margin-top: -46px; */
    margin-bottom: 60px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 32px;
    min-width: 1300px;
    max-width: 1300px;
}

.search-box .search-group {
    border: 1px solid #E5E5E5;
    border-radius: 10px;
}

.group-control--left {
    border-top-left-radius: 10px;
}

.group-control--right {
    border-right: none;
}

body {
    background: #ffffff;
}

.slider-box .slider .slider-item {
    border: 1px solid #E5E5E5;
}

.body-header {
    border-bottom: 1px solid #E5E5E5;
}

.map-elm {
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    /*padding:40px;*/
}

.classRegion {
    max-width: 278px !important;
    min-width: 278px !important;
}

.classObject {
    max-width: 244px !important;
    min-width: 244px !important;
}

.classRooms {
    max-width: 143px !important;
    min-width: 143px !important;
}

.classRealization {
    max-width: 222px !important;
    min-width: 222px !important;
}

.classPrice {
    max-width: 222px !important;
    min-width: 222px !important;
    margin-top: 42px !important;
}

body {
    align-items: normal;
    justify-content: space-between;
    max-width: 100%;
}

.footer {
    position: absolute;
    bottom: 0px;
}

.map-elm {
    display: flex;
    justify-content: center;
    /*padding-top: 150px;*/
    height: 1347px;
    padding-bottom: 100%;
    /*padding-top: 10%;*/
    padding-bottom: 6%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.maps-style {
    min-height: 100%;
    height: 100%;
    max-height: 100%;
    width: 1300px;
    height: 150px;
    flex-basis: 55%;
}

.new {
    margin-bottom: 0px;
    padding-top: 3%;
}

.searchs {
    margin-bottom: 0px;
}

.map-objects {
    overflow: scroll;
    max-height: 100%;
    padding: 0px;
    flex-basis: 45%;
}

.footer {
    bottom: auto;
}

.searchs {
    width: 90%;
}

body {
    background: #f0f0f0;
}

.main {
    /*background-color: #f1f2f2;*/
    height: 100%;
    width: 100%;
    margin-top: 240px;
    /* margin-left: 349px; */
    /* margin-right: auto; */
    align-items: center;
    display: flex;
    flex-direction: column;
}

h1 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    /* identical to box height */
    color: #2C3537;
}

h3 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    /* identical to box height */
    color: #2C3537;
}

