@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i&subset=cyrillic");
@font-face {
    font-family: 'OldStandard';
    src: url("../fonts/OldStandard-Regular.eot");
    src: local("☺"), url("../fonts/OldStandard-Regular.woff") format("woff"), url("../fonts/OldStandard-Regular.ttf") format("truetype"), url("../fonts/OldStandard-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'Rubik';
    src: url("../fonts/Rubik-Regular.eot");
    src: local("☺"), url("../fonts/Rubik-Regular.woff") format("woff"), url("../fonts/Rubik-Regular.ttf") format("truetype"), url("../fonts/Rubik-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'Rubik';
    src: url("../fonts/Rubik-Light.eot");
    src: local("☺"), url("../fonts/Rubik-Light.woff") format("woff"), url("../fonts/Rubik-Light.ttf") format("truetype"), url("../fonts/Rubik-Light.svg") format("svg");
    font-weight: 300;
    font-style: normal; }

* {
    padding: 0px;
    margin: 0px;
    border: 0px; }

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

:focus, :active {
    outline: none; }

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

aside, nav, footer, header, section {
    display: block; }

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    min-width: 320px;
    position: relative;
    width: 100%;
    color: #000; }

body {
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    font-family: "Rubik";
    background: #E5E5E5; }
body.lock {
    overflow: hidden; }

input, button, textarea {
    font-family: "Rubik"; }

button {
    cursor: pointer; }

button::-moz-focus-inner {
    padding: 0;
    border: 0; }

a, a:visited {
    text-decoration: none; }

a:hover {
    text-decoration: none; }

ul li {
    list-style: none; }

img {
    vertical-align: top; }

.clr {
    clear: both;
    display: block; }

.wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden; }

.row:after {
    display: block;
    content: '';
    clear: both; }

.fa {
    font-family: inherit !important; }
.fa:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.page-content.w780 #images{
    grid-template-columns: repeat(5, 1fr);
}

.redirect p{
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
    display: block;
    margin-bottom: 15px;
    text-align: center;
}
.redirect p:last-child{
    margin-bottom: 0;
}
.redirect a{
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: underline;
}
.redirect a:hover{
    color: #0174FF;
}
.container {
    max-width: 1180px;
    margin: 0 auto;
    position: relative; }

@media (max-width: 1200px) {
    .page-content.w780 #images{
        grid-template-columns: repeat(4, 1fr);
    }
    .container {
        max-width: 970px; } }

@media (max-width: 992px) {
    .page-content.w780 #images{
        grid-template-columns: repeat(3, 1fr);
    }
    .container {
        max-width: 750px; } }

@media (max-width: 767px) {
    .container {
        max-width: none;
        padding: 0 10px; } }

.w780 {
    max-width: 810px;
    margin: 0px auto;
    padding: 0 10px; }

header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


header.header--fixed{
    position: fixed !important;
    background-color: #757F8B;
}
header.header--fixed *{
    color:#fff !important;
}
header.header--fixed.m *{
    color:inherit !important;
}
header.header--fixed.m{
    background-color: #fff;
}
header.header--fixed .header-table > .cell{
    height: 65px;
}
header.m .header__logo {
    background: url("../img/logo.png") 0 0 no-repeat !important; }
header.m .header-menu__icon span {
    background-color: #000 !important; }

.header-table > .cell {
    height: 95px;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;}
.header-table > .cell:last-child {
    text-align: right;
    position: relative; }

.header__logo {
    background: url("../img/logo.png") 0 0 no-repeat;
    width: 178px;
    height: 35px;
    display: inline-block; }
.header__logo.w {
    background: url("../img/logo_w.png") 0 0 no-repeat; }

.header__phone {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    color: #1A1D1E; }
.header__phone.w {
    color: #fff; }

.header__btn {
    vertical-align: middle;
    margin: 0px 0px 0px 20px; }

@media (max-width: 767px) {
    header.lend {
        padding: 20px 0px 0px 0px; }
    header.lend .header-table {
        text-align: center; }
    header.lend .header-table > .cell {
        height: auto;
        display: block; }
    header.lend .header-contacts {
        padding: 10px 0px 0px 0px; }
    header.lend .header-contacts .header__phone {
        color: #fff !important; }
    header.lend .header-contacts .header__btn {
        margin: 0px 0px 15px 0px;
        width: 100%; }
    header.lend .header-contacts .header__btn.w {
        border: 1px solid rgba(255, 255, 255, 0.5);
        color: #fff;
        background-color: transparent; }
    header.lend .header-contacts .header__btn.w:hover:hover {
        background: #0174FF;
        color: #fff; }
    .header-table > .cell {
        height: 60px; }
    .header-menu__icon {
        display: block;
        position: absolute;
        top: 22px;
        right: 10px;
        width: 30px;
        height: 18px;
        cursor: pointer;
        z-index: 5; }
    .header-menu__icon span {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: 8px;
        left: 0px;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #000; }
    .header-menu__icon span:first-child {
        top: 0px; }
    .header-menu__icon span:last-child {
        top: auto;
        bottom: 0px; }
    .header-menu__icon.active span {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
    .header-menu__icon.active span:first-child {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 8px; }
    .header-menu__icon.active span:last-child {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: 8px; }
    .header-menu__icon.w span {
        background-color: #fff; }
    .header-contacts {
        text-align: center;
        padding: 20px 0px 0px 0px; }
    .header-contacts .header__phone {
        color: #000 !important;
        font-size: 20px;
        display: block;
        margin: 0px 0px 15px 0px; }
    .header-contacts .header__btn {
        margin: 0px 0px 15px 0px;
        width: 100%; }
    .header-contacts .header__btn.w {
        border: 1px solid #0174FF;
        color: #0174FF;
        background-color: transparent; }
    .header-contacts .header__btn.w:hover:hover {
        background: #0174FF;
        color: #fff; } }

.header__lendlogo {
    font-family: 'OldStandard';
    text-transform: uppercase;
    font-size: 20px;
    color: #fff; }

footer {
    background-color: #1A1D1E;
    padding: 60px 0px;
    overflow: hidden; }

.footer-table > .cell {
    vertical-align: top; }

.footer-main {
    width: 230px; }

.footer__logo {
    display: inline-block;
    margin: 0px 0px 15px 0px; }

.footer__copy {
    color: #929AA3;
    font-size: 12px;
    margin: 0px 0px 35px 0px;
    line-height: 16px; }

.footer-links p {
    margin: 0px 0px 5px 0px; }
.footer-links p:last-child {
    margin: 0px 0px 0px 0px; }

.footer-links__item {
    color: #fff;
    font-size: 12px; }
.footer-links__item:hover {
    text-decoration: underline; }

.footer-menu {
    margin: 0px auto;
    max-width: 420px; }

.footer-menu-row {
    margin: 0px -15px; }

.footer-menu-column {
    float: left;
    width: 50%;
    padding: 0px 15px; }

.footer-menu-list li {
    margin: 0px 0px 15px 0px; }
.footer-menu-list li:last-child {
    margin: 0px 0px 0px 0px; }

.footer-menu__link {
    font-size: 14px;
    color: #fff;
    font-weight: 300; }
.footer-menu__link:hover {
    text-decoration: underline; }

.footer-contacts {
    width: 240px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
 }

.footer__phone {
    font-size: 14px;
    color: #fff;
    display: inline-block; }

.footer__btn {
    margin: 20px 0px;
    max-width: 240px;
    width: 100%;
 }

.footer__address {
    font-size: 14px;
    color: #fff; }

@media (max-width: 992px) {
    footer {
        padding: 30px 0px; }
    .footer-table > .cell {
        display: block;
        width: 100%; }
    .footer__copy {
        margin: 0px 0px 20px 0px; }
    .footer-main {
        width: 100%;
        text-align: center; }
    .footer-menu {
        margin: 50px auto;
        max-width: 420px;
        text-align: center; }
    .footer-contacts {
        align-items: center;
        width: 100%; }
    .footer__phone {
        display: block; } }
.wrapt_fix{
    width: max-content;
}
.wrapt_fix .input{
    width: 350px;
}
.wrapt2_fix{
    width: max-content;
}
.wrapt2_fix .input{
    width: 350px;
}
.wrapt3_fix{
    width: max-content;
}
.wrapt3_fix .input{
    width: 350px;
}
.wrapt4_fix{
    width: max-content;
}
.wrapt4_fix textarea.input{
    width: 350px;
    padding: 10px;
    height: auto !important;
}
@media (max-width: 500px) {
    .room_feature .trow .page-table__label,
    .room_feature .trow .page-table__value{
        max-width: 90vw !important;
    }

    .room_feature .trow{
        max-width: 90vw !important;
    }
    .footer-menu {
        margin: 30px auto; }
    .footer-menu-column {
        width: 100%; }
    .footer-menu-column:first-child {
        margin: 0px 0px 15px 0px; }
    .advert-item{
        float: none !important;
    }
    .page-table .trow{
        display: flex;
        flex-direction: column;
    }
    .wrapt_fix{
        width: 100%;
    }
    .wrapt_fix .input{
        width: 100%;
    }
    .wrapt2_fix{
        width: 100%;
    }
    .wrapt2_fix .input{
        width: 100%;
    }
    .wrapt3_fix{
        width: 100%;
    }
    .wrapt3_fix .input{
        width: 100%;
    }
    .wrapt4_fix{
        width: 100%;
    }
    .wrapt4_fix textarea.input{
        width: 100%;
        padding: 10px;
        height: auto !important;
    }
}

/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
/*
.popup {
	background-color: rgba(0,0,0,0.8);
	display: none;
	position: fixed!important;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 100;
	padding: 30px 10px;
	&.active{
		.popup-content{@include scale(1);}
	}
	&.show{display: block;
		.popup-content{@include scale(1);}
	}
}
.popup-table{height: 100%;
	>.cell{height: 100%;vertical-align: middle;}
}
.popup-content {
	@include scale(0);
	@include anim(0.3s, 0s);
	position: relative;
	max-width: 1230px;
	margin: 0px auto;
	background-color: #fff;
}
.popup-close {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	background: url('../img/icons/close.png') 0 0 no-repeat;
}
*/
/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
.menu {
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: relative;
    z-index: 5;
}

.menu-list > li {
    /*padding: 0px 60px 0px 0px;*/
    margin: 0px 6px;
    display: inline-block; }
.menu-list > li:last-child {
    padding: 0; }
.menu-list > li.hover .menu__link {
    color: #11151A;
    position: relative; }
.menu-list > li.hover .menu__link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0174FF; }
.menu-list > li.open .menu-sublist {
    display: block; }

.menu__link {
    display: inline-block;

    vertical-align: middle;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: center;

    color: #717B87;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
@media (min-width:1040px) {
    .menu-list.non-authorize{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    -ms-flex-align: center ;
        -webkit-box-align: center ;
        -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
    }

}
.menu-list.non-authorize br{
    display: none;
}
@media(max-width: 767px){
    .menu-list br{
        display: none;
    }
}
.menu-sublist {
    position: absolute;
    top: 70px;
    z-index: 5;
    width: 100%;
    display: none;
    left: 0; }
.menu-sublist:before {
    content: '';
    background-color: #0174FF;
    position: absolute;
    height: 100%;
    width: 1000%;
    left: -500%;
    top: 0; }
.menu-sublist > li {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
    padding: 0px 40px 0px 0px; }
.menu-sublist > li:last-child {
    padding: 0px 0px 0px 0px; }
.menu-sublist > li.hover .menu-subsublist {
    display: block; }

.menu__sublink {
    display: inline-block;
    line-height: 50px;
    font-size: 16px;
    color: #fff; }
.menu__sublink.parent {
    background: url("../img/icons/arrow-submenu.svg") right no-repeat;
    padding: 0px 15px 0px 0px; }
.menu__sublink:hover {
    text-decoration: underline; }

.menu-subsublist {
    position: absolute;
    display: none;
    left: 0;
    top: 50px;
    width: 230px;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    padding: 20px 30px; }
.menu-subsublist > li {
    margin: 0px 0px 18px 0px; }
.menu-subsublist > li:last-child {
    margin: 0px 0px 0px 0px; }

.menu__subsublink {
    color: #717B87;
    font-size: 14px; }
.menu__subsublink:hover {
    text-decoration: underline; }

@media (max-width: 992px) {
    .menu-list > li {
        padding: 0px 40px 0px 0px; } }

@media (max-width: 767px) {
    .menu {
        position: fixed;
        width: 100%;
        height: 100%;
        left: -200%;
        top: 0;
        overflow: auto;
        z-index: 4;
        padding: 70px 10px 30px 10px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
    .menu .container {
        padding: 0; }
    .menu.active {
        left: 0; }
    .menu-list > li {
        padding: 0px 0px 0px 0px;
        display: block; }
    .menu__link {
        display: block;
        line-height: 40px; }
    .menu__link:after {
        display: none !important; }
    .menu-sublist {
        position: relative;
        top: 0;
        padding: 5px 0;
        display: none; }
    .menu-sublist li {
        padding: 0px 0px 0px 0px;
        display: block; }
    .menu__sublink {
        line-height: 40px;
        font-size: 15px; }
    .menu-subsublist {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0px 0px 5px 0px; } }

/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
/* styles for fix row ------------------------------------------------------------------- */
/*.page-content .room_feature .room_feature-block:first-child .trow{
    max-width: 50%;
}
*/
/* ------------------------------------------------------------------end */
/* styles for balloon --------------------------------------------------------------------------- */
.block12 {

    display: flex;
    flex-direction: column;
}
.bal-link_lot{
    margin-left: 5px;
    margin-bottom:8px;
    color: #0174FF;
    transition: all ease 0.3s;
    text-decoration: underline;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    font-family: "Rubik";
    font-weight: 600;
    font-size: 14px;
}
.bal-link_lot:hover{
    color: #191919;
}
.bal-img{
    width: 50%;
    height: auto;


    margin: 0 0 10px 5px;
}
.body-bal{
    display: flex;
    flex-direction: column;
}
.bal-wrapblock{
    display: flex;
    align-items: center;

}
.bal-text{
    margin-left:7px;
    color: #666;
    font-weight: 500;
    font-family: "Rubik";
    font-size: 13px;
}
.bal-text-light{
    color: #666;
    font-weight: 300;
    font-family: "Rubik";
    font-size: 12px;
}
.bal-price{
    display: flex;
    flex-direction: column;
}
.bal-textprice{
    color: #0174FF;
    font-weight: 600;
    font-family: "Rubik";
    font-size: 14px;
}
.body-bal .icon_svg_sprite{
    width: 16px;
    max-height: 18px;
    margin-left:0;
    fill: #0174FF;
    margin-right: 0;
}

/* ------------------------------------------------------end styles */

.filter {
    padding: 25px 0px 0px 0px;
    margin: 0px 0px 20px 0px; }

.filter-table > .cell {
    vertical-align: middle;
    padding: 0px 20px 0px 0px; }
.filter-table > .cell:last-child {
    padding: 0px 0px 0px 0px;
    text-align: right; }

.filter__label {
    color: #929AA3;
    font-size: 12px;
    margin: 0px 0px 7px 0px;
    white-space: nowrap; }

.filter-type {
    padding: 20px 20px 0px 0px; }

.filter-area .input {
    max-width: 125px; }

.filter-row {
    margin: 0px -15px;
    display: inline-block; }

.filter-column {
    float: left;
    padding: 0px 15px;
    width: 50%; }
.filter-column:first-child {
    position: relative; }
.filter-column:first-child:after {
    content: '';
    width: 10px;
    height: 1px;
    position: absolute;
    top: 40px;
    right: -5px;
    background-color: #929AA3; }

.filter-bet .input {
    max-width: 80px; }

.filter-pricetype {
    white-space: nowrap; }

.filter-pricetype-select-block {
    display: inline-block;
    vertical-align: middle; }

.filter__tax {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 17px; }

.filter-region {
    min-width: 260px;
    padding: 0px 0px 0px 20px;
    text-align: left;
    width: 100%; }

.filter-region-header {
    margin: 0px 0px 5px 0px; }
.filter-region-header > .cell {
    vertical-align: top; }
.filter-region-header > .cell:last-child {
    text-align: right; }

.filter-region-type {
    white-space: nowrap; }

.filter-region__map {
    color: #0174FF;
    font-size: 12px;
    border-bottom: 1px dashed;
    white-space: nowrap; }
.filter-region__map:hover {
    border-bottom: 1px dashed transparent; }

.filter-region-select-block {
    display: none; }
.filter-region-select-block:first-child {
    display: block; }

@media (max-width: 1180px) {
    .filter-region {
        min-width: 250px; } }

@media (max-width: 992px) {
    .filter-table > .cell {
        display: inline-block;
        width: 33.333%;
        margin: 0px 0px 20px 0px;
        vertical-align: top; }
    .filter-table > .cell:last-child {
        width: 66.667%; }
    .filter-table > .cell:nth-child(3) {
        padding: 0px 0px 0px 0px; }
    .filter-region {
        padding: 0px 0px 0px 0px; }
    .filter-area, .filter-bet {
        display: block; }
    .filter-area .input, .filter-bet .input {
        max-width: none; } }

@media (max-width: 650px) {
    .page-content.w780 #images{
        grid-template-columns: repeat(2, 1fr);
    }
    .room_feature .trow .page-table__label,
    .room_feature .trow .page-table__value{
        max-width: 40vw;
    }
    .filter {
        margin: 0px 0px 30px 0px; }
    .filter-type {
        padding: 0px 20px 0px 0px;
        white-space: nowrap; }
    .filter-type .option {
        display: inline-block;
        margin: 0px 20px 0px 0px; }
    .filter-table > .cell {
        width: 100%!important;
        display: block;
        padding: 0px 0px 0px 0px; }
    .filter-table > .cell:last-child {
        width: 100%; }
    .filter-table > .cell:nth-child(3) {
        padding: 0px 0px 0px 0px; }

}

.filter-bottomline {
    height: auto;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    max-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    user-select: none;
    pointer-events: none;
    opacity: 0;
    scrollbar-width: none;
}
.filter-bottomline::-webkit-scrollbar-button {
    background-image:url('');
    background-repeat:no-repeat;
    width:0;
    height:0
}
.filter-bottomline::-webkit-scrollbar-track {
    background-color:transparent
}

.filter-bottomline::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color:transparent
}

.filter-bottomline::-webkit-resizer{
    background-image:url('');
    background-repeat:no-repeat;
    width:0;
    height:0
}

.filter-bottomline::-webkit-scrollbar{
    width: 0;
    height: 0;
}
.filter-bottomline.active {
    user-select: unset;
    pointer-events: unset;
    opacity: 1;
    max-height: 1000px;
		overflow: visible;
}

.filter-bottomline-table {
    padding: 20px 0px 0px 0px; }
.filter-bottomline-table > .cell {
    padding: 0px 20px 0px 0px;
    vertical-align: middle;
    width: 25%; }
.filter-bottomline-table > .cell:last-child {
    padding: 0px 0px 0px 0px; }
.filter-bottomline-table.active {
    display: table; }

.filter-sbutton {
  display: inline-block;
  vertical-align: middle;
  height: 38px;
  text-align: center;
  line-height: 39px;
  padding: 0 30px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background-color: #0174FF;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.filter-sbutton:hover {
  background: -webkit-linear-gradient(338.85deg, #0174FF 10.15%, #3205F3 119.02%), #0174FF;
  background: -o-linear-gradient(338.85deg, #0174FF 10.15%, #3205F3 119.02%), #0174FF;
  background: linear-gradient(111.15deg, #0174FF 10.15%, #3205F3 119.02%), #0174FF;
}

@media (max-width: 992px) {
    .filter-bottomline-table {
        margin: 0px 0px 0px 0px; }
    .filter-bottomline-table > .cell {
        display: inline-block;
        width: 50%;
        margin: 0px 0px 20px 0px; }
    .filter-bottomline-table > .cell:nth-child(2) {
        padding: 0px 0px 0px 0px; } }

@media (max-width: 650px) {
    .filter-bottomline-table > .cell {
        display: block;
        width: 100%!important;
        padding: 0px 0px 0px 0px!important; }
    .filter-bottomline-table > .cell:last-child {
        padding: 0px 0px 0px 0px; } }

.filter-button {
    text-align: center;
    position: relative;
    margin: 25px 0px 0px 0px; }
.filter-button:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 1px;
    /*background-color: #DEDEDE;*/
    top: 19px;
    left: 0; }

.filter-button__item {
    position: relative;
    z-index: 1;
    background-color: #E5E5E5;
    border: 1px solid #DEDEDE;
    display: inline-block;
    width: 205px;
    height: 40px;
    color: #4F4F4F;
    font-size: 12px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    border-radius: 30px; }
.filter-button__item span {
    position: relative;
    display: inline-block;
    padding: 0px 20px 0px 0px; }
.filter-button__item span:after {
    content: '';
    position: absolute;
    right: 0;
    top: 13px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: url("../img/icons/arrow-select-grey.svg") center no-repeat;
    background-size: 100%;
    width: 8px;
    height: 12px; }
.filter-button__item i {
    font-style: normal; }
.filter-button__item i:last-child {
    display: none; }
.filter-button__item.active i {
    font-style: normal; }
.filter-button__item.active i:first-child {
    display: none; }
.filter-button__item.active i:last-child {
    display: block; }
.filter-button__item.active span:after {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }

@media (max-width: 992px) {
    .filter-button {
        margin: 5px 0px 0px 0px; } }

.mainblock {
    background: url("../img/bg_main.jpg") center no-repeat;
    background-size: cover; }
.mainblock > .cell {
    height: 500px;
    vertical-align: middle; }

.mainblock__title {
    font-weight: 300;
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin: 0px 0px 15px 0px; }

.mainblock__text {
    max-width: 620px;
    margin: 0px auto 25px auto;
    text-align: center;
    color: #fff;
    font-weight: 300;
    line-height: 18px;
    font-size: 14px; }

.mainblock-form {
    background-color: #fff;
    border-radius: 5px; }
.mainblock-form > .cell {
    height: 65px;
    vertical-align: middle;
    padding: 0px 15px 0px 15px;
    width: 33.333%;
    position: relative; }
.mainblock-form > .cell:after {
    content: '';
    width: 1px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 13px;
    background-color: #BDBDBD; }
.mainblock-form > .cell:first-child:after {
    display: none; }
.mainblock-form > .cell:last-child {
    padding: 0px 0px 0px 0px; }
.mainblock-form > .cell:last-child:after {
    display: none; }

.mainblock-form__label {
    color: #BDBDBD;
    font-size: 10px;
    font-weight: 300;
    margin: 0px 0px 7px 0px; }

.mainblock-form__input {
    color: #BDBDBD;
    width: 100%;
    display: block;
    font-size: 14px; }
.mainblock-form__input.focus {
    color: #4F4F4F; }

.mainblock-form__btn.btn {
    height: 65px;
    width: 170px;
    border-radius: 0 5px 5px 0; }

@media (max-width: 767px) {
    .mainblock > .cell {
        height: auto;
        padding: 80px 0px 30px 0px; }
    .mainblock__title {
        font-size: 25px; }
    .mainblock__text {
        font-size: 12px; }
    .mainblock-form {
        background-color: transparent; }
    .mainblock-form > .cell {
        display: block;
        background-color: #fff;
        width: 100%;
        border-radius: 5px;
        margin: 0px 0px 10px 0px;
        padding: 15px 15px 0px 15px; }
    .mainblock-form > .cell:last-child {
        background-color: transparent;
        margin: 0px 0px 0px 0px; }
    .mainblock-form > .cell:after {
        display: none; }
    .mainblock-form__btn.btn {
        width: 100%;
        border-radius: 5px; } }

.filterresults {
    margin: 0px 0px 80px 0px; }

.filterresults-list {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 10px;
}

.filterresults__info {
    color: #565F68;
    line-height: 18px;
    margin: 0px 0px 20px 0px;
    overflow: hidden;
    max-width: 1200px;
    margin: 10px auto;
    padding: 0 10px;
}

.filterresults__info span {
    color: #0174FF;
    font-weight: 500; }

.filterresults-item {
    background-color: #fff;
    margin: 0px 0px 20px 0px;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    overflow: hidden; }

.filterresults-item-slider {
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    float: left;
    width: 360px; }
.filterresults-item-slider:hover .slick-arrow {
    opacity: 1; }
.filterresults-item-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.filterresults-item-slider .slick-arrow.slick-prev {
    left: 0;
    background: #fff url("../img/icons/sl-l.svg") center no-repeat; }
.filterresults-item-slider .slick-arrow.slick-next {
    right: 0;
    background: #fff url("../img/icons/sl-r.svg") center no-repeat; }

.filterresults-item-slide__image img {
    max-width: 100%; }

.filterresults-item-body {
    margin: 0px 0px 0px 360px; }

.filterresults-item-body-block {
    padding: 40px 50px;
    float: left;
    width: 100%; }

.filterresults-item__title {
    font-weight: 300;
    font-size: 20px;
    margin: 0px 0px 10px 0px;
    line-height: 24px; }

.filterresults-header-table > .cell {
    padding: 0px 20px 0px 0px;
    vertical-align: middle;
    font-size: 12px;
    display: inline-block;
    margin: 0px 0px 20px 0px; }
.filterresults-header-table > .cell:last-child {
    padding: 0px 0px 0px 0px; }

/* fix style ---------- */
.filterresults-offer-info{
    max-width: 450px;
    /* overflow: hidden; -----------------------------------------------------------------------fix style кнопка контакты уходила за границу при клике и из-за этого свойства не отображалась*/


}
.filterresults-header__value {
    max-width: 180px;
    word-break: break-word;
    color: #929AA3; }
/* end fix style ---------- */
.ballunContent .page__title{
    font-size: 20px;
    color: #000;
    font-family: "Rubik";
    font-weight: 400;
}
.page-content .text_{
    color: #000;
    font-size: 14px;
    font-family: "Rubik";
    font-weight: 400;
}
.page-content .text_2{
    height: 27px;
    border: 2px solid #0174FF;
    line-height: 23px;
    color: #0174FF;
    padding: 0 15px;
}
.item_line{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.item_line .floor{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.aligncenter{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.p10{
    padding: 5px 10px;
}
.item_line p{
    font-family: "Rubik";
    font-weight: 300;
    font-size: 16px;
    color:#000;
}
.item_line a{
    font-family: "Rubik";
    font-weight: 300;
    font-size: 16px;
    color:#000;
}
.floor p{
    padding-left: 6px;
    font-size: 12px;
    color:#000;
}
.floor a{
    padding-left: 6px;
    font-size: 12px;
    color:#000;
}
.building p{
    text-transform: uppercase;
    color:#000;
}
.building a{
    text-transform: uppercase;
    color:#000;
}
.block_{
    display: block !important;
}
.filterresults-header__metro {
    color: #4F4F4F;
    padding: 0px 0px 0px 23px; }
.filterresults-header__metro.line_1 {
    background: url("../img/icons/metro/01.svg") left no-repeat; }
.filterresults-header__metro.line_2 {
    background: url("../img/icons/metro/02.svg") left no-repeat; }
.filterresults-header__metro.line_3 {
    background: url("../img/icons/metro/03.svg") left no-repeat; }
.filterresults-header__metro.line_4 {
    background: url("../img/icons/metro/04.svg") left no-repeat; }
.filterresults-header__metro.line_5 {
    background: url("../img/icons/metro/05.svg") left no-repeat; }
.filterresults-header__metro.line_6 {
    background: url("../img/icons/metro/06.svg") left no-repeat; }
.filterresults-header__metro.line_7 {
    background: url("../img/icons/metro/07.svg") left no-repeat; }
.filterresults-header__metro.line_8 {
    background: url("../img/icons/metro/08.svg") left no-repeat; }
.filterresults-header__metro.line_8A {
    background: url("../img/icons/metro/08.svg") left no-repeat; }
.filterresults-header__metro.line_9 {
    background: url("../img/icons/metro/09.svg") left no-repeat; }
.filterresults-header__metro.line_10 {
    background: url("../img/icons/metro/10.svg") left no-repeat; }
.filterresults-header__metro.line_11 {
    background: url("../img/icons/metro/11.svg") left no-repeat; }
.filterresults-header__metro.line_12 {
    background: url("../img/icons/metro/12.svg") left no-repeat; }
.filterresults-header__metro.line_13 {
    background: url("../img/icons/metro/13.svg") left no-repeat; }
.filterresults-header__metro.line_14 {
    background: url("../img/icons/metro/14.svg") left no-repeat; }
.filterresults-header__metro.line_15 {
    background: url("../img/icons/metro/15.svg") left no-repeat; }
    .filterresults-header__metro.line_D1 {
    background: url("../img/icons/metro/D1.svg") left no-repeat; }
    .filterresults-header__metro.line_D2 {
    background: url("../img/icons/metro/D2.svg") left no-repeat; }

.filterresults-header__steps {
    color: #929AA3;
    padding: 0px 0px 0px 15px;
    background: url("../img/icons/walk.svg") left no-repeat; }

.filterresults-header__car {
    color: #929AA3;
    padding: 0px 0px 0px 20px;
    background: url("../img/icons/cardirections.svg") left no-repeat; }

.filterresults-header__map {
    color: #0174FF; }
.filterresults-header__map:hover {
    text-decoration: underline; }

.filterresults-header__pdf {
    color: #0174FF;
    padding: 0px 0px 0px 25px;
    background: url("../img/icons/pdf.svg") left no-repeat;
    line-height: 20px;
    display: inline-block;
    font-size: 12px;
    text-align: left;
}
.filterresults-header__pdf:hover {
    text-decoration: underline; }

.filterresults-offer {
    border-bottom: 1px solid #DEDEDE;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 15px 0px; }
.filterresults-offer:last-child {
    margin: 0px 0px 0px 0px;
    border-bottom: none;
    padding: 0px 0px 0px 0px; }

.filterresults-offer-params {
    font-size: 0;
    display: table; }
.filterresults-offer-params > .cell {
    padding: 0px 16px 0px 0px;
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
    margin: 0px 0px 10px 0px; }
.filterresults-offer-params > .cell:last-child {
    padding: 0px 0px 0px 0px; }
div.filterresults-offer div.cell {
    margin-bottom: 10px;
}

.filterresults-offer__type {
    height: 27px;
    border: 2px solid #0174FF;
    line-height: 23px;
    color: #0174FF;
    padding: 0 15px; }

.filterresults-offer__floor {
    background: url("../img/icons/floor.svg") left no-repeat;
    padding: 0px 0px 0px 20px; }

.filterresults-offer__plan {
    background: url("../img/icons/plan.svg") left no-repeat;
    padding: 0px 0px 0px 20px; }

.filterresults-offer__status {
    padding: 0px 0px 0px 20px; }
.filterresults-offer__status.r {
    background: url("../img/icons/ok.svg") left no-repeat; }
.filterresults-offer__status.nr {
    background: url("../img/icons/repair.svg") left no-repeat; }

.filterresults-offer-body > .cell {
    vertical-align: top; }

.filterresults-offer-prices > .cell {
    padding: 0px 20px 0px 0px;
    vertical-align: middle;
    margin: 0px 0px 15px 0px;
    display: inline-block; }
.filterresults-offer-prices > .cell:last-child {
    padding: 0px 10px 0px 0px; }

.filterresults-offer-prices-table > .cell {
    padding: 0px 20px 0px 0px;
    vertical-align: middle; }
.filterresults-offer-prices-table > .cell:last-child {
    padding: 0px 0px 0px 20px;
    position: relative; }
/*.filterresults-offer-prices-table > .cell:last-child:before {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #DEDEDE;
    position: absolute;
    left: -10px;
    top: 9px; }*/

.filterresults-offer-prices__value {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/

    display: inline;
    -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
    font-weight: 300;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.filterresults-offer-prices__value small {
    color: #929AA3;
    font-size: 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-bottom: 2px;
    padding-left: 2px;
}

.filterresults-offer-prices__tax {
    background: url("../img/icons/coin.svg") left no-repeat;
    font-size: 12px;
    padding: 0px 0px 0px 20px;
    color: #929AA3; }
.filterresults-offer-info > .cell {
    padding: 0px 20px 0px 0px;
    font-size: 12px; }
.filterresults-offer-info > .cell:last-child {
    padding: 0px 0px 0px 0px; }
.filterresults-offer-info .contactBox a {
    color: #0074ff; }
.filterresults-offer-info .contactBox a:hover {
    color: #ff5200; }
.filterresults-offer-info .contactBox .cont-tel {
    margin-top: 5px; }
.filterresults-offer-info__host {
    color: #929AA3; }
.filterresults-offer-info__contacts {
    color: #0174FF; }
.filterresults-offer-info__contacts:hover {
    text-decoration: underline; }

.filterresults-offer-info__return {
    background: url("../img/icons/100.svg") left no-repeat;
    padding: 0px 0px 0px 18px;
    color: #27AE60; }

.filterresults-offer-buttons {
    /*white-space: nowrap;*/ }

.filterresults-offer__favorite.btn {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px; }
.filterresults-offer__favorite.btn span {
    background: url("../img/icons/favorite.svg") center no-repeat;
    display: block;
    width: 16px;
    height: 45px; }

.filterresults-offer__btn {
    display: inline-block;
    height: 45px;
    vertical-align: top;
    margin: 0px 0px 0px 5px; }

.filterresults-item-footer {
    padding: 20px 0px 0px 0px; }
@media(max-width:1199.98px){
    .filterresults-offer-info{
        max-width: 250px;
    }
    .filterresults-header__value {
        max-width: 250px; }
}
@media (max-width: 1180px) {
    .filterresults-offer-body > .cell {
        display: block; }
    .filterresults-offer-body > .cell:first-child {
        margin: 0px 0px 20px 0px; }
    .filterresults-item-body-block {
        padding: 30px; }
    .filterresults-offer-info{
        max-width: 470px;
    }
    .filterresults-header__value {
        max-width: 470px;
    }
}

@media (max-width: 992px) {
    .filterresults-item-slider {
        float: none;
        margin: 0px auto; }
    .filterresults-item-slider .slick-arrow {
        opacity: 1; }
    .filterresults-item-body {
        margin: 0px 0px 0px 0px; }
    .filterresults-offer-info{
        max-width: 620px;
    }
    .filterresults-header__value {
        max-width: 620px;
    }
}

@media (max-width: 767px) {
    .filterresults {
        margin: 0px 0px 50px 0px; }
    .filterresults-item-body-block {
        padding: 20px 10px; }
    .filterresults-item__title {
        margin: 0px 0px 20px 0px; }
    .filterresults-item__more.btn {
        width: 100%;
        padding: 0 10px;
        font-size: 12px; } }
@media(max-width:600px){
    .filterresults-offer-info{
        max-width: 90vw;
    }
    .filterresults-header__value {
        max-width: 90vw;
    }
}
@media (max-width: 400px) {
    .filterresults-item-slider {
        width: 100%;
        text-align: center; }

    .filterresults-offer-prices__value {
        white-space: normal;
    }

   .filterresults-offer-prices-table > .cell
    {
     padding: 0px;
     padding-right: 18px;
    }

   .filterresults-offer-prices-table > .cell:last-child
    {
     padding-left: 8px;
     padding-right: 0px;
    }

   .filterresults-offer-prices-table > .cell:last-child:before
    {
     width: 10px;
    }

}
/* style for icon svg contacts --------------------------------- on page contacts---------------------- */
.contacts_mes{
    display: flex;
    display: -ms-flexbox ;
    display: -webkit-box ;
    align-items: center;
    -ms-flex-align: center ;
        -webkit-box-align: center ;

}
.link_sms_to{
    font-size: 15px;
    margin-right: 20px;
    color: #1A1D1E;
    text-decoration: none;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.link_sms{
    transition: ease 0.3s all;
    -webkit-transition: ease 0.3s all;
    -moz-transition: ease 0.3s all;
    -ms-transition: ease 0.3s all;
    -o-transition: ease 0.3s all;
}
.link_sms:hover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.icon_svg_sprite{
    width: 30px;
    height: 31px;
    margin: 5px;
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;

}
.icon_svg_sprite.sms{

    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    fill:#2196F3;
}
.link_sms:hover .icon_svg_sprite.sms{
    fill: #191919;

}
.icon_svg_sprite.watsapp{

    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    fill:#4caf50;
}
.link_sms:hover .icon_svg_sprite.watsapp{
    fill: #191919;

}
.icon_svg_sprite.viber{

    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    fill:#7D3DAF;
}
.link_sms:hover .icon_svg_sprite.viber{
    fill: #191919;

}
.icon_svg_sprite.telegram_icon{

    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    fill: #039be5;
}
.link_sms:hover .icon_svg_sprite.telegram_icon{
    fill: #191919;

}


/* ----------------------------------------------------------------ebd icon svg contacts------ */
.page {
    padding: 10px 0px 80px 0px; }

.page__subtitle {
    margin: 10px 0px 0px 0px; }

.page-body {
    background-color: #fff;
    padding: 60px 0;

    margin-bottom: 10px;

    }

.page-content h1 {
    font-size: 34px;
    font-weight: 300; }

.page-content h2 {
    font-size: 29px;
    font-weight: 300; }
h2.page__title a{
    font-size: 29px;
    font-weight: 300;
    color: #000;
}
.page__title.pttl span.ptl,
.page__title.pttl a {
    vertical-align: top;
}
.page__title.pttl .ptl {
    display: inline-block;
    color: #fff;
    padding: 8px 15px;
    margin-bottom: 7px;
    border-radius: 3px;
    background-color: #0174FF;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.page__title.pttl a.ptl:hover {
    background: -webkit-linear-gradient(338.85deg, #0174FF 10.15%, #3205F3 119.02%), #0174FF;
    background: -o-linear-gradient(338.85deg, #0174FF 10.15%, #3205F3 119.02%), #0174FF;
    background: linear-gradient(111.15deg, #0174FF 10.15%, #3205F3 119.02%), #0174FF;
}
.page__title.pttl button.small_button.in_lot {
    height: 45px;
}

.page-content h3 {
    font-size: 26px;
    font-weight: 300; }

.page-content h4 {
    font-size: 20px;
    font-weight: 300; }

.page-content p {
    margin: 0px 0px 20px 0px;
    color: #4F4F4F;
    font-size: 16px;
    line-height: 20px; }
.page-content p:last-child {
    margin: 0px 0px 0px 0px; }

.page-content__title {
    margin: 0px 0px 35px 0px; }

@media (max-width: 767px) {
    .page {
        padding: 60px 0px 0px 0px; }
    .page .container {
        padding: 0; }
    .page-body {
        padding: 30px 0; } }

.page-header {
    margin: 0px 0px 35px 0px; }

.page-header-table {
    margin: 20px 0px 0px 0px; }
.page-header-table > .cell {
    vertical-align: middle; }
.page-header-table > .cell:last-child {
    text-align: right; }

.page-header-info > .cell {
    margin: 0px 0px 0px 0px; }

@media (max-width: 767px) {
    .page-header {
        margin: 0px 0px 30px 0px; }
    .page-header-table > .cell {
        display: block; }
    .page-header-table > .cell:last-child {
        text-align: left; }
    .page-header-info > .cell {
        margin: 0px 0px 10px 0px; } }

.page-gallery {
    margin: 0px 0px 60px 0px; }

@media (max-width: 767px) {
    .page-gallery {
        margin: 0px 0px 30px 0px; } }

.page-menu {
    margin: 0px 0px 10px 0px; }

.page-menu__item {
    color: #717B87;
    font-size: 20px;
    font-weight: 300;
    margin: 0px 50px 30px 0px;
    cursor: pointer;
    display: inline-block; }
.page-menu__item.active {
    position: relative;
    color: #11151A; }
.page-menu__item.active:after {
    content: '';
    width: 100%;
    bottom: -10px;
    left: 0;
    position: absolute;
    height: 4px;
    background-color: #0174FF; }
.page-menu__item:hover {
    color: #11151A; }

@media (max-width: 767px) {
    .page-menu {
        margin: 0px 0px 5px 0px; }
    .page-menu__item {
        font-size: 18px;
        margin: 0px 0px 20px 0px;
        display: block; }
    .page-menu__item.active:after {
        height: 2px;
        bottom: -5px; } }

.page-blocks {
    margin: 0px 0px 60px 0px; }

.page-block {
    margin: 0px 0px 60px 0px; }
.page-block:last-child {
    margin: 0px 0px 0px 0px; }

@media (max-width: 767px) {
    .page-block {
        margin: 0px 0px 40px 0px; }
    .page-blocks {
        margin: 0px 0px 40px 0px; } }

.page-table .trow > .cell {
    font-size: 14px;
    border-bottom: 1px solid #EFEFEF;
    padding: 5px 0px;

    line-height: 23px;

    }
.page-table .trow > .cell:first-child {
    width: 40%;
    padding-right: 10px; }

.page-table__label {
    color: #929AA3; }

.page-table__value {
    color: #565F68; }
.page-table__value.m {
    margin: 0px 0px 5px 0px; }
.page-table__value a {
    color: #0074ff; }
.page-table__value a:hover {
    color: #ff5200; }

@media (max-width: 1180px) {
    .page-information .filterresults-offer-body > .cell {
        display: table-cell; }
    .page-information .filterresults-offer-body > .cell:first-child {
        margin: 0px 0px 0px 0px; } }

@media (max-width: 767px) {
    .page-information .filterresults-offer-body > .cell {
        display: block; }
    .page-information .filterresults-offer-body > .cell:first-child {
        margin: 0px 0px 20px 0px; } }

.page-map {
    height: 300px; }

.page-text__title {
    margin: 0px 0px 25px 0px; }

.lendingmain {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.lendingmain-table {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
.lendingmain-table > .cell {
    text-align: center;
    vertical-align: middle;
    height: 100%;
    padding: 0 10px; }

.lendingmain__title {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    margin: 0px 0px 15px 0px; }

.lendingmain__subtitle {
    color: #fff;
    font-size: 14px;
    font-weight: 300; }

.lendingmain__btn.btn {
    margin: 35px 0px 0px 0px; }

.lendingmain__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

@media (max-width: 767px) {
    .lendingmain__title {
        font-size: 25px; } }

.lending-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #E5E5E5; }

.lending-maininfo {
    padding: 90px 0px 50px 0px;
    overflow: hidden; }

.lending-maininfo-body {
    margin: 0px -15px; }

.lending-maininfo-table {
    text-align: center; }

.lending-maininfo-column {
    display: inline-block;
    width: 25%;
    padding: 0px 15px;
    vertical-align: top;
    margin: 0px 0px 40px 0px; }

.lending-maininfo-item__icon {
    display: table;
    width: 100%;
    font-family: 'Rubik';
    font-size: 60px;
    line-height: 77px;
    color: #1E82FC;
    font-weight: 300; }
.lending-maininfo-item__icon span {
    display: table-cell;
    height: 77px;
    vertical-align: middle; }

.lending-maininfo-item__text {
    font-size: 14px;
    color: #11151A;
    margin: 20px 0px 0px 0px;
    line-height: 18px; }

@media (max-width: 992px) {
    .lending-maininfo {
        padding: 60px 0 20px 0; } }

@media (max-width: 767px) {
    .lending-maininfo {
        padding: 30px 0 0px 0; }
    .lending-maininfo-column {
        width: 50%; } }

@media (max-width: 450px) {
    .contacts_mes{

        display: -ms-flexbox ;
        display: -webkit-box ;
        display: flex;
        flex-direction: column;
        -ms-flex-align: start ;
            -webkit-box-align: start ;
                align-items: flex-start ;
        margin-bottom: 15px;
    }
    .link_sms_to{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .page-content.w780 #images{
        grid-template-columns: repeat(1, 1fr);
        margin: 10px 0 !important;
    }
    #images .gal-image {
        width: 100% !important;
        height: auto;
        padding: 0 !important;
    }
    #images .gal-image img {
        width: 100% !important;
        height: auto;
        padding: 0 !important;
    }
    .lending-maininfo-column {
        width: 100%; } }

.lending-params {
    background-color: #fff;
    padding: 70px 0;
    overflow: hidden; }

.lending-params-body {
    max-width: 930px;
    margin: 0px auto; }

.lending-params__title {
    font-size: 26px;
    font-weight: 300;
    margin: 0px 0px 30px 0px; }

.lending-params-row {
    margin: 0px -15px; }

.lending-params-column {
    float: left;
    width: 50%;
    padding: 0px 15px; }

@media (max-width: 767px) {
    .lending-params {
        background-color: #fff;
        padding: 30px 0; }
    .lending-params-column {
        width: 100%; } }

.lending-information {
    padding: 90px 0; }

.lending-information__title {
    text-align: center;
    margin: 0px 0px 30px 0px;
    font-weight: 300;
    font-size: 26px; }

.lending-information-content {
    max-width: 930px;
    margin: 0px auto;
    background-color: #fff; }

.lending-information-item {
    padding: 40px 75px;
    border-bottom: 1px solid #E5E5E5; }

.lending-information-footer {
    text-align: center;
    margin: 20px 10px 0px 10px; }

@media (max-width: 1180px) {
    .lending-information .filterresults-offer-body > .cell {
        display: table-cell; }
    .lending-information .filterresults-offer-body > .cell:first-child {
        margin: 0px 0px 0px 0px; } }

@media (max-width: 992px) {
    .lending-information .lending-information-item {
        padding: 40px; } }

@media (max-width: 767px) {
    .lending-information .filterresults-offer-body > .cell {
        display: block; }
    .lending-information .filterresults-offer-body > .cell:first-child {
        margin: 0px 0px 20px 0px; }
    .lending-information .lending-information-item {
        padding: 20px 10px; } }

@media (max-width: 992px) {
    .lending-information {
        padding: 60px 0; } }

@media (max-width: 767px) {
    .lending-information {
        padding: 30px 0; } }

.lending-gallery {
    padding: 90px 0; }

.lending-gallery__title {
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    margin: 0px 0px 30px 0px; }

@media (max-width: 992px) {
    .lending-gallery {
        padding: 60px 0; } }

@media (max-width: 767px) {
    .lending-gallery {
        padding: 30px 0; } }

.lending-text {
    background-color: #fff;
    padding: 90px 0; }

@media (max-width: 992px) {
    .lending-text {
        padding: 60px 0; }
    .page-content .room_feature .room_feature-block:first-child .trow{
      max-width: 44%;
    }
}

@media (max-width: 767px) {
    .page-content .room_feature .room_feature-block:first-child .trow{
        max-width: 46vw;
      }
    .lending-text {
        padding: 30px 0; } }

.lending-form .form {
    padding: 140px 0; }

.lending-form .form__bg {
    height: 160%; }

@media (max-width: 767px) {
    .lending-form .form {
        padding: 30px 0; } }

.lending-map {
    height: 470px; }

.clients {
    background-color: #fff;
    padding: 60px 20px; }

.clients__title {
    text-align: center;
    margin: 0px 0px 35px 0px;
    font-size: 20px;
    font-weight: 300; }

.clients-slider {
    padding: 0 50px; }
.clients-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 5;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.clients-slider .slick-arrow.slick-prev {
    left: 0;
    background: #F5F5F5 url("../img/icons/sl-l.svg") center no-repeat; }
.clients-slider .slick-arrow.slick-next {
    right: 0;
    background: #F5F5F5 url("../img/icons/sl-r.svg") center no-repeat; }

.clients-slide {
    text-align: center;
    float: none !important;
    display: table-cell;
    vertical-align: middle; }

.clients-slide__image {
    padding: 0 15px; }
.clients-slide__image img {
    max-width: 100%; }

@media (max-width: 767px) {
    .clients {
        background-color: #fff;
        padding: 30px 10px; }
    .clients__title {
        margin: 0px 0px 20px 0px; } }

.form {
    position: relative;
    padding: 70px 0;
    overflow: hidden; }

.form-body {
    position: relative;
    z-index: 2; }

.form__title {
    font-size: 26px;
    color: #fff;
    text-align: center;
    margin: 0px 0px 30px 0px;
    font-weight: 300; }

.form__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0; }

@media (max-width: 767px) {
    .form {
        position: relative;
        padding: 30px 0; } }

.gallery {
    position: relative; }

.gallery-content {
    overflow: hidden; }

.gallery-body {
    padding: 0px 42px 0px 0px; }
.gallery-body > .cell {
    vertical-align: top; }
.gallery-body > .cell:first-child {
    padding: 0px 5px 0px 0px; }

.gallery__item {
    width: 380px;
    display: inline-block; }
.gallery__item img {
    max-width: 100%; }

.gallery-images-table .trow .cell {
    padding: 0px 5px 5px 0px;
    vertical-align: top; }
.gallery-images-table .trow .cell:last-child {
    padding: 0px 0px 5px 0px; }

.gallery-images-table .trow:last-child .cell {
    padding: 0px 5px 0px 0px; }
.gallery-images-table .trow:last-child .cell:last-child {
    padding: 0px 0px 0px 0px; }

.gallery-images__item {
    display: inline-block;
    width: 155px; }
.gallery-images__item img {
    max-width: 100%; }

.gallery-body__arrow {
    position: absolute;
    right: 0px;
    -webkit-box-shadow: -10px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 4px 20px rgba(0, 0, 0, 0.1);
    top: 0;
    height: 100%;
    cursor: pointer;
    width: 42px;
    background: #fff url("../img/icons/sl-r.svg") center no-repeat;
    display: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.gallery-body__arrow.stop {
    opacity: 0.1; }
.gallery-body__arrow.active {
    display: block; }

.pagging {
    text-align: center;
    padding: 20px 0px 0px 0px; }

.pagging-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 15px; }

.pagging-list__arrow {
    width: 6px;
    height: 14px;
    display: inline-block; }
.pagging-list__arrow.l {
    margin: 0px 45px 0px 0px;
    background: url("../img/icons/sl-l.svg") center no-repeat; }
.pagging-list__arrow.r {
    margin: 0px 0px 0px 45px;
    background: url("../img/icons/sl-r.svg") center no-repeat; }

.pagging-list__item {
    color: #565F68;
    font-size: 14px;
    font-weight: 300; }
.pagging-list__item.active {
    font-weight: 700;
    color: #0174FF; }

@media (max-width: 767px) {
    .pagging-list__arrow.l {
        margin: 0px 0px 0px 0px; }
    .pagging-list__arrow.r {
        margin: 0px 0px 0px 0px; } }

.baloon {
    max-width: 325px !important; }

.baloon-style {
    display: none; }

.baloon-content {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    padding: 25px;
    left: 0 !important;
    width: 100% !important;
    overflow: visible !important; }
.baloon-content:after {
    content: '';
    width: 30px;
    height: 30px;
    left: 50%;
    margin: 0px 0px 0px -20px;
    background-color: #fff;
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    position: absolute;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    bottom: -15px; }

.baloon-close {
    top: 18px !important; }

@media (max-width: 767px) {
    .baloon {
        max-width: 280px !important; } }

.btn {
    display: inline-block;
    /* height: 45px; */
    text-align: center;
    line-height: 43px;
    padding: 0 20px;
    border-radius: 3px;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    background-color: #0174FF;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.btn:hover {
    background: -webkit-linear-gradient(338.85deg, #0174FF 10.15%, #3205F3 119.02%), #0174FF;
    background: -o-linear-gradient(338.85deg, #0174FF 10.15%, #3205F3 119.02%), #0174FF;
    background: linear-gradient(111.15deg, #0174FF 10.15%, #3205F3 119.02%), #0174FF; }
.btn.w {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: transparent; }
.btn.w:hover {
    border: 1px solid #0174FF;
    background: #0174FF; }
.btn.b {
    border: 1px solid #0174FF;
    color: #0174FF;
    background-color: transparent; }
.btn.b:hover {
    background: #0174FF;
    color: #fff; }
.btn.big {
    height: 65px;
    line-height: 65px;
    padding: 0 60px; }

.whatsapp {
    display: inline-block;
    /* height: 45px; */
    text-align: center;
    line-height: 43px;
    margin-right: 20px;
    padding: 0 20px;
    border-radius: 3px;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    background-color: #25D366;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.whatsapp:hover {
    background: -webkit-linear-gradient(338.85deg, #25D366 10.15%, #008000 119.02%), #25D366;
    background: -o-linear-gradient(338.85deg, #25D366 10.15%, #008000 119.02%), #25D366;
    background: linear-gradient(111.15deg, #25D366 10.15%, #008000 119.02%), #25D366; }
.whatsapp.w {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: transparent; }
.whatsapp.w:hover {
    border: 1px solid #25D366;
    background: #25D366; }
.whatsapp.b {
    border: 1px solid #25D366;
    color: #25D366;
    background-color: transparent; }
.whatsapp.b:hover {
    background: #25D366;
    color: #fff; }
.whatsapp.big {
    height: 65px;
    line-height: 65px;
    padding: 0 60px; }

.telegram {
    display: inline-block;
    /* height: 45px; */
    text-align: center;
    line-height: 43px;
    margin-right: 20px;
    padding: 0 20px;
    border-radius: 3px;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    background-color: #2e87ca;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.telegram:hover {
    background: -webkit-linear-gradient(338.85deg, #2e87ca 10.15%, #006fa7 119.02%), #2e87ca;
    background: -o-linear-gradient(338.85deg, #2e87ca 10.15%, #006fa7 119.02%), #2e87ca;
    background: linear-gradient(111.15deg, #2e87ca 10.15%, #006fa7 119.02%), #2e87ca; }
.telegram.w {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: transparent; }
.telegram.w:hover {
    border: 1px solid #2e87ca;
    background: #2e87ca; }
.telegram.b {
    border: 1px solid #2e87ca;
    color: #2e87ca;
    background-color: transparent; }
.telegram.b:hover {
    background: #2e87ca;
    color: #fff; }
.telegram.big {
    height: 65px;
    line-height: 65px;
    padding: 0 60px; }

.select {
    position: relative;
    cursor: pointer; }
.select .select-title {
    z-index: 1;
    width: 100%;
    position: relative;
    height: 45px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 3px; }
.select .select-title__arrow {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 15px;
    width: 12px;
    height: 8px;
    background: url("../img/icons/arrow-select-grey.svg") 0 0 no-repeat; }
.select .select-title__value {
    font-size: 14px;
    color: #565F68;
    line-height: 45px;
    display: block;
    overflow: hidden;
    padding: 0 45px 0 20px;
    white-space: nowrap;
    text-transform: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
.select .select-options {
    position: absolute;
    z-index: 10;
    top: 43px;
    display: none;
    overflow: hidden;
    min-width: 100%;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    padding: 0px 0 10px 0;
    background-color: #fff; }
.select .select-options-inside {
    max-height: 200px;
    overflow: auto; }
.select .select-options__value {
    color: #565F68;
    font-size: 14px;
    padding: 7px 25px;

    /*line-height: 10px;*/

    }
.select .select-options__value:hover {
    color: #000; }
.select.filter-pricetype__select .select-title {
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05); }
.select.filter-pricetype__select .select-title__value {
    color: #0174FF;
    line-height: 14px;
    padding: 0px 18px 0px 0px;
    line-height: 45px; }
.select.filter-pricetype__select .select-title__arrow {
    background: url("../img/icons/arrow-select-blue.svg") 0 0 no-repeat;
    right: 0; }
.select.filter-pricetype__select .select-options {
    top: 40px;
    padding: 0px 0px 0px 0px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    padding: 5px 0; }
.select.filter-pricetype__select .select-options__value {
    padding: 7px 10px; }

.input {
    width: 100%;
    display: block;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    height: 45px;
    color: #565F68;
    font-size: 14px;
    padding: 0px 15px; }

textarea.input {
    resize: none;
    padding: 0px 0px 0px 0px; }

.check {
    position: relative;
    padding-left: 5px;
    color: #565F68;
    font-size: 14px;
    line-height: 21px;
    cursor: pointer; }
.check input {
    display: none; }
.check:before {
    content: '';
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    left: -5px;
    top: 2px;
    background: #FFFFFF;
    width: 18px;
    height: 18px;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    border: solid 1px #b3b3b3;
    border-radius: 3px;

    position: relative;
    display: inline-block;
    vertical-align: top;

    /*display: inline-block;
    vertical-align: text-top;
    margin-right: 5px;*/
    }

.check fieldset
 {
  display: inline-block;

  top: 0px !important;
 }

.save-ch-advert
 {
  margin-right: 30px !important;
 }


/*.check:after {
    content: '';
    top: 0px;
    left: 0px;
    width: 18px;
    height: 18px;
    position: absolute;
    background: url("../img/icons/check.svg") center no-repeat;
    -webkit-transition: opacity 0.5s ease 0s;
    -moz-transition: opacity 0.5s ease 0s;
    -ms-transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0; }*/


.check.active:before
 {
  background: #0174FF;

  background-image: url("../img/icons/check.svg");
  background-position: center center;
  background-repeat: no-repeat;

  transition: none;
 }

/*.check.active:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }*/

.check.inline {
    display: inline-block;
    margin: 0px 10px 10px 0px; }

/* lio: add @media rule  */
@media (max-width: 440px) {
    /*.check.inline + div {margin-top: 30px;}*/
    .overlay-options {height: 170px!important;}
}

.check.check_options {
    line-height: 15px; }
.check.check_options:after {
    display: none; }
.check.check_options:before {
    width: 15px;
    height: 15px;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    background: url("../img/icons/check_option.svg") center no-repeat;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.check.check_options.active:before {
    opacity: 1; }

.option {
    position: relative;
    cursor: pointer;
    padding-left: 25px;
    line-height: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #565F68; }
.option:last-child {
    margin-bottom: 0px; }
.option input {
    display: none; }
.option:before {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    content: '';
    border-radius: 50%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1); }
.option:after {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    left: 5px;
    top: 5px;
    background-color: #fff; }
.option.active:before {
    background: #0174FF; }
.option.active:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
.option.inline {
    display: inline-block;
    margin: 0px 10px 0px 0px; }
.option.min {
    font-size: 10px;
    line-height: 14px;
    padding: 0px 0px 0px 17px; }
.option.min:before {
    width: 12px;
    height: 12px; }
.option.min:after {
    top: 4px;
    left: 4px;
    width: 4px;
    height: 4px; }

.rating-block {
    display: table;
    font-size: 0; }

.rating {
    display: inline-block;
    position: relative;
    vertical-align: middle; }
.rating.edit .star {
    cursor: pointer; }
.rating .star {
    width: 17px;
    height: 13px;
    display: inline-block;
    position: relative;
    z-index: 3; }

.rating__line {
    position: absolute;
    width: 80px;
    height: 13px;
    top: 0;
    left: 0;
    background: url("../img/bg_rating.png") 0 0 no-repeat;
    z-index: 1; }

.rating__activeline {
    position: absolute;
    width: 0px;
    height: 13px;
    top: 0;
    left: 0;
    background: url("../img/bg_rating_active.png") 0 0 no-repeat;
    z-index: 2; }

.rating__value {
    display: inline-block;
    color: #1b3139;
    font-size: 14px;
    line-height: 13px;
    vertical-align: middle; }

.quantity {
    position: relative;
    width: 73px;
    height: 47px;
    border: 1px solid #cfcfcf;
    background-color: #ffffff; }

.quantity__input {
    height: 45px;
    width: 50px;
    text-align: center;
    color: #101010;
    font-weight: 300; }

.quantity__btn {
    position: absolute;
    top: 11px;
    right: 15px;
    cursor: pointer; }
.quantity__btn:before {
    font-size: 25px;
    display: inline-block;
    line-height: 10px;
    color: #a9a9a9; }
.quantity__btn:hover:before {
    color: #da0005; }
.quantity__btn.dwn {
    top: 25px; }

.category-params-item-price-table {
    margin-bottom: 25px; }
.category-params-item-price-table .cell:first-child {
    padding-right: 15px;
    position: relative; }
.category-params-item-price-table .cell:first-child:after {
    content: '-';
    position: absolute;
    right: -4px;
    top: 8px;
    font-size: 20px; }
.category-params-item-price-table .cell:last-child {
    padding-left: 15px; }
.category-params-item-price-table .cell input {
    height: 37px;
    border: 2px solid #393939;
    background-color: #ffffff;
    text-align: center;
    font-size: 12px;
    color: #393939;
    font-weight: 500;
    width: 100%; }

.category-params-item-price-range {
    margin: 0 12px 40px 12px;
    background-color: #c9cecf;
    height: 2px;
    position: relative; }
.category-params-item-price-range .ui-slider-range {
    background-color: #000;
    height: 2px;
    position: relative; }
.category-params-item-price-range .ui-slider-handle {
    width: 23px;
    height: 28px;
    border: 3px solid #fbfbfb;
    background-color: #ea5922;
    display: block;
    position: absolute;
    top: -14px;
    margin-left: -12px;
    cursor: pointer; }
.category-params-item-price-range .ui-slider-handle span {
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 50px;
    text-align: center;
    font-size: 10px;
    margin-left: -25px;
    font-weight: 500;
    color: #94a6aa; }

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.ellipsis {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }

.table {
    display: table;
    font-size: 0;
    width: 100%; }

.trow {
    display: table-row; }

.cell {
    display: table-cell; }
.cell.full {
    width: 100%; }

.ibg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
.ibg img {
    display: none; }

.video {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%; }
.video video, .video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.videobg video, .videobg iframe, .videobg object, .videobg embed {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover; }

.slick-slider {
    position: relative; }
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
.slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    width: 100%; }
.slick-slider .slick-track {
    position: relative;
    width: 100%; }
.slick-slider .slick-slide {
    overflow: hidden;
    float: left;
    position: relative; }

.tab__item {
    display: none; }
.tab__item.active {
    display: block; }
.ui-icon{
    width: 46px!important;
}
.ui-datepicker .ui-datepicker-prev{
    left: 4% !important;
}
.ui-icon-circle-triangle-w{
    left: 17% !important;
}
.ui-icon-circle-triangle-e{
    left: 18% !important
}
.ui-datepicker .ui-datepicker-next{
    right: 2%!important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
    width: 3.8em!important;
}

footer .triada {
    display: block;
    padding-top: 30px;  }

footer .triada img {
    display: inline-block;
    width: auto;
    height: 55px;
    -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); -webkit-transition: -webkit-filter 1s ease-in-out; transition: -webkit-filter 1s ease-in-out; -o-transition: filter 1s ease-in-out; transition: filter 1s ease-in-out; transition: filter 1s ease-in-out, -webkit-filter 1s ease-in-out; }
footer a.triada:hover img {-webkit-filter: brightness(1) invert(0);filter: brightness(1) invert(0);}

.filterresults-offer-prices__value > span
 {
  white-space: normal;
 }

/* Готовый арендный бизнес.
*/
 .card_arenda_biz
  {
   line-height: 1.3;

   font-size: 14px;
  }

 .card_arenda_biz div
  {
   display: inline-block;

   vertical-align: middle;

   padding: 10px;

   border-radius: 15px;

   background-color: #94f375;
  }

 .card_arenda_biz div:first-child
  {
   margin-right: 20px;
  }

 .card_arenda_biz .bold
  {
   font-weight: 500;
  }

 .lot_arenda_biz
  {
   margin-top: 40px;

   padding: 15px;
   border: solid 5px #159ad2;

   border-radius: 15px;
  }

 .lot_arenda_biz .caption
  {
   margin-bottom: 10px;

   text-align: center;

   font-size: 18px;
   color: #0ec143;
  }

/* ------------------------
*/

.mini_pdf
  {
   display: inline-block;

   margin-right: 5px;
   vertical-align: -6px;

   width: 16px;
   height: 20px;

   background-image: url("/local/templates/rentavik/img/icons/pdf_mini_3.svg");
   background-repeat: no-repeat;
   background-position: center center;
  }
  
.text_hide_cost {
	font-weight: bold !important;
	color: #0174FF !important;
	font-size: 18px !important;
}