html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:hover,
a:active {
    outline: 0;
}

img {
    /* Responsive images (ensure images don't scale beyond their parents) */

    max-width: 100%;
    /* Part 1: Set a maxium relative to the parent */

    width: auto \9;
    /* IE7-8 need help adjusting responsive images */

    height: auto !important;
    /* Part 2: Scale the height according to the width, otherwise you get stretching */

    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button,
input {
    *overflow: visible;
    line-height: normal;
}

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

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

label,
input,
button,
select,
textarea {
    font-weight: normal;
    line-height: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

input,
textarea {
    width: 206px;
}

textarea {
    height: auto;
    resize: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    outline: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    *margin-top: 0;
    /* IE7 */

    margin-top: 1px \9;
    /* IE8-9 */

    line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

select,
input[type="file"] {
    height: 30px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */

    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */

    line-height: 30px;
}

select {
    width: 220px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

select[multiple],
select[size] {
    height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

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

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media (max-width: 767px) {
    .b-page {
        /*padding-left: 20px;*/
        /*padding-right: 20px;*/
    }
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: 400;
}

.b-page {
    font-family: Arial, sans-serif;
    color: #565656;
    background: #fff;
    font-style: italic;
    font-size: 13px;
}

.b-page-inner {
    position: relative;
    min-height: 100%;
    margin: 0 auto -130px;
    min-width: 1000px;
    max-width: 1300px;
    z-index: 0;
}

.b-content__main .b-page-inner {
    min-width: unset;
    max-width: 1110px;
    padding: 0 200px 5px 10px;
    font-style: normal;
}

.b-page-inner__footer {
    height: 50px;
    clear: both;
}

.b-content {
    position: relative;
    z-index: 0;
    display: flex;
}

.b-content__sidebar {
    /*float: left;*/
    width: 250px;
    min-width: 250px;
}

.b-content__main {
    padding-left: 20px;
    order: 2;
    width: 100%;
}

a, .b-link {
    color: #2a7de2;
}

.b-link_type_pseudo {
    text-decoration: none;
    display: inline;
    zoom: 1;
    display: inline-block;
}

.b-link__text {
    display: inline;
    zoom: 1;
    display: inline-block;
    line-height: 0.9em;
    border-bottom: 1px dotted #2a7de2;
}

.b-link_ico_contract {
    background: url('../img/ico-contract.png') no-repeat left center;
    padding-left: 23px;
}

.b-icon {
    font: 0/0 a;
    border: 0;
}

.b-menu__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.b-menu__link {
    display: block;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    margin-right: 25px;
    line-height: 1.8em;
}

.b-menu_position_footer {
    float: right;
    padding-top: 10px;
}

.b-menu_position_footer .b-menu__link {
    color: #fff;
    font-size: 14px;
    margin-left: 25px;
    margin-right: 0;
}

.i-inline {
    display: inline;
    zoom: 1;
    display: inline-block;
    vertical-align: top;
}

.b-footer {
    min-height: 130px;
    background: #999;
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    min-width: 1000px;
    padding-bottom: 5px;
}

.b-footer__pink {
    background: #ef6fbc;
}

.b-footer__blue {
    background: #2a7de2;
}

.b-footer__turquoise {
    background: #06b88c;
}

.b-footer__green {
    background: #83bb0e;
}

.b-footer__orange {
    background: #fea700;
}

.b-footer__inner {
    min-width: 1000px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 35px 0 0;
}

.b-footer__logo-block {
    float: left;
    width: 250px;
}

.b-footer__clear {
    clear: both;
}

.b-footer__delimiter {
    overflow: hidden;
    margin: 10px auto;
    height: 3px;
    border: 3px solid #fff;
    border-top: none;
    border-bottom: none;
}

.b-footer__delimiter-line {
    margin: 1px 0;
    border-top: 1px solid #fff;
}

.b-footer__text {
    color: #fff;
    font-style: normal;
}

.b-header {
    padding-top: 20px;
    height: 110px;
    position: relative;
    z-index: 1;
}

.b-header__logo-block {
    width: 245px;
    padding-left: 5px;
    float: left;
}

.b-header__link-block {
    padding-left: 280px;
}

.b-header__link-list {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 7px 0;
}

.b-header__link-item {
    padding-right: 20px;
    line-height: 23px;
}

.b-header__link-item .b-link {
    line-height: 23px;
}

.b-header__menu-block {
    margin: 20px 0;
}

.b-header__menu-block .b-link__text {
    border-bottom-style: solid;
    font-size: 19px;
}

/* ../../libs/clever-bem-lib/i-btn/i-btn.css begin */
.i-btn {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    height: 30px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #cccccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.i-btn:hover,
.i-btn:focus,
.i-btn:active,
.i-btn.i-btn_type_disabled,
.i-btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.i-btn:active {
    background-color: #cccccc \9;
}

.i-btn:first-child {
    *margin-left: 0;
}

.i-btn:hover,
.i-btn:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.i-btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.i-btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

.i-btn.i-btn_type_disabled,
.i-btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

button.i-btn,
input[type="submit"].i-btn {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

button.i-btn::-moz-focus-inner,
input[type="submit"].i-btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* ../../blocks/b-info/b-info.css begin */
.b-info {
    list-style-type: none;
    margin: 0;
    position: relative;
    margin-bottom: 30px;
    padding: 30px 15px 10px;
    background: #fff;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

.b-info:before {
    content: ' ';
    position: absolute;
    top: -34px;
    left: 60px;
    background: url('../img/b-info.png') no-repeat;
    width: 37px;
    height: 34px;
}

.b-info__item {
    padding-bottom: 30px;
}

.b-info__item:last-of-type {
    padding-bottom: 0;
}

.b-info__title {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
}

.b-info__text {
    font-size: 12px;
    line-height: 1.5em;
}

.b-info__button {
    font-size: 13px;
    margin: 15px 0 10px;
    height: 20px;
    text-decoration: none;
    color: #fff !important;
    border: 1px solid #8f8f8f;
    background-position: 0 0 !important;
    background: #33bb99;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ccaa7', endColorstr='#28ab8b');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3ccaa7), color-stop(100%, #28ab8b));
    background: -webkit-linear-gradient(top, bottom, #3ccaa7, #28ab8b);
    background: -moz-linear-gradient(top, #3ccaa7, #28ab8b);
    background: -o-linear-gradient(top, #3ccaa7, #28ab8b);
    background: -ms-linear-gradient(top, #3ccaa7, #28ab8b);
    background: linear-gradient(top, #3ccaa7, #28ab8b);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

.b-info__button:hover {
    background: #e543a5;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc178e', endColorstr='#ef6fbc');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dc178e), color-stop(100%, #ef6fbc));
    background: -webkit-linear-gradient(top, bottom, #dc178e, #ef6fbc);
    background: -moz-linear-gradient(top, #dc178e, #ef6fbc);
    background: -o-linear-gradient(top, #dc178e, #ef6fbc);
    background: -ms-linear-gradient(top, #dc178e, #ef6fbc);
    background: linear-gradient(top, #dc178e, #ef6fbc);
}

.b-info p {
    margin: 0;
}

.b-vk div {
    margin: auto;
}

.b-seo {
    padding: 20px 15px 10px;
    color: #a9a9a9;
}

.b-title {
    position: relative;
}

.b-title__title {
    margin: 0;
    padding: 0 100px 5px 10px;
    font-size: 48px;
}

.b-form-control_state_error .b-form-control__label,
.b-form-control_state_error .b-form-control__help,
.b-form-control_state_error input,
.b-form-control_state_error select,
.b-form-control_state_error textarea {
    color: #b94a48;
}

.b-form-control_state_error input,
.b-form-control_state_error select,
.b-form-control_state_error textarea {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.b-form-control_state_error input:focus,
.b-form-control_state_error select:focus,
.b-form-control_state_error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.b-form-control_state_error .b-form-control__message {
    color: #b94a48;
    border-color: #b94a48;
}

.b-form-control__help {
    display: block;
    margin-bottom: 10px;
}

.b-form-control__label_from_radio {
    min-height: 20px;
    padding-left: 20px;
}

.b-form-control__label_from_radio input[type="radio"] {
    float: left;
    margin-left: -20px;
}

.b-fancy__body .b-form-control__help {
    font-size: 14px;
}

.b-form-control_state_error input, .b-form-control_state_error select,
.b-form-control_state_error textarea {
    border-color: #953B39 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #D59392 !important;
}

.b-form__autoscroll {
    margin: 0;
}

.b-offer {
    z-index: 999;
    margin-top: 10px;
    padding: 15px;
    overflow: hidden;
    background: #fff;
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.35);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    font-style: normal;
}

.b-offer:hover {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    background: #f8f9fa;
}

.b-offer__link {
    font-size: 14px;
    text-decoration: none;
}

.b-offer__link-text {
    border-bottom: 1px dotted;
}

.b-offer__left {
    margin-right: 10px;
    width: 260px;
    float: left;
}

.b-offer__gallery {
    overflow: hidden;
}

.b-offer__gallery-link {
    border-radius: 5px;
    overflow: hidden;
    outline: none !important;
}

.b-offer__gallery-preview {
    margin-bottom: 10px;
    width: 245px;
    height: 150px;
    text-align: center;
}

.b-offer__gallery-preview img {
    height: 150px;
}

.b-offer__gallery-thumb {
    float: left;
    border: 2px solid white;
}

.b-offer__gallery-thumb img {
    width: 45px;
    height: 45px;
}

.b-offer__gallery-thumb:active,
.b-offer__gallery-thumb:focus,
.b-offer__gallery-thumb:hover,
.b-offer__gallery-thumb__active {
    border-color: #e12e7a;
}

.b-offer__gallery-hint {
    opacity: 0;
    margin-top: 5px;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.b-offer__center {
    margin: 0 205px 0 270px;
    padding: 5px 10px 0 0;
    /*border-right: 1px dotted #828282;*/
}

.b-offer__title-block {
    font-size: 14px;
}

.b-offer__title {
    color: #ff0664;
    font-size: 15px;
    text-decoration: none;
}

.b-offer__title-date {
    float: right;
    margin-left: 10px;
    color: #828282;
}

.b-offer__title-time {
    padding: 5px;
    background: #efefef;
    font-weight: 700;
}

.b-offer__address {
    margin-top: 18px;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    color: #ff0664;
}

.b-offer__content {
    position: relative;
    margin-top: 10px;
    line-height: 1.5em;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
}

.b-offer__content-hide {
    position: absolute;
    display: none;
    bottom: 0;
    height: 40px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.b-offer__content-link {
    position: absolute;
    bottom: 0;
}

.b-offer:hover .b-offer__content-hide {
    background: -moz-linear-gradient(top, rgba(248, 249, 250, 0.5) 0%, rgba(248, 249, 250, 1) 50%, rgba(248, 249, 250, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 249, 250, 0.5)), color-stop(50%, rgba(248, 249, 250, 1)), color-stop(100%, rgba(248, 249, 250, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(248, 249, 250, 0.5) 0%, rgba(248, 249, 250, 1) 50%, rgba(248, 249, 250, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(248, 249, 250, 0.5) 0%, rgba(248, 249, 250, 1) 50%, rgba(248, 249, 250, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(248, 249, 250, 0.5) 0%, rgba(248, 249, 250, 1) 50%, rgba(248, 249, 250, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(248, 249, 250, 0.5) 0%, rgba(248, 249, 250, 1) 50%, rgba(248, 249, 250, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80f8f9fa', endColorstr='#f8f9fa', GradientType=0); /* IE6-9 */
}

.b-offer__right {
    float: right;
    margin-left: 10px;
    padding-left: 15px;
    width: 190px;
    border-left: 1px dotted #828282;
}

.b-offer__price {
    line-height: 1.2em;
    vertical-align: baseline;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.b-offer__price-currency {
    font-size: 22px;
}

.b-offer__price-comment {
    font-size: 14px;
    color: #828282;
}

.b-offer__owner-type {
    margin-top: 20px;
    color: #ff0664;
    font-size: 16px;
}

.b-offer__owner-name {
    margin: 15px 0 5px;
    font-size: 20px;
    font-weight: bold;
}

.b-offer__contacts {
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
}

.b-offer__phone-link {
    padding: 5px 10px;
    background: #efefef;
    border-radius: 10px;
    color: #828282;
}

.b-offer__phone-link:hover,
.b-offer__phone-link:active,
.b-offer__phone-link:focus {
    background: #ff0664;
    color: #fff;
}

.b-offer__phone-link:hover .b-offer__link-text,
.b-offer__phone-link:active .b-offer__link-text,
.b-offer__phone-link:focus .b-offer__link-text {
    border-bottom: none;
}

.b-offer__wa,
.b-offer__vk {
    color: #3f89b7;
    font-size: 18px;
}

.b-offer__wa {
    color: #20B038;
}

.b-offer__wa-link,
.b-offer__vk-link {
    font-weight: normal;
}

.b-offer__wa img,
.b-offer__vk img {
    vertical-align: top;
}

.b-offer__feedback {
    overflow: hidden;
    padding-bottom: 1px;
}

.b-offer__feedback-flag {
    float: left;
}

.b-offer__feedback-link {
    float: left;
    width: 150px;
    margin-left: 5px;
    color: #000;
    font-weight: normal;
}

.b-offer__feedback-link:hover .b-offer__link-text,
.b-offer__feedback-link:active .b-offer__link-text,
.b-offer__feedback-link:focus .b-offer__link-text {
    border-bottom-style: solid;
}

.b-apartment {
    position: relative;
    z-index: 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 10px 10px 15px 15px;
    -o-border-radius: 10px 10px 15px 15px;
    border-radius: 10px 10px 15px 15px;
}

.b-apartment .b-offer {
    background: #f8f9fa;
    box-shadow: none;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.b-apartment .b-offer__right {
    /*border-left: none;*/
}

.b-apartment .b-offer__center {
    border-right: none;
}

.b-apartment .b-offer__address-link {
    display: none;
}

.b-apartment .b-offer__content-hide {
    background: -moz-linear-gradient(top, rgba(248, 249, 250, 0.5) 0%, rgba(248, 249, 250, 1) 50%, rgba(248, 249, 250, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 249, 250, 0.5)), color-stop(50%, rgba(248, 249, 250, 1)), color-stop(100%, rgba(248, 249, 250, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(248, 249, 250, 0.5) 0%, rgba(248, 249, 250, 1) 50%, rgba(248, 249, 250, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(248, 249, 250, 0.5) 0%, rgba(248, 249, 250, 1) 50%, rgba(248, 249, 250, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(248, 249, 250, 0.5) 0%, rgba(248, 249, 250, 1) 50%, rgba(248, 249, 250, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(248, 249, 250, 0.5) 0%, rgba(248, 249, 250, 1) 50%, rgba(248, 249, 250, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80f8f9fa', endColorstr='#f8f9fa', GradientType=0); /* IE6-9 */
}

.b-apartment .b-map-block__wrapper {
    height: 250px;
    background: #f8f9fa;
    /*box-shadow: none;*/
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
}

.b-fancy {
    display: none;
}

.b-fancy__title {
    padding: 15px 50px 20px 30px;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-family: Arial;
    font-weight: 700;
    font-style: italic;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
}

.b-fancy__required {
    position: relative;
}

.b-fancy__required:before {
    content: '*';
    position: absolute;
    top: 7px;
    left: -15px;
    line-height: 20px;
    font-size: 20px;
    color: #434343;
}

.b-fancy__body {
    padding: 15px 20px 15px 30px;
}

.b-fancy__bottom {
    padding: 20px 30px;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
}

/* ../../libs/clever-bem-lib/b-form/b-form.css begin */
form {
    margin: 0 0 20px;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

.b-form__error-message {
    display: none;
    background-color: #F2DEDE;
    list-style-type: none;
    margin: 0;
    padding: 15px 20px 15px 30px;
    line-height: 20px;
    color: #b94a48;
}

.b-checkbox {
    position: relative;
}

.b-checkbox__input {
    display: none;
}

.b-choice .b-fancy__body {
    background: #fecb00;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
}

.b-choice .b-fancy__title {
    background: #fedb4d;
}

.b-choice__buttons {
    text-align: center;
    padding-bottom: 10px;
}

.b-choice__link {
    text-decoration: none;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 28px;
    position: relative;
    margin: 0 7px;
    color: #555555;
    text-shadow: 1px 1px 0 #fff;
    border: 1px solid #aaaaaa;
    line-height: 45px;
    padding: 0 25px 0 50px;
    background: #f1f1f1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4e4e4');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e4e4e4));
    background: -webkit-linear-gradient(top, bottom, #ffffff, #e4e4e4);
    background: -moz-linear-gradient(top, #ffffff, #e4e4e4);
    background: -o-linear-gradient(top, #ffffff, #e4e4e4);
    background: -ms-linear-gradient(top, #ffffff, #e4e4e4);
    background: linear-gradient(top, #ffffff, #e4e4e4);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

.b-choice__link:before {
    content: ' ';
    position: absolute;
}

.b-choice__link_type_rent:before {
    background: url("../img/arrow-rent.png") no-repeat top center;
    width: 34px;
    height: 25px;
    top: 8px;
    left: 10px;
}

.b-choice__link_type_gift:before {
    background: url("../img/arrow-gift.png") no-repeat top center;
    width: 25px;
    height: 34px;
    top: 6px;
    left: 15px;
}

.b-choice__link:hover {
    color: #fff;
    text-shadow: -1px -1px 0 #3f3f3f;
    border: none;
    padding: 0 26px 0 51px;
    line-height: 47px;
    background: #636363;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#858585', endColorstr='#3e3e3e');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #858585), color-stop(100%, #3e3e3e));
    background: -webkit-linear-gradient(top, bottom, #858585, #3e3e3e);
    background: -moz-linear-gradient(top, #858585, #3e3e3e);
    background: -o-linear-gradient(top, #858585, #3e3e3e);
    background: -ms-linear-gradient(top, #858585, #3e3e3e);
    background: linear-gradient(top, #858585, #3e3e3e);
}

.b-choice__link:hover:before {
    background-position: bottom center;
}

.b-choice__helper {
    line-height: 20px;
    min-height: 20px;
}

.b-choice__help {
    display: none;
}

.b-choice__help_state_hover {
    display: block;
}

/* ../../blocks/b-ask/b-ask.css begin */
.b-ask .b-fancy__body {
    background: #aadd40;
}

.b-ask .b-fancy__title,
.b-ask .b-fancy__bottom {
    background: #9acd30;
}

.b-ask .b-form-control.i-inline {
    padding-right: 10px;
}

.b-ask .b-form-control__textarea {
    width: 455px;
    height: 90px;
}

.b-ask .b-form-control__input,
.b-ask .b-form-control__textarea {
    border-color: #8fce0b;
}

.b-map-block {
    position: relative;
    z-index: 0;
    margin-bottom: 40px;
}

.b-map-block__inner {
    position: relative;
}

.b-map-block__wrapper {
    position: relative;
    height: 200px;
    z-index: 500;
    overflow: hidden;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

.b-map-block__show {
    background: url('../img/map-show.png') no-repeat;
    position: absolute;
    display: block;
    z-index: 999;
    width: 144px;
    height: 48px;
    bottom: -40px;
    right: 20px;
}

.b-map-block__hide {
    background: url('../img/map-hide.png') no-repeat;
    position: absolute;
    display: none;
    z-index: 520;
    width: 150px;
    height: 43px;
    bottom: -1px;
    right: 15px;
}

.b-map-block__label {
    position: absolute;
    bottom: 0;
    z-index: 999;
    padding: 5px 20px;
    opacity: 0.7;
    background: #000;
    -webkit-border-radius: 0 10px 0 15px;
    -moz-border-radius: 0 10px 0 15px;
    -o-border-radius: 0 10px 0 15px;
    border-radius: 0 10px 0 15px;
    color: #fff;
}

.b-map-block__label_more {
    color: #fff;
    margin-left: 10px;
}

.b-checkbox-list {
    position: relative;
    margin-bottom: 5px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 14px;
}

.b-checkbox-list__list {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0 30px 0 15px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    outline: none;
}

.b-checkbox-list__item {
    display: block;
    padding: 2px 20px 2px 10px;
    border-bottom: 1px solid #d1d1d1;
    width: 135px;
    white-space: nowrap;
    overflow: hidden;
}

.b-checkbox-list__item:last-child {
    border-bottom: 0;
}

.b-checkbox-list .b-checkbox {
    width: 100%;
}

.b-checkbox-list .b-checkbox__label {
    margin: 0;
}

.b-checkbox-list__current {
    line-height: 20px;
    color: #555555;
    border: 1px solid #cccccc;
    width: 180px;
    text-shadow: 1px 1px 1px #fff;
    padding: 2px 20px 2px 10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #eeeeee;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#e3e3e3');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #e3e3e3));
    background: -webkit-linear-gradient(top, bottom, #f8f8f8, #e3e3e3);
    background: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background: linear-gradient(top, #f8f8f8, #e3e3e3);
}

.b-checkbox-list_state_active .b-checkbox-list__current {
    border-bottom: 1px solid #fff;
    background: #eeeeee;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3d3d3', endColorstr='#ededed');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d3d3), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, bottom, #d3d3d3, #ededed);
    background: -moz-linear-gradient(top, #d3d3d3, #ededed);
    background: -o-linear-gradient(top, #d3d3d3, #ededed);
    background: -ms-linear-gradient(top, #d3d3d3, #ededed);
    background: linear-gradient(top, #d3d3d3, #ededed);
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
}

.b-checkbox-list__current-text {
    white-space: nowrap;
    overflow: hidden;
}

.b-checkbox-list__scroll-wrapper {
    max-height: 200px;
    overflow: auto;
    padding: 5px 0;
    position: absolute;
    z-index: 1000;
    display: none;
    left: 0;
    top: 26px;
    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
    vertical-align: middle;
    outline: none;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    background-color: #f3f3f3;
}

.b-checkbox-list__scroll {
    overflow-y: auto;
    overflow-x: none;
    outline: none;
}

.b-checkbox-list_state_active .b-checkbox-list__scroll-wrapper {
    display: block;
}

.b-checkbox-list__current:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 9px;
    right: 8px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #555555;
}

.b-checkbox-list_state_active .b-checkbox-list__current:before {
    border-top: none;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 6px solid #555555;
}

.b-filter {
    padding: 0 10px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 14px;
    position: relative;
    z-index: 25;
}

.b-filter__fieldset {
    border-top: 1px solid #ddd;
    padding: 10px 0 5px;
}

.b-filter__cell {
    padding-right: 50px;
}

.b-filter__cell:last-child {
    padding: 0;
}

.b-filter__title,
.b-form-control__label_state_checked {
    line-height: 20px;
    font-weight: 700;
}

.b-filter__fieldset_position_last {
    position: relative;
}

/* Checkboxes */

.b-filter__block-checkbox {
    padding-top: 4px;
}

.b-filter__checkbox .b-checkbox__label {
    text-align: center;
    font-style: normal;
    min-width: 20px;
    margin-bottom: 0;
    line-height: 20px;
    border: 1px solid transparent;
    color: #656565;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.b-filter__checkbox.b-checkbox_state_active .b-checkbox__label {
    border-color: #565656;
    color: #fff;
    background: #757575;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#656565', endColorstr='#a5a5a5');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #656565), color-stop(100%, #a5a5a5));
    background: -webkit-linear-gradient(top, bottom, #656565, #a5a5a5);
    background: -moz-linear-gradient(top, #656565, #a5a5a5);
    background: -o-linear-gradient(top, #656565, #a5a5a5);
    background: -ms-linear-gradient(top, #656565, #a5a5a5);
    background: linear-gradient(top, #656565, #a5a5a5);
}

.b-filter__checkbox .b-checkbox__label:hover {
    color: #fff;
    box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.3);
    background: #fc58ba;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd89ce', endColorstr='#fb26a6');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd89ce), color-stop(100%, #fb26a6));
    background: -webkit-linear-gradient(top, bottom, #fd89ce, #fb26a6);
    background: -moz-linear-gradient(top, #fd89ce, #fb26a6);
    background: -o-linear-gradient(top, #fd89ce, #fb26a6);
    background: -ms-linear-gradient(top, #fd89ce, #fb26a6);
    background: linear-gradient(top, #fd89ce, #fb26a6);
}

/* Region */

/* Links */

.b-filter__region {
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
    line-height: 15px;
    margin-right: 10px;
    margin-top: 5px;
    padding-right: 20px;
    color: #464646;
    display: none;
    background: url('../img/exit.png') no-repeat right center;
}

.b-filter__region-list {
    padding-left: 240px;
    min-height: 30px;
}

.b-filter__region_map {
    padding-bottom: 5px;
}

.b-filter__region_state_checked {
    display: inline-block;
}

/* Select */
.b-filter .b-checkbox-list {
    float: left;
    cursor: pointer;
}

.b-filter .b-checkbox-list .b-checkbox {
    color: #393939;
}

.b-filter .b-checkbox-list .b-checkbox:hover {
    color: #e1309b;
}

.b-filter .b-checkbox-list .b-checkbox_state_active,
.b-filter .b-checkbox-list .b-checkbox_state_active:hover {
    color: #b6b6b6;
}

/* Buttons */

.b-filter__inline {
    padding-right: 12px;
}

.b-form__button-block {
    position: absolute;
    z-index: 0;
    bottom: 5px;
    right: 0;
}

.b-form__bottom .b-form-control__label_from_checkbox input[type="checkbox"],
.b-form__bottom .b-form-control__label_from_radio input[type="radio"] {
    margin-left: -15px;
}

.b-form__bottom .b-form-control__label_from_radio,
.b-form__bottom .b-form-control__label_from_checkbox {
    padding-left: 15px;
}

.b-filter__submit {
    border: 1px solid #8f8f8f;
    height: 29px;
    font-size: 22px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-style: italic;
    padding: 0 15px;
    color: #fff;
    text-shadow: 1px 1px 1px #1d6ed0;
    background: #4894f0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ba7f0', endColorstr='#377fd7');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6ba7f0), color-stop(100%, #377fd7));
    background: -webkit-linear-gradient(top, bottom, #6ba7f0, #377fd7);
    background: -moz-linear-gradient(top, #6ba7f0, #377fd7);
    background: -o-linear-gradient(top, #6ba7f0, #377fd7);
    background: -ms-linear-gradient(top, #6ba7f0, #377fd7);
    background: linear-gradient(top, #6ba7f0, #377fd7);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
}

.b-filter__reset {
    position: absolute;
    width: 100%;
    right: 120px;
    bottom: 0;
    font-size: 13px;
    margin-right: 15px;
}

.b-find {
    position: relative;
    z-index: 20;
}

.b-find__list {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    list-style-type: none;
}

.b-find__item {
    width: 100%;
}

.b-find__top {
    overflow: hidden;
    position: relative;
    padding-right: 80px;
}

.b-find__title {
    font-size: 48px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    padding: 0 15px 0 5px;
}

.b-find__count {
    padding-left: 10px;
}

.b-find__text {
    padding-left: 10px;
    font-size: 30px;
    vertical-align: baseline;
}

.b-find__title-sub {
    font-size: 16px;
}

.b-find__top .i-inline {
    vertical-align: baseline;
}

.b-find__all {
    vertical-align: baseline;
    font-size: 14px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    display: inline !important;
}

.b-find__dotted {
    border-bottom: 1px dotted #2a7de2;
    text-decoration: none;
    margin-top: 15px;
}

.b-page-inner, .b-footer, .b-footer__inner {
    min-width: unset;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0px;
}

#headerMenuState {
    display: none;
}

.header-menu {
    display: none;
    line-height: 1.3em;
}

.header-menu-full {
    display: none;
}

.header-menu-full > *, .header-menu > * {
    display: inline-block;
}

.header-menu-button {
    all: initial;
    display: none;
    float: right;
    /*position: absolute;*/
    font-size: 40px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    /*right: 5px;*/
    /*top: 10px;*/
    cursor: pointer;
    user-select: none;
    color: #565656;
    /*font-weight: 100;*/
    /*font-family: sans-serif;*/
}

.header-menu-button:before {
    content: '☰';
}

.offer-mobile-gallery, .offer-mobile-description, .offer-mobile-wrapper {
    display: none;
}

.offer-mobile-wrapper {
    padding-top: 20px;
}

.offer-mobile-gallery > img {
    width: 100%;
}

#id_price_from, #id_price_to, #id_build_year {
    width: 100px;
}

#price_filter {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

#price_filter > hr {
    width: 40px;
    margin: 0 10px;
    border: none;
    height: 1px;
    background: #777;
}

#price_filter > span:last-of-type {
    margin-left: 20px;
}

#price_filter > input {
    margin: unset !important;
}

.offer-mobile-phone {
    display: none;
    border: 1px solid;
    color: #ff0664;
    font-size: 18px;
    text-align: center;
    width: calc(100% - 20px);
    padding: 5px 10px;
    border-radius: 15px;
    margin: 20px 0;
    text-decoration: none;
}

.offer-mobile-description-show {
    display: none;
    position: absolute;
    bottom: 0;
}

.additional-phones {
    display: none;
}

.additional-phone {
    font-size: 17px;
}

.additional-phone .offer-phone {
    color: inherit;
    text-decoration: unset;
}

.additional-phone span {
    color: #ff0664;
}

.spinner-wrapper {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
}

.address_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.address_info > * {
    width: 50%;
}

.welcome-user {

}

.logout-link {

}

.b-apartment .b-offer {
    position: relative;
}

.counters {
    margin: 10px 0;
    /*float: right;*/
    position: absolute;
    bottom: 10px;
    right: 240px;
}

.views-counter:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    background-size: contain;
    background-image: url("../img/eye.svg");
    margin-right: 5px;
}

.clicks-counter:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    background-size: contain;
    background-image: url("../img/click.svg");
    margin-right: 5px;

}

#rooms_filter_wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 50px;
    align-content: flex-start;
}

#rooms_filter_wrapper > div {
    margin-right: 50px;
}

.b-offer.is_archived:before {
    content: 'В архиве';
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    font-weight: 800;
    /*opacity: .3;*/
    font-size: 100px;
    rotate: -20deg;
    color: rgb(190, 190, 190);
    z-index: -1;
}

#rooms .b-filter__block-checkbox {
    display: flex;
}

#rooms .b-filter__block-checkbox > * {
    order: 2;
}

#rooms .b-filter__block-checkbox > *:last-child {
    order: 1;
}

.promo-banner {
    --desktop-image: url("/static/img/logo.square.png");
    --tablet-image: var(--desktop-image);
    --mobile-image: var(--tablet-image);
    padding: unset;
    position: relative;
}

.promo-banner > a {
    box-sizing: border-box;
    display: block;
    width: 100%;

    aspect-ratio: 1030 / 200;
    background-image: var(--desktop-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.promo-banner > button {
    all: initial;
    cursor: pointer;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 15px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .3);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}

.promo-banner > button:hover {
    color: black;
    background-color: rgba(255, 255, 255, .7);
}

.promo-banner > button:active {
    color: black;
    background-color: rgba(255, 255, 255, 1);
}

.promo-banner > button:before {
    content: '\2715';
}

@media (max-width: 1112px) {
    .b-content__sidebar {
        display: none;
    }

    .b-content__main {
        padding-left: unset;
    }

}

@media (max-width: 830px) {
    #rooms_filter_wrapper > div {
        margin-right: 30px;
    }
}

@media (max-width: 800px) {

    .offer-desktop-wrapper {
        display: flex;
        flex-direction: column;
        max-width: 45%;
        margin-right: 5%;
        float: left;
    }

    .offer-desktop-wrapper .b-offer__center {
        order: 1;
    }

    .offer-desktop-wrapper .b-offer__right {
        order: 2;
        margin: unset;
        padding: unset;
        width: initial;
        max-width: initial;
    }

    .offer-desktop-wrapper .b-offer__title-block {
        display: flex;
        flex-direction: column;
    }

    .offer-desktop-wrapper .b-offer__title-block .b-offer__title-date {
        order: 1;
        padding: unset;
        margin: unset;
        margin-bottom: 20px;
    }

    .offer-desktop-wrapper .b-offer__title-block .b-offer__title {
        order: 2;
    }

    .offer-mobile-gallery, .offer-mobile-description {
        display: initial;
    }

    .offer-mobile-gallery {
        /*float: right;*/
    }

    .offer-mobile-description {
        clear: both;
        display: inline-block;
    }

    .offer-desktop-wrapper .b-offer__content,
    .offer-desktop-wrapper .b-offer__left {
        display: none;
    }

    .b-title__title, .b-find__title {
        padding: unset;
        font-size: 35px;
    }

    .b-offer__left {
        width: calc(50% - 10px);
        float: unset;
        margin: unset;
        padding: unset;
        display: inline-block;
    }

    .b-apartment .b-offer__right {
        float: right;
    }

    .b-apartment .b-offer__center {
        float: left;
        margin: unset;
    }

    .b-offer__right {
        width: calc(50% - 10px);
        margin: unset;
    }

    .b-offer__gallery {
        margin-bottom: 20px;
    }

    .b-offer__gallery-preview {
        width: 100%;
        height: auto;
    }

    .b-offer__gallery-preview img {
        height: auto;
        width: 100%;
    }

    .b-offer__center {
        margin: unset;
        border-right: unset;
    }

    .b-offer__right {
        border-left: unset;
    }

    .b-offer__feedback-link {
        width: auto;
    }

    .b-offer__price {
        margin-top: 20px;
    }

    .b-filter__fieldset_position_last {
        /*display: flex;*/
        /*flex-direction: column;*/
        padding-bottom: 40px;
    }

    .b-filter__fieldset_position_last > .b-form__button-block {
        position: absolute;
        /*order: 2;*/
        display: flex;
        bottom: 0;
        width: 100%;
    }

    .b-filter__fieldset_position_last > .b-form__button-block .b-filter__reset {
        position: initial;
        margin: unset;
        margin-top: 5px;
    }

    .b-content__main .b-page-inner {
        padding: unset;
    }

    .b-page-inner {
        margin-bottom: 20px;
    }

    .b-page-inner__footer {
        height: auto;
    }

    .b-offer__phone {
        display: none;
    }

    .offer-mobile-phone {
        display: inline-block;
    }

    .offer-mobile-description {
        display: initial;
    }


    .b-find__top {
        padding-right: unset;
    }

    .b-find__count, .b-find__text {
        display: inline;
        padding: unset;
        margin: unset;
    }

    .b-map-block__wrapper:not(.enable-map) > * {
        pointer-events: none;
    }


    .spinner-wrapper {
        display: flex;
    }

    #rooms_filter_wrapper {
        height: initial;
        align-content: initial;
        flex-direction: row;
    }

    #rooms_filter_wrapper > div {
        width: 50%;
        margin-right: unset;
    }

    .counters {
        right: 15px;
    }

    .promo-banner > a {
        aspect-ratio: 728 / 300;
        background-image: var(--tablet-image);
    }

    .promo-banner > button {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

@media (max-width: 550px) {

    .b-header {
        height: auto;
    }

    .b-content {
        display: initial;
    }

    .b-title__title {
        clear: both;
    }

    .b-filter {
        padding: unset;
    }

    #filter_actions {
        justify-content: space-between;
    }

    #filter_actions > a {
        order: 2;
        width: auto;
    }

    .b-form__bottom .b-form-control__label_from_checkbox input[type="checkbox"],
    .b-form__bottom .b-form-control__label_from_radio input[type="radio"] {
        margin-right: 10px;
    }

    .b-header__link-block {
        display: none;
    }

    .header-menu {
        display: initial;
    }

    .b-header__logo-block {
        width: initial;
    }

    .b-header, .b-title__wrapper {
        /*padding-left: 15px;*/
        /*padding-right: 15px;*/
    }

    .b-header__logo-block {
        padding-left: unset;
    }

    #headerMenuState:checked ~ .b-header {
        height: initial;
    }

    #headerMenuState:checked ~ .b-header .header-menu-button:before {
        content: '✕';
        font-size: 30px;
    }

    #headerMenuState:checked ~ .b-header .header-menu-full {
        display: block;
        margin-bottom: 20px;
    }

    #headerMenuState:checked ~ .b-header .b-header__link-block {
        /*display: initial;*/
        /*all: initial;*/
        /*position: absolute;*/
        /*width: calc(100% - 40px + 20px);*/
        /*left: -10px;*/
        /*top: 80px;*/
        /*background: white;*/
        /*padding: 20px;*/
        /*display: flex;*/
    }

    .header-menu-button {
        display: initial;
    }

    .b-offer {
        display: flex;
        flex-direction: column;
    }

    .offer-desktop-wrapper {
        max-width: initial;
        float: unset;
        margin-right: initial;
    }

    .offer-mobile-gallery,
    .offer-mobile-description {
        display: none;
    }

    .offer-mobile-wrapper {
        display: block;
    }

    .offer-mobile-wrapper .offer-mobile-gallery,
    .offer-mobile-wrapper .offer-mobile-description,
    .offer-mobile-wrapper .offer-mobile-description .b-offer__content {
        display: block;
    }

    .b-offer__left, .b-offer__right, .b-apartment .b-offer__right, .b-offer__center, .b-apartment .b-offer__center {
        float: unset;
        width: 100%;
        margin: unset;
        padding: unset;
    }

    .b-header__logo .b-icon {
        /*height: 60px;*/
        width: calc(100vw - 250px);
        margin-right: 20px;
    }

    #price_filter_wrapper {
        flex-direction: column;
    }

    #price_filter {
        margin: unset;
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #price_filter > hr {
        width: 20%;
        margin: 0;
    }

    #price_filter > input {
        width: 30%;
    }

    #price_filter > span:last-of-type {
        display: inline-block;
        width: 100%;
        margin: unset;
        margin-top: 10px;
    }

    #rooms_filter_wrapper > div {
        width: 100%;
    }

    .b-offer.is_archived:before {
        font-size: 60px;
        height: 30%;
    }

    .additional-phones {
        display: initial;
    }

    .promo-banner > a {
        aspect-ratio: 300 / 600;
        background-image: var(--mobile-image);
    }
}

@media (max-width: 350px) {
    .b-page-inner, .b-footer, .b-footer__inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .b-title__title, .b-find__title {
        padding: unset;
        font-size: 30px;
    }

    .b-header, .b-header__logo-block {
        height: unset;
    }

    .b-header__logo .b-icon {
        /*height: 60px;*/
        width: 100px;
        margin-right: 10px;
    }
}

.b-find .offer-mobile-description > .b-offer__content.mobile-show-less {
    height: 200px;
    overflow: hidden;
}

.b-find .offer-mobile-description > .b-offer__content.mobile-show-less .offer-mobile-description-show,
.b-find .offer-mobile-description > .b-offer__content.mobile-show-less .b-offer__content-hide {
    display: block;
}

.b-find .offer-mobile-description > .b-offer__content.mobile-show-less .b-offer__content-hide a {
    display: none;
}

.b-find .offer-mobile-description > .b-offer__content.mobile-show-full .b-offer__content-hide {
    display: none;
}

.social-likes__widget_single {
    background: none;
}

.social-likes__button, .social-likes__counter {
    color: #2a7de2;
}

.gallery-disabled .b-offer__gallery {
    pointer-events: none;
}

.gallery-disabled .b-offer__gallery img {
    filter: blur(25px);
}

.gallery-disabled .b-offer__gallery-hint {
    opacity: 1;
}

details {
    font-style: normal;
}

details summary::after {
    content: "";
    position: absolute;
    border: 6px solid transparent;
    border-top: 12px solid #2a7de2;
    top: 3px;
    transform: rotate(-90deg);
    margin-left: 10px;
}

details summary {
    display: block;
    font-size: large;
    margin-bottom: 20px;
    margin-top: 15px;
}

details summary::marker {
    display: none;
}

details::-webkit-details-marker, details summary::-webkit-details-marker {
    display: none;
}

details[open] summary::after {
    transform: rotate(0deg) !important;
    margin-left: 5px !important;
}

summary {
    list-style-type: none;
    position: relative;
    cursor: pointer;
    user-select: none;
    text-decoration: underline;
    color: #2a7de2;
}
