table {width: 100%; border-collapse: collapse;}
table thead tr th {font-weight: bold; background-color: #e8e9eb; }
table thead tr td, table thead tr th {border: 1px solid #e8e9eb; padding: 10px;}
table tbody tr td {border: 1px solid #e8e9eb; padding: 10px;}

h1, h2 {
    font-weight: 900;
}

.h3, h3 {
    font-size: 1.8rem;
    font-weight: 700;
}

#wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#main {
    flex-grow: 1;
}

/* font converted using font-converter.net. thank you! */
.form-control:focus {
    border-color: unset;
    box-shadow: unset;
}

.fancybox-slide.fancybox-slide--html .fancybox-content .fancybox-close-small:hover {
    background-color: #64009c;
    color: #fff;
    border-radius: 25px;
    margin-top: 10px;
    margin-right: 10px;
}

.fancybox-slide.fancybox-slide--html .fancybox-content .fancybox-close-small {
    background-color: #ABAAAB;
    font-weight: 700;
    border-radius: 25px;
    margin-top: 10px;
    margin-right: 10px;
}

.btn:focus {
    box-shadow: unset;
}


#header-menu {
    z-index: 100;
    top: 0;
    width: 100%;
    background-color: #fff;
}

.fio-mask_no {
    border: 1px red solid;
    color: red;
}

.fio-mask_yes {
    color: green;
}

a:hover {
    color: #7500A0;
    transition: 0.4s;
    text-decoration: none;
}

.src-wrapper a:hover {
    color: #7500A0;
    transition: 0.4s;
}

.jk-container {
    padding-bottom: 25px;
}

@font-face {

    font-family: "CenturyGothic";

    src: url("../../font/gothic.eot");
    /* IE9 Compat Modes */

    src: url("../../font/gothic.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */

        url("../../font/gothic.otf") format("opentype"),
        /* Open Type Font */

        url("../../font/gothic.ttf") format("truetype"),
        /* Safari, Android, iOS */

        url("../../font/gothic.woff") format("woff"),
        /* Modern Browsers */

        url("../../font/gothic.woff2") format("woff2");
    /* Modern Browsers */

    font-weight: normal;

    font-style: normal;

}



body {

    font-family: "CenturyGothic";

}

a:active {
    background-color: inherit;
    border-color: inherit;
}







.header__inner {
	padding:10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;


}
.header__logo{
	width:25%;
}
.header__controls{
	width:30%;
}
.header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
			-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    width: 45%;
	padding-left:60px;
}
.search-form{
	position:relative;
}
.search-form__icon {
	top:50%;
	margin-top:-8px !important;
	left:10px;
    position: absolute;
    z-index: 1;
	line-height:1;
	cursor:pointer;

}
.search-form__icon-input{
	padding: 7px 20px 7px 40px;
    box-sizing: border-box;
    margin: 0;
    height: auto;
    width: 100%;
    line-height: 1;
    font-size: 12px;
	border:1px solid #70706f;
}
.header__controls-top{
	margin-bottom:10px;
}
.header__controls-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	margin:0 -5px;
}
.header__controls-item{
	margin:0 5px;
	-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;
}
.header__controls-item-link {
    color: #70706f;
    border-radius: 5px;
    border: 1px solid #70706f;
    padding: 4px 15px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	text-align:center;
	outline:none;
	text-decoration:none;
	-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;
	-webkit-transition:0.5s all ease;-o-transition:0.5s all ease;transition:0.5s all ease;
}
.header__controls-item-link i{
	margin-right:10px;
}
.header__controls-item-link i:before{
    font-size:12px;
}
.header__controls-item-favourite:hover{
	background:#FF0D1D;
	border-color:#FF0D1D;
	color:#fff;
}
.header__controls-item-phone:hover{
	background:#7500A0;
	border-color:#7500A0;
	color:#fff;
}

.header__contacts-item-phone a {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    position: relative;
    display:inline-block;
    padding:0 0 0 25px;
}
.header__contacts-item-phone a:before{
    content:"\f102";
    font-family:'Flaticon';
    font-size:14px; 
    position:absolute;
    left:0;
    top:50%;
    margin-top:-7px;
    line-height:1;
}

.header__contacts-item-address {
    font-size: 14px;
    position: relative;
	padding:0 0 0 25px;
}

.header__contacts-item-address:before {
    content:'';
    background:url(../../image/geo.png) no-repeat left center;
    width:20px;
    height:27px;
    left:-5px;
    top:50%;
    position:absolute;
    margin-top:-13.5px;
}
.header__contacts-item{
	max-width:200px;
}

.header__menu{
	background:#7500a0;
}

.header__bot{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.header__bot .mainMenu{
	width:100%;
}
.header__bot .mainNav__link:after{
	display:none;
}

.header__bot .mainNav__link{
	font-size:16px;
}

.header__bot .mainNav__sublink{
	font-size:14px;
}

.header__bot .mainNav__link:after{
	top:13px;
}
.header__bot .mainNav__link {
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
	text-transform:uppercase;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.header__bot .mainNav__item:hover .mainNav__link {
    background: #580079;
}
.header__bot .mainNav__submenu {
    background: #580079;
	width:280px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0px;
    padding: 10px 10px 20px 30px;
}
.header__bot  .mainNav__sublink{
	color:#fff;
	border-color:#fff;
}
.header__mobile-button{
	display:none;
}


.mainNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.mainNav__link {
    padding: 10px 10px;
    font-size: 13px;
    color: #000;
    display: inline-block;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    -webkit-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    transition:0.5s all ease;
    position: relative;
}

.mainNav__link:after{
    content:'●';
    position:absolute;
    left: -10px;
    font-size:13px;
    -webkit-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    transition:0.5s all ease;
}
.mainNav__item:first-child .mainNav__link:after{
    display:none;
}
.mainNav__link.red-circle:after{
    color:#e31e24;
}
.mainNav__link.orange-circle:after{
    color:#f58117;
}
.mainNav__link.green-circle:after{
    color:#049e44;
}
.mainNav__link.blue-circle:after{
    color:#19b1f9;
}
.mainNav__link.dark-blue-circle:after{
    color:#065ea4;
}
.mainNav__item:hover .mainNav__link:after{
    opacity:0;
    visibility:hidden;
}
.mainNav__item:hover + .mainNav__item  .mainNav__link:after{
    opacity:0;
    visibility:hidden;
}
.mainNav__item:hover .mainNav__link{
    background: #ededed;
}
.mainNav__item-parent {
    position: relative;
}

.mainNav__submenu {
    position: absolute;
    width: 250px;
    background: #ededed;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    padding:10px;
    opacity:0;
    visibility:hidden;
    -webkit-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    transition:0.5s all ease;
	text-align:left;
	z-index:100;
}
.mainNav__item-parent:hover .mainNav__submenu{
    opacity:1;
    visibility:visible;
}

.mainNav__sublink {
    color: #000;
    border-bottom:1px solid #000;
    font-size:12px;
}
.mainNav__sublink:hover{
    border-color:transparent;
}



/*
.button-menu {

    display: flex;

    justify-content: space-between;

    width: 500px;

    align-items: center;

}



.button-menu > * {

    margin: 0px 4px;

}



.button-menu .search {

    position: relative;

    min-width: 150px;

    width: 166px;
    margin-top: 10px;

}

.button-menu .search i {

    left: 9px;

    top: -4px;

    margin-left: 0px;

    margin-top: 7px;

    display: block;

    color: #6D6D6C;

}
*/

.search:hover i {
    color: #64009c;
}

/*
.button-menu input:hover {
    border-color: #64009c;
}

.button-menu input {

    font-size: 12px;

    width: 100%;

    padding-left: 35px;

    border-color: #6d6d6c;

    height: 30px;

    line-height: 30px;

}



.button-menu a {

    font-size: 12px;

    color: #6d6d6c;

    border-color: #6d6d6c;

    display: inline-flex;

    justify-content: center;

    align-items: center;

    padding-top: 2px;

    padding-bottom: 2px;

    height: 30px;

    line-height: 30px;

}
*/
.mobile-menu__item-parent-link{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	        justify-content:center;
}
.mobile-menu__item-parent-toggle{
	margin-right:15px;
}
.mobile-menu__item-parent-toggle i{
	font-size:16px;
	color:#aeaeae
}
.mobile-menu__item-parent-toggle.active i:before{
	content:'\f077';
}
.mobile-menu__submenu{
	display:none;
}
.mobile-menu__submenu-item a.mobile-menu__sublink {
    font-size: 20px !important;
}


.object-detail-empty-photo {
    display: block;
    margin-bottom: 30px;
}






.banner-list {

    display: flex;

    align-items: center;

    justify-content: center;

}



.banner {

    border-radius: 8px;

    overflow: hidden;

    display: block;

    height: 100%;

    margin: 0 auto;

    width: 100%;

}

.banner:hover,
.just-wrap:hover,
.jk-src2:hover img {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    transition: 0.4s;
}

.jk-src2 {
    height: 100%;
}




.banner img {

    object-fit: cover;

    object-position: center top;

    width: 100%;

    height: 100%;

}



.lead {
    font-size: 15px;
    font-weight: 300;
}



.block-about-list {
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
}

.block-about-list div:nth-child(odd) {

    background-color: #ececec;

}



.block-about-list div:nth-child(even) {

    background-color: #f2f2f2;

}



.block-about {
    background-color: #ececec;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: center;
}



.block-about:hover {

    color: #FFFFFF;

    background-color: #64009c !important;

    transition: 0.5s;

}

.block-about i:before {

    font-size: 80px;

}



.block-about .title {

    font-weight: bold;

}



.block-about p {

    width: 80%;

    margin-bottom: 23px;

}



.button-about {

    background-color: #64009c;

    max-width: 275px;

    color: #ffffff;

    margin: 0 auto;

    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;

}



.block-cart-list {
    display: flex;
    /*align-items: center;*/
    /*justify-content: space-between;*/
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 15px;
}



.block-cart {

    width: 270px;

    height: 420px;

    position: relative;

    border-radius: 20px;

    overflow: hidden;

    margin-bottom: 20px;

}



.block-cart-bottom {

    position: absolute;

    bottom: 0;

    left: 0;

    text-align: left;

    padding-left: 10px;

    height: 28%;

    width: 100%;

    font-size: 14px;

    background-color: #f2f2f2;

    display: inline-flex;

    flex-direction: column;

    justify-content: space-between;

    padding-bottom: 10px;

    color: #6d6d6c;

}



.block-cart-bottom .title {

    color: #000000;

}

.color-number {

    color: #64009c;

}



.form-calculete {

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: space-between;

    margin-top: 28px;

    width: 82%;

    margin: 27px auto;

}

.items {

    display: flex;

    flex-direction: row;

    width: 100%;

}



.items2 {

    margin-top: 15px;

}



.item {

    padding: 4px;

    width: 100%;

}



.item input {

    width: 90%;

    margin: 0 auto;

    border-radius: 4px;

    background-color: #f5f5f5;

}





.block-flat-list {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding-left: 5px;

    padding-right: 5px;

    margin-top: 50px;

}



.block-flat {

    width: 270px;

    height: 420px;

    position: relative;

    border-radius: 20px;

    overflow: hidden;

}



.block-flat-bottom {

    position: absolute;

    bottom: 0;

    left: 0;

    text-align: left;

    padding-left: 10px;

    height: 40%;

    width: 100%;

    font-size: 14px;

    background-color: #f2f2f2;

    display: inline-flex;

    flex-direction: column;

    justify-content: space-between;

    padding-bottom: 10px;

    color: #6d6d6c;

}



.block-flat-bottom .title {

    color: #000000;

    font-size: 18px;

    font-weight: bold;

    padding-top: 10px;

}



.block-flat-bottom .prices {

    display: flex;

    justify-content: space-between;

    width: 90%;

    font-size: 18px;

}



.old-price {

    text-decoration: line-through;
    color: #aaa9a9;
    margin-left: 20px;

}

.price-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}



.block-flat-bottom .ardress {

    font-size: 12px;

    padding-top: 5px;

    padding-bottom: 10px;

}




@media (max-width: 992px) {

	
	/*
    .button-menu>* {

        margin: 0px 5px;

    }

    .button-menu {

        justify-content: center;

        align-items: center;

        flex-wrap: wrap;

        flex-direction: row;

        width: 100%;

        margin: 15px 0px;

    }
	*/

    .mainMenu {

        align-items: center;

        flex-direction: column;

    }

    .mainMenu .menu {

        margin-bottom: 15px;
        display: none;
        margin: 0 auto;

    }

    .mob-ul {
        display: flex;
    }



    .block-cart-list {

        margin-top: 10px;

    }

    .block-cart {

        margin-top: 20px;

    }

}



@media (max-width: 820px) {
	
	/*
    .button-menu {

        margin: 30px 0px;

    }
	*/

    .mainMenu {

        flex-direction: column-reverse;

        margin: 10px -15px 20px;

    }

    .mainMenu .menu {

        margin-bottom: 0px;

        margin-top: 0px;

        flex-wrap: wrap;

        flex-direction: column;

    }

    .circle {

        margin: 5px 0px;

    }

}



@media (max-width: 768px) {

    .reiltor_col {
        margin-top: 50px;
    }


    .banner-list {

        display: flex;

        flex-direction: column;

        flex-wrap: wrap;

        align-items: center;

        justify-content: center;

    }



    .block-about-list {

        justify-content: center;

        flex-wrap: wrap;

        width: 100%;

        margin-left: 0px;

    }



    .block-about {

        margin: 2px 0px;

    }

    .logo-footer {
        width: 50%;
    }



    .block-cart-list {

        justify-content: center;

    }

}



/* почти все правки по верстке предыдущим верстаком ниже */



.content-wrapper {

    display: block;

    margin: 0 auto;

    max-width: 80%;

}

[class^="flaticon-"]::before {

    margin-right: 0px !important;

}



.flaticon-museum {

    margin-top: 5px;

}

.flaticon-file {

    margin-left: 11%;

}



h1 {

    font-size: 36px;

    font-weight: bold;

}

p {

    font-size: 14px;

    margin-bottom: 0px;

}

.custom_lead {

    margin-bottom: 20px;

}

.banner img {

    object-fit: cover;

    object-position: center top;

    width: 100%;

    height: 100%;

}




.text-form p {

    margin-left: 22px;

    width: 93%;

}

.text-form {

    width: 68%;

    font-size: 14px;

    text-align: initial;

}



.form-post {

    width: 33%;

}



.form-post button {

    width: 100%;

    display: block;

    margin: 0 auto;

    margin-right: 20px;

    margin-top: 8px;

    font-size: 14px;

}

.button-about {

    font-size: 14px;

}




.src-wrapper {

    display: flex;

    justify-content: center;

    align-items: center;

    justify-content: center;

    flex-direction: column;

}



.for-img-cart {
    width: 100%;
    height: 260px;
}


.card-flat {
    margin-bottom: 30px;
}

.card-flat .just-wrap {
    height: 100%;
    margin-bottom: 0;
}

.card-flat .just-wrap > a.jk-src {
    flex-grow: 1;
}

.card-flat .just-wrap .block-cart-fix {
    height: 100%;
}

.card-flat .just-wrap .wrap32 {
    flex-grow: 1;
}

.just-wrap {
	overflow:hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5)
}

.just-wrap-column{
	height:calc(50% - 30px);
    margin-bottom: 0;
}

.just-wrap-column .for-img-cart,
.just-wrap-column .for-img-cart img,
.just-wrap-column a{
	display:block;
	height:100% !important;
}

.service-item {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.service-item:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    transition: 0.4s;
}

.service-item__img {
    height: 140px;
}

.service-item__img img {
    object-fit: cover;
    object-position: center top;
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
}

.service-item__body {
    flex-grow: 1;
    text-align: left;
    font-size: 12px;
    background-color: #f2f2f2;
    flex-direction: column;
    color: black;
    padding: 0 15px 12px;
}

.service-item__title {
    display: block;
    margin-top: 9px;
    margin-bottom: 9px;
    color: black;
    font-size: 18px;
    line-height: 20px;
}

.service-item--img-only .service-item__img {
    height: 100% !important;
}

.service-item--img-only .service-item__img img {
    object-position: 15% top;
}


.height_block {
    height: 420px;
}


.block-cart-fix {
    width: 100%;
}



.block-cart-bottom-fix {
    text-align: left;
    height: 100%;
    width: 100%;
    font-size: 12px;
    background-color: #f2f2f2;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    color: black;
    padding: 0 15px 12px;
}



.for-img-cart img {
    object-fit: cover;
    object-position: center top;
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
}

.for-img-cart img.for-img-cart--zagl {
    object-fit: contain;
    object-position: center;
}

.just-wrap-column .for-img-cart img {
    object-position: 15% top;
}

.jk-container .for-img-cart img {
    object-fit: cover;

    object-position: center top;

    width: 100%;

    height: 100%;

}

.slick-slide {
    border-radius: 0px !important;
}

.block-cart-bottom-fix .title {
    margin-top: 9px;
    color: black;
    font-size: 18px;
}

.block-cart-bottom-fix .flaticon-placeholder-filled-point {
    color: #6D6F72;
}

.wrap32 {
    display: flex;
    padding: 8px 0 10px;
    /*height: 59px;*/
    justify-content: flex-start;
    align-items: flex-start;
    /*max-width: 96%;*/
}

.jk-place {
    margin-left: 4px;
    color: #000;
}

.flaticon-placeholder-filled-point {
    font-size: 12px;
}

.flex-wrap-span {
    display: flex;
    font-size: 12px;
}

.big {

    font-size: 18px;

    font-weight: bold;

}

.slick-dots li {
    padding-top: 90%;
}

.sales-red {
	text-align:center;
    position: absolute;
    z-index: 10;
    background-color: #FF0D1D;
    font-size: 12px;
    width: 200px;
    font-family: "CenturyGothic";
    color: white;
	padding:5px 0;
    border-bottom-right-radius: 8px;
    font-weight: bold;
    border-top-left-radius: 8px;
}


a:active,
a:focus,
a:hover {
    outline: none;
}

a::-moz-focus-inner {
    border: 0;
}

.blue {

    background-color: #00A6E8;

}

.like_wrap {

    width: 30px;

    height: 30px;

    background-color: #fff;

    border-radius: 30px;

    position: absolute;

    z-index: 14;

    right: 21px;

    top: 6px;

    opacity: 0.5;

    display: flex;
    justify-content: center;
    align-items: center;

    display: none;

}


.like {

    z-index: 15;

    width: 21px;

    height: 21px;

    position: absolute;

    top: 4px;

    right: -1px;

    color: gainsboro;

}




.like_wrap:hover {

    opacity: unset;

    transition: 0.4s;

}



.for-img-cart .slick-slide {
    height: 260px !important;
}

.custom-dots {

    display: flex;

    justify-content: center;

    height: 4px;

    min-width: 40px;

    position: absolute;

    bottom: 10px;

    z-index: 9999;

    justify-content: center;

    align-content: center;

    align-items: center;

    justify-items: center;

}

.custom-dots li {

    height: 4px;

    min-width: 40px;

    color: #fff;

    z-index: 99999;

    list-style: none;

}



.custom-dots button {

    height: 4px;

    min-width: 40px;

    color: #fff;

    z-index: 99999;

}



.slick-dots li {

    width: 40px !important;

    height: 4px !important;

}



.slick-dots {

    bottom: 15px !important;

}



.slick-dots button:before {

    display: none !important;

}



.slick-dots li button {
    width: 41px !important;
    height: 4px !important;
    padding: 0px !important;
    color: #fff !important;
    margin: 0 !important;
}



.slick-active button {

    background: #00A6E8 !important;

}



.uslugi h2 {

    text-align: center;

}

.uslugi .lead {

    text-align: center;

    margin-bottom: 25px;

}



.uslugi .for-img-cart {
    height: 135px;
}



.uslugi {

    margin-top: 100px;

}

.uslugi .block-cart-fix .title {

    font-size: 18px;

}



.usluga-descr {

    font-size: 12px;

}

.fa-ruble-sign {

    color: black;


}

.fa-ruble-sign:before {
    content: '\f158';
}

.block-cart-bottom-fix span {
    /*max-width: 95%;*/
}

.img-only img {
    border-radius: 8px;
}



.uslugi .block-cart-fix {

    width: 100%;

    height: 116px;

}

.button-menu2 .search {
    position: relative;
    min-width: unset;
    width: unset;
}

.reiltor-wrap-2 {
    background-color: #EDEDED;
    border-radius: 8px;
}

.button-menu2 {
    display: flex;
    justify-content: flex-end;
}

.hover-3-fix {
    width: 40px !important;
    border-color: #7500A0 !important;
    cursor: pointer;
}

.heart-fix .flaticon-call-answer,
.phone-fix .flaticon-heart {
    margin-right: 0px !important;
}

.phone-fix {
    color: #fff !important;
    background-color: #007bff;
    width: 40px !important;
}

.heart-fix {
    background-color: #DF212A;
    color: #fff !important;
    border: none;
    transition: 0.4s;
    width: 75px !important;
}

.heart-fix:hover {
    color: #fff !important;
    background-color: #ff303a !important;
}

.phone-fix:hover {
    color: #fff !important;
    background-color: #3c98fb !important;
}

.rieltor-wrap {
    padding: 20px;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.rieltor-wrap .btn {
    white-space: normal;
}

.rieltor-name {
    font-weight: bold;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 5px;
    color: #000;
}

.rieltor-descr {
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 15px;
}



.button-type-2 {

    background-color: unset;

    border: 2px solid gray;

    color: black;

}

.button-type-2:hover {

    border: 2px solid #7500A0 !important;
}

/*
.header-content-fixed .top_logo {
    max-width: 150px;
}

.header-content-fixed .top_logo img {
    width: 100%;
}
*/

.button-menu2 .search i {
    left: 9px;
    top: -4px;
    margin-left: 6px;
    margin-top: 7px;
    display: block;
}

/*
.header-content-fixed {
    margin-right: unset;
    margin-left: unset;
}

.header-content-fixed .button-menu {
    width: unset;
}

.header-content-fixed .mainMenu .menu a {
    font-size: 13px;
}

.header-content-fixed .mainMenu {
    margin: unset;
}

.header-content-fixed .flaticon-call-answer,
.header-content-fixed .flaticon-heart {
    margin-right: 0px;
}
*/

.heart-img {
    width: 20px !important;
    height: 18px !important;
    margin-top: 2px;
    cursor: pointer;
}

.button-about {
    border-radius: 4px;
}

.button-about:hover {

    background-color: unset;

    border: 1px solid #7500A0;

    color: black;



}

.button-type-2:hover {

    background-color: #64009c;

    max-width: 275px;

    color: #ffffff;

    margin: 0 auto;

    transition: 0.4s;

}

.slide-hidden {
    display: none;
}



.block-cart-bottom-fix-new .title {
    line-height: 20px;
}

.recommend {
    margin-bottom: 6px;
}

.slick-active button {

    background-color: red;

}

.no-radius img {
    border-radius: 0px;
}




.src-wrapper,
.soc-wrapper span {

    text-align: right;

    font-size: 14px;

    font-weight: normal;

}



.src-wrapper {

    display: flex;

    justify-content: space-between;

    flex-direction: column;

    text-align: right;

}



.src-wrapper span {

    display: block;

    margin-bottom: 10px;

}

.src-wrapper a {
    color: black;
    text-decoration: underline;
    font-size: 14px;
    display: block;
}

.soc-wrapper3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer {
    box-shadow: 0 -5px 6px -5px rgba(0, 0, 0, 0.5);
}

.soc-wrapper2 {
    text-align: right;
}

.padding {

    padding-top: 10px;

    padding-bottom: 10px;

}

.conf {
    text-align: left;
    font-size: 14px;
    text-decoration: underline;
    color: black;
    margin-top: 5px;
    display: block;
}

#fixed-header {
    position: fixed;
    top: 0;
    z-index: 99;
    margin-top: 0px;
    width: 100%;
    display: none;
}
.header-fixed__likes-count{
	display:inline-block;
	padding:0 0 0 5px;
}

.src-wrapper {
    min-width: 200px;
}

.lastimg {
    float: right;
    background: #007bff;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    display: flex;
    align-self: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.soc-wrapper3 span {
    margin-bottom: 5px;
    display: block;
}

.soc-wrapper2 span,
.soc-wrapper3 span {
    font-size: 12px;
}

.just-wrap a:hover {
    text-decoration: none;
}

.end {
    text-align: right;
    font-size: 14px;
}

.jk-src:hover {
    text-decoration: none;
}

.end a {

    text-decoration: underline;

    color: black;

}

.end a:hover {
    color: #7500A0;
}

.endend {

    font-size: 11px;

    font-weight: normal;

    display: block;

}

.lastimg:hover {
    background-color: #7500A0;
}

.lastimg img {
    flex-shrink: 0;
}

/*выпадающее меню НАЧАЛО */

nav {}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.topmenu>li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 7px;
}

.topmenu>li>a {
    font-size: 14px;
    margin-right: 12px;
}

.topmenu li a:hover {
    text-decoration: none;
}

.li-wrap {
    padding: 8px;
}

.submenu-link:after {}


.submenu {
    background: #EEEEEE;
    position: absolute;
    left: 15px;
    top: 100%;
    z-index: 25;
    width: 260px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: .4s ease-in-out;
    border-radius: 0px 8px 8px 8px;
    text-align: left;
}

.submenu2 {
    left: 0px;
}

.submenu li {
    line-height: 1.8;
}

.submenu li:last-child {
    margin-bottom: 8px;
}

.submenu li:first-child {
    margin-top: 7px;
}

.submenu a {
    color: white;
    text-align: left;
    padding: 12px 15px;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    text-decoration: underline;
	
	-webkit-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	transition:0.5s all ease;
}

.submenu li:last-child a {
    border-bottom: none;
}

.topmenu>li:hover .submenu {
    opacity: 1;
    transform: scaleY(1);
}
.topmenu>li:hover > a{
	background:#ededed;
	display:inline-block;
}

/*выпадающее меню КОНЕЦ */


.main_mnu_button {
    display: none;
    border: none;
    margin-top: 7px;
    background-color: transparent;
}

.main_mnu_button:active,
.main_mnu_button:focus {
    outline: none;
}

.main_mnu_button::-moz-focus-inner {
    border: 0;
}

#contatiner2 {
    margin-top: 65px;
    margin-bottom: 25px;
    text-align: center;
    text-align: center;
}

.for-mob-wrap {
    display: none;
}

.mob-ul {
    flex-direction: column;
    display: flex;
    text-align: center;
    justify-content: center;
    height: 90%;
}

.mob-ul li {
    box-sizing: border-box;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mobile-mnu {
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mob-ul li a {
    color: black;
    font-weight: bold;
    font-size: 16px;
}

.fancybox-inner {
    align-items: center;
    display: flex;
    justify-content: center;
}

#mobile-mnu nav {
    height: 90%;
}


.topmenu li:hover {
    border-radius: 5px 5px 0px 0px;
    border-color: #EEEEEE;
    padding: 0px;
    padding-left: -15px;
}

.flex-wrap-span,
.etajnost {
    font-size: 13px;
    font-weight: bold;
}

#mobile-slider .slick-slide {
    opacity: 1;
    opacity: 0.5;
}

#mobile-slider .slick-active {
    opacity: 1;
}

.mainMenu .topmenu>a:hover {
    background-color: #EEEEEE;
}

.mainMenu .topmenu>li:hover span {
    opacity: 1;
}


/* вторая версия меню для мобильных НАЧАЛО */
.mobile-menu {
    background-color: #fff;
    right: 0;
    z-index: 10;
    display: none;
    width: 19px;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.mobile-menu__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
    transition: .4s;
    margin-top: 6px;
}

.mobile-menu__icon {
    display: block;
    position: relative;
    background: #6D6D6C;
    width: 90%;
    height: 3px;
    transition: .4s;
}

.mobile-menu__icon::after,
.mobile-menu__icon::before {
    content: "";
    display: block;
    position: absolute;
    background: #6D6D6C;
    width: 100%;
    height: 3px;
    transition: .4s;
}

.mobile-menu__icon::after {
    top: 6px;
}

.mobile-menu__icon::before {
    top: -6px;
}

.mobile-menu__container {
    position: fixed;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 68px;
    left: 0;
    right: 0;
    z-index: 999;
    height: 0;
    opacity: 1;
    transition: .5s;
    transition-delay: .2s;
    overflow: hidden;
    background-color: #fff;
}

.mobile-menu__list {
    transition: .5s;
    transition-delay: .5s;
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;

}

.fancybox-slide--iframe .fancybox-content {
    width: 80%;
    height: 80%;
    margin: 0 auto;
}

.form {
    width: 41%;
    border-radius: 14px;
    padding: 7% 7% !important;
}

.form span {
    display: block;
}

.form input {
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wrap-check-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.form .button-about {
    margin-top: 10px;
}

.form .bold-span {
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
}

.form .top-gray {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: black padding-top: 10px;
    padding-bottom: 16px;
}

.form__checkbox {
    display: inline-block;
    margin: 0;
}

.form .bot-gray {
    font-weight: normal;
    display: inline-block;
    font-size: 10px;
    text-align: left;
    color: #7B7B7B;
    padding-top: 10px;
    padding-bottom: 10px;
}

.form .bot-gray2 {
    margin-left: 4px;
}

.mobile-menu__item {
    font-size: 26px;
    padding-bottom: 15px;
}

.mobile-menu__item a {
    font-size: 24px !important;
    justify-content: center !important;
    color: black !important;
}

.mobile-menu__link {
    text-decoration: none;
    font-size: 24px !important;
	font-weight:700;
}

.mobile-menu__checkbox {
    display: none;
}

.mobile-menu__checkbox:checked~.mobile-menu__nav {
    opacity: 1;
    transition-delay: 0s;
}

.mobile-menu__checkbox:checked~.mobile-menu__container {
    height: 100%;
    transition-delay: 0s;
	
	height:calc(100% - 68px);
	overflow:auto;
}

.mobile-menu__checkbox:checked~.mobile-menu__btn .mobile-menu__icon {
    background: transparent;
}

.mobile-menu__checkbox:checked~.mobile-menu__btn .mobile-menu__icon::before,
.mobile-menu__checkbox:checked~.mobile-menu__btn .mobile-menu__icon::after {
    top: 0;
}

.mobile-menu__checkbox:checked~.mobile-menu__btn .mobile-menu__icon::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.mobile-menu__checkbox:checked~.mobile-menu__btn .mobile-menu__icon::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/*Вторая версия меню для мобильных КОНЕЦ */

/* popups */
textarea {
    width: 100%;
    resize: none;
}

/* Ставим кнопку по центру */

.content {
    text-align: center;
}

.slider-crazy .slick-dots {
    /*right: 21px;*/
}

/* Стили для нашей кнопки */

button {
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 22px;
    text-decoration: none;
    margin: 20px;
    color: #fff;
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: 0;
}

button:active {
    transform: translate(0px, 5px);
    -webkit-transform: translate(0px, 5px);
    box-shadow: 0px 1px 0px 0px;
}

button:focus {
    outline: none !important
}

/* Стили для содержимого popup окна */

input,
textarea {
    color: #494949;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background: #fff;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 5px;
    width: 100%;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;
}

input:focus {
    border-color: #808080;
    outline: none;
}

textarea:focus {
    border-color: #808080;
    outline: none;
}

/* Кнопка */

.blue_btn {
    background-color: #55acee;
    box-shadow: 0px 5px 0px 0px #3C93D5;
}

/* Окно */

.overlay_popup {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
}

.popup {
    display: none;
    position: relative;
    z-index: 1000;
    margin: 0 25% 0 25%;
    width: 50%;
}

/* Ещё немного стилей для popup окна */

.object {
    width: 500px;
    height: 500px;
    background-color: #eee;
    padding: 50px 70px;
}

/* валидация */
.error {
    color: red;
    font-size: 12px;
}

/* заебался верстать КОНЕЦ */

.uk-container {
    max-width: 1110px!important;
}


@media (max-width: 1199px) {
    .uk-flex-column\@s {
        flex-direction: column;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .apartments .reiltor-wrap-2 {
        margin-top: 20px;
    }
}

.apartments__subnav a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none !important;
    text-decoration: underline;
    color: #000000;
}

.apartments__subnav li.uk-active a {
    text-decoration: none;
}

.apartments__detail span {
    display: block;
}

.apartments__detail-title {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 700;
    line-height: 24px;
}

.apartments__subtitle {
    display: block;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    color: #000000;
}

.apartments__map iframe {
    border-radius: 22px;
}

@media (max-width: 1199px) {
    .apartments__map iframe {
       width: 100%;
       height: 400px;
    }
  }

.apartments__detail-link {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.apartments__detail-link .flaticon-placeholder-filled-point {
    margin-right: 10px;
    color: #6d6f72;
}

.apartments__price-total {
    margin-bottom: 30px;
    color: #7500a0;
    font-size: 26px;
    font-weight: 700;
    line-height: 22px;
}

.apartments__price-old {
    margin-bottom: 30px;
    color: #9f9f9f;
    font-size: 26px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: line-through;
}

.apartments__price-meter {
    margin-bottom: 35px;
    font-size: 26px;
    font-weight: 400;
    line-height: 22px;
}

.apartments__detail .btn-heart {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    margin-right: 15px;
    width: 100%;
    max-width: 240px;
    border-radius: 10px;
    border: 2px solid #6d6d6c;
    background-color: #ffffff;
    color: #6d6d6c;
    white-space: nowrap;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .apartments__detail .btn-heart {
        max-width: 250px;
        margin-bottom: 20px;
    }
  }

.apartments__detail .btn-heart:hover {
    color: #ffffff;
    background: red;
}

.apartments__detail .btn-heart span {
    margin-right: 10px;
}

.apartments__detail .btn-about {
    width: 100%;
    margin: 0;
    max-width: 220px;
    border-radius: 10px;
    background-color: #7500a0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid transparent;
    transition: background-color .3s, border-color .3s;
}

@media (max-width: 1199px) {
    .apartments__detail .btn-about {
        max-width: 250px;
        margin-bottom: 20px;
    }
  }

.apartments__detail .btn-about:hover {
    color: #000000;
    background: #EDEDED;
    border-color: #7500a0;
}

.apartments__characteristics-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.72px;
    line-height: 24px;
    color: #000000;
}

.apartments__characteristics ul {
    padding: 0;
    margin: 5px 0;
}

.apartments__characteristics li {
    position: relative;
}

.apartments__characteristics span {
    position: relative;
    background: #ffffff;
}

.apartments__characteristics span:first-child {
    padding-right: 10px;
}

.apartments__characteristics span:last-child {
    padding-left: 10px;
}

.apartments__characteristics li::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    bottom: 5px;
    background-color: #000000;
    opacity: .1;
}

.uk-subnav {
    margin-left: 0 !important;
}

.uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before {
    margin-right: 10px !important;
    width: 5px;
    height: 5px !important;
    border-radius: 50%;
    border: none !important;
    background-color: #00a6e8;
}

.uk-subnav>* {
    padding-left: 10px !important;
}

.apartments .reiltor-wrap-2 {
    width: 280px;
    height: max-content;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-top .swiper-slide {
    width: 75%;
}

@media (max-width: 640px) {
    .gallery-top .swiper-slide {
        width: 100%
    }
  }

.swiper-slide {
    border-radius: 22px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.swiper-slide a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.gallery-top {
    height: 490px;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 100px !important;
    height: 80px !important;
    opacity: 0.4;
    border-radius: 10px;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-button-prev {
    left: 0 !important;
}

.swiper-button-prev::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 46px;
    border-radius: 0 8px 8px 0;
    background-color: #00a6e8;
    left: 0;
}

.swiper-button-prev::after {
    font-size: 15px !important;
    transform: translateX(-4px);
    z-index: 2;
}

.swiper-button-next {
    right: 0 !important;
}

.swiper-button-next::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 46px;
    border-radius: 8px 0 0 8px;
    background-color: #00a6e8;
    right: 0;
}

.swiper-button-next::after {
    font-size: 15px !important;
    transform: translateX(4px);
    z-index: 2;
}

.content-servise {
    flex-wrap: nowrap;
}

.content-servise ul, ol, dl {
    font-size: 14px;
}

.content{
    padding-right: 30px;
    text-align: left;
}

.content-header{
    text-align: left;
    padding-bottom: 20px;
}

.content-header p{
    margin-bottom: 10px;
}

.content-footer{
    text-align: left;
    padding-bottom: 40px;
}

.content-footer p{
    margin-bottom: 10px;
}

/*Добавлено из /redisane/kosak/final2*/
#map {
    width: 100%;
    height: 400px;
    padding: 0;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
}
.ymaps-2-1-75-b-cluster-tabs__section_type_nav {
    min-width: 150px !important;
}

.ymaps-2-1-75-b-cluster-tabs__menu-item-text {
    color: #7500a0 !important;
}

.ymaps-2-1-75-b-cluster-tabs__item-body a {
    color: #7500a0 !important;
}

.ymaps-2-1-75-b-cluster-tabs__menu-item_current_yes {
    background-color: #7500a0 !important;
}

.ymaps-2-1-75-b-cluster-tabs__menu-item_current_yes .ymaps-2-1-75-b-cluster-tabs__menu-item-text {
    color: #fff !important;
}

.zagalovok_proda{
    text-align: left;
}
.knop{
    display: flex;
    border-radius: none ;

}
.knop .input{
    border-radius: none;
}
.knop1{
    background-color: #fff;
}
.items .knop .knop1{
    width: 25%;
    background-color: #fff;
    border-radius: none;
}
.item .knop2{
    border-radius: none;
    background-color: #fff;

}
.item .knop3{

    background-color: #fff;
    border-radius: none;

}
.form-calculete {
    width: 100%;
}
.knop_2{
    margin-left: 20px;
    margin-right: 20px;
}
.item2{
    width: 40%;
}
.item3{
    width: 40%;
}
.item4{
    width: 20%;
}
.items .knop_mater{
    width: 100%;
}
.item-4 .button-type-3{
    width: 100%;
}
.tabs{
    padding: 0;
}
.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #f5f5f5;
    color: black;
}
.pagination{
    justify-content: center;
}
.pag_a{
    display: flex;
    justify-content: center;
    border-radius: 20px;
    background-color: #f5f5f5;
    height: 40px;
    margin-bottom: 20px;
    padding-top: 8px;
}
.filter_inner {
    border-radius: 10px;
}
.te {
    position: relative;
    margin: 0;
    top: -5px;
}
.select {
    margin-top: 25px !important;
}
.border_left {
    border-left: 1px solid #e1e1e1;
}
.tabs {
    font-size: 0 !important;
}
.fa-angle-down {
    font-size: 30px !important;
    top: 0 !important;
}
.filter_inner .filter_three_col .select .checkbox_container .checkbox input:checked+.checkbox__text:after {
    content: "✓";
    color: #A8A8A8 !important;
    top: -4px !important;
}
.from_to {
    padding-top: 9px;
}
.filter_inner a{
    color: black;
}
.filter_inner .filter_three_col .tabs .active_category {
    position: relative;
    top: -0.25px;
}
.novo {
    padding-right: 34px;
    padding-left: 34px;
}
.cansc {
    padding-left: 13px;
    padding-right: 13px;
}
.radl {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.vt {
    padding-right: 2px;
    padding-left: 2px;
}
.radr {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
li.active a{color: #00cccc !important;}

.filter_inner a: hover{
    color: black;
}

.select_text i{
    font-family: ;
}
.checkbox_container:before{

}
.js-example-basic-multiple{
    width: 100%;
    display: none;
}
.js-example-basic-multiple option{
    background-color: #fff;
}
.dropdown {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}

a {
    color: #7500a0;
}

.dropdown dd,
.dropdown dt {
    margin: 0px;
    padding: 0px;
}

.dropdown ul {
    margin: -1px 0 0 0;
}

.dropdown dd {
    position: relative;
}

.dropdown a,
.dropdown a:visited {
    color: #fff;
    text-decoration: none;
    outline: none;
    font-size: 12px;
}
.choose_one{
    max-height: 180px;
}
input.realCheckbox + label::before, input[type="radio"] + label::before{
    contet: '';
}
.dropdown dt a {
    background-color: #fafafa;
    display: fixed;
    padding: 8px 20px 5px 10px;
    min-height: 25px;
    line-height: 24px;
    overflow: hidden;
    border: 0;
    width: 272px;
}

.dropdown dt a span,
.multiSel span {
    cursor: pointer;
    display: inline-block;
    padding: 0 3px 2px 0;
}

.dropdown dd ul {
    background-color: #4F6877;
    border: 0;
    color: #fff;
    display: none;
    left: 0px;
    padding: 2px 15px 2px 5px;
    position: absolute;
    top: 2px;
    width: 280px;
    list-style: none;
    height: 100px;
    overflow: auto;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li a {
    padding: 5px;
    display: block;
}

.dropdown dd ul li a:hover {
    background-color: #fff;
}



/* ЛЕХА-РУЛИТ */


/* FILTER */

.filter{
    width:100%;
    position: relative;
    z-index: 20;
}
.filter__inner {
    background: #f5f5f5;
    border-radius: 15px;
    border: 1px solid #ecebeb;
     padding: 25px 40px 10px; 
    width:100%;
    margin:0 0 40px;
}

.filter__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
.filter__col-1{
    width: 39%;
}
.filter__col-2{
    width: 33%;
}
.filter__col-3{
    width: 24%;
}
.filter__radio input{
    display:none;
}
.filter__group{
    margin:0 0 15px;
}
.filter__group-inline{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    overflow:hidden;
	    border: 1px solid #dbdbdb;
    border-radius: 4px;
}
.filter__group-inline input:checked + .filter__item-text{
    background:#e5e5e5;
}
.filter__item-text{
    font-size:14px;
    display:block;
    background:#fff;
    border-right:1px solid #dbdbdb;
    padding: 6px 15px;
    -webkit-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    transition:0.5s all ease;
    cursor: pointer;
}
.filter__item-text:hover{
	background:#efeeee;
}
.filter__group-inline .filter__item:first-child .filter__item-text{
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
}
.filter__group-inline .filter__item:last-child .filter__item-text{
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
}
.filter__item{
    margin:0;
}
.filter__item.filter__radio {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.dropdown-checkbox {
    position: relative;
}

.dropdown-checkbox__values {
    display: none;
    position:absolute;
    padding:15px;
    background: #fff;
    border:1px solid #dbdbdb;
    border-top:0;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    top:28px;
    width: 100%;
	z-index:15;
}

.dropdown-checkbox__title {
    background: #fff;
    font-size: 14px;
    padding: 6px 15px;
    border:1px solid #dbdbdb;
    cursor:pointer;
    border-radius:4px;
    position:relative;
	-webkit-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	transition:0.5s all ease;
}
.dropdown-checkbox__title:hover{
	background:#efeeee;
}
.dropdown-checkbox__title:after{
    width:17px;
    height:11px;
    content:"\f078";
    font-family: FontAwesome;
    right:15px;
    position:absolute;
    opacity: 0.5;
}

.dropdown-checkbox__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
	cursor:pointer;
	-webkit-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	transition:0.5s all ease;
}
.dropdown-checkbox__item:hover{
	background:aliceblue;
}
.dropdown-checkbox__item input{
    height:initial;
    width:initial;
    margin:4px 0 0 0;
    opacity:0.5;
}
.dropdown-checkbox__item input:checked{
    opacity:1;
}
.dropdown-checkbox__item-text{
    display:block;
    padding:0 0 0 10px;
    font-size:14px;
}

.filter__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.filter__price-range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border: 1px solid #dbdbdb;
    border-radius:10px;
    overflow:hidden;
}

.filter__price-title {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 14px;
    padding: 0 15px 0 0;
}

.filter__price-input input {
    margin: 0;
    font-size:14px;
    border:none;
    padding: 6px 15px;
}
.filter__price-input{
	-webkit-box-flex:1;
-ms-flex-positive:1;
        flex-grow:1;
}
.filter__price-input:first-child input{
    border-right: 1px solid #dbdbdb;
}

.filter__button {
    margin: 0 0 15px;
    font-size: 14px;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    width: 100%;
    outline: none;
    color: #000;
    background: transparent;
    border: 2px solid #6d6d6c;
    border-radius: 4px;
    padding: 4px 10px;
}
.filter__button:hover{
	background:#6d6d6c;
	color:#fff;
}

.filter__button.filter__button2 {
    border-color: #7500a0;
    background: #7500a0;
    color: #fff;
	margin:0;
}
.filter__button.filter__button2:hover{
	background:transparent;
	color:#7500a0;
}


/* PAGINATION */

.lx-pagination__show-more {
    margin: 0 0 15px;
}
.lx-pagination__show-more a{
    display:block;
    text-align:center;
    font-size:14px;
    color:#696969;
    background:#e6e6e6;
    border-radius: 4px;
    padding: 9px 0;
}

.lx-pagination__pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.lx-pagination {
    margin: 0 0 50px;
}

.lx-pagination__item span,
.lx-pagination__item a{
    display:block;
    padding: 8px 24px;
    background:#f5f5f5;
    color:#000;
    -webkit-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    transition:0.5s all ease;
	text-align:center;
 font-size:14px;
}
.lx-pagination__item a:hover{
	background:#e0e0e0;
}
.lx-pagination__item{
    border:0.5px solid #cdcdcd;
	overflow:hidden;
    border-bottom-width: 1px;
}
.lx-pagination__item:last-child{
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}
.lx-pagination__item:first-child{
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}

.lx-pagination__item span{
    background:#e2e2e2;
}

.lx-pagination__pages-inner {
    border:1px solid #cdcdcd;
    border-radius:15px;
}

/* SEO BLOCK */

.seo-block {
    /*margin: 0 auto 60px;*/
    margin-bottom: 60px;
    text-align: left;
    /*max-width: 960px;*/
}
.seo-block h2{
    font-weight:800;
    font-size:30px;
}
.seo-block p{
    font-size:14px;
}


/* POPUP */

.popup-form{
	max-width:640px;
	width:100%;
	border-radius:15px;
}
.popup-form__inner{
	min-height:480px;
	display:flex;
	align-items:center;
	justify-content:center;
}


.popup-form__title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 15px;
}

.popup-form__subtitle {
    text-align: center;
    font-size: 14px;
    margin: 0 0 20px;
}

.popup-form__content {
    max-width: 470px;
}

.popup-form .fancybox-close-small {
    color: #fff;
    padding: 0;
    width: 25px;
    height: 25px;
}

.popup-form__field {margin: 0 0 20px;}

.popup-form__input {
    margin: 0;
    border-radius: 4x;
    background: #f5f5f5;
    border: 1px solid #cdcdcd;
    padding: 7px 30px;
	outline:none;
	font-size:14px;
	color:#000000;
}
.popup-form__input.complete{
	border-color:#00a21b;
	color:#000000;
}
.popup-form__input.error{
	border-color:#c41717;
	color:#c41717;
}

.popup-form__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px -10px;
}

.popup-form__checkbox.required-checkbox {
    flex-wrap: nowrap;
    margin-left: 0;
}

.popup-form__checkbox-text {
    font-size: 13px;
    color: #6c6c6c;
    /*width: calc(100% - 14px);*/
    padding: 0 0 0 10px;
    display: flex;
    align-items: center;
}
.form__checkbox {
    width: auto;
    margin-right: 5px;
}
.popup-form__checkbox.error .popup-form__checkbox-text{
	color:#c41d1d;
}


.popup-form__checkbox-input {
    min-width: 14px;
    padding: 2px 0 0 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.popup-form__control {
    text-align: center;
}

.popup-form__submit {
    margin: 0;
    font-size: 14px;
    background: #7500a0;
    transition: 0.5s all ease;
    border-radius: 4px;
    width: 220px;
    padding: 10px 0;

}

.form-search {
    max-width: 640px;
    width: 100%;
    border-radius: 15px;
}

.form-search .fancybox-close-small {
    color: #fff;
    padding: 0;
    width: 25px;
    height: 25px;
}

.flat{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.flat__inner{
	width:calc(100% - 280px);
	padding:0 15px 0 0;
}
.flat__sidebar{
	width:280px;
}
.gallery__swiper{
	margin:0 0 10px;
	height:500px;
}
.gallery__swiper:before{
	content:'';
	position:absolute;
	right:0;
	top:0;
	border-bottom-left-radius:10px;
	background:#00a6e8 url(../../image/expand.png) no-repeat center;
	cursor:pointer;
	z-index:2000;
	width:35px;
	height:35px;
	pointer-events:none;
}
.gallery__slide{
	width:75%;
	height:500px;
	border-radius:15px;
}
.gallery__thumbs-item {
	height:70px;
	width:100px;
	border-radius:10px;
	border:2px solid transparent;
}
.gallery__thumbs-item.swiper-slide-thumb-active{
	border-color:#7500a0;
}
.gallery__arr {
    outline: none;
    color: #fff;
    font-weight: 700;
}
.gallery__thumbs{
	height:auto;
	margin:0 0 30px;
}


.flat__title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 1;
}

.flat__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.flat__content {
    width: calc(100% - 270px);
    padding: 0 20px 0 0;
}

.flat__props {
    width: 270px;
}

.flat__map-link {
    margin: 0 0 20px;
}

.flat__map-link a{
    color:#6d6f72;
    line-height: 1;
}

.flat__map-link-text {border-bottom: 1px solid #6d6f72;-webkit-transition: 0.5s all ease;-o-transition: 0.5s all ease;transition: 0.5s all ease;}

.flat__map-link-icon:before {
    font-size: 14px;
    margin-right: 5px;
}
.flat__map-link a:hover .flat__map-link-text{
    border-color:transparent;
}

.flat__price-current {
    font-size: 26px;
    color: #7500a0;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 1;
}
.flat__price-old     {
    font-size: 26px;
    color: #9f9f9f;
    font-weight: 700;
    margin: 0 0 20px;
    text-decoration:line-through;
    line-height: 1;
}
.flat__price-square     {
    font-size: 26px;
    margin: 0 0 30px;
    line-height: 1;
}

.flat__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin:0 0 40px;
    max-width:470px;
    
}

.flat__button {
    width: 49%;
    margin-bottom:15px;
}

.button-transparent {
    color: #5c5c5c;
    border: 2px solid #5c5c5c;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-radius: 4px;
    display: inline-block;
    padding: 8px 15px;
    font-size: 14px;
    background:transparent;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    margin:0;
    outline:none;
    width: 100%;
    text-align: center;
	cursor:pointer;
}
.button-transparent:hover{
    background:#5c5c5c;
    color:#fff;
}
.flat__button .button-transparent span{
    -webkit-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    transition:0.5s all ease;
}
.flat__button .button-transparent:hover span{
    color:#fff;
}
.flat__button .button-purple{
    margin-top:0;
}
.button-purple {
    color: #fff;
    border: 2px solid #7500a0;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-radius: 4px;
    display: inline-block;
    padding: 8px 15px;
    font-size: 14px;
    background:#7500a0;
    outline:none;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
	text-align:center;
    margin:0;
    width:100%;
}
.button-purple:hover{
    background:transparent;
    color:#7500a0;
}

.flat__props-title {
    font-size: 18px;
    margin: 0 0 5px;
    font-weight: 700;
}

.flat__props ul{
    margin:0 0 25px;
    padding:0;
}
.flat__props ul li{
    list-style:none;
    font-size:14px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    position:relative;
}
.flat__props ul li:after{
    content:'';
    position:absolute;
    bottom:4px;
    width:100%;
    height:1px;
    background:#cecece;
    left:0;
}
.flat__props ul li span{
    display:inline-block;
    background:#fff;
    position:relative;
    z-index:5;
}
.flat__props ul li span:first-child{
    padding-right:5px;
}
.flat__props ul li span:last-child{
    padding-left:5px;
}

.flat__props-item--reset:after {
    display: none !important;
}

.flat__description-title {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 10px;
    display: block;
}

.flat__description {
    margin: 0 0 40px;
}

.flat__location {
    margin: 0 0 40px;
}

.flat__form {
    margin: 20px 0 50px 0;
}

.form__inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.flat__form .popup-form__field{
    width:32%;
}

.form__controls-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.form__note {
    font-size: 14px;
    color: #6c6c6c;
    line-height: 1.3;
    width: 65%;
}

.flat__form .form__button {
    width: 32%;
}
.flat__form .form__button .popup-form__submit{
    width:100%;
}

.flat__sidebar{
	
}
.flat__sidebar-inner {
    /* position: -webkit-sticky;
    position: sticky; */
    padding: 25px;
    border-radius: 8px;
    background: #ededed;
    text-align: center;
	top:82px;
    border: 1px solid #e0e0e0;
}

.flat__sidebar-title {
    font-size: 15px;
    text-align: center;
    margin: 0 0 10px;
    font-weight: 700;
}

.flat__sidebar-thumb {
    margin: 0 0 15px;
}
.flat__sidebar-thumb img{
    display:block;
    margin:0 auto;
    max-width:100%;
}

.flat__sidebar-name {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.3;
}

.flat__sidebar-info {
    font-size: 12px;
    margin: 0 0 10px;
}

.flat__sidebar--rieltor-phone, .rieltor-phone {
    display: block;
    margin-bottom: 10px;
}

.flat__sidebar-link:first-of-type {
    margin: 0 0 15px;
}

.delete_favotite {
    background-color: #ff0000!important;
    color: #ffffff!important;
}

body.compensate-for-scrollbar {
    overflow: auto!important;
    margin: 0!important;
}


.header-fixed{
    background:#fff;
    -webkit-box-shadow:6px 3px 8px rgba(0,0,0,0.17);
            box-shadow:6px 3px 8px rgba(0,0,0,0.17);
}
.header-fixed__inner{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    /* padding-top: 10px; */
}
.header-fixed__logo{
    width: 120px;
}
.header-fixed__controls{
    width:170px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.header-fixed__menu{
    width:calc(100% - 370px);
    padding: 10px 30px 0 30px;
}

.header-fixed__controls-call-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 46px;
    height: 30px;
    background: #00a0e4;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    transition:0.5s all ease;
}
.header-fixed__controls-call-link i{
    margin:0;
    -webkit-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    transition:0.5s all ease;
    font-size: 7px;
}
.header-fixed__controls-call-link i:before{
    font-size:14px;
}
.header-fixed__controls-call-link:hover{
    background:#007bff;
}
.header-fixed__controls-call-link:hover i{
    color:#fff;
}

.header-fixed__controls-favourites{
    margin:0 10px;
}
.header-fixed__controls-favourites-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 71px;
    height: 30px;
    background: #e31e24;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    transition:0.5s all ease;
}
.header-fixed__controls-favourites-link:hover{
    background:#c32329;
    color:#fff;
}
.header-fixed__controls-favourites-link:hover i{
    color:#fff;
}
.header-fixed__controls-favourites-link i{
    margin-right:5px;
    padding: 0 0 1px;
}
.header-fixed__controls-favourites-link i:before{
    font-size:14px;
}
.header-fixed__controls-favourites-count{
    font-size:13px;
}


.header-fixed__controls-search {
    position: relative;
    border-radius: 5px;
    border: 1px solid #7500a0;
    width: 50px;
    height: 30px;
    -webkit-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    transition:0.5s all ease;
}

.header-fixed__controls-search-input {
    position: absolute;
    right: calc(100% - 3px);
    top: -1px;
    width: 200px;
    border: 1px solid #7323a0;
    margin: 0;
    padding: 3.5px 10px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	display:none;
	
	
}
.active + .header-fixed__controls-search-input{
	display:block;
}

.header-fixed__controls-search-icon {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor:pointer;
	background: none;
    margin: 0;
    padding: 0;
    font-size: initial;
}
.header-fixed__controls-search-icon i{
    color:#7323a0;
    padding:0 0 2px 0;
    -webkit-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    transition:0.5s all ease;
}
.header-fixed__controls-search-icon.active,
.header-fixed__controls-search:hover{
    background:#7323a0;
}
.header-fixed__controls-search-icon.active i,
.header-fixed__controls-search:hover i{
    color:#fff;
}

.news-list {
    width: 100%;
}

.sections-list-simple {
    margin: 0;
    padding: 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    list-style:none;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
}
.sections-list-simple li{
    margin:0 10px 15px 0
}
.sections-list-simple a {
    color: #5c5c5c;
    border: 2px solid #5c5c5c;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-radius: 4px;
    display: inline-block;
    padding: 7px 5px;
    font-size: 14px;
    background:transparent;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin:0;
    outline:none;
    width: 105px;
    text-align: center;
}
.sections-list-simple a:hover,
.sections-list-simple a.selected {
    color: #fff;
    border: 2px solid #7500a0;
    background:#7500a0;
}
.sections-list-simple_units a{
	width:auto;
    padding: 7px 10px;
}

.sections-list-simple--news {
    justify-content: space-between;
    flex-wrap: nowrap;
}

.sections-list-simple--news li {
    width: 100%;
}

.sections-list-simple--news a {
    width: 100%;
}

.news-list__sections {
    margin: 30px 0;
}

.news-list__item {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    margin-bottom:40px;
	
    height: calc(100% - 40px);
}
.news-list__thumb img{
    height:150px;
    width:100%;
    -o-object-fit:cover;
       object-fit:cover;
    -o-object-position:center;
       object-position:center;
}

.news-list__content {
    padding:10px;
}

.news-list__date {
    display: block;
    font-size: 12px;
}
.news-list__title a{
    font-size:16px;
    color:#000;
    font-weight:700;
    line-height:1.5;
    display:block;
    -webkit-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    transition:0.5s all ease;
}
.news-list__title a:hover{
    color:purple;
}


.article__heading {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px;
}

.article__date {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 700;
}

.article__description {margin: 0 0 20px;}

.article {
    margin: 0 0 50px;
}

.article a {
    color: #7500a0 !important;
}

.vertical-banners__link {
    display: block;
    width: 100%;
    height: 100%;
}

.vertical-banners__item {
    margin: 0 0 30px;
    border-radius: 8px;
    overflow: hidden;
}
.vertical-banners__item img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}

.reviews__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
}

.reviews__top-button {
    width: 180px;
}

.reviews__top-heading {
    width: calc(100% - 180px);
    padding-right: 40px;
}

.reviews-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius:8px;
    overflow:hidden;
    background:#f4f4f4;
    margin:0 0 30px;
    padding-right: 25px;
}

.staff-reviews__empty {
    margin-bottom: 30px;
}

.reviews-list__thumb {
    width: 210px;
}
.reviews-list__thumb img{
    display:block;
    width:100%;
}

.reviews-list__content {
    width: calc(100% - 210px);
    padding:20px 0 20px 20px;
}

.news-list__title {
    font-size:18px;
    font-weight:700;
    margin:0 0 10px;
}

.news-list__date {
    margin:0 0 10px;
    font-size:14px;
    font-weight:700;
}

.reviews-list__detail,
.reviews-list__preview {
    font-size: 14px;
    margin: 0 0 5px;
}
.reviews-list__detail a,
.reviews-list__preview a{
    color:#000;
    border-bottom:1px solid #000;
    -webkit-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    transition:0.5s all ease;
}
.reviews-list__detail a:hover,
.reviews-list__preview a:hover{
    border-color:transparent;
}

.review-list__show-more a{
    font-size:14px;
    color:#000;
    border-bottom:1px solid #000;
    -webkit-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    transition:0.5s all ease;
}
.review-list__show-more a:hover{
    border-color:transparent;
}
.reviews-list__detail{
    display:none;
}

.vacancies__top {
    margin: 0 0 40px;
}
.vacancies__bottom {
    font-size: 14px;
    margin: 0 0 40px;
}
.vacancies__bottom a{
	color:#000;
	border-bottom:1px solid #000;
	transition:0.5s all ease;
}
.vacancies__bottom a:hover{
	border-color:transparent;
}

.vacancies__content{
	margin-bottom:40px;
}
.vacancy-list__item {
    margin-bottom: 20px;
}

.vacancy-list__name {
    padding: 9px 0 11px 50px;
    color: #5c5c5c;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    border: 2px solid #6d6d6c;
    -webkit-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    transition:0.5s all ease;
    background:#fff;
}

.vacancy-list__name:before{
    content:'\f078';
    font-family:'FontAwesome';
    position:absolute;
    left:20px;
    font-size:16px;
}
.vacancy-list__name.active,
.vacancy-list__name:hover {
    background:#7500a0;
    color:#fff;
    border-color:#7500a0;
}
.vacancy-list__name.active:before,
.vacancy-list__name:hover:before {
    color:#fff;
    content:'\f077';
}

.vacancy-list__info {
    padding: 0 0 0 20px;
    font-size:14px;
    margin:20px 0 0 0;
	display:none;
}

.vacancy-list__button {
  margin: 20px 0 0 -20px;
  max-width: 220px;
}

.popup-form__controls-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between
}

.popup-form__controls-inline .popup-form__file {
    width: 48%;
}

.popup-form__controls-inline .popup-form__control {
    width: 48%;
}
.popup-form__file input{
    display:none;
}
.popup-form__file-label{
	margin:0;
	display:block;
	position:relative;
}
.popup-form__file-input.success + .popup-form__file-text{
	background:#00a21b !important;
	color:#fff !important;
	border-color:#00a21b !important;
}
.popup-form__file-input.error + .popup-form__file-text{
	background:red !important;
	color:#fff !important;
	border-color:red !important;
}

.popup-form__file-progress {
    height: 10px;
    background: #00a21b;
    position: absolute;
    bottom: -18px;
    width: 0%;
	
	-webkit-transition:1s all ease;
	-o-transition:1s all ease;
	transition:1s all ease;
}
.popup-form__file-input.success ~ .popup-form__file-progress{
	width:100%;
}
.popup-form__file-progress-handle {
    width: 8px;
    height: 6px;
    background: #fff;
    display: block;
    position: absolute;
    right: 2px;
    top: 2px;
}

.partners-list{
	margin-bottom:40px;
}
.partners__top-heading {
    margin: 0 0 40px;
}
.partners__top-detail {
    margin: 0 0 20px;
}

.partners-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: #f4f4f4;
    padding: 20px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

.partners-list__thumb {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.partners-list__thumb img{
    display:block;
    max-width:100%;
}

.partners-list__content {
    width: 75%;
	font-size:14px;
	padding-left:20px;
}

.partners-list__title a {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}


.staff__list {
    margin-left: -5px;
    margin-right: -5px;
}
.staff__list-item-wrapper{
    padding-left:5px;
    padding-right:5px;
    margin-bottom: 30px;
}
.staff__list-item {
    display: flex;
    flex-direction: column;
    background: #ededed;
    height:100%;
    border-radius:10px;
    overflow:hidden;
	-webkit-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	transition:0.5s all ease;
}
.staff__list-item.hidden{
	opacity:0;
}

.staff__list-thumb-link {
    display: block;
}

.staff__list-thumb-link img {
    width: 100%;
    height: 340px;
    -o-object-fit: cover;
       object-fit: cover;
}

.staff__list-preview {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 10px 15px 20px;
    text-align: center;
}

.staff__list-title a {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    line-height: 1.3;
}

.staff__list-post {
    flex-grow: 1;
    font-size: 12px;
    margin: 0 0 10px;
}

.staff__list-button:last-child {
    margin-top: 15px;
}

.staff__list {
    margin-bottom: 40px;
}


.staff_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    margin: 30px 0 50px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.staff__thumb {
    width: 27%;
    border-radius: 15px;
    overflow: hidden;
}

.staff__thumb img {
    display: block;
    width: 100%;
}

.staff__info {
    width: 73%;
    padding: 0 0 0 30px;
}

.staff__info-user {
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 15px;
}

.staff__info-user:before {content: '';position: absolute;width: 16px;height: 16px;background:  url(../../image/icons/icon-user.png) no-repeat center / contain;left: 0;top: 4px;}

.staff__info-phone {
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 15px;
}

.staff__info-phone a {
    color: #7500a0;
}

.staff__info-phone:before {content: '';position: absolute;width: 16px;height: 16px;background:  url(../../image/icons/icon-phone.png) no-repeat center / contain;left: 0;top: 4px;}


.staff__description {
    font-size: 14px;
    line-height: 1.4;
}

.staff__button {
    margin: 0 0 20px;
    max-width: 240px;
}

.staff-serts{
	background:url(../../image/sert-bg.png) no-repeat center / cover;
	padding:40px 0;
	margin:0 0 50px;
}

.staff-serts h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 30px;
}

.serts-swiper {
    height: auto;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    display: none;
}

.staff-serts .swiper-slide {
    width: auto;
}

.staff-serts .swiper-slide.staff-serts__item a {
    position: static;
}

.staff-serts__item img {
    height: 380px;
    object-fit: cover;
    object-position: top;
}

.staff-reviews__heading{
	margin:0 0 50px;
}

.staff-reviews-heading-body {
    display: flex;
    align-items: flex-start;
}

.staff-reviews__top-button {
    min-width: 180px;
    margin-left: 30px;
}

.staff-serts__preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.staff-serts__button {
    min-width: 220px;
}

.staff-serts__preview-text{
	padding:0 30px 0 0;
	font-size:14px;
}
.staff-serts__preview {
    margin: 0 0 40px;
}

.swiper-common {
    height: auto;
}

.swiper-common__item img {
    height: 380px;
    object-fit: cover;
    object-position: top;
}

.swiper-common .swiper-common__item {
    width: auto;
}

.swiper-common__thumbs {
    margin-top: 20px;
}

.info-section {
    margin: 0 0 50px;
}

.info-section p {
    margin: 0 0 20px;
}

.about-ben__item {
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background: #ededed;
    height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    text-align:center;
}

.about-ben {
    margin-top: 30px;
    margin-bottom: 30px;
}

.about-ben__image {
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    text-align: center;
}

.about-ben__image-hover {
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    display: none;
}


.about-ben__thumb {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.about-ben__item:hover {
    background: #7500a0;
    color: #fff;
}
.about-ben__item:hover .about-ben__image{
    display:none;
}
.about-ben__item:hover .about-ben__image-hover{
    display:block;
}

.about__ben-title {
    font-size: 12px;
    margin: 0 0 5px;
    line-height: 1.4;
    font-weight: 700;
}

.about-ben__inner {
    width: 100%;
    padding: 30px 0 0 0;
}

.about__ben-text {
    font-size: 12px;
}

.about-partners{
	margin:40px 0 0 0;
}

.about-partners__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: -10px;
    margin-left: -10px;
    width: 100%;
}

.about-partners__grid::after {
    content: "";
    flex: auto;
    max-width: 200px;
}

.about-partners__item {
    margin: 10px 5px;
    display: flex;
    justify-content: center;
}

.about-partners__thumb img {}

.staff-slider{
    background: url(../../image/sert-bg.png) no-repeat center / cover;
    padding: 40px 0;
    margin: 0 0 50px;
}
.staff-slider__thumb-link {
    display: block;
    position: static !important;
}


.staff-slider__thumb-link img {
    display: block;
    width: 100%;
	
    height: 310px;
    object-fit: cover;
}
.swiper-staff {
    height: auto;
}

.staff-slider__thumb {
    box-shadow: 0 0 6px rgba(2, 7, 14, 0.5);
    margin: 0 0 10px;
}

.staff-slider__inner {
    text-align: center;
}

.staff-slider__title a {
    position: static;
    font-size: 16px;
    display: inline-block;
    color: #000;
    font-weight: 700;
}

.staff-slider__title {
    margin: 0;
}

.staff-slider__post {
    margin: 0;
    font-size: 14px;
    color: #7500a0;
}

.staff-slider__preview {
    padding: 0 10px;
}
.swiper-staff .swiper-button-next, .swiper-staff .swiper-button-prev{
	top:35%;
}

.button-404{
	max-width:250px;
}

/* Contacts Page */
.contacts-wrapper {
    margin-top: 20px;
}

.contacts-main-info-wrapper {
    display: flex;
}

.contacts-main-info-left,
.contacts-main-info-right {
    width: 50%;
    padding: 50px 80px;
}

.contacts-main-info-left {
    background: #ececec url(/bitrix/templates/dostupno2019/image/map-mark-1.png) no-repeat;
    background-position: 0 15px;

}

.contacts-main-info-right {
    background: #f2f2f2 url(/bitrix/templates/dostupno2019/image/map-mark-2.png) no-repeat;
    background-position: 0 15px;
}

.contacts-main-info {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.contacts-main-info__body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-left: 40px;
}

.contacts-main-info__title {
    min-height: 60px;
    font-size: 24px;
    font-weight: 600;
}

.contacts-main-info__desc {
    font-size: 16px;
}

.contacts-main-info__desc:last-of-type {
    margin-bottom: 0;
}

.contacts-main-info-phones {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    font-size: 24px;
    font-weight: 600;
    padding-left: 30px;
    margin: 10px 0;
}

.contacts-main-info-phones a {
    color: #000;
}

.contacts-main-info-phones a:hover {
    color: #7500a0;
}

.contacts-main-info-emails p {
    font-size: 16px;
}

.contacts-main-info-emails a {
    color: #000;
    text-decoration: underline;
}

.contacts-main-info-emails a:hover {
    color: #7500a0;
}

.operating-mode__title {
    padding-left: 40px;
    font-size: 16px;
}

.contacts-departments-wrapper,
.contacts-maps-wrapper {
    margin-top: 60px;
}

.contacts-departments__title,
.contacts-maps__title {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
}

.contacts-departments__title img,
.contacts-maps__title img {
    margin-right: 10px;
}

.contacts-department-item {
    margin-top: 20px;
}

.contacts-department-item__desc {
    font-size: 18px;
    text-decoration: underline;
}

.contacts-department-item__phones a {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.contacts-department-item__phones a:hover {
    color: #7500a0;
}

.operating-mode-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-top: 10px;
}

.operating-mode-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #bababa;
}

.operating-mode-col:last-of-type {
    border: none;
}

.operating-mode-day {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    background-color: #7500a0;
    color: #fff;
    border-bottom: 1px solid #bababa;
}

.operating-mode-day--saturday {
    background-color: #d667ff;
}

.operating-mode-day--sunday {
    background-color: #b90000;
}

.operating-mode-time {
    text-align: center;
    font-size: 16px;
}

.contacts-maps__map {
    margin-top: 30px;
}

.history-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.history-item__img img {
    min-width: 280px;
    height: 160px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 8px;
}

.history-item__body p {
    margin-bottom: 10px;
}

.history-item__body p:last-of-type {
    margin-bottom: 0;
}

.history-big-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

.history-sidebar a {
    margin-bottom: 30px;
}

/* Building Tabs */

.building-tabs-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.building-tabs-item {
    border-right: 1px solid #666666;
}

.building-tabs-item:last-of-type {
    border-right: none;
}

.building-tabs-item a {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #f1f1f1;
    padding: 15px 10px;
    color: #666666;
    transition: .2s all ease;
    font-size: 15px;
}

.building-tabs-item.active a,
.building-tabs-item:hover a {
    background-color: #7500a0;
    color: #fff !important;
}

.building-tabs-item.active .building-tabs-item__icon svg path,
.building-tabs-item:hover .building-tabs-item__icon svg path {
    fill: #fff;
}

.building-tabs-item__title {
    line-height: 1.2;
}

.building-tabs-item__icon {
    width: 30px;
    margin: 0 auto 5px;
}

.building-tabs-item__icon svg {
    width: 100%;
    height: auto;
}

.building-tabs-item__icon svg path {
    fill: #666;
}

.building-tab-content {
    margin: 30px 0;
}

.building-tab-content__title {
    margin-bottom: 30px;
}

/* Choice Flats Filters */

.choice-flats-filters {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.choice-flats-filter-rooms {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.choice-flats-filter-rooms li {
    border: 1px solid #dbdbdb;
    overflow: hidden;
    margin: 0;
    text-align: center;
}

.choice-flats-filter-rooms li:first-of-type {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.choice-flats-filter-rooms li:last-of-type {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.choice-flats-filter-rooms li:hover,
.choice-flats-filter-rooms li.active {
    background-color: #dbdbdb;
}

.choice-flats-filter-rooms li.active a {
    color: #444 !important;
}

.choice-flats-filter-rooms li a {
    display: block;
    color: #444;
    padding: 7px 15px;
    transition: .25s all ease;
}

.choice-flats-filter-price {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.choice-flats-filter-price__label {
    line-height: 1;
    margin-bottom: 0;
    margin-right: 20px;
}

.choice-flats-filter-price input {
    margin-bottom: 0;
    max-width: 80px;
    padding: 8px;
    border-radius: 0;
}

.choice-flats-filter-price input:focus {
    border-color: #e3e3e3;
}

.choice-flats-filter-price input:first-of-type {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.choice-flats-filter-price input:last-of-type {
    margin-left: -1px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* Choice Flats Table */

.choice-flats-table h1 {
    font-size: 22px;
}

.choice-flats-table table tr th {
    font-weight: bold;
    background-color: #f1f1f1;
    padding: 10px;
    border: 1px solid #e8e9eb;
}

.choice-flats-table table tr th,
.choice-flats-table table tr td {
    font-size: 14px;
    text-align: center;
}

.choice-flats-table__row {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #e1e3de;
    transition: .2s all ease;
    font-weight: 600;
}

.choice-flats-table__row:hover {
    background-color: #7500a0;
    color: #fff;
    cursor: pointer;
}

.choice-flats-table-group {
    display: flex;
    flex-grow: 1;
    align-items: center;
}

.choice-flats-table-sub-group {
    display: flex;
    flex-grow: 1;
    align-items: center;
}

.choice-flats-table__sub-col {
    flex-grow: 1;
}

.choice-flats-table__image {
    position: relative;
}

.choice-flats-table__image > img {
    display: block;
    width: 40px;
    height: auto;
    margin: 0 30px 0 15px;
}

.choice-flats-table__price small {
    display: inline-block;
    font-weight: 400;
    color: #a6a8b1;
    margin-left: 10px;
}

.choice-flats-img-lightbox {
    position: absolute;
    bottom: 45px;
    left: 100%;
    z-index: 999999;
    width: 460px;
}

.choice-flats-img-lightbox__body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border: 1px solid #000;
    background-color: #fff;
}

.choice-flats-img-lightbox__body:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 16px;
    border: 14px solid transparent;
    border-top-color: #eee;
    margin-left: -1px;
}

.choice-flats-img-lightbox__body a {
    font-size: 14px;
}

.choice-flats-img-lightbox__body > img {
    max-width: 280px;
    height: auto;
    margin-bottom: 10px;
}

/* Floor Plans Filters */

.floor-plans-filter-floors {
    display: flex;
    padding: 0;
    list-style-type: none;
    margin: 0 0 30px;
}

.floor-plans-filter-floors li {
    border: 1px solid #dbdbdb;
    overflow: hidden;
    margin: 0;
    text-align: center;
}

.floor-plans-filter-floors li:first-of-type {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.floor-plans-filter-floors li:last-of-type {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.floor-plans-filter-floors li:hover,
.floor-plans-filter-floors li.active {
    background-color: #dbdbdb;
}

.floor-plans-filter-floors li.active a {
    color: #444 !important;
}

.floor-plans-filter-floors li a {
    display: block;
    color: #444;
    padding: 7px 15px;
    transition: .25s all ease;
}

/* Floor Plans Grid */

.floor-plans-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.floor-plans-grid__item {
    width: calc(100% / 4);
    margin-bottom: 10px;
    padding: 0 5px;
}

.floor-plans-grid__item a {
    display: block;
    width: 100%;
    height: 100%;
}

.floor-plans-grid__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Tab Text Content */

.tab-text-content {
    font-size: 14px !important;
}

.tab-text-content a {
    color: #64009c;
}

.declaration.tab-text-content a {
    display: block;
}

.address-map {
    width: 100%;
    height: 400px;
}

@media screen and (min-width:992px) and (max-width:1200px){
	.header__bot .mainMenu{
		width: 100%;
	}
}
@media screen and (min-width:767px){
	.vertical-banners .gallery__arr{
		display:none;
	}
	.vertical-banners{
		height:auto;
		margin-bottom:40px;
	}
	.vertical-banners .swiper-wrapper,
	.vertical-banners__link,
	.vertical-banners__item{
		position:static !important;
		display:block !important;
	}
}
@media screen and (min-width:992px) and (max-width:1199px){
	.filter__col-2,
	.filter__col-1{
		width:49%;
	}
	.filter__col-3{
		width:100%;
		display:flex;
		align-items:center;
		justify-content:space-between;
	}
	.filter__col-3 .filter__group:first-child{
		width:30%;
	}
	.filter__col-3 .filter__group:last-child{
		width:68%;
	}
	.filter__col-3 .filter__controls{
		display:flex;
		align-items:center;
		justify-content:space-between;
	}
	.filter__col-3 .filter__button{
		width:49%;
		margin:0;
	}
	
	.flat__button{
		width:100% !important;
	}
	.flat__sidebar-inner{
		top:20px;
	}
}
@media screen and (max-width:1199px){
	.header__controls-item-link{
		padding:4px 10px;
	}
	.header__contacts{
		padding-left:35px;
	}
}
@media screen and (max-width:991px){
	.header__bot .mainMenu{
		display:none;
	}
	.filter__col{
		width:100%;
	}
	.filter__col-3 .filter__controls{
		display:flex;
		align-items:center;
		justify-content:space-between;
	}
	.filter__col-3 .filter__button{
		width:49%;
		margin:0;
	}
	.lx-pagination__item-border{
		display:none;
	}
	.flat{
		display:block;
	}
	.flat__inner{
		width:100%;
		padding:0;
	}
	.flat__sidebar{
		margin:0 auto 40px;
		position:static;
	}
	.flat__info{
		display:block;
	}
	.flat__button{
		width:100% !important;
	}
	.flaticon-search{
		position:static;
		margin:0 !important;
	}
	.search-form__icon-input{
		display:none;
	}
	.header__controls-item-link{
		border:none;
		padding:0;
	}
	.header__contacts{
		display:none;
	}
	.header__logo{
		width:auto;
	}
	.header__controls{
		width:auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header__inner{
		width:100%;
	}
	.header__logo img{
		max-width:150px;
	}
	.header__controls-bot{
		margin:0;
	}
	.header__controls-top{
		margin-bottom:0;
	}
	.header__controls-item{
		margin:0 0 0 20px;
	}
	.header__controls-item-link i{
		margin:0;
	}
	.header__controls-item-link i:before{
		font-size:18px;
	}
	.header__controls-item-favourite:hover{
		background:transparent;
		color:#FF0D1D;
	}
	.header__controls-item-phone:hover {
		background: transparent;
		color: #7500A0;
	}
	.header__mobile-button{
		position: relative;
		height: 16px;
		width: 20px;
		margin-left: 20px;
	}
	.header__mobile-button{
		display:block;
	}
	.mobile-menu{
		display:flex;
	}
	
	#header-container{
		background:#fff;
	}

    .contacts-main-info__title {
        min-height: auto;
    }

    .contacts-main-info-wrapper {
        flex-direction: column;
    }
    .contacts-main-info-left,
    .contacts-main-info-right {
        width: 100%;
    }

    .history-item {
        flex-direction: column;
    }

    .history-item__img img {
        margin-right: 0;
        margin-bottom: 20px;
        max-width: none;
        width: 100%;
        height: auto;
    }
    .end {
        text-align: center;
        display: block;
        margin-bottom: 20px;
    }

    .sections-list-simple--news {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 10px;
    }

    .sections-list-simple--newsli {
        margin: 0;
    }

    /* Choice Flats Table */

    .choice-flats-table__row {
        font-size: 14px;
    }
}
@media screen and (max-width:767px){
	.lx-pagination__item{
		-webkit-box-flex:1;
	-ms-flex-positive:1;
			flex-grow:1;
	}
	.lx-pagination__item span, .lx-pagination__item a{
		padding:8px 5px;
		
	}
	.filter__col-3 .filter__controls{
		display:block;
	}
	.filter__col-3 .filter__button{
		width:100%;
		margin:0 0 15px;
	}
	.filter__button.filter__button2{
		margin:0;
	}
	.gallery__slide{
		height:300px;
	}
	.gallery__swiper{
		height:300px;
	}
	
	.flat__content{
		width:100%;
		margin:0 0 20px;
		padding:0;
	}
	.flat__props{
		width:100%;
	}
	
	
	.flat__button .button-purple{
		width:100%;
		margin-right:0;
		margin-left:0;
	}
	.form__inline{
		display:block;
	}
	.flat__form .popup-form__field{
		width:100%;
	}
	.form__controls-inline{
		-webkit-box-orient:vertical;
-webkit-box-direction:reverse;
-ms-flex-direction:column-reverse;
        flex-direction:column-reverse;
	}
	.form__note{
		width:100%;
	}
	.flat__form .form__button{
		width:100%;
	}
	.flat__controls{
		margin:0 0 20px;
	}
	
	/*.sections-list-simple:not(.sections-list-simple_units) a{*/
	/*	width:90px;*/
	/*}*/
	
	.reviews__top-heading h1{
		font-size:26px;
	}
	.article__heading h1{
		font-size:26px;
	}
	
	.vertical-banners__link{
		position:static !important;
	}
	.vertical-banners{
		height:auto;
	}
	
	.reviews__top{
		display:block;
	}
	.reviews__top-heading{
		padding:0;
		width:100%;
		margin:0 0 20px;
	}
	.reviews__top-button{
		width:100%;
	}
	
	.vacancies__bottom{
		margin:0;
	}
	
	.staff-serts__preview{
		display:block;
	}
	.staff-serts__preview-text{
		padding:0;
		margin:0 0 15px;
	}
	.about-partners__item{
		margin:0 20px 20px;
	}
    .about-partners__grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .staff-reviews-heading-body {
        flex-direction: column;
    }

    .staff-reviews__top-button {
        width: 100%;
        min-width: auto;
        margin-left: 0;
        margin-top: 20px;
    }

    .just-wrap-column{
        height:auto;
    }

    .building-tabs-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .building-tabs-item:nth-of-type(3n) {
        border-right: none;
    }


    /* Choice Flats Table */

    .choice-flats-table-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .choice-flats-table__sub-col {
        margin-right: 15px;
    }

    /* Choice Flats Filters */

    .choice-flats-filters {
        flex-direction: column;
    }

    .choice-flats-filter-rooms {
        width: 100%;
        margin-bottom: 20px;
    }

    .choice-flats-filter-price {
        width: 100%;
        margin-left: 0;
    }

    /* Floor Plans Grid */

    .floor-plans-grid__item {
        width: calc(100% / 3);
    }
}
@media screen and (max-width:575px){
	.lx-pagination__item-arr{
		display:none;
	}
	.lx-pagination__item{
		text-align:center;
	}
	.dropdown-checkbox__title,
	.filter__item-text{
		padding:6px 8px;
		font-size:12px;
		white-space: nowrap;
	}
	.filter__inner {
		padding: 25px 12px 10px;
	}
	
	.popup-form__title{
		font-size: 24px;
		margin: 0 0 15px;
		line-height: 1.3;
	}
	.popup-form{
		padding:30px 15px;
	}
	.popup-form__inner{
		min-height:430px;
	}
    .popup-form__content {
        max-width: none;
        width: 100%;
    }
	
	#contatiner2 #content-wrapper-mr-top{
		margin-top:30px;
	}
	.home-container2 h1{
		font-size:20px;
		color:#6d6d6c;
		line-height:1.5;
	}
	
	.flat__map{
		height:300px !important;
	}
	.lx-pagination__item:first-child,
	.lx-pagination__item:last-child{
		border-radius:0;
	}
	.partners__top-detail h1,
	.partners__top-heading h1,
	.vacancies__top h1,
	.article__heading h1{
		font-size:22px;
	}
	
	.vertical-banners__link{
		height:200px;
	}
	.reviews-list__item{
		display:block;
	}
	.reviews-list__thumb{
		margin:0 auto 10px;
	}
	
	.reviews-list__content{
		width:100%;
		padding:20px 20px 20px 20px;
	}
	
	.popup-form__controls-inline{
		flex-direction:column;
	}
	.popup-form__controls-inline .popup-form__file{
		margin:0 0 15px;
		width:100%;
	}
	.popup-form__controls-inline .popup-form__control{
		width:100%;
	}
	.popup-form__file-progress{
		bottom:auto;
		top:-18px;
	}
	
	.partners-list__item{
		display:block;
	}
	.partners-list__thumb{
		margin-bottom:20px;
		width:100%;
	}
	.partners-list__content{
		padding:0;
		width:100%;
	}
	
	.staff__thumb{
		width:100%;
		max-width:300px;
		margin:0 0 30px;
	}
	.staff__info{
		width:100%;
		padding:0;
	}
	.staff-serts__item{
		text-align:center;
	}

    .contacts-main-info-left,
    .contacts-main-info-right {
        padding: 30px;
    }

    .contacts-main-info__body {
        padding-left: 0;
    }

    .contacts-main-info-phones {
        font-size: 20px;
        padding-left: 0;
    }

    .operating-mode__title {
        padding-left: 0;
    }
    .about-partners__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .building-tabs-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .building-tabs-item:nth-of-type(3n) {
        border-right: 1px solid #666666;
    }
    .building-tabs-item:nth-of-type(2n) {
        border-right: none;
    }
    .building-tabs-item a {
        font-size: 14px;
    }

    /* Choice Flats Filters */

    .choice-flats-filter-rooms li {
        flex-grow: 1;
        font-size: 14px;
    }

    /* Floor Plans Filters */

    .floor-plans-filter-floors li {
        flex-grow: 1;
        font-size: 14px;
    }

    /* Floor Plans Grid */

    .floor-plans-grid__item {
        width: calc(100% / 2);
    }
}
@media screen and (max-width:480px) {
    .contacts-main-info__title {
        font-size: 20px;
    }
    .contacts-main-info-left,
    .contacts-main-info-right {
        padding-left: 15px;
        padding-right: 15px;
    }
    .contacts-main-info-phones {
        font-size: 18px;
    }
    .operating-mode-grid {
        grid-template-columns: repeat(5, 1fr);
    }
    .operating-mode-col:nth-of-type(5) {
        border: none;
    }
    .contacts-department-item__phones {
        display: flex;
        flex-direction: column;
    }
    .about-partners__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sections-list-simple--news {
        grid-template-columns: repeat(3, 1fr);
    }

    /* Choice Flats Filters */

    .choice-flats-filter-rooms {
        flex-direction: column;
    }

    .choice-flats-filter-rooms li:first-of-type {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0;
    }

    .choice-flats-filter-rooms li:last-of-type {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 0;
    }

    /* Choice Flats Table */

    .choice-flats-table-group {
        flex-direction: row;
    }

    .choice-flats-table-sub-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .choice-flats-table__image img {
        margin-left: 10px;
    }

    /* Floor Plans Filters */

    .floor-plans-filter-floors {
        flex-direction: column;
    }

    .floor-plans-filter-floors li:first-of-type {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0;
    }

    .floor-plans-filter-floors li:last-of-type {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 0;
    }
}

@media screen and (max-width:480px) and (min-width: 360px) {
    /*.card-flat--common:nth-of-type(2n + 2) {*/
    /*     padding-right: 5px;*/
    /* }*/

    /*.card-flat--common:nth-of-type(2n + 1) {*/
    /*    padding-left: 5px;*/
    /*}*/

    /*.card-flat-home:nth-of-type(2n + 2) {*/
    /*    padding-left: 5px;*/
    /*}*/

    /*.card-flat-home:nth-of-type(2n + 1) {*/
    /*    padding-right: 5px;*/
    /*}*/

    .card-flat .just-wrap .for-img-cart,
    .card-flat .just-wrap .for-img-cart .slick-slide {
        height: 220px !important;
    }

    .card-flat .just-wrap .block-cart-bottom-fix {
        padding-left: 7px;
        padding-right: 7px;
    }

    .card-flat .just-wrap .wrap32 {
        height: auto;
    }

    .card-flat .just-wrap .for-img-cart img {
        object-position: center;
    }

    .flex-wrap-span, .etajnost {
        font-size: 12px;
    }

    /* Choice Flats Table */

    .choice-flats-table__image img {
        margin-right: 10px;
    }
}

@media screen and (max-width: 360px) {
    .card-flat {
        flex: 0 0 100%;
        max-width: 100%;
    }
}