<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;600;700;800&amp;display=swap');

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    padding-top: 0px;
}

a.green {
    background-color: var(--secondary-color) !important;
}

*:focus {
    outline: none;
}

.city_selector {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.city_selector&gt;div {
    display: none;
    position: absolute;
}

.city_selector:hover {
    background: white;
    outline: 5px solid white;
}

.city_selector:hover&gt;div {
    display: block;
    width: 200px;
    background: white;
    left: -5px;
    padding: 5px;
}

.city_selector span {
    font-size: 13px;
    line-height: 16px;
    color: #1e294e;
    text-decoration: none;
    border-bottom: 1px solid #a9a9a9;
    display: inline-block;
}

.city_selector&gt;i {
    display: inline-block;
    background-position: -65px -16px;
    background-image: url(/js/ui/jquery-ui-1.12.1.custom/images/ui-icons_222222_256x240.png);
    width: 16px;
    height: 16px;
    top: 4px;
    left: 4px;
    position: relative;
}

#fav_but {
    position: fixed;
    left: 0px;
    top: 50%;
    background: white;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 45px;
    z-index: 900;
}

#fav_but i {
    margin: 0px;
}

em {
    font-style: italic !important;
}

.700 {
    font-weight: 700;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: 700;
}

ol,
ul {
    list-style: none;
}

ul {
    list-style: square inside;
    margin-left: 20px;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

img {
    vertical-align: middle;
}

strong {
    font-weight: 700;
}

sup {
    vertical-align: top;
    line-height: normal;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

a {
    color: #1e294e;
}

a:hover {
    text-decoration: none;
}

body {
    font: 15px / 21px 'Golos Text', Tahoma, serif;
    background: #f5f2ed;
    color: #000000;
}

.sitename {
    font-size: 17px;
    font-weight: 700;
    line-height: 17px;
}

.phone {
    font-size: 17px;
    font-weight: 700;
    line-height: 17px;
    margin-top: 5px;
    color: #000000;
}

.wraper {
    max-width: 1030px;
    margin: 0 auto;
    position: relative;
}

.section {
    position: relative;
    z-index: 5;
}

.section+.section,
.holder.dbl {
    margin-top: 60px;
}

.section.slick+.section {
    margin-top: 30px;
}

.holder {
    margin-top: 30px;
}

.wraper:after,
.section:after,
.holder:after {
    content: '';
    display: block;
    clear: both;
}

[class*="col-"] {
    float: left;
    margin-left: 30px;
    min-height: 10px;
}

[class*="col-"]:first-child {
    margin-left: 0;
}

.col-1-2,
.col-2-4 {
    width: 500px;
}

.col-1-4 {
    width: 235px;
}

.col-3-4 {
    width: 765px;
}

.news-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin-top: 60px;
}

.news-list&gt;.news-i {
    padding: 0px;
    box-sizing: border-box;
}

.news-list&gt;.news-i .ann {
    margin-top: 15px;
}


.team {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin: 0px;
    margin-top: 60px;
}

ul.cols-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-top: -30px;
}

ul.cols-list&gt;li {
    flex-grow: 0;
    flex-shrink: 1;
}

ul.cols-list&gt;li,
ul.cols-list&gt;li:first-child {
    margin-top: 30px;
    margin-left: 30px;
}

ul.menu-holder {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 50px;
    align-items: center;
}

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

ul.botmenu li {
    line-height: 29px;
}

ul.botmenu a {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    height: 25px;
    display: inline-block;
    transition: 0.2s ease-in-out;
    border-bottom: 1px solid #a5b0c49d;
}

ul.botmenu a:hover {
    border-bottom: none;
    color: #ffffff;
    border-bottom: 1px solid transparent;
}

ul.menu-holder a {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    height: 20px;
    display: inline-block;
    transition: 0.2s ease-in-out;
    border-bottom: 1px solid #a5b0c4;
}

ul.menu-holder a:hover {
    border-bottom: none;
    color: #000000;
    border-bottom: 1px solid transparent;
}

ul.menu-holder li {
    position: relative;
}


ul.menu-holder li ._submenu {
    display: none;
    position: absolute;
    background: white;
    white-space: nowrap;
    padding: 15px;
    margin-left: -15px;
}

ul.menu-holder li:hover ._submenu {
    display: block;
}

ul.menu-holder li ._submenu A {
    font-size: 13px;
}

/*.icon {
    display: inline-block;
    margin-right: 10px;
}

.icon::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.icon-phone::before {
   background: url('/images/icons/phone.png') no-repeat;
    margin-top: -10px;
}

.icon-send::before {
    background: url('/images/icons/send.png') no-repeat;
}

.icon-team::before {
        background: url('/images/icons/send.png') no-repeat;
}

.icon-like::before {
       background: url('/images/icons/like.png') no-repeat;
}

*/

#content {
    padding: 30px;
    padding-top: 0px !important;
}

#content .ui-state-hover,
#content .ui-state-default,
#content .ui-widget-content .ui-state-default,
#content .ui-widget-content .ui-state-active,
#content .ui-state-active {
    border: 1px solid #1e294e !important;
    color: #1e294e !important;
}

input[type='text'],
input[type='email'],
textarea,
select {
    box-sizing: border-box;
    height: 40px;
    border: 2px solid #a5b0c4;
    background: transparent;
    color: #1e294e;
    padding: 5px 8px;
    font: 14px 'Golos Text', Tahoma, serif;
    border-radius: 5px;
}

.sort_div {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    clear: both;
    margin-bottom: 0px;
    width: 300px;
    text-align: right;
}

.sort_div * {
    color: #000000 !important;
    border-color: #1e294e !important;
    font-size: 15px;
}

.sort_div select {
    width: 190px;
}

select:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 5px;
    background-image: url(/js/ui/jquery-ui-1.12.1.custom/images/ui-icons_222222_256x240.png);
}

textarea {
    width: 500px;
    max-width: 100%;
    min-height: 100px;
    padding: 8px;
}

.frm_row+.frm_row {
    margin-top: 15px;
}

.frm_btns {
    margin-top: 15px;
}

.form_personal {
    margin-top: 15px;
    font-size: 13px;
}

.frm_row .tit {
    margin-bottom: 5px;
}

.section.header {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    background: white;
}

.section.main-menu {
    min-height: 50px;
    margin-top: 0px !important;
    position: sticky;
    top: 0px;
    z-index: 999;
    color: black;
    background: #ffffff !important;
    padding-bottom: 10px;
}

body.fixed .section.main-menu .fixed_helper&gt;.wraper {}

body.fixed .section.main-menu .fixed_helper {
    position: fixed;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #fff no-repeat center -180px;
    z-index: 91e294e;
}

.mfp-wrap {
    z-index: 11e294e1;
}

.mfp-fade.mfp-bg.mfp-ready {
    z-index: 11e294e0;
}

.obj-i .info {
    position: absolute;
    bottom: 30px;
    font-size: 12px;
}

.header .wraper {
    align-items: center;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 60px;
}

.header .wraper::after {
    display: none;
}

.header a.logo {
    -webkit-flex: 0 0 250px;
    -moz-flex: 0 0 250px;
    -ms-flex: 0 0 250px;
    -o-flex: 0 0 250px;
    flex: 0 0 250px;
    box-sizing: border-box;
    padding-left: 77px;
    background: white 0 100% no-repeat;
    text-decoration: none;
    color: #1e294e;
    text-transform: none;
    font-size: 12px;
    letter-spacing: 0.9em;
    width: 250px;
    background-size: contain;
    display: block;

}

.header a.logo.only_text {
    letter-spacing: -1px;
    padding: 0px;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    align-items: center;
    display: flex;

}

.header a.logo {
    flex: 0 1 100px;
}

.header a.btn {
    -webkit-flex: 0 0 235px;
    -moz-flex: 0 0 235px;
    -ms-flex: 0 0 235px;
    -o-flex: 0 0 235px;
    flex: 0 0 235px;
    background: #a5b0c4;
    color: #1e294e;
}

.header a.logo b {
    font-weight: 700;
    font-size: 2.6666666em;
    letter-spacing: -2px;
    line-height: .933333333em;
    display: block;
}

.header a.logo span {
    display: block;
    font-size: 1.5em;
    letter-spacing: -0.03em;
}

.header .contacts {
    -webkit-flex: 0 0 500px;
    -moz-flex: 0 0 500px;
    -ms-flex: 0 0 500px;
    -o-flex: 0 0 500px;
    flex: 0 0 500px;
    font-size: 13px;
    line-height: 15px;
}

.an {
    font-size: 13px;
    line-height: 15px;
    padding-bottom: 5px;
}

.contacts-700 {
    font-weight: 700;
}

.header .contacts .phones span,
.company-phones span {
    white-space: nowrap;
}

.company-contacts {
    font-size: 12px;
}

button.btn,
a.btn,
input.btn,
.btn {
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    background: #00bc16 !important;
    color: #fff !important;
    border-radius: 5px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    overflow: hidden;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 235px;
    height: 50px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: .8s cubic-bezier(.165, .84, .44, 1);
}

button.btn:hover,
a.btn:hover,
input.btn:hover,
.btn:hover {
    color: #fff;
    cursor: pointer;
    background: var(--secondary-hover-color) !important;
}

.btn1 {
    text-decoration: none;
    outline: none;
    color: white;
    display: inline-block;
    position: relative;
    padding: 15px 30px;
    border: 1px solid;
    border-image: linear-gradient(180deg, #ed0200, #ed0200, #ff096c, #d50082);
    border-image-slice: 1;
    margin: 10px 20px;
    text-transform: none;
    overflow: hidden;
    letter-spacing: 2px;
    transition: .8s cubic-bezier(.165, .84, .44, 1);
}

.btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    color: white;
    background: linear-gradient(180deg, #1e294e, #1e294e);
    transition: .8s cubic-bezier(.165, .84, .44, 1);
}

.btn:hover {
    background: #2459da;
}

.btn:hover:before {
    bottom: 0%;
    top: auto;
    height: 100%;
}


.poster {
    font-size: 30px;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
    font-weight: normal;
    line-height: 30px;
}

.posterb {
    font-size: 44px;
    letter-spacing: -1px;
    margin-bottom: 30px;
    font-weight: 800;
    line-height: 44px;
}

h1,
.h1 {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 800;
    line-height: 1;
}

h2,
.h2 {
    font-size: 28px;
    letter-spacing: -1px;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.phonebig {
    font-size: 22px;
    font-weight: 800;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

h3,
.h3 {
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: none;
    line-height: 1.2;
}

h4,
.h4 {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: none;
    line-height: 1.1;
}

.titleh2 {
    font-size: 28px;
    letter-spacing: -1px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px;
}

.titleh3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}

.titleh4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 15px;
}

a.red {
    background-color: #cd0014 !important;
}

p+p {
    margin-top: 15px;
}

p+h3 {
    margin-top: 30px;
}

p+h4 {
    margin-top: 30px;
}

.title {
    display: block;
    color: #000000;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    border-bottom: 4px solid #a5b0c4;
    min-width: 50px;
}

.atitle {
    display: inline;
    color: #000000;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    border-bottom: 1px solid #a5b0c4;
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: none;
    line-height: 1.2;
}

.atitle:hover {
    display: inline;
    color: #000000;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    border-bottom: 1px solid transparent;
}

.date {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1.5px;
    font-weight: normal;
    margin-top: 15px;
    color: #a5b0c4;
}

.section.news {}

.section .news-section {
    background: #fff;
    padding: 60px 0;
}

.items-holder .obj-list {
    justify-content: center;
    display: grid !important;
    margin: 0px !important;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.items-holder ul.obj-list&gt;li,
.items-holder ul.obj-list&gt;li:first-child {
    margin: 0px !important;
}

.obj-i {
    background: #ffffff;
    box-sizing: border-box;
    padding: 0px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 235px;

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-content: space-between;
    font-size: 14px;
    position: relative;
    min-height: 400px;
    height: 400px;

    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    transition: all .2s ease-in;
    transition: all .2s ease-in, all .2s ease-in;
}

.obj-i:hover {
    -webkit-box-shadow: 1.5rem 2rem 3.375rem rgb(0 0 0 / 15%);
    box-shadow: 1.5rem 2rem 3.375rem rgb(0 0 0 / 15%);

    transform: scale(1.05);

    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    transition: all .2s ease-out;
    transition: all .2s ease-out, all .2s ease-out;

}

.obj-i&gt;* {
    flex: 0 0 auto;
    margin-bottom: 15px;
}

.obj-i .obj-img {
    display: block;
    flex: 0 0 235px;
    overflow: hidden;
}

.obj-i .obj-img img {
    max-width: 100%;
    object-fit: cover;
    height: 235px;
}

.obj-i .flags {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 11e294e;
}

.obj-i .flags&gt;img {
    width: 24px;
}

.obj-list .obj-img .slick-slide {
    padding: 0;
}

.obj-i .bot {
    flex: 0 1 calc(100% - 187px);
    padding: 0px 15px 15px 15px;
    box-sizing: border-box;
    position: relative;
}

.obj-i .title {
    font-weight: 700;
    text-transform: none;
    font-size: 15px;
    color: #000000;
    margin-bottom: 0px;
    text-decoration: none;
    overflow: hidden;
    max-height: 80px;
    width: 100%;
    padding-bottom: 0px;
}

.obj-i ._subtitle ._city {
    margin-bottom: 5px;
    opacity: 0.5;
}

.obj-i .title div {}

.obj-i .title span {
    font-size: 14px;
}

.obj-i .title {
    border-bottom: 0px solid #abafc3;
}

.obj-i .title:hover span {
    text-decoration: none;
}

.obj-i ._street {
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
    font-weight: normal;
}

.obj-i .price {
    margin-top: auto;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -1.5px;
    position: absolute;
    bottom: 0px;
}

.obj-card .price {
    margin-top: auto;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -1.5px;
}

.obj-card .price {
    margin-top: 0;
}

.obj-i .price .sub,
.obj-card .price .sub {
    color: #000000;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: normal;
}

.obj-i .obj-like-action {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 21px;
    height: 18px;
}

.obj-card-info {
    position: relative;
}

.obj-card-info .obj-like-action {
    position: absolute;
    top: 90px;
    right: 0;
    width: 21px;
    height: 18px;
}

.obj-like-action.active .icon-like::before {
    background: url(/images/icons/likeon.png) no-repeat;
}

.obj-i:hover a,
.obj-i:hover a span {
    text-decoration: none;
    border-bottom: none;
}

.objs-action-main {
    margin-top: 60px;

}

.subscribe {
    background: #fdf7e3;
    color: #1e294e;
    margin-top: 60px;
    margin-bottom: -60px;
    padding: 30px 0px 1px 0px;
}

.subscribe .col-1-2 {
    box-sizing: border-box;
    padding: 30px;
}

.subscribe-form {
    margin: 30px 0;
}

.subscribe-form .tit {
    display: none;
}

.subscribe-form input {
    display: block;
}

.subscribe-form input[type='email'] {
    box-sizing: border-box;
    height: 40px;
    border: 2px solid #a5b0c4;
    background: transparent;
    color: #1e294e;
    padding: 5 8px;
    font: 15px 'Golos Text', Tahoma, serif;
    border-radius: 5px;
}

.subscribe-form input[type='email']::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

.subscribe-form input[type='email'] ::-moz-placeholder {
    color: rgba(255, 255, 255, .6)
}

.subscribe-form input[type='email']:-ms-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

.subscribe-form input[type='email']:-moz-placeholder {
    color: rgba(255, 255, 255, .6)
}

.subscribe-form input[type='submit'] {
    color: #1e294e;
    background: none;
    border: none;
    font: 18px 'Golos Text', Tahoma, serif;
    margin-top: 10px;
    cursor: pointer;
}

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

.agent-img {
    background-color: #EFEFEF;
    width: 100px;
    height: 100px !important;
    min-height: 100px;
    border-radius: 50%;
    position: relative;
    display: block;
    background-size: contain;
    margin-bottom: 30px;
    margin-top: 0px;
}




.agent .title {
    margin-top: 0;
    margin-bottom: 0px;
    border-bottom: 0px !important;
    line-height: 17px;

    font-weight: 700;
    text-transform: none;
    font-size: 15px;
    color: #000000;
}

.agent ._post {
    font-size: 13px;
    color: #000000;
    display: block;
    margin-top: 5px;
    text-align: center;
    line-height: 15px;
}

.team .agent {
    display: flex;
    line-height: 20px;
    background-color: white;
    padding: 30px 15px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}



.team .agent:hover {
    -webkit-box-shadow: 1.5rem 2rem 3.375rem rgb(0 0 0 / 15%);
    box-shadow: 1.5rem 2rem 3.375rem rgb(0 0 0 / 15%);

    transform: scale(1.05);

    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    transition: all .2s ease-out;
    transition: all .2s ease-out, all .2s ease-out;
}

.agent.into-obj {
    display: flex;
    line-height: 20px;
    background-color: white;
    padding: 15px 15px;
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: 0px;
}

.agent.into-obj ._post {
    text-align: left;
}

.agent.into-obj .agent-contacts {
    margin-top: 10px;
    text-align: left;
}

.agent.into-obj ._info {
    padding-left: 15px;
    flex: 1 1 50%;
}

.agent.into-obj .agent-img {
    margin: 0px;
}

.agent-contacts {
    margin-top: 15px;
    text-align: center;
}

.agent-contacts&gt;._phone {
    margin-bottom: 5px;
    text-decoration: none;
    display: block;
    line-height: 17px;
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
    color: #000000;
}

.section.team .wraper {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.section.team .wraper::after {
    display: none;
}

#mainmap {
    height: 100%;
    min-height: 200px;
}

.news-holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin-top: 0px;
}

.question {
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
    position: relative;
    background-position: center;
}

.question:before {
    background: linear-gradient(to bottom, transparent 0%, #34312e 135%);
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    display: block;
}


.section.footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #1e294e;
    color: #fff;
}

.section.news+.section.footer {
    margin-top: 0;
}

.footer .wraper {
    margin-bottom: 30px;
}

.footer .wraper:last-child {
    margin-bottom: 0px;
}

.footer h4 {
    margin-bottom: 10px;
}

.section.banner {
    z-index: 2;
    height: 450px;
    margin-top: 0;
}

.section.banner .banner-content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.banner-bg {
    background-repeat: no-repeat;
    height: 450px;
    position: relative;
    background-size: cover;
}

.banner-bg:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: linear-gradient(to bottom, transparent 0%, #34312e);
    opacity: 1;
    z-index: 1;
}

.section.banner.inner {
    height: 268px;
}

.section.banner.inner .banner-bg {
    height: 100%;
}

.section.banner.inner+.section {
    margin-top: 120px;
}

.filter-holder {
    margin-top: 0px !important;
    color: #000000;
}

.filter {
    position: relative;
    color: #000000;
    background: transparent;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 60px;
    margin-top: 0px;
}

.filter li.hidden {
    display: none;
}

.section.banner .filter {
    margin: 0;
    padding: 0px;
}

.filter a {
    color: #fff;
}

a.show-allfilters {
    position: absolute;
    right: 265px;
    bottom: 70px;
    font-size: 14px;
    color: black;
}

.filter h3 .sub {
    font-size: 17px;
    text-transform: none;
    display: block;
    margin-top: 10px;
    font-weight: normal;
    letter-spacing: 0;
}

.filter .col-1-4 {
    width: 220px;
}

.banner .filter .col-1-4 {
    width: 205px;
}

.filter .col-2-4 {
    width: 470px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner .filter .col-2-4 {
    width: 440px;
}

.banner .filter .col-1-2 {
    width: 440px;
}

.filter ul.cols-list {
    margin-top: -15px;
}

.filter ul.cols-list&gt;li {
    margin-top: 15px;
    margin-left: 30px !important;
}

.filter ul.cols-list&gt;li&gt;div.col-1-4 {
    margin-top: 0 !important;
}

.filter input[type='text'],
.filter select,
.flt-chk-holder {
    box-sizing: border-box;
    height: 40px;
    min-width: 100px;
    border: 2px solid #dbdbdb;
    background: transparent;
    color: #000000;
    padding: 5px 8px;
    font: 14px 'Golos Text', Tahoma, serif;
    border-radius: 5px;
}

.filter input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

.filter input ::-moz-placeholder {
    color: rgba(255, 255, 255, .6)
}

.filter input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

.filter input:-moz-placeholder {
    color: rgba(255, 255, 255, .6)
}

.filter button {
    color: #fff;
    background-color: #1e294e !important;
    border: none;
    text-decoration: none;
    font: 22px 'Golos Text', Tahoma, serif;
    font-weight: 400;
    margin-top: 10px;
    padding: 0;
    cursor: pointer;
}

.main-filter .filter button {
    background-color: transparent !important;
}

.filter button:hover {}

.flt-chk {
    display: none;
}

.flt-chk-holder {
    padding: 0;
    line-height: 30px;
    height: 40px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #dbdbdb;
}

.flt-chk+label {
    cursor: pointer;
    padding: 0 8px;
    flex: 0 0 auto;
    height: 28px;
}

.flt-chk:checked+label {
    background: #cd0014;
    color: white;
}

.dir {
    position: relative;
    display: block;
}

.dir img {
    width: 100%;
    z-index: 3;
    position: relative;
}



.dir span {
    z-index: 4;
    position: absolute;
    color: #fff;
    background: #1e294e;
    font-size: 15px;
    font-weight: 700;
    text-transform: none;
    bottom: 30px;
    left: 0;
}

.obj-types li {
    text-align: center;
}

.obj-types a {
    text-decoration: none;
    color: #1e294e;
}

.obj-types .title {
    margin-top: 15px;
    margin-bottom: 10px;
}

.obj-types .title span {
    font-size: 17px;
    font-weight: normal;
    border-bottom: 1px solid #abafc3;
    text-transform: none;
}

.obj-types .cnt {
    font-size: 13px;
    color: #fff;
    background: #1e294e;
    padding: 5px 13px;
}

.obj-types li:hover a,
.obj-types li:hover .title span {
    text-decoration: none;
    border-bottom: none;
}

.obj-types li:hover .cnt {
    background: #cd0014;
}

.obj-types {
    justify-content: center
}

.h1.color {
    position: relative;
}

.h1.color::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    background: #1e294e;
    margin-left: 15px;
}

.h1.color.red::after {
    background: #cd0014;
}

.banner-text {
    position: absolute;
    left: 50%;
    margin-left: -515px;
    bottom: 60px;
    text-decoration: none !important;
}

.banner-text .big {
    font-size: 154px;
    font-weight: 700;
    color: #cd0014;
    line-height: 140px;
}

.banner-text {
    font-size: 32px;
    color: #fff;
    line-height: 33px;
    letter-spacing: -1px;
    text-decoration: none !important;
}

.banner-text b {
    font-size: 62px;
    line-height: 62px;
    text-transform: none;
}

.obj-list .slick-slide {
    width: 235px;
    padding: 0 15px 30px;
    text-align: center;
}

.obj-list .slick-slide .obj-i {
    max-width: 235px;
    text-align: left;
}

.obj-list.slick-initialized,
.parnters-list.slick-initialized {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
    position: relative;
}

.slick-arrow {
    position: absolute;
    right: 30px;
    top: -53px;
    background: url('/images/icons/arrows.png') -26px 0 no-repeat;
    height: 14px;
    width: 16px;
    cursor: pointer;
}

.slick-arrow.slick-prev {
    margin-right: 26px;
    background: url('/images/icons/arrows.png') 0 0 no-repeat;
}

.banner .slick-arrow {
    top: auto;
    bottom: 25px;
    left: 50%;
    margin-left: 500px;
    z-index: 2;
}

.banner .slick-arrow.slick-prev {
    margin-left: 475px;
}

.team.slick-initialized {
    margin-top: 0;
    margin-left: 0;
}

.team .slick-slide {
    height: 165px;
    width: 100%;
}

.menu-btn {
    display: none;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8 !important;
    background: #1e294e !important;
}

.mfp-move-horizontal {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-move-horizontal .mfp-content {
    opacity: 0;
    transition: all 0.5s;
    transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-move-horizontal.mfp-ready .mfp-content {
    opacity: 1;
    transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-content {
    transform: translateX(50px);
    opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-content .menu-holder {
    background: #fff;
    padding: 20px 30px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    text-align: center;
    height: 100vh;
    justify-content: center;
}

.mfp-content .menu-holder li {
    margin: 10px 0;
}

.pages {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
}

.pages .pages-h {
    padding: 5px 10px;
}

.pages .pages-h a {
    font-weight: 700;
    font-size: 22px;
    color: #1e294e;
    display: inline-block;
    padding: 0 5px;
    line-height: 35px;
}

.pages .pages-h a.page-active {
    text-decoration: none;
}

.pages&gt;a {
    background: #cd0014;
    color: #fff;
    text-decoration: none;
    height: 40px;
    width: 50px;
    text-align: center;
    line-height: 40px;
    display: flex;
    vertical-align: middle;
    border-radius: 5px;
}

.pages&gt;a:after {
    display: block;
    content: '';
    margin: auto;
    height: 14px;
    width: 14px;
    margin: auto;
    background: url(/images/icons/arrows.png) -26px 0 no-repeat;
}

.pages&gt;a.page-prev:after {
    display: block;
    content: '';
    margin: auto;
    height: 14px;
    width: 14px;
    margin: auto;
    background: url(/images/icons/arrows.png) 0 0 no-repeat;
}

ul.cols-list.review-list {
    margin-top: -60px;
    margin-left: -30px;
}



ul.cols-list.review-list .review-i {
    margin-top: 30px;
    min-height: 400px;
}


ul.cols-list.review-list .review-i {
    background-color: white;
    padding: 15px;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    transition: all .2s ease-in;
    transition: all .2s ease-in, all .2s ease-in;
}

ul.cols-list.review-list .review-i:hover {
    -webkit-box-shadow: 1.5rem 2rem 3.375rem rgb(0 0 0 / 15%);
    box-shadow: 1.5rem 2rem 3.375rem rgb(0 0 0 / 15%);
    transform: scale(1.05);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    transition: all .2s ease-out;
    transition: all .2s ease-out, all .2s ease-out;
}

.review-i .review-data {
    margin-top: 10px;
    display: block;
}

.review-i .review-answer {
    margin-top: 10px;
    display: block;
    opacity: 0.5;
}

.review-i ._img {

    float: right;
    margin-left: 25px;
    margin-bottom: 20px;
    opacity: 0.2;

}


@media (max-width: 1060px) {
    ul.cols-list.review-list {
        margin-top: -20px;
        margin-left: 0px;
        gap: 15px;
    }

}

.review-i .thickbox {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    overflow: hidden;
    margin-left: 15px;
    margin-bottom: 15px;
    float: right;
}

.review-i .thickbox img {
    width: 100%;
}

.ajax-popup {
    margin-left: auto;
    margin-right: auto;
    padding: 60px;
    background: #fff;
    width: 620px;
    position: relative;
    max-width: 100%;
    box-sizing: border-box
}

.ajax-popup h2.holder {
    margin-top: 0;
}

body .ui-widget-content .ui-state-active {
    background: gray;
}

.news-i .news-img {
    display: block;
    margin-bottom: 15px;
}

.news-card .news-img,
.round-img {
    width: 235px;
    height: 235px;
    display: block;
}

.news-img,
.round-img {
    overflow: hidden;
}

.news-img img,
.round-img img {
    width: 100%;
    aspect-ratio: 2.5;
    object-fit: cover;
}

.news-img-wide img {
    width: 100%;
    aspect-ratio: 2.5;
    object-fit: cover;
    margin-bottom: 30px;
}


.info {
    font-size: 13px;
    line-height: 1.2;
}

.label {
    font-size: 13px;
    line-height: 2;
    opacity: 50%;
}

.info-table {
    list-style: none;
    margin: 0;
    padding: 0;
    -moz-column-count: 2;
    /* Р”Р»СЏ Firefox */
    -moz-column-width: 200px;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    /* Р”Р»СЏ Safari Рё Chrome */
    -webkit-column-width: 200px;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-width: 200px;
    column-gap: 30px;
}

.info-table li {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
    align-items: flex-start;
}

.info-table li span {
    flex: 0 0 auto;
}

.info-table-title {
    order: 1;
}

.info-table-value {
    order: 3;
    font-size: 13px;
    max-width: 70%;
    text-align: right;
}

.info-table li:after {
    content: '';
    display: block;
    border-bottom: 1px dotted #a5b0c4;
    order: 2;
    flex: 1 0 auto;
    margin: 0 5px 5px;
    order: 2;
    padding-top: 13px;
}

.ya_map {
    min-height: 400px;
}

.obj-card {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 485px;
}

.obj-card-photo {
    flex: 0 1 calc(55% - 30px);
    background: white;
}

.obj-card-info {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex: 0 1 45%;
}

.obj-card-info&gt;* {
    margin-bottom: 15px;
    margin-top: 0;
}

.obj-card-info .actions {
    margin-top: 30px;
    margin-bottom: 0;
}

.obj-more-links {
    text-align: center;
    font-size: 12px;
}

.fotorama__thumb-border {
    border-color: #cd0014;
}

.ui-widget ul li {
    list-style: none;
}

body .ui-corner-all {
    border-radius: 0;
}

body .ui-widget {
    font: 14px "Golos Text";
    color: #000000;
}

body .msort+.ui-widget {
    font-size: 12px;
}

ul.ui-multiselect-checkboxes {
    margin-top: 7px;
    max-height: 200px;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url(../js/ui/jquery-ui-1.12.1.custom/images/ui-icons_222222_256x240.png)
}

.little {
    font: 13px "Golos Text";
    line-height: 14px;
    opacity: 50%;
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.socials__item {
    margin: 0 15px 0 0;
    padding: 0;
}

.socials__item:last-child {
    margin-right: 0;
}

.socials__link {
    display: block;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.socials__link:focus {
    outline: 0;
}

.socials__link:hover {
    opacity: 0.75;
}

.socials__icon {
    display: block;
    max-width: 30px;
    width: 100%;
    height: auto;
}

body .ui-state-hover,
body .ui-state-default,
body .ui-widget-content .ui-state-default,
body .ui-widget-content .ui-state-active,
body .ui-state-active {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, .4) !important;
    font-weight: normal !important;
}

body .ui-widget-content .ui-state-active {
    background: rgba(255, 255, 255, .4) !important;
    border: 1px solid rgba(255, 255, 255, .4) !important;
    color: black !important;
    font-weight: normal !important;
}

body .ui-widget-content label.ui-state-hover {
    color: white !important;
    padding: 5px !important;
    border: 0px !important;
    background: #cd0014 !important;
}

body .ui-multiselect-checkboxes label {
    border: none;
    padding: 5px !important;
}

#filter_map {
    width: 100%;
    height: 400px;
    display: none;
    margin-top: -60px;
    margin-bottom: 50px;
}

#filter_map.vis {
    height: 400px;
    display: block;
}

body .ui-widget-content .ui-state-active,
.ui-multiselect-menu .ui-state-active {
    color: #1e294e;
}

body .ui-multiselect-menu .ui-widget-header {
    background: none;
    border: none;
    margin: -5px;
    padding: 0;
}

body .ui-multiselect-menu,
body .ui-multiselect-checkboxes li {
    padding: 0;
    margin: 0;
}

body .ui-multiselect-filter {
    float: none;
    margin-right: 0;
    padding: 10px 10px 0;
    margin-bottom: 12px;
}

body .ui-multiselect-filter input {
    width: 100%;
    padding: 5px;
    margin-left: 0;
    box-sizing: border-box;
    height: 30px;
}

body .ui-widget-header .ui-helper-reset {
    display: none;
}

body .ui-widget-content label.ui-state-hover {
    background: #cd0014;
    color: #fff;
    font-weight: normal;
    border: none;
}

body .ui-widget-content label {}

label,
body .ui-multiselect-checkboxes label {
    cursor: pointer;
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
    padding: 5px !important;
    border: 0px !important;
}

body .ui-widget.ui-widget-content {
    background: #fff;
    border: none;
    color: #1e294e;
}

body button.ui-multiselect.ui-widget {
    height: 40px;
    line-height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0;
    max-width: 100%;
    min-width: 100px;
    border: 2px solid #dbdbdb !important;
    border-radius: 5px;
}

.filter button.ui-multiselect.ui-widget {
    width: 100% !important;
    white-space: nowrap;
}

body button.ui-multiselect.ui-widget .ui-icon {
    margin-top: 0;
    top: 10px;
}

body .ui-multiselect-checkboxes li span {
    margin-left: 5px;
    display: inline-block;
}

.mfp-close {
    color: #1e294e !important;
    right: 20px !important;
    top: 20px !important;
    opacity: 1 !important;
    font-size: 41px !important;
}

.obj-img {
    position: relative;
}

.obj-img .slick-arrow {
    background: transparent;
    color: #cd0014;
    text-decoration: none;
    height: 35px;
    width: 50px;
    text-align: center;
    line-height: 35px;
    display: flex;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 50;
}

.obj-img .slick-arrow::after {
    display: block;
    content: '';
    margin: auto;
    height: 14px;
    width: 14px;
    margin: auto;
    background: url(/images/icons/arrows.png) 0 0 no-repeat;
}

.obj-img .slick-arrow.slick-next::after {
    background: url(/images/icons/arrows.png) -26px 0 no-repeat;
}

.obj-img .slick-arrow.slick-prev {
    margin-right: 30px;
}

.parnters-list .slick-slide {
    width: 235px;
    padding: 0 15px 30px;
}

.parnters-list .slick-slide li a {
    background: transparent;
    display: flex;
    height: 100px;
}

.parnters-list .slick-slide img {
    max-height: 100%;
    margin: auto;
    width: 150px
}

.no-photo {
    max-width: 100%;
}

.footer a {
    color: #fff;
}

.footer .menu-holder a {
    color: #fff;
}

.footer .menu-holder {
    margin-bottom: 30px;
}

.show_mini {
    display: none !important;
}

.show_mini_inln {
    display: none !important;
}

.show_mini_flex {
    display: none !important;
}

.hide_mini {
    display: block !important;
}

.hide_mini_inln {
    display: inline-block !important;
}

.hide_mini_flex {
    display: flex !important;
}


.sticky-top {
    flex: 0 0 250px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* adaptive */

@media (max-width: 1060px) {

    ul.menu-holder li ._submenu {
        position: relative;
    }

    .header .phone {
        margin-top: 10px;
    }


    .top_soc {
        display: block;
        margin-top: 10px;
    }

    .items-holder .filter-holder {
        margin: 0px !important;
        background: white;
        padding: 15px !important;
        box-sizing: border-box;
    }

    .agent.into-obj {
        position: relative !important;
        margin-top: 30px !important;
    }

    .flt-form ul {
        display: block !important;
    }

    .slick-arrow {
        right: 0px;
        top: -37px;
    }

    ul.list {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .col-1-2,
    .col-2-4 {
        max-width: 100vw !important;
        width: 100%;
        margin: 0px !important;
        margin: 0px;

    }

    .map-contacts {
        padding: 15px;
        box-sizing: border-box;
    }

    .map-holder&gt;.wraper {
        margin: 0px !important;
    }

    .mfp-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
        position: fixed !important;
        overflow: auto !important;
        padding: 0px !important;
    }

    .show_mini {
        display: block !important;
    }

    .hide_mini {
        display: none !important;
    }

    .hide_mini_inln {
        display: none !important;
    }

    .hide_mini_flex {
        display: none !important;
    }

    .show_mini_inln {
        display: inline-block !important;
    }

    .show_mini_flex {
        display: flex !important;
    }


    .callback-but .material-icons {
        position: relative;

        top: 2px;
    }

    .footer .col-1-4 {
        margin-left: 0px;
        margin-top: 30px;
    }

    .obj-list {
        justify-content: center;
        display: grid !important;
        margin: 0px !important;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
    }

    .obj-list:after {
        display: none;
    }

    ul.obj-list&gt;li,
    ul.obj-list&gt;li:first-child {
        margin: 0 auto !important;
    }

    .no-mobile {
        display: none;
    }

    .team {
        grid-template-columns: repeat(1, 1fr);
    }

    .wraper {
        margin: 15px;
        width: auto;
        min-width: 290px;
    }

    .wraper .wraper {
        margin: 0;
    }

    [class*="col-"] {
        display: block;
        float: none;
        max-width: 100%;
    }

    .section.content div[class*="col-"]+div[class*="col-"] {
        margin-left: 0;
        margin-top: 60px;
    }

    .section.header {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header .wraper {
        flex-wrap: wrap;
        height: auto;
        box-sizing: border-box;
        margin-top: 0px;
    }

    .sticky-top {
        flex: 0 0 100%;
        height: 60px;
    }

    .header .contacts {
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        -o-flex: 0 0 100%;
        flex: 0 0 100%;
        order: 3;
        text-align: center;
        margin-top: 15px;
    }

    .header a.logo {
        -webkit-flex: 0 0 50%;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        -o-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-left: 60px;
        font-size: 8px;
        line-height: 1.8em;
        flex: 0 0 120px;
        position: absolute;
        top: 0px;
        margin: 0 auto;
        width: calc(100% - 90px);
        left: calc(50%);
        margin-left: -60px;
        width: 120px;
        box-sizing: border-box;
        padding: 0px;
        height: 60px;
        background-position: center;
    }

    .city_selector {
        position: inherit !important;
    }

    .city_selector:hover&gt;div {
        position: absolute;
        left: calc(50% - 105px);
    }

    .city_selector span {
        width: 169px;
        border-color: transparent;
        padding-left: 15px;
    }

    .city_selector&gt;i {
        left: -20px;
    }

    .obj-card-info .obj-like-action {
        top: 5px;
    }

    .header a.logo b {
        letter-spacing: -1px;
        margin-left: -1px;
    }

    .header a.btn button.btn {
        -webkit-flex: 0 0 100px;
        -moz-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
        -o-flex: 0 0 100px;
        flex: 0 0 100px;
        white-space: nowrap;
        height: 46px;
        padding: 0 15px;
        font-size: 13px;
    }

    .section.main-menu {
        display: none;
    }

    .menu-btn {
        display: block;
        height: 46px;
        width: 46px;
        flex: 0 0 46px;
        background: #cd0014;
        border-radius: 5px;
        text-align: center;
        box-sizing: border-box;
        padding: 15px 0;
        margin-top: 5px;
        margin-left: 5px;
    }

    .menu-btn span {
        background: #ffffff;
        display: block;
        width: 20px;
        height: 3px;
        margin-left: auto;
        margin-right: auto;
    }

    .menu-btn span+span {
        margin-top: 4px;
    }

    .section.banner {
        position: static;
        height: auto;
        padding: 0;
        box-shadow: none;
        display: none;
    }

    .banner-content {
        display: none;
    }

    .section.banner .filter {
        position: relative;
        margin: 0 auto;
        left: auto;
        bottom: auto;
        width: auto;
        max-width: 500px;
        height: auto;
        ;
    }

    .section.banner+.section.types,
    .section.banner+.section {
        margin-top: 0;
    }

    .section.banner.inner {
        display: none;
    }

    .section.header .btn.ajax-link {
        margin-left: auto;
        flex: 0 0 22px;
        overflow: hidden;
        justify-content: flex-start;
        padding: 0 12px;
        margin-left: auto;
        margin-right: 0px !important;
        position: absolute;
        width: 19px;
        right: 5px;
        top: 5px;
    }

    .section.header .btn.ajax-link .icon {
        margin-right: 15px;
    }

    .subscribe {
        margin-bottom: -30px;
    }

    .subscribe .col-1-2 {
        padding: 15px;
    }

    .subscribe .col-1-4 {
        float: left;
        width: auto;
        margin-top: 0;
        margin-left: 15px;
        display: none;
    }

    .subscribe .col-1-4+.col-1-4 {
        display: block;
    }

    .subscribe .col-1-4 .subscribe-form {
        margin-top: 0;
    }

    .section .news-section,
    .section.footer {
        padding: 30px 0;
    }

    .section+.section {
        margin-top: 30px;
    }

    .section.slick+.section {
        margin-top: 0;
    }

    .section.banner.inner+.section {
        margin-top: 30px;
    }

    .filter {
        margin-top: 0;
    }
}

@media (max-width:735px) {
    .obj-card {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .bcenter {
        display: block !important;
        margin: 10px auto !important;
    }
}

@media (max-width:650px) {
    body {
        max-width: 100vw;
    }

    .mfp-iframe-holder .mfp-content {
        max-width: 100vw !important;
    }

    .ajax-popup {
        padding: 30px;
    }

    .section.team .wraper {
        display: block;
    }

    .section.team .wraper .col-1-2 {
        width: 100%;
    }

    .section.team .wraper .col-1-2+.col-1-2 {
        margin: 30px 0 0;
    }

    .h1.color {
        padding-bottom: 41px;
    }

    .h1.color::after {
        height: 32px;
        top: auto;
        left: 0;
        margin-left: 0;
    }

    .info-table {
        column-count: 1;
    }

    .team .slick-slide {
        height: 180px !important;
    }

    .agent-img {
        margin-bottom: 20px !important;
    }
}

@media (max-width:580px) {

    .filter .col-1-4,
    .banner .filter .col-1-4 {
        width: 100%;
    }

    .filter .col-1-4 button.ui-multiselect.ui-widget {
        width: 100% !important;
    }

    .filter ul.cols-list&gt;li&gt;div.col-1-4+div {
        margin-top: 15px !important;
        margin-left: 0;
    }

    .clear_filter {
        position: relative !important;
        margin: 0 auto;
        left: 15px;
        top: 15px;
    }
}

@media (max-width:560px) {
    ul.cols-list.obj-types&gt;li {
        width: 200px;
    }
}

@media (max-width:520px) {}

@media (max-width:500px) {
    .section.header .btn.ajax-link {
        flex: 0 0 22px;
        height: 46px;
        width: 46px;
        overflow: hidden;
        justify-content: flex-start;
        padding: 0 12px;
        margin-left: auto;
        margin-right: 15px;
        box-sizing: border-box;
    }

    .section.header .btn.ajax-link .icon {
        margin-right: 15px;
    }

    ul.cols-list.obj-types&gt;li {
        width: 150px;
    }



    .show_map {
        display: none;
    }

    .sort_div {
        display: block !important;
        position: relative !important;
        /* right: 0; */
        /* top: 0; */
        /* clear: both; */
        /* margin-bottom: 0; */
        margin: 0 auto !important;
        margin-bottom: 20px !important;
    }
}

@media (max-width:400px) {
    ul.cols-list.obj-types&gt;li {
        width: 130px;
    }
}

.grecaptcha-badge {
    display: none !important;
}

.top-line {
    text-align: center;
    background: #cd0014;
    height: 32px;
    padding: 2px;
    line-height: 32px;
    z-index: 11e294e;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
}

.top-line&gt;a {
    color: white;
    text-decoration: none;
}

.mfp-bg {
    z-index: 11e294e0;
}

.popup-medi {
    margin: 0 auto;
    width: 400px;
    max-width: 100vw;
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
}

.biga {
    font-size: 22px;
    line-height: 35px;
    font-weight: 400;
    border-bottom: 1px solid #abafc3;
    text-transform: none;
    text-decoration: none;
}


/* ++++++++++++++++++++++++++++++++++ */

.items-holder {}

.items-holder.wide {
    grid-template-columns: 1fr;
}

.items-holder .filter-holder {}

.items-holder .list-holder {}

.items-holder .obj-list {
    justify-content: center;
    display: grid !important;
    margin: 0px !important;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.items-holder.wide .obj-list {
    grid-template-columns: repeat(4, 1fr);
}

.items-holder .cols-list-new {
    padding: 0px;
    margin: 0px;
}

.items-holder .cols-list-new li {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.items-holder .cols-list-new li {
    margin-bottom: 0px;
}

.items-holder .cols-list-new li&gt;label {
    margin-top: 0px;
    font-size: 12px;
    display: block;
}

.items-holder .cols-list-new li div.half_val {
    width: calc(50% - 1px);
    display: inline-block;
    margin-right: 1px;
}

.items-holder .filter {
    position: relative;
    top: 0px;
    margin: 0px;
    padding: 0px;
    max-height: calc(100vh - 60px);
    overflow: auto;
    width: 1030px;
    margin: 0 auto;
    margin-bottom: 0px;
}

.items-holder .filter-holder {
    margin-top: 0px !important;
    color: #000000;
    margin: 0 calc(-1 * (100vw - 1030px) / 2);
}

.items-holder .filter::after {
    top: 0px;
    height: 5px;
    right: 0;
    margin-top: 0px;
}

.items-holder .filter&gt;form {
    padding: 0px 0px 60px;
    margin-top: 0px;
}

.items-holder .show_map {
    display: none;
}

.items-holder .clear_filter {
    display: none;
}

.items-holder .range-holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
}

.items-holder .range-holder&gt;input {
    min-width: 0px;
}

.items-holder .submit-holder {
    padding: 0px 0px 0px 0px;
    grid-column: 4/-1;
}

.items-holder .submit-holder button {
    width: 100%;
    background: #cd0014;
    font-size: 15px;
    margin-top: 21px;
    border: 0;
    height: 40px;
}

.items-holder .submit-holder button b {
    display: inline-block;
    margin-left: 5px;
}

.filter-mob-but {
    display: none;
}

@media (max-width:735px) {
    .items-holder {
        flex-direction: column;
    }

    .items-holder .filter {
        max-width: 100%;
    }

    .items-holder .filter {
        display: none;
        position: relative;
        top: 0px;
        max-height: inherit;
    }

    .items-holder .filter-holder {
        flex: 0 1 auto;
        position: absolute;
        z-index: 100;
        left: -15px;
        width: 100vw;
    }

    .items-holder .filter.visible {
        display: block;
    }

    .items-holder .obj-list {
        display: flex !important;
        grid-template-columns: repeat(1, 1fr);
    }

    .filter-mob-but {
        display: block;
        background-color: #1e294e;
        padding: 15px;
        text-align: center;
        margin-bottom: 15px;
        color: white;
    }

    .items-holder .filter-holder {
        margin-top: -5px;
    }

    .items-holder button.ui-multiselect.ui-widget {
        width: 100% !important;
    }
}

.banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.banners__item {
    flex: 1 1 100px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .banners__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .news-holder {
        grid-template-columns: 1fr;
    }
}

.banners__item&gt;.bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 0;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    -webkit-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}

.banners__item:hover&gt;.bg {
    -webkit-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    transform: scale(1.1);
}

.banner {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 60px;
    height: 250px;
    color: #fff;
    z-index: 1;
}

@media screen and (max-width: 1699.98px) {
    .banner {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.banner__filter {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
    background: -o-linear-gradient(top, transparent, #34312e);
    background: linear-gradient(to bottom, transparent, #34312e);
}

@media screen and (max-width: 1278.98px) {
    .banner__filter {
        height: 100%;
    }
}

@media (max-width: 991.98px) {
    .banner__filter {
        height: 50%;
    }
}

@media screen and (max-width: 378.98px) {
    .banner__filter {
        height: 100%;
    }
}

.banner__inner {
    position: absolute;
    z-index: 2;
    left: 60px;
    right: 60px;
    bottom: 30px;
}

@media screen and (max-width: 1699.98px) {
    .banner__inner {
        left: 30px;
        right: 30px;
    }
}

@media screen and (max-width: 1279.98px) {
    .banner__inner {
        bottom: 100px;
    }
}

@media (max-width: 991.98px) {
    .banner__inner {
        left: 0;
        right: 0;
        bottom: 30px;
        max-width: 690px;
        margin: auto;
    }
}

@media (max-width: 767.98px) {
    .banner__inner {
        max-width: 510px;
    }
}

@media (max-width: 575.98px) {
    .banner__inner {
        left: 15px;
        right: 15px;
    }
}

@media screen and (max-width: 378.98px) {
    .banner__inner {
        bottom: 100px;
    }
}

.banner__num {
    position: absolute;
    top: 17px;
    left: 60px;
    font-weight: 800;
    font-size: 100px;
    line-height: 36px;
    color: #f4f7fc;
}

@media screen and (max-width: 1699.98px) {
    .banner__num {
        left: 30px;
    }
}

@media screen and (max-width: 1499.98px) {
    .banner__num {
        top: 17px;
    }
}

@media screen and (max-width: 1279.98px) {
    .banner__num {
        display: none;
    }
}

.banner__name {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 18px;
    max-width: 50%;
    ;
}

@media screen and (max-width: 1499.98px) {
    .banner__name {
        margin-bottom: 0px;
    }
}

.banner__price {
    position: relative;
    display: inline-block;
    margin: 0;
    font-weight: 800;
    font-size: 32px;
    text-transform: uppercase;
}

@media screen and (max-width: 1499.98px) {
    .banner__price {
        font-size: 28px;
    }
}

.banner__price::after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 0;
    right: -30px;
    margin: auto;
    width: 24px;
    height: 24px;
    background: url(../img/ruble.svg) center no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1499.98px) {
    .banner__price::after {
        right: -25px;
        width: 22px;
        height: 22px;
    }
}

.banner__info {
    margin: 0;
    font-size: 12px;
    text-transform: lowercase;
}

.numb {
    vertical-align: middle;
    font-family: 'Golos Text', Tahoma, serif;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100px;
    width: 50px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: var(--secondary-color) center left 40px no-repeat;
    background-size: 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    margin-bottom: 0px;
    margin-right: 15px;
}

.banner__button {
    font-family: 'Golos Text', Tahoma, serif;
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100px;
    width: 50px;
    height: 40px;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: var(--secondary-color) center left 40px no-repeat;
    background-size: 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.banner__button:focus {
    outline: 0;
}

.banner__button:hover {
    background-color: var(--secondary-hover-color);
}

@media screen and (max-width: 1499.98px) {
    .banner__button {
        max-width: 100px;
        background-position: center left 25px;
    }
}

@media screen and (max-width: 1278.98px) {
    .banner__button {
        bottom: -70px;
        right: initial;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .banner__button {
        bottom: 0;
        left: initial;
        right: 0;
    }
}

@media screen and (max-width: 378.98px) {
    .banner__button {
        bottom: -70px;
        right: initial;
        left: 0;
    }
}

.sort_select+button.ui-widget {
    width: 190px !important;
}

.filter-holder.main-filter {
    position: absolute;
    left: 50%;
    bottom: 60px;
    margin-left: calc(-1 * (1050px / 2));
    width: 1050px;
    z-index: 3;
}

.filter button.ui-multiselect.ui-widget {
    background: white !important;
}

.filter .flt-chk-holder {
    background: white !important;
}

.filter input[type='text'] {
    background: white !important;
    width: 100%;
}

.filter-holder.main-filter button.ui-multiselect.ui-widget {
    border-color: white !important;
}

.filter-holder.main-filter .flt-chk-holder {
    border-color: white !important;
}

.filter-holder.main-filter input[type='text'] {
    border-color: white !important;
}

.filter input::-webkit-input-placeholder {
    color: #a5b0c4;
}

.filter input::-moz-placeholder {
    color: #a5b0c4;
}

.filter input:-ms-input-placeholder {
    color: #a5b0c4;
}

.filter input:-moz-placeholder {
    color: #a5b0c4;
}

.banner-bg .banner-data {
    position: absolute;
    left: 50%;
    top: 60px;
    margin-left: calc(-1 * (1050px / 2));
    width: 1050px;
    z-index: 3;
}

.filter-holder.main-filter .filter ul.cols-list&gt;li {
    margin-left: 10px !important;
    margin-top: 10px !important;
}

.filter-holder.main-filter .filter ul.cols-list&gt;li&gt;div.col-1-4 {}

.flt-form ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px 30px;
}

.items-holder .flt-form ul {}

.flt-form ul&gt;li {}

.flt-form ul&gt;li.wide {}

.flt-form ul&gt;li:last-child {}

.items-holder .submit-holder button&gt;span {
    display: inline-block;
    margin-left: 5px;
    font-weight: 700;
}

ul.list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin-top: 40px;
}

.auth_link {
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0.4;
}

.auth_link:hover {
    opacity: 1;
}

.main-holder-blocks {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1279.98px) {
    .main-holder-blocks {
        flex-direction: column-reverse;
    }

}</pre></body></html>