@font-face {
    font-family: 'OpenSans';
    src: local("OpenSansRegular"), url("../fonts/OpenSansRegular/OpenSansRegular.eot");
    src: local("OpenSansRegular"), url("../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: 'OpenSans';
    src: local("OpenSansLight"), url("../fonts/OpenSansLight/OpenSansLight.eot");
    src: local("OpenSansLight"), url("../fonts/OpenSansLight/OpenSansLight.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansLight/OpenSansLight.woff") format("woff"), url("../fonts/OpenSansLight/OpenSansLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300
}

@font-face {
    font-family: 'OpenSans';
    src: local("OpenSansBold"), url("../fonts/OpenSansBold/OpenSansBold.eot");
    src: local("OpenSansBold"), url("../fonts/OpenSansBold/OpenSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansBold/OpenSansBold.woff") format("woff"), url("../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600
}

@font-face {
    font-family: 'Merriweather';
    src: local("MerriweatherRegular"), url("../fonts/MerriweatherRegular/MerriweatherRegular.eot");
    src: local("MerriweatherRegular"), url("../fonts/MerriweatherRegular/MerriweatherRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/MerriweatherRegular/MerriweatherRegular.woff") format("woff"), url("../fonts/MerriweatherRegular/MerriweatherRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: 'Merriweather';
    src: local("MerriweatherBold"), url("../fonts/MerriweatherBold/MerriweatherBold.eot");
    src: local("MerriweatherBold"), url("../fonts/MerriweatherBold/MerriweatherBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MerriweatherBold/MerriweatherBold.woff") format("woff"), url("../fonts/MerriweatherBold/MerriweatherBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600
}

@font-face {
    font-family: 'Merriweather';
    src: local("MerriweatherLight"), url("../fonts/MerriweatherLight/MerriweatherLight.eot");
    src: local("MerriweatherLight"), url("../fonts/MerriweatherLight/MerriweatherLight.eot?#iefix") format("embedded-opentype"), url("../fonts/MerriweatherLight/MerriweatherLight.woff") format("woff"), url("../fonts/MerriweatherLight/MerriweatherLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300
}

.main {
    padding-top: 30px
}

.red {
    background-color: #f06e61
}

.sea {
    background-color: #2ccbb7
}

.blue {
    background-color: #2a4a5f;
    color: white
}

.yellow {
    background-color: #f6c510;
    color: #263238
}

.yellow-light {
    background-color: #fff176 !important;
    color: #263238 !important
}

.purple {
    background-color: #7e57c2
}

.green {
    background-color: #66bb6a;
    color: #263238
}

.cyan {
    background-color: #00acc1
}

.grey-blue {
    background-color: #78909c
}

body {
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #263238;
    background: white
}

body.open {
    overflow: hidden
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Merriweather", sans-serif;
    font-weight: 400;
    color: black
}

h1, h2, h3 {
    font-size: 32px;
    padding: 15px 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase
}

h3 {
    font-size: 26px
}

h2.small {
    font-size: 18px;
    text-align: left;
    text-transform: none
}

p {
    padding: 0;
    margin: 0
}

.clear {
    clear: both
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    text-decoration: none
}

a:active, a:focus, a:hover {
    outline: none;
    text-decoration: none
}

@media screen and (max-width: 480px) {
    .col-xs-6 {
        width: 100% !important
    }
}

.breadcrumb {
    font-size: 14px;
    background: none;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0 !important
}

.breadcrumb a {
    text-decoration: underline;
    color: #263238
}

.btn {
    border-radius: 3px;
    color: white;
    background: #78909c;
    border-bottom: 2px solid #455a64;
    padding: 10px 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 20px;
    position: relative;
    text-align: center;
    width: 100%
}

.btn:active, .btn:focus, .btn:hover {
    background: #78909c;
    color: white;
    outline: none
}

.icon {
    margin-left: 1.5em;
    position: relative
}

.icon:before {
    font-family: "Material-Design-Iconic-Font";
    font-weight: normal;
    position: absolute;
    text-align: center;
    width: 1em;
    font-size: 1em;
    margin-left: -1.5em
}

.icon-button {
    padding-left: 2.8em;
    margin: 0
}

.icon-button:before {
    font-family: "Material-Design-Iconic-Font";
    font-size: 1.5em;
    font-weight: normal;
    left: 3em;
    position: absolute;
    text-align: center;
    top: 5px
}

.icon__comment:before {
    content: '\f25b'
}

.icon__address:before {
    content: '\f1ab'
}

.icon__location:before {
    content: '\f19f'
}

.icon__area:before {
    content: '\f374'
}

.icon__eye:before {
    content: '\f15c'
}

.icon__rooms-qty:before {
    content: '\f315'
}

.icon__year-built:before {
    content: '\f337'
}

.icon__ceiling-height:before {
    content: '\f30c'
}

.icon__pdf:before {
    content: '\f14d'
}

.icon__3d:before {
    content: '\f101'
}

.icon__material:before {
    content: '\f398'
}

.icon__entrance-type:before {
    content: '\f37d'
}

.icon__repair-state:before {
    content: '\f1ba'
}

.icon__repair-age:before {
    content: '\f333'
}

.icon__planning:before {
    content: '\f322'
}

.icon__room-scheme:before {
    content: '\f230'
}

.icon__bedroom-qty:before {
    content: '\f178'
}

.icon__is-living:before {
    content: '\f238'
}

.icon__additional:before {
    content: '\f27a'
}

.icon__pipes:before {
    content: '\f27a'
}

.editor a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.editor a:active, .editor a:focus, .editor a:hover {
    color: #f06e61
}

.editor p {
    text-align: justify
}

.editor p + p {
    margin-top: 10px
}

.editor img {
    max-width: 33.33%
}

.editor img[align="right;"], .editor img[style="float:right;"], .editor img[style="float: right;"] {
    margin: 0 0 20px 20px
}

.editor img[align="left;"], .editor img[style="float:left;"], .editor img[style="float: left;"] {
    margin: 0 20px 20px 0
}

.editor ul {
    list-style: circle;
    padding-left: 15px
}

.editor ul li {
    position: relative
}

.editor ol {
    padding: 0 0 0 15px
}



/*.row-news:not(:hover){*/
    /*margin: 2.5em auto 1em;*/
    /*padding: 1em;*/
    /*border: 1px solid #ccc;*/
    /*box-shadow: 20px -15px 10px 5px rgba(0, 0, 0, .2);*/
    /*transition: 0.1s;*/
    /*transform: scale(1.0);*/

.pagination {
    margin: 20px 0;
    font-size: 14px;
    text-align: center;
    list-style: none;
    overflow: hidden;
    position: relative;
    padding: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.pagination li {
    margin: 5px !important;
    display: block;
    float: left
}

.pagination li:before {
    display: none !important
}

.pagination li.active a {
    background-color: #78909c;
    color: white
}

.pagination li a, .pagination li span {
    display: block;
    background-color: #cfd8dc;
    color: #455a64;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    border: none !important;
    border-radius: 0 !important;
    padding: 0
}

.pagination li a.active, .pagination li a:active, .pagination li a:focus, .pagination li a:hover, .pagination li span.active, .pagination li span:active, .pagination li span:focus, .pagination li span:hover {
    background-color: #78909c !important;
    color: white !important;
    outline: none
}

.pagination li.disabled span {
    display: block;
    color: #455a64;
    background-color: #cfd8dc !important
}

.pagination li.disabled span:active, .pagination li.disabled span:focus, .pagination li.disabled span:hover {
    background-color: #cfd8dc !important;
    color: #455a64 !important
}

.pagination li.first a, .pagination li.first span, .pagination li.last a, .pagination li.last span, .pagination li.next a, .pagination li.next span, .pagination li.prev a, .pagination li.prev span {
    font-size: 24px;
    line-height: 42px
}

.tab {
    border: 1px solid #cfd8dc
}

.tab ul {
    width: 100%
}

.tab ul li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab ul li + li {
    border-top: 1px solid white
}

.tab ul li a {
    display: block;
    color: #455a64;
    font-weight: 600;
    font-size: 14px;
    padding: 10px;
    background-color: #cfd8dc;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.tab ul li:active a, .tab ul li:focus a, .tab ul li:hover a {
    background-color: rgba(207, 216, 220, 0.5)
}

.tab ul li.active a {
    background-color: transparent;
    color: #455a64
}

.tab-content {
    padding: 15px
}

@media screen and (min-width: 992px) {
    .tab-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .tab-content .col-md-6 + .col-md-6 {
        border-left: 1px dotted black
    }
}

@media screen and (max-width: 1199px) {
    .tab ul li:last-child {
        border-bottom: 1px solid #cfd8dc
    }
}

@media screen and (min-width: 1200px) {
    .tab ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .tab ul li + li {
        border-top: none;
        border-left: 1px solid white
    }
}

.header {
    background-color: #b0bec5;
    padding-top: 15px;
    padding-bottom: 15px
}

.header__contact {
    display: none;
    padding-left: 0;
    position: relative;
    color: #263238;
    font-size: 24px;
    font-weight: 300;
    margin-top: 6px;
    margin-bottom: 15px
}

.header__contact:before {
    display: block;
    position: relative;
    content: '';
    width: 32px;
    height: 32px;
    background-color: #00acc1;
    border-radius: 50%;
    font-family: "Material-Design-Iconic-Font";
    font-size: 18px;
    color: white;
    float: left;
    margin-left: 15px;
    line-height: 32px;
    text-align: center
}

.header__phone:before {
    content: '\f2be'
}

.header__email:before {
    content: '\f15a'
}

.header__btn {
    border: none;
    display: block;
    border-radius: 0;
    font-family: "Merriweather", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    max-width: 350px;
    margin: 0 auto;
    cursor: pointer
}

.header__btn:before {
    left: auto
}

@media screen and (min-width: 768px) {
    .header__contact {
        display: block;
        padding-left: 42px;
        font-size: 24px
    }

    .header__contact:before {
        position: absolute;
        top: 1px;
        left: 0;
        float: none;
        margin-left: 0
    }
}

@media screen and (min-width: 992px) {
    .header__btn {
        max-width: 50%
    }
}

@media screen and (min-width: 1200px) {
    .header {
        padding-bottom: 0
    }

    .header__btn {
        max-width: 100%
    }
}

@media screen and (max-width: 768px) {
    .open .header__contact {
        position: fixed;
        top: 16px;
        left: 50%;
        -webkit-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
        transform: translatex(-50%);
        margin: 0 auto;
        display: block;
        z-index: 99;
        font-size: 22px;
        font-weight: 400;
        color: white
    }

    .open .header__contact:before {
        display: none
    }

    .open .header__email {
        top: 42px
    }
}

@media screen and (max-width: 420px) {
    .open .header__contact {
        font-size: 16px;
        left: 15px;
        top: 20px;
        -webkit-transform: translatex(0);
        -ms-transform: translatex(0);
        transform: translatex(0)
    }

    .open .header__email {
        top: 46px
    }
}

.logo {
    background-color: #4dd0e1;
    display: block;
    position: relative;
    top: -15px;
    padding: 6.5px;
    z-index: 2;
    max-width: 250px;
    margin: 0 auto
}

.logo img {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .logo {
        position: absolute;
        max-width: 100%
    }

    .logo img {
        max-width: 100%
    }
}

@media screen and (min-width: 992px) {
    .logo {
        margin-right: 15px
    }
}

.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 15px
}

.navigation__wrap {
    opacity: 0;
    visibility: hidden;
    position: fixed
}

.navigation li a {
    display: block;
    position: relative;
    text-align: center;
    padding: 10px 5px;
    font-size: 16px;
    font-family: "Merriweather", sans-serif;
    color: #263238;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.navigation li a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    top: 100%;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    background-color: #2a4a5f;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.navigation li.active a, .navigation li:active a, .navigation li:focus a, .navigation li:hover a {
    color: #2a4a5f
}

.navigation li.active a:hover, .navigation li:active a:hover, .navigation li:focus a:hover, .navigation li:hover a:hover {
    border-radius: 5px 5px 0 0
}

.navigation li.active a:before, .navigation li:active a:before, .navigation li:focus a:before, .navigation li:hover a:before {
    width: 100%
}

@-webkit-keyframes show-navigation {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translatey(10%);
        transform: translatey(10%)
    }
    20% {
        opacity: 0;
        visibility: hidden
    }
    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

@keyframes show-navigation {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translatey(10%);
        transform: translatey(10%)
    }
    20% {
        opacity: 0;
        visibility: hidden
    }
    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

.open .navigation {
    position: relative;
    width: 100%;
    display: block
}

.open .navigation__wrap {
    -webkit-animation-name: show-navigation;
    animation-name: show-navigation;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    width: 100%;
    position: fixed;
    left: 0;
    top: 88px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
    overflow-y: scroll;
    z-index: 999
}

.open .navigation li a {
    font-size: 18px
}

.open .navigation li a:before {
    display: none
}

@media screen and (min-width: 500px) {
    .open .navigation li a {
        font-size: 24px
    }
}

@media screen and (min-width: 1200px) {
    .navigation__wrap {
        position: relative;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translatey(0);
        -ms-transform: translatey(0);
        transform: translatey(0)
    }
}

.toggle-nav {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    background-color: #4dd0e1;
    border: none;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 9999
}

.toggle-nav span {
    display: block;
    position: absolute;
    height: 3px;
    width: 24px;
    background: white;
    opacity: 1;
    left: 16px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.toggle-nav span:first-child {
    top: 20px
}

.toggle-nav span:nth-child(2), .toggle-nav span:nth-child(3) {
    top: 27px
}

.toggle-nav span:nth-child(4) {
    top: 34px
}

.toggle-nav__bubble {
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    background-color: #4dd0e1;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 9
}

.toggle-nav__bubble:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    height: 88px;
    width: 100%;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.open .toggle-nav {
    top: 15px
}

.open .toggle-nav span:first-child {
    top: 18px;
    width: 0%;
    left: 50%
}

.open .toggle-nav span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.open .toggle-nav span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.open .toggle-nav span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
}

.open .toggle-nav__bubble {
    width: 5000px;
    height: 5000px;
    top: -2500px;
    right: -2500px
}

.open .toggle-nav__bubble:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

@media screen and (min-width: 768px) {
    .toggle-nav {
        top: 149px;
        right: 30px
    }

    .toggle-nav__bubble {
        top: 149px;
        right: 30px
    }
}

@media screen and (min-width: 992px) {
    .toggle-nav {
        top: 99px
    }

    .toggle-nav__bubble {
        top: 99px
    }
}

@media screen and (min-width: 1200px) {
    .toggle-nav {
        display: none
    }

    .toggle-nav__bubble {
        display: none
    }
}

.slider {
    background-color: #b0bec5;
    width: 100%;
    height: 300px;
    margin-bottom: 30px
}

.tile {
    display: block;
    position: relative;
    border: 1px solid #b0bec5;
    margin-bottom: 30px
}

.tile__exclusive_label {
    width: 108px;
    height: 108px;
    overflow: hidden;
    position: absolute;
    top: -6px;
    right: -6px;
    z-index: 1
}

.tile__exclusive_label span {
    font: bold 15px "OpenSans", sans-serif;
    line-height: 18px;
    text-align: center;
    text-transform: lowercase;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    padding: 7px 0;
    left: -4px;
    top: 26px;
    width: 150px;
    background-color: #f6c510;
    color: #fff;
    letter-spacing: 0.5px;
    -webkit-box-shadow: -3px 5px 6px -5px rgba(0, 0, 0, 0.5);
    box-shadow: -3px 5px 6px -5px rgba(0, 0, 0, 0.5)
}

.tile__exclusive_label span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border: 4px solid #f6c510;
    border-right-color: transparent;
    border-bottom-color: transparent
}

.tile__exclusive_label span:after {
    content: "";
    position: absolute;
    right: 7px;
    top: 100%;
    z-index: -1;
    border: 4px solid #f6c510;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.tile__img {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center
}

.tile__img img {
    //max-width: 100%;
    //width: 100%;
    width: 260px;
    height: 215px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.tile__img:active img, .tile__img:focus img, .tile__img:hover img {
    -webkit-transform: scale(1.05) translateZ(25px);
    transform: scale(1.05) translateZ(25px)
}

.tile__desc {
    font-size: 12px;
    color: #2a4a5f;
    padding: 12px;
    line-height: 1.2;
    height: 185px;
    position: relative
}

.tile__desc_town {
    margin: 10px 0;
    font-style: italic
}

.tile__desc_data {
    position: absolute;
    left: 15px;
    bottom: 15px
}

.tile__title {
    color: white;
    display: inline;
    line-height: 1.5;
    font-size: 14px;
    padding: 2px 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.tile__title:active, .tile__title:focus, .tile__title:hover {
    color: white;
    -webkit-box-shadow: 0 0 12px -5px rgba(38, 50, 56, 0.5);
    box-shadow: 0 0 12px -5px rgba(38, 50, 56, 0.5)
}

@media screen and (max-width: 420px) {
    .tile__row {
        width: 100%
    }

    .tile__desc {
        height: auto
    }

    .tile__desc_data {
        position: relative;
        left: auto;
        bottom: auto
    }
}

.category__tile {
    border: none
}

.category__tile_img {
    border: 1px solid #b0bec5;
    border-bottom: none;
    display: block;
    overflow: hidden
}

.category__tile_img img {
    //max-width: 100%;
    width: 270px;
    height: 215px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: block;
    margin: 0 auto
}

.category__tile:active img, .category__tile:focus img, .category__tile:hover img {
    -webkit-transform: scale(1.05) translateZ(25px);
    transform: scale(1.05) translateZ(25px)
}

.category__tile_title {
    width: 100%;
    display: block;
    text-align: center;
    color: white;
    padding: 10px;
    font-size: 18px;
    font-weight: 300
}

.category__filter {
    border: 1px solid #cfd8dc;
    overflow: hidden;
    color: #455a64;
    font-weight: 300;
    margin-bottom: 30px;
    padding: 0 15px
}

.category__filter_form {
    padding: 15px 0
}

.category__filter_desc {
    background-color: #cfd8dc;
    overflow: hidden
}

.category__filter_desc h3 {
    font-size: 16px;
    color: #455a64;
    text-transform: none;
    margin-top: 0;
    padding: 20px 0
}

.category__filter_desc a {
    margin: 20px 0;
    display: block;
    color: #455a64;
    font-weight: 600;
    text-decoration: underline
}

.category__filter_rooms {
    margin: 10px 0
}

.category__filter_rooms span {
    margin-right: 15px;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px
}

.category__filter_price {
    width: 48%;
    float: left;
    margin: 0 1% 15px;
    border: 1px solid #cfd8dc;
    color: #78909c;
    padding: 7px 12px
}

.category__filter_reset, .category__filter_submit {
    width: 48%;
    float: left;
    margin: 0 1% 15px;
    border: 1px solid #cfd8dc;
    color: #455a64;
    background-color: white;
    padding: 7px 12px
}

.category__filter_submit {
    background-color: #cfd8dc
}

.category__price_wrap {
    display: block
}

.category__price_wrap > label {
    padding-bottom: 10px
}

.category__price_wrap .price_option, .category__price_wrap label {
    padding-right: 7px;
    margin-bottom: 0
}

.category__price_wrap .form-group {
    margin-bottom: 0
}

.category__price_wrap .category__filter_rooms {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 175px;
    flex: 0 0 175px;
    max-width: 175px;
    margin: 0
}

.category__price_wrap .radio__label {
    height: 34px;
    line-height: 34px
}

.category__price_divider {
    display: none
}

@media screen and (min-width: 480px) {
    .category__filter_rooms {
        margin: 10px 0
    }

    .category__filter_rooms span {
        margin-right: 15px;
        width: auto
    }

    .category__filter_price {
        width: 35%;
        margin: 0 30px 15px 0
    }

    .category__filter_reset, .category__filter_submit {
        width: 35%;
        margin: 0 30px 15px 0
    }
}

@media screen and (min-width: 540px) {
    .category__price_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .category__price_divider {
        display: block;
        padding-right: 7px;
        margin-bottom: 10px
    }
}

@media screen and (min-width: 992px) {
    .category__filter .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.checkbox__label, .radio__label {
    color: #455a64;
    background-color: #c0c8cc;
    text-align: center;
    min-width: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer;
    margin-right: 5px;
    padding: 0 7px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.checkbox__label.active, .checkbox__label:active, .checkbox__label:focus, .checkbox__label:hover, .radio__label.active, .radio__label:active, .radio__label:focus, .radio__label:hover {
    background-color: #f06e61;
    color: white;
    -webkit-box-shadow: 0 0 5px #f06e61;
    box-shadow: 0 0 5px #f06e61
}

.checkbox__input, .radio__input {
    display: none
}

.checkbox__input:checked + .checkbox__label, .checkbox__input:checked + .radio__label, .radio__input:checked + .checkbox__label, .radio__input:checked + .radio__label {
    background-color: #f06e61;
    color: white
}

@media screen and (min-width: 480px) {
    .radio-number__label {
        line-height: 45px;
        min-width: 45px
    }
}

.sidebar__item {
    margin-bottom: 30px;
    display: block;
    position: relative;
    padding: 15px;
    background-color: #cfd8dc
}

.sidebar__title {
    text-align: center;
    padding: 10px;
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
    color: white;
    font-family: "OpenSans", sans-serif;
    text-transform: none
}

.sidebar__title a {
    color: white
}

.sidebar__title a:hover {
    color: #cfd8dc
}

@media screen and (min-width: 992px) {
    .sidebar {
        padding-top: 35px
    }

    .sidebar__title {
        margin-left: -30px
    }
}

@media screen and (min-width: 1200px) {
    .sidebar {
        padding-top: 75px
    }
}

.search-form__title {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px
}

.search-form__input, .search-form__select {
    width: 100%;
    float: left;
    font-size: 16px;
    border: 1px solid #cfd8dc;
    border-radius: 3px;
    margin-bottom: 0;
    padding: 5px 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.search-form__input:active, .search-form__input:focus, .search-form__input:hover, .search-form__select:active, .search-form__select:focus, .search-form__select:hover {
    border: 1px solid #78909c
}

.search-form__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.search-form__select_wrap {
    position: relative
}

.search-form__select_wrap:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 29px;
    background-color: #78909c;
    border-radius: 3px;
    top: 4px;
    right: 4px;
    pointer-events: none
}

.search-form__select_wrap:after {
    position: absolute;
    content: '';
    pointer-events: none;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-top-color: white;
    top: 16px;
    right: 13px
}

.search-form__button {
    background-color: #78909c;
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    padding: 7px;
    margin-top: 7px;
    text-align: center;
    border: none;
    border-bottom: 2px solid #455a64;
    border-radius: 3px;
    width: 100%
}

.search-form .form-group {
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    position: relative
}

.search-form .help-block {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px
}

.search-form .has-error .search-form__input {
    border-color: red
}

form .form-group input {
    border-radius: 0
}

form .form-group .select2-selection {
    border-radius: 0
}

.new-objects__item + .new-objects__item {
    border-top: 1px dotted #263238
}

.new-objects__item {
    position: relative;
    overflow: hidden
}

.new-objects__item a {
    margin: 15px 0;
    display: block
}

.new-objects__desc {
    color: #263238;
    line-height: 1.1;
    font-weight: 600;
    font-size: 14px
}

.new-objects__desc:active, .new-objects__desc:focus, .new-objects__desc:hover {
    color: #263238;
    text-decoration: underline
}

.new-objects__img {
    margin-bottom: 5px;
    overflow: hidden
}

.new-objects__img img {
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.new-objects__img:active img, .new-objects__img:focus img, .new-objects__img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.new-objects__readmore {
    overflow: hidden
}

.new-objects__readmore span {
    position: absolute;
    background: #00acc1;
    padding: 10px 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%
}

.new-objects__readmore:active span, .new-objects__readmore:focus span, .new-objects__readmore:hover span {
    bottom: 0
}

@media screen and (max-width: 480px) {
    .new-objects .col-xs-6 {
        width: 100%
    }
}

.sidebar-news__item {
    overflow: hidden;
    border-bottom: 1px dotted #263238;
    padding: 15px 0
}

.sidebar-news__date {
    width: 100%;
    overflow: hidden
}

.sidebar-news__date p {
    position: relative;
    display: inline-block;
    background-color: #78909c;
    float: right;
    font-size: 14px;
    font-weight: 300;
    color: white;
    font-style: italic;
    line-height: 24px;
    height: 24px;
    text-align: right;
    padding: 0 7px
}

.sidebar-news__text {
    margin: 10px 0
}

.sidebar-news__readmore {
    float: right;
    display: inline-block;
    text-decoration: underline;
    color: #2a4a5f;
    position: relative
}

.sidebar-news__readmore:before {
    content: '\f30f';
    position: absolute;
    font-family: "Material-Design-Iconic-Font";
    left: -30px;
    font-size: 24px;
    top: -7px;
    color: #78909c
}

.sidebar-category ul {
    margin-bottom: 10px
}

.sidebar-category ul li + li {
    border-top: 1px dotted #263238
}

.sidebar-category ul li a {
    display: block;
    color: #263238;
    padding: 5px 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.sidebar-category ul li a:active, .sidebar-category ul li a:focus, .sidebar-category ul li a:hover {
    color: #00acc1
}

.object {
    padding: 25px 0;
    color: #263238
}

.object__img {
    width: 200px;
    height: 150px;
    margin: 1%;
    float: left;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding-top: 25%
}

.object__img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.object__img:active img, .object__img:focus img, .object__img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.object__img_wrap {
    margin: 0 -1% 30px;
    overflow: hidden
}

.object__title {
    overflow: hidden
}

.object__pdf {
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
    background-color: #cfd8dc;
    text-transform: uppercase;
    color: white;
    padding: 7px;
    text-align: center;
    border: none;
    border-radius: 3px;
    border-bottom: 2px solid #78909c
}

.object__pdf a {
    color: #455a64
}

.object h1 {
    font-size: 18px;
    text-align: left;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 5px;
    text-transform: none
}

.object__sku {
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 15px;
    float: right;
    font-size: 12px
}

.object__sku:before {
    content: '\f299';
    position: relative;
    display: inline-block;
    font-family: "Material-Design-Iconic-Font";
    margin-right: 10px
}

.object__parameter {
    padding: 5px 0
}

.object__parameter span {
    font-weight: 600
}

.object__parameter:before {
    font-size: 1.2em;
    top: -2px;
    padding: 5px 0;
    color: #78909c
}

.object__parameter_cyan {
    color: #4dd0e1
}

.object__parameter_cyan:before {
    color: #4dd0e1
}

.object__price {
    margin-top: 30px;
    width: 100%;
    padding: 15px;
    text-align: center;
    font-size: 18px
}

.object__realtor {
    margin: 30px 0;
    overflow: hidden
}

.object__realtor_img {
    width: 33%;
    float: left;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding-top: 33%
}

.object__realtor_img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

.object__realtor_desc {
    width: 66%;
    padding-left: 15px;
    float: left
}

.object__realtor_name {
    text-transform: capitalize;
    font-weight: 700
}

.object__realtor_phone {
    display: block;
    width: 100%
}

.object__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.object__list .tile__img {
    width: 100%;
    padding-top: 75%
}

.object__list .tile__img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.object__additional {
    width: 100%
}

@media screen and (min-width: 992px) {
    .object__img:first-child {
        width: 98%;
        padding-top: 65%
    }
}

.news__item + .news__item {
    border-top: 1px dotted #78909c;
    padding-top: 30px
}

.news__item {
    // margin-bottom: 30px
}

.news__item_img {
    display: block;
    overflow: hidden
}

.news__item_img img {
    // max-width: 100%;
    width: 206px;
    height: 175px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: block;
    margin: 0 auto
}

.news__item_img:active img, .news__item_img:focus img, .news__item_img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.news__item h2 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    text-align: center;
    text-transform: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.news__item h2:active, .news__item h2:focus, .news__item h2:hover {
    color: #f06e61
}

.news__item p {
    text-align: justify
}

.news__readmore {
    float: right;
    display: inline-block;
    padding: 10px 15px;
    margin: 20px 0 10px 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.news__readmore:active, .news__readmore:focus, .news__readmore:hover {
    background-color: #f06e61;
    color: white
}

.row-news {
    margin: 2.5em auto 1em;
    padding: 1em;
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
}

.row-news:not(:hover){
    margin: 2.5em auto 1em;
    padding: 1em;
    border: 1px solid #ccc;
    box-shadow: 20px -15px 10px 5px rgba(0, 0, 0, .2);
    transition: 0.1s;
    transform: scale(1.0);
}

.footer {
    background-color: #78909c;
    padding: 30px 0;
    color: white;
    font-size: 14px
}

.footer__item {
    height: 100%;
    margin-bottom: 15px;
    text-align: center
}

.footer__logo {
    text-align: center;
    overflow: hidden;
    position: relative;
    -ms-flex-item-align: center;
    align-self: center
}

.footer a {
    color: white;
    display: block
}

.footer a:active, .footer a:focus, .footer a:hover {
    text-decoration: underline
}

.footer__title {
    font-weight: 600;
    margin-top: 15px
}

.footer__title:first-child {
    margin-top: 0
}

.footer__quicklinks {
    padding: 0
}

.footer__quicklinks li {
    display: inline-block;
    border-right: 1px dotted white;
    margin-right: 10px;
    padding-right: 10px
}

.footer__quicklinks li:last-child {
    border: none;
    margin: 0;
    padding: 0
}

.footer__social {
    width: 100%;
    position: relative;
    bottom: 0
}

.footer__social .developed {
    display: block
}

.footer__social_links {
    display: inline-block;
    margin-top: 15px
}

.footer__social_item {
    float: left;
    font-size: 34px;
    color: white;
    width: 34px;
    margin: 5px;
    line-height: 34px
}

@media screen and (min-width: 992px) {
    .footer {
        font-size: 12px
    }

    .footer .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer .col-lg-3 {
        border-right: 1px dotted white
    }

    .footer .col-lg-3:last-child {
        border: none
    }

    .footer__item {
        text-align: left
    }

    .footer__logo {
        top: 50%;
        -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        transform: translatey(-50%)
    }
}

@media screen and (min-width: 1200px) {
    .footer__social {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        overflow: hidden;
        padding: 0 15px
    }

    .footer__social .developed {
        float: left
    }

    .footer__social_item {
        float: right
    }

    .footer__social_links {
        margin-top: -4px;
        float: right
    }
}

.request-form h3 {
    font-size: 24px;
    padding-bottom: 5px
}

.request-form__input, .request-form__textarea {
    padding: 7px 14px;
    width: 80%;
    margin: 20px 10% 0;
    font-size: 20px;
    color: #263238;
    border: 1px solid #78909c;
    border-radius: 3px
}

.request-form__button {
    width: 80%;
    margin: 10px 10% 20px
}

.select2-container--focus, .select2-container--krajee.select2-container--open, .select2-container--open {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.select2-selection {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ccc !important
}

.select2-container--krajee .select2-results__option[aria-selected=true] {
    background-color: rgba(207, 216, 220, 0.5) !important;
    color: #263238 !important
}

.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    background-color: #cfd8dc !important;
    color: #263238 !important
}

.select2-container--krajee .select2-dropdown {
    border: 1px solid #ccc !important;
    border-top: none !important
}

.select2-selection__rendered {
    padding: 0 7px 0 0 !important
}