html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 137px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #222;
    background-color: #eee;
}

a {
    text-decoration: underline;
    color: #1b7bd5;
}

a.grey {
    border-bottom-color: #777 !important;
}

a.btn {
    text-decoration: none;
}

.no-footer {
    margin-bottom: 0 !important;
}

a:hover,
.dropdown-menu a {
    text-decoration: none;
    cursor: pointer;
}

label {
    font-weight: normal;
}

.container {
    width: 970px;
}

.font-48 {
    font-size: 48px;
}

.font-36 {
    font-size: 36px;
}

.font-32 {
    font-size: 36px;
}

.font-24 {
    font-size: 24px;
}

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

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

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

.font-11 {
    font-size: 11px;
}

.normal {
    font-weight: normal;
}

.medium {
    font-weight: 500;
}

.strong {
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

.grey {
    color: #777 !important;
}

.light-grey {
    color: #d7d7d7 !important;
}

.dark-grey {
    color: #222 !important;
}

.blue {
    color: #1b7bd5 !important;
}

.dark-blue {
    color: #003d71 !important;
}

.white {
    color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #444;
}

.inverted_header h1,
.inverted_header h2,
.inverted_header h3,
.inverted_header h4 {
    font-weight: 500;
    color: #fff;
}

.light-grey-bg {
    background-color: #eee;
    box-shadow: inset 0 -1px 2px rgba(0,0,0,.05);
}

.white-bg {
    background-color: #fff;
}

.container-shadow-top {
    box-shadow: 0 -1px 2px rgba(0,0,0,.05);
}

.container-shadow-bottom {
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.white-container {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    box-shadow: 0 3px 3px rgba(0,0,0,.05);
}

hr {
    border-top: 1px solid #ddd;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.full-width {
    width: 100% !important;
}

.three-quarter-width {
    width: 75% !important;
}

.half-width {
    width: 50% !important;
}

.quarter-width {
    width: 25% !important;
}

.vertical-top {
    vertical-align: top !important;
}

.vertical-middle {
    vertical-align: middle !important;
}

.vertical-bottom {
    vertical-align: bottom !important;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.mv-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.mv-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mv-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.mv-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mv-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

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

.mb-30 {
    margin-bottom: 30px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mh-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.mh-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.mh-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
}

.mh-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.mh-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
}

.ma-5 {
    margin: 5px !important;
}

.ma-10 {
    margin: 10px !important;
}

.ma-15 {
    margin: 15px !important;
}

.ma-20 {
    margin: 20px !important;
}

.ma-30 {
    margin: 30px !important;
}

.pv-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.pv-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.pv-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.pv-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.pv-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.ph-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.ph-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.ph-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.ph-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.ph-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.pa-5 {
    padding: 5px !important;
}

.pa-10 {
    padding: 10px !important;
}

.pa-15 {
    padding: 15px !important;
}

.pa-20 {
    padding: 20px !important;
}

.pa-30 {
    padding: 30px !important;
}

.block {
    display: block;
}

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

.inline {
    display: inline;
}

.style-all-tables table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd;

}

.style-all-tables table th,
.style-all-tables table td {
    padding: 8px;
    border: 1px solid #ddd;
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
    margin-bottom: 0;
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}

.city_notices {
    margin-bottom: 30px;
}

.city_notices_item {
    margin-bottom: 20px;
    padding: 20px;
    background: url('../images/notice_tear_bg.png') bottom left repeat-x #fff;
    border: 1px solid #ddd;
    border-bottom: none;
}

.city_notices_item > a ~ .city_notices_item_listing {
    margin: 20px 0 0;
    padding: 20px 0 0;
    background: url('../images/horizontal_dash.png') top left repeat-x;
}

.city_notices_item_listing {
    padding: 0;
    list-style-type: none;
}

.city_notices_item_listing li {
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 18px;
}

.city_notices_item_listing a {
    display: block;
    text-decoration: none;
    color: #222;
}

.city_notices_item_listing a:hover {
    text-decoration: underline;
}

.city_notices_item_listing .notice_count {
    position: absolute;
    left: 100%;
    margin-left: -40px;
    font-size: 11px;
    color: #777;
}

.city_notices_item_listing a:hover,
.city_notices_item_listing a:hover .notice_count {
    color: #1b7bd5;
}

.pages_nav {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
}

.pages_nav .btn {
    margin-left: 6px;
    padding: 3px 7px;
    font-size: 14px;
}

.pages_nav .btn .pages_nav-left {
    width: 12px;
    height: 10px;
    background-image: url('../images/svg/chevron-left_white.svg');
    display: block;
    background-size: 12px 10px;
    margin: 4px 0;
}

.pages_nav .btn .pages_nav-right {
    width: 12px;
    height: 10px;
    background-image: url('../images/svg/chevron-right_white.svg');
    display: block;
    background-size: 12px 10px;
    margin: 4px 0px;
}

.other_cities {
    overflow: hidden;
}

.other_cities_list {
    display: none;
}

.other_cities_wrap {
    position: relative;
}

.other_cities_col {
    position: relative;
    font-size: 0;
    text-align: center;
    background-color: #fff;
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.other_cities_col-main {
    z-index: 1;
    -webkit-transition: all 0;
    -o-transition: all 0;
    transition: all 0;
}

.other_cities_col-second {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.other_cities_col.to-right {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.other_cities_col.to-left {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.other_cities_col.hide-right {
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.other_cities_col.hide-left {
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.other_cities_paging {
    position: relative;
    white-space: nowrap;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.other_cities_paging[data-active='1'] {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.other_cities_paging[data-active='2'] {
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.other_cities_paging[data-active='3'] {
    -webkit-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transform: translateX(-200%);
}

.other_cities_paging[data-active='4'] {
    -webkit-transform: translateX(-300%);
    -o-transform: translateX(-300%);
    transform: translateX(-300%);
}

.other_cities_paging[data-active='5'] {
    -webkit-transform: translateX(-400%);
    -o-transform: translateX(-400%);
    transform: translateX(-400%);
}

.other_cities_paging[data-active='6'] {
    -webkit-transform: translateX(-500%);
    -o-transform: translateX(-500%);
    transform: translateX(-500%);
}

.other_cities_paging[data-active='7'] {
    -webkit-transform: translateX(-600%);
    -o-transform: translateX(-600%);
    transform: translateX(-600%);
}

.other_cities_paging[data-active='8'] {
    -webkit-transform: translateX(-700%);
    -o-transform: translateX(-700%);
    transform: translateX(-700%);
}

.other_cities_paging[data-active='9'] {
    -webkit-transform: translateX(-800%);
    -o-transform: translateX(-800%);
    transform: translateX(-800%);
}

.other_cities_paging[data-active='10'] {
    -webkit-transform: translateX(-900%);
    -o-transform: translateX(-900%);
    transform: translateX(-900%);
}

.other_cities_page {
    margin: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.other_city_item {
    position: relative;
    margin: 0 auto 20px;
    overflow: hidden;
    width: 282px;
    height: 210px;
}

.other_city_item:hover .other_city_item_info p {
    line-height: 22px;
}

.other_city_item:hover .other_city_item_actions {
    padding: 15px 20px;
}

.other_city_item_info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
}

.other_city_item_info p {
    margin: 0;
    overflow: hidden;
    line-height: 0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.expanded_cities {
    margin-bottom: 30px;
}

.expanded_cities .other_city_item {
    height: auto;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.expanded_cities .other_city_item_info {
    top: 166px;
    bottom: auto;
}

.expanded_cities .city_notices_item_listing a {
    color: #1b7bd5;
}

.expanded_cities .city_notices_item_listing a:hover {
    color: #003d71;
}

.other_city_offers {
    padding: 15px 25px 5px;
}

.city_name {
    position: relative;
    z-index: 3;
    margin-bottom: 20px;
    padding-left: 20px;
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    color: #fff;
}

.city_name:hover {
    color: #fff;
}

.city_count {
    position: absolute;
    bottom: 100%;
    left: 100%;
    padding: 6px 8px;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
    background-color: #1b7bd5;
}

.city_count:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    content: ' ';
    pointer-events: none;
    border: none;
    border-width: 7px 6px 0 0;
    border-style: solid;
    border-color: #1b7bd5 transparent transparent transparent;
}

.city_list_wrapper {
    margin-top: 20px;
}

.city_letter_wrapper {
    position: relative;
    margin: 0 0 0 90px;
    padding: 15px 0;
}

.city_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 16px;
}

.city_list li {
    float: left;
    width: 33%;
}

.city_list li a {
    line-height: 24px;
    text-decoration: none;
}

.city_first_letter {
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: 60px;
    font-size: 36px;
    color: #003d71;
}

.other_city_item_actions {
    position: relative;
    padding: 0 20px;
    font-size: 11px;
    color: #6a97bd;
    background-color: #003d71;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.other_city_item_actions:after {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 120px;
    content: '';
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 100%);
    background:      -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 100%);
    background:         linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 100%);
}

.other_city_item_actions a {
    color: #fff;
}

.flot {
    position: relative;
    background-color: #fff;
}

.flot-graph {
    width: 630px;
    height: 300px;
}

.flot-graph__wrap {
    position: relative;
    overflow: hidden;
    width: 630px;
    height: 300px;
}

.flot-graph__line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #dee8f1;
    opacity: 1;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.flot-overflow {
    width: 630px;
    height: 100px;
}

.flot-overflow__wrap {
    position: relative;
    overflow: hidden;
    width: 630px;
    height: 100px;
}

.flot-tooltip {
    position: absolute;
    padding-left: 11px;
    width: 110px;
    height: 66px;
    pointer-events: none;
    background-color: #003d71;
    border-radius: 2px;
    opacity: 1;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translate(-92px, -34px);
    -o-transform: translate(-92px, -34px);
    transform: translate(-92px, -34px);
}

.flot-tooltip:after {
    position: absolute;
    top: 29px;
    right: 14px;
    width: 9px;
    height: 9px;
    content: '';
    background-color: #bbcada;
    border-radius: 5px;
}

.flot-tooltip:before {
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    width: 1px;
    content: '';
    background-color: #235b8b;
}

.flot-tooltip__count {
    padding-top: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 14px;
    white-space: nowrap;
    text-overflow: hidden;
    color: #fff;
}

.flot-tooltip__name {
    padding-top: 3px;
    font-size: 12px;
    font-weight: bold;
    line-height: 9px;
    white-space: nowrap;
    text-overflow: hidden;
    color: #fff;
}

.flot-tooltip__date {
    padding-top: 9px;
    font-size: 12px;
    line-height: 9px;
    white-space: nowrap;
    text-overflow: hidden;
    color: #fff;
}

.flot-hidden {
    opacity: 0;
}

.flot-y-axis {
    -webkit-transform: translate(125px, -9px);
    -o-transform: translate(125px, -9px);
    transform: translate(125px, -9px);
}

.icon,
.input-dropdown button.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    text-decoration: none;
    background-color: transparent;
    background-image: url('../images/icons-sprite.png');
    background-repeat: no-repeat;
    border: none;
}

.icon-wallet,
.icon-wallet.grey:hover {
    background-position: -20px 0;
}

.icon-wallet.grey {
    background-position: 0 0;
}

.icon-wallet.white {
    background-position: -40px 0;
}

.icon-equalizer,
.icon-equalizer.grey:hover {
    background-position: -20px -20px;
}

.icon-equalizer.grey {
    background-position: 0 -20px;
}

.icon-equalizer.white {
    background-position: -40px -20px;
}

.icon-marker,
.icon-marker.grey:hover {
    background-position: -20px -40px;
}

.icon-marker.grey {
    background-position: 0 -40px;
}

.icon-marker.white {
    background-position: -40px -40px;
}

.icon-ul,
.icon-ul.grey:hover {
    background-position: -20px -400px;
}

.icon-ul.grey {
    background-position: 0 -400px;
}

.icon-ul.white {
    background-position: -40px -400px;
}

.icon-grid,
.icon-grid.grey:hover {
    background-position: -20px -60px;
}

.icon-grid.grey {
    background-position: 0 -60px;
}

.icon-grid.white {
    background-position: -40px -60px;
}

.icon-caret-left,
.icon-caret-left.grey:hover {
    background-position: -20px -80px;
}

.icon-caret-left.grey {
    background-position: 0 -80px;
}

.icon-caret-left.white {
    background-position: -40px -80px;
}

.icon-caret-right,
.icon-caret-right.grey:hover {
    background-position: -20px -100px;
}

.icon-caret-right.grey {
    background-position: 0 -100px;
}

.icon-caret-right.white {
    background-position: -40px -100px;
}

.icon-heart,
.icon-heart.grey:hover {
    background-position: -20px -120px;
}

.icon-heart.grey {
    background-position: 0 -120px;
}

.icon-heart.white {
    background-position: -40px -120px;
}

.icon-warning {
    background-position: -20px -140px;
}

.icon-warning.grey {
    background-position: 0 -140px;
}

.icon-warning.grey:hover {
    background-position: -60px -140px;
}

.icon-warning.white {
    background-position: -40px -140px;
}

.icon-lock,
.icon-lock.grey:hover {
    background-position: -20px -160px;
}

.icon-lock.grey {
    background-position: 0 -160px;
}

.icon-lock.white {
    background-position: -40px -160px;
}

.icon-email,
.icon-email.grey:hover {
    background-position: -20px -180px;
}

.icon-email.grey {
    background-position: 0 -180px;
}

.icon-email.white {
    background-position: -40px -180px;
}

.icon-comment {
    background-position: -20px -200px;
}

.icon-comment.hot {
    background-position: -60px -200px;
}

.icon-comment.grey {
    background-position: 0 -200px;
}

.icon-comment.grey:hover {
    background-position: -60px -200px;
}

.icon-comment.white {
    background-position: -40px -200px;
}

.icon-print,
.icon-print.grey:hover {
    background-position: -20px -220px;
}

.icon-print.grey {
    background-position: 0 -220px;
}

.icon-print.white {
    background-position: -40px -220px;
}

.icon-calendar,
.icon-calendar.grey:hover {
    background-position: -20px -240px;
}

.icon-calendar.grey {
    background-position: 0 -240px;
}

.icon-calendar.white {
    background-position: -40px -240px;
}

.icon-deny,
.icon-deny.grey:hover {
    background-position: -20px -260px;
}

.icon-deny.grey {
    background-position: 0 -260px;
}

.icon-deny.white {
    background-position: -40px -260px;
}

.icon-key,
.icon-key.grey:hover {
    background-position: -20px -280px;
}

.icon-key.grey {
    background-position: 0 -280px;
}

.icon-key.white {
    background-position: -40px -280px;
}

.icon-protect.grey {
    background-position: 0 -380px;
}

.icon-exit,
.icon-exit.grey:hover {
    background-position: -20px -300px;
}

.icon-exit.grey {
    background-position: 0 -300px;
}

.icon-exit.white {
    background-position: -40px -300px;
}

.icon-house,
.icon-house.grey:hover {
    background-position: -20px -320px;
}

.icon-house.grey {
    background-position: 0 -320px;
}

.icon-house.white {
    background-position: -40px -320px;
}

.icon-hotel,
.icon-hotel.grey:hover {
    background-position: -20px -340px;
}

.icon-hotel.grey {
    background-position: 0 -340px;
}

.icon-hotel.white {
    background-position: -40px -340px;
}

.icon-equalizer-lg,
.icon-equalizer-lg.grey:hover {
    background-position: -20px -360px;
}

.icon-equalizer-lg.grey {
    background-position: 0 -360px;
}

.icon-equalizer-lg.white {
    background-position: -40px -360px;
}

.icon-clipboard {
    width: 18px;
    height: 18px;
    background-image: url('../images/svg/clipboard.svg');
}

.marks__item {
    margin-right: 6px;
}

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

.marks__item {
    display: inline-block;
}

.vip,
.no_commission {
    width: 29px;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-align: center;
    letter-spacing: .06px;
    text-transform: uppercase;
    border-radius: 2px;
}

.vip {
    color: #d0a12a;
    border: 1px solid #d0a12a;
}

.no_commission {
    color: #0062c1;
    border: 1px solid #0675ce;
}

#utochmetro {
    position: absolute;
    z-index: 110000;
    top: 10px;
    left: 20%;
    display: none;
    background: #fff none repeat scroll 0 0;
}

#utochmetro.l-popup {
    margin: 0 auto;
    background: rgba(0,0,0,0) none repeat scroll 0 0 !important;
}

.metro_popup {
    position: absolute;
    z-index: 10001;
    margin-top: 0;
    margin-left: 14%;
    display: none;
    width: 720px;
    height: auto;
}

.select_metro_search_type.act {
    text-decoration: none !important;
    color: #666 !important;
    border-bottom: medium none !important;
}

#metro_select.m_city_9756 {
    width: 718px;
    height: 470px;
}

#metro_select.m_city_9756 .metro_select_wrapper {
    position: relative;
    margin-top: 0;
    overflow: hidden;
    width: 718px;
    height: 470px;
    background: rgba(0,0,0,0) url('../images/metro/bigbg.png') no-repeat scroll left top;
}

#metro_select.m_city_9756 .lines_titles {
    position: absolute;
    margin: 25px 0 0 25px;
    font-family: Tahoma;
    font-size: 10px;
}

#metro_select.m_city_10117 {
    width: 718px;
    height: 470px;
}

#metro_select.m_city_10117 .metro_select_wrapper {
    position: relative;
    margin-top: 0;
    overflow: hidden;
    width: 718px;
    height: 470px;
    background: rgba(0,0,0,0) url('../images/metro/harkov_bg.png') no-repeat scroll 0 0;
}

#metro_select.m_city_10117 .lines_titles {
    position: absolute;
    margin: 25px 0 0;
    font-family: Tahoma;
    font-size: 10px;
}

#metro_select.m_city_9550 {
    width: 718px;
    height: 380px;
}

#metro_select.m_city_9550 .metro_select_wrapper {
    position: relative;
    margin-top: 0;
    overflow: hidden;
    width: 718px;
    height: 380px;
    background: transparent url('../images/metro/dnepropetrovsk.png') no-repeat scroll 0 3px;
}

#metro_select.m_city_9550 .metro_search_hint {
    margin: 340px 0 0 25px;
}

#metro_select.m_city_9550 .lines_titles {
    position: absolute;
    margin: 25px 0 0;
    font-family: Tahoma;
    font-size: 10px;
}

#metro_select.m_city_220 {
    width: 718px;
    height: 520px;
}

#metro_select.m_city_220 .metro_select_wrapper {
    position: relative;
    margin-top: 0;
    overflow: hidden;
    width: 718px;
    height: 520px;
    background: transparent url('../images/metro/piter_bg.png') no-repeat scroll 0 3px;
}

#metro_select.m_city_220 .metro_search_hint {
    margin: 470px 0 0 25px;
}

#metro_select.m_city_166 {
    width: 825px;
    height: 720px;
}

#metro_select.m_city_166 .metro_select_wrapper {
    position: relative;
    margin-top: 0;
    overflow: hidden;
    width: 823px !important;
    height: 794px;
    background: transparent url('../images/metro/moscow.png') no-repeat scroll 0 3px;
}

#metro_select.m_city_166 .metro_search_hint {
    margin: 340px 0 0 25px;
}

#metro_select.m_city_166 .lines_titles {
    position: absolute;
    margin: 25px 0 0;
    font-family: Tahoma;
    font-size: 9px;
}

.switcher_metro_schema {
    position: absolute;
    z-index: 1000;
    margin: 5px 0 0 20px;
}

.placed_item {
    position: absolute;
    z-index: 100;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.selected_item {
    position: absolute;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.red_select {
    background: rgba(0,0,0,0) url('../images/metro/red_select.png') no-repeat scroll left top;
}

.violet_select {
    background: rgba(0,0,0,0) url('../images/metro/violet_select.png') no-repeat scroll left top;
}

.orange_select {
    background: rgba(0,0,0,0) url('../images/metro/orange_select.png') no-repeat scroll left top;
}

.green_select {
    background: rgba(0,0,0,0) url('../images/metro/green_select.png') no-repeat scroll left top;
}

.blue_select {
    background: rgba(0,0,0,0) url('../images/metro/blue_select.png') no-repeat scroll left top;
}

.dark_blue_select {
    background: rgba(0,0,0,0) url('../images/metro/dark_blue_select.png') no-repeat scroll left top;
}

.brown_select {
    background: rgba(0,0,0,0) url('../images/metro/brown_select.png') no-repeat scroll left top;
}

.yellow_select {
    background: rgba(0,0,0,0) url('../images/metro/yellow_select.png') no-repeat scroll left top;
}

.grey_select {
    background: rgba(0,0,0,0) url('../images/grey_select.png') no-repeat scroll left top;
}

.light_green_select {
    background: rgba(0,0,0,0) url('../images/light_green_select.png') no-repeat scroll left top;
}

.turquoise_select {
    background: rgba(0,0,0,0) url('../images/turquoise_select.png') no-repeat scroll left top;
}

.light_grey_select {
    background: rgba(0,0,0,0) url('../images/light_grey_select.png') no-repeat scroll left top;
}

.station_title {
    position: absolute;
    z-index: 10;
    font-family: Tahoma;
    font-size: 10px;
    cursor: pointer;
}

.line_height_10 {
    line-height: 9px;
}

.station_red_title {
    line-height: 9px;
    color: #ff2626;
}

.station_violet_title {
    line-height: 9px;
    color: #60147e;
}

.station_orange_title {
    line-height: 9px;
    color: #f46f09;
}

.station_dark_blue_title {
    line-height: 9px;
    color: #011c89;
}

.station_brown_title {
    line-height: 9px;
    color: #521902;
}

.station_yellow_title {
    line-height: 9px;
    color: #ffdc00;
}

.station_grey_title {
    line-height: 9px;
    color: #949494;
}

.station_light_green_title {
    line-height: 9px;
    color: #5fcc00;
}

.station_turquoise_title {
    line-height: 9px;
    color: #50e1ff;
}

.station_green_title {
    line-height: 9px;
    color: #0a6f20;
}

.station_light_grey_title {
    line-height: 9px;
    color: #66c3e9;
}

.station_blue_title {
    font-family: Tahoma;
    font-size: 10px;
    line-height: 9px;
    color: #069cd3;
}

.red_line_title {
    margin: 0;
    padding: 0 0 0 20px;
    height: 16px;
    line-height: 16px;
    color: #ff2626;
    background: rgba(0,0,0,0) url('../images/metro/red_circle.png') no-repeat scroll 0 0;
}

.blue_line_title {
    margin: 0;
    padding: 0 0 0 20px;
    height: 16px;
    line-height: 16px;
    color: #069cd3;
    background: rgba(0,0,0,0) url('../images/metro/blue_circle.png') no-repeat scroll 0 0;
}

.green_line_title {
    margin: 0;
    padding: 0 0 0 20px;
    height: 16px;
    line-height: 16px;
    color: #0a6f20;
    background: rgba(0,0,0,0) url('../images/metro/green_circle.png') no-repeat scroll 0 0;
}

.violet_line_title {
    margin: 0;
    padding: 0 0 0 20px;
    height: 16px;
    line-height: 16px;
    color: #0a6f20;
    background: rgba(0,0,0,0) url('../images/metro/violet_circle.png') no-repeat scroll 0 0;
}

.orange_line_title {
    margin: 0;
    padding: 0 0 0 20px;
    height: 16px;
    line-height: 16px;
    color: #0a6f20;
    background: rgba(0,0,0,0) url('../images/metro/orange_circle.png') no-repeat scroll 0 0;
}

.dark_blue_line_title {
    margin: 0;
    padding: 0 0 0 20px;
    height: 16px;
    line-height: 16px;
    color: #0a6f20;
    background: rgba(0,0,0,0) url('../images/metro/dark_blue_circle.png') no-repeat scroll 0 0;
}

.brown_line_title {
    margin: 0;
    padding: 0 0 0 20px;
    height: 16px;
    line-height: 16px;
    color: #0a6f20;
    background: rgba(0,0,0,0) url('../images/metro/brown_cicle.png') no-repeat scroll 0 0;
}

.yellow_line_title {
    margin: 0;
    padding: 0 0 0 20px;
    height: 16px;
    line-height: 16px;
    color: #0a6f20;
    background: rgba(0,0,0,0) url('../images/metro/yellow_circle.png') no-repeat scroll 0 0;
}

.grey_line_title {
    margin: 0;
    padding: 0 0 0 20px;
    height: 16px;
    line-height: 16px;
    color: #0a6f20;
    background: rgba(0,0,0,0) url('../images/metro/grey_circle.png') no-repeat scroll 0 0;
}

.light_green_line_title {
    margin: 0;
    padding: 0 0 0 20px;
    height: 16px;
    line-height: 16px;
    color: #0a6f20;
    background: rgba(0,0,0,0) url('../images/metro/light_green_circle.png') no-repeat scroll 0 0;
}

.turquoise_line_title {
    margin: 0;
    padding: 0 0 0 20px;
    height: 16px;
    line-height: 16px;
    color: #0a6f20;
    background: rgba(0,0,0,0) url('../images/metro/turquoise_circle.png') no-repeat scroll 0 0;
}

.light_grey_line_title {
    margin: 0;
    padding: 0 0 0 20px;
    height: 16px;
    line-height: 16px;
    color: #0a6f20;
    background: rgba(0,0,0,0) url('../images/metro/light_grey_circle.png') no-repeat scroll 0 0;
}

.metro_search_hint {
    position: absolute;
    margin: 440px 0 0 25px;
    font-family: Tahoma;
    font-size: 12px;
    color: #555;
}

.modal-dialog {
    width: 650px;
}

.modal-dialog_place {
    width: 907px;
}

.modal-dialog_place .modal-header {
    padding-bottom: 0;
    border-bottom-width: 0;
}

.modal-dialog_place .modal-body {
    padding: 0 0 15px 0;
}

.modal-dialog .form-horizontal .form-group {
    margin: 0;
    padding: 20px 20px 0;
}

.modal-dialog .tab-content .form-horizontal .form-group {
    padding: 20px;
}

.modal-dialog .city_list_wrapper {
    margin-top: 20px;
    height: 230px;
}

.modal-dialog .city_letter_wrapper {
    margin: 0 90px;
    border-bottom: 1px solid #e1e1e1;
}

.modal-dialog .city_letter_wrapper:last-child {
    border-bottom: none;
}

.modal-dialog .city_list li {
    width: 50%;
    font-size: 13px;
}

.modal-dialog .subscribe_form .form-group {
    padding: 20px 0 0;
}

.modal-dialog .subscribe_form .form-group label {
    padding-left: 0;
}

.modal-dialog .form-group.modal-footer-buttons {
    padding-bottom: 10px;
}

.modal_large {
    width: 750px;
}

.modal-header {
    text-align: center;
    background: #eee;
    border-radius: 6px 6px 0 0;
}

.modal-header h3 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #222;
}

.modal-header .nav-pills {
    margin-bottom: -16px;
}

.modal-header-transparent {
    background-color: transparent;
    border: none;
}

.modal-content .nav-pills {
    margin: 0 -15px;
    border-bottom: 2px solid #aaa;
}

.nav-pills li a {
    margin-top: 2px;
    margin-bottom: -2px;
}

.modal-backdrop.in {
    background: #172a3a;
    opacity: .85;
}

.modal-footer {
    text-align: center;
    border-top: none;
}

.city_search {
    margin: 0 -30px;
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}

.city_search .form-control {
    margin-left: 30px;
    width: 310px;
}

textarea.object_comment {
    height: 138px;
}

.popover-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.popover-wrapper:hover .popover-container {
    visibility: visible;
    opacity: 1;
}

.popover-container:after,
.popover-container:before {
    position: absolute;
    top: 100%;
    left: 15px;
    width: 0;
    height: 0;
    content: '';
    pointer-events: none;
    border: solid transparent;
}

.popover-container {
    position: absolute;
    z-index: 900;
    bottom: 100%;
    left: 0;
    margin-bottom: 10px;
    padding: 10px;
    visibility: hidden;
    background: #fff;
    border: 1px solid #d7d7d7;
    border-bottom-width: 2px;
    border-radius: 2px;
    opacity: 0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.popover-container:after {
    margin-left: -5px;
    border-width: 5px;
    border-color: transparent;
    border-top-color: #fff;
}

.popover-container:before {
    margin-left: -9px;
    border-width: 9px;
    border-color: transparent;
    border-top-color: #e1e1e1;
}

.popover-container.to_left {
    right: 0;
    left: auto;
}

.popover-container.to_left:before {
    margin-right: -4px;
}

.popover-container.popover-orange.to_left {
    right: -15px;
}

.popover-container.popover_map:before {
    margin-left: -7px;
    border-width: 7px;
}

.popover-container.popover_map:after {
    margin-left: -5px;
    border-width: 5px;
}

.popover-container.popover_map.to_left {
    right: -9px;
    margin-right: 0;
}

.popover-container.popover_map.to_left:before {
    right: 15px;
    left: auto;
    margin-left: -7px;
    border-width: 7px;
}

.popover-container.popover_map.to_left:after {
    right: 17px;
    left: auto;
    margin-right: -4px;
    margin-left: -5px;
    border-width: 5px;
}

.popover-orange {
    left: -10px;
    padding: 10px 20px;
    width: 280px;
    white-space: normal;
    border-bottom: 2px solid #de4a37;
    border-radius: 4px;
}

.popover-orange:before {
    border-top-color: #de4a37;
}

.agency_popover {
    white-space: nowrap;
}

.agency_popover img {
    margin-right: 5px;
    vertical-align: middle;
}

.popover_map {
    left: -9px;
    padding: 0;
    width: 472px;
    height: 282px;
    border-bottom-width: 1px;
}

.popover-container.to_left:after,
.popover-container.to_left:before {
    right: 15px;
    left: auto;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

.dropdown-menu {
    margin: 0;
    padding: 0;
    min-width: 100%;
    border: 1px solid #d7d7d7;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.dropdown-menu-auto {
    min-width: auto;
}

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

.dropdown-menu li {
    position: relative;
    padding: 3px 20px;
    line-height: 24px;
    border-bottom: 1px solid #d7d7d7;
}

.dropdown-menu li label {
    margin: 0;
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-menu li a {
    margin: -3px -20px;
}

.dropdown-menu li a:hover {
    background-color: #d7d7d7;
}

.dropdown-menu li.price_inputs_wrapper:after {
    margin-right: -2px !important;
}

.dropdown-menu .price_inputs_wrapper {
    margin-right: -3px;
    padding: 0;
    font-size: 0;
    border-bottom: none;
}

.dropdown-menu .price_inputs_wrapper:hover:after {
    border-bottom-color: #fff !important;
}

.dropdown-menu .custom-checkbox,
.dropdown-menu .custom-radio {
    margin: 3px 0;
}

.dropdown-header {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #003d71;
}

.dropdown-scrollable ul {
    overflow-y: auto;
    max-height: 240px;
}

.dropdown-scrollable li a {
    padding: 3px 20px;
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    white-space: nowrap;
    color: #333;
}

.scroll-content ul {
    overflow-y: visible;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
    left: 3px;
    width: 6px;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
    background: #fff;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
    background: #286090;
}

.scrollbar-outer > .scroll-element .scroll-bar,
.scrollbar-outer > .scroll-element .scroll-bar:hover {
    background: #1b7bd5;
}

.label-info {
    background: #003d71;
}

.custom-checkbox,
.custom-radio {
    position: relative;
}

.custom-checkbox input,
.custom-radio input {
    display: none;
}

.custom-checkbox input + span,
.custom-radio input + span {
    padding-left: 24px;
    cursor: pointer;
    color: #777;
}

.custom-checkbox input + span:before,
.custom-radio input + span:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    display: block;
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 14px;
    content: '';
    text-align: center;
    background: #fff;
    border: 1px solid #d7d7d7;
}

.custom-checkbox input:checked + span,
.custom-radio input:checked + span {
    color: #222;
}

.custom-checkbox input:checked + span:before {
    font-family: 'Glyphicons Halflings';
    content: '\e013';
    color: #1b7bd5;
}

.custom-radio input + span:before {
    border-radius: 50%;
}

.custom-radio input:checked + span:after {
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    content: '';
    background-color: #1b7bd5;
    border: none;
    border-radius: 50%;
}

.radio-button-group {
    font-size: 0;
}

.radio-button-group input {
    display: none;
}

.radio-button-group input:checked + .btn {
    position: relative;
    z-index: 3;
    color: #fff;
    background-color: #003d71;
    border-color: #003d71;
    border-radius: 3px;
}

.radio-button-group label .btn {
    margin-left: -1px;
    border-radius: 0;
}

.radio-button-group label:first-child .btn {
    border-radius: 3px 0 0 3px;
}

.radio-button-group label:last-child .btn {
    border-radius: 0 3px 3px 0;
}

.link-dotted,
.link-dashed {
    padding: 1px 0;
    text-decoration: none;
}

.link-dotted {
    border-bottom: 1px dotted #333;
}

.link-dashed {
    text-decoration: none;
    border-bottom: 1px dashed #1b7bd5;
    cursor: pointer;
}

.link-dashed:hover,
.link-dashed:focus {
    text-decoration: none;
}

.inverted_header .link-dotted,
.inverted_header .link-dashed {
    border-bottom-color: #fff;
}

.form-horizontal .control-label {
    text-align: left;
}

.form-horizontal .filter_parameters.has-feedback .form-control-feedback {
    position: relative;
    right: 0;
    display: inline-block;
}

.form-horizontal .form-control-feedback.icon {
    top: 50%;
    right: 25px;
    margin-top: -8px;
    opacity: .5;
}

.form-horizontal .form-group {
    padding: 15px 20px 0;
}

.form-group > .radio-label img:first-child {
    margin-right: 5px;
}

.form-group > .radio-label > input[type="radio"] {
    vertical-align: top;
    margin-right: 5px;
}

.has-error .form-control {
    color: #e74c3c;
    border-color: #e87468;
}

.has-error .control-label {
    color: #e87468;
}

.has-error .tooltip-inner {
    background: #e74c3c;
}

.has-error .tooltip.top .tooltip-arrow {
    border-top-color: #e74c3c;
}

.has-success .form-control {
    padding-right: 6px;
    border-color: #a4d8ba;
}

.has-success .form-control-feedback {
    color: #38ce78;
}

.tooltip-inner {
    padding: 8px 12px;
}

.blue-dropdown {
    padding: 0;
    background: #1b7bd5;
    border: none;
    border-radius: 0;
}

.blue-dropdown li {
    position: relative;
    border-bottom-color: #1267b7;
}

.blue-dropdown li a {
    line-height: 32px;
    color: #fff;
}

.blue-dropdown li:hover a {
    color: #fff;
    background: #1267b7;
}

.blue-dropdown li:first-child:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    content: '';
    pointer-events: none;
    border: solid transparent;
    border-width: 5px;
    border-color: transparent;
    border-bottom-color: #1b7bd5;
}

.blue-dropdown li:first-child:hover:after {
    border-bottom-color: #1267b7;
}

.main_menu {
    float: none;
    text-align: center;
}

.main_menu .blue-dropdown {
    left: -20px;
}

.main_menu .blue-dropdown li:first-child:after {
    left: 25px;
}

.main_menu .navbar-nav li.active a:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    content: '';
    pointer-events: none;
    border: solid transparent;
    border-width: 5px;
    border-color: transparent;
    border-top-color: #003d71;
}

.navbar_bg {
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,.05);
}

.navbar_bg .blue-dropdown li:first-child:after {
    display: none;
}

.dropdown-hover .dropdown-toggle {
    position: relative;
}

.dropdown-hover .dropdown-toggle:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
}

.dropdown-hover:hover .dropdown-menu {
    display: block;
}

.dropdown-to-left {
    right: 0;
    left: auto;
}

.striped-list li {
    border-bottom: none;
}

.striped-list li a {
    font-size: 12px;
    line-height: 24px;
    line-height: 24px;
}

.striped-list li:nth-of-type(2n) {
    background: #f8f8f8;
}

.input-dropdown {
    position: relative;
}

.header-wrap {
    position: relative;
    width: 100%;
}

button.dropdown-button-icon {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -8px;
}

button.dropdown-toggle:not(.icon) {
    padding-right: 30px;
}

button.dropdown-toggle:not(.split-button) .caret {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    color: #1b7bd5;
}

.main_header {
    margin-top: -200px;
    padding-top: 200px;
    padding-bottom: 60px;
    color: #fff;
    background: #164c8c url('../images/head_bg.webp') right center/cover no-repeat;
}

.main_header h1 {
    font-size: 48px;
}

.main_header h2 {
    font-size: 28px;
}

.daily_header {
    margin-top: -200px;
    padding-top: 200px;
    padding-bottom: 60px;
    color: #fff;
    background: url('../images/head_daily_bg.jpg') center center/cover no-repeat;
}

.navbar-brand {
    padding: 15px 0;
}

.navbar-default {
    margin-bottom: 0;
    color: #929292;
    background: #fff;
    background: none;
    border: none;
}

.navbar-default .navbar-nav > li > a {
    padding: 0;
    line-height: 60px;
    color: #1b7bd5;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #1b7bd5;
}

.language {
    margin: 3px;
    display: block;
    overflow: hidden;
    width: 14px;
    height: 11px;
    text-indent: -99em;
    background-image: url('../images/languages.png');
    border-bottom: none;
    box-shadow: 0 0 1px rgba(0,0,0,.2);
}

.language_dropdown > li > a {
    padding: 0;
    line-height: 60px;
    color: #1b7bd5;
}

.language_dropdown > li > a:hover {
    color: #1b7bd5;
}

.inverted_header .navbar-default {
    margin-bottom: 20px;
}

.inverted_header .navbar-default .navbar-nav:not(.language_select) > li > a {
    margin-top: 14px;
    line-height: 34px;
}

.inverted_header .navbar-default .navbar-nav > li > a {
    color: #fff;
}

.inverted_header .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.inverted_header .main_menu .navbar-nav > li.active > a {
    border-radius: 2px;
}

.inverted_header .navbar-brand__img {
    background-image: url('../images/svg/logo-white.svg');
}

.inverted_header .navbar-nav a {
    color: #fff;
}

.user_menu > a {
    display: inline-block !important;
    vertical-align: middle;
}

.inverted_header .user_menu {
    border: none;
}

.inverted_header .user_menu a {
    color: #fff;
}

.inverted_header #searchNavbar,
.navbar_bg #searchNavbar {
    position: relative;
    display: none;
}

.navbar-brand__img {
    margin-top: 15px;
    display: block;
    width: 76px;
    height: 33px;
    background-image: url('../images/svg/logo.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.navbar-nav > li {
    margin: 0 15px;
}

.navbar-right {
    margin-right: 0;
    line-height: 60px;
    text-transform: uppercase;
}

.navbar-right_main {
    margin-top: 14px;
    line-height: 34px;
}

.navbar-right_main a {
    color: #fff;
}

.navbar-right_main .user_menu {
    border: none;
}

.navbar-right_main .language_select {
    margin-top: 8px;
}

.main_menu .navbar-nav li.active a,
.main_menu .navbar-nav li.active a:hover {
    position: relative;
    margin: 0 -10px;
    padding: 0 10px;
    text-decoration: none;
    color: #fff;
    background-color: #003d71;
}

.main_menu .nav,
.main_menu .nav > li {
    display: inline-block;
    float: none;
}

.filters_header {
    margin: 20px 0 10px;
    line-height: 34px;
}

.filters_header h1 {
    font-size: 24px;
}

.filters_header-right {
    margin-top: 11px !important;
    margin-bottom: 0;
}

.filters_header-sort {
    margin-top: 5px;
}

.filters_header-sort .filters_info-tools {
    margin-left: 0;
}

.filters_header-sort .filters_info-sort {
    margin-right: 6px !important;
}

.language_select {
    position: relative;
    margin-top: 22px;
    padding: 0;
}

.language_select li {
    position: absolute;
    left: 0;
    margin: 0 3px;
    display: block;
    float: none;
    border: 1px solid transparent;
    opacity: 0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.language_select li:hover {
    border-color: #1b7bd5;
    border-radius: 3px;
}

.language_select li:not(.current):first-child {
    bottom: 90%;
}

.language_select li:not(.current):last-child {
    top: 90%;
}

.language_select:hover li {
    opacity: 1;
}

.language_select .current {
    position: relative;
    opacity: 1;
}

.ua {
    background-position: 0 0;
}

.ru {
    background-position: -21px 0;
}

.en {
    background-position: -42px 0;
}

.header_filters_wrapper {
    margin: 40px 0;
}

.header_filters_nav {
    padding: 0;
}

.header_filters_nav li {
    display: inline;
}

.header_filters_nav a {
    text-decoration: none;
    color: #fff;
}

.daily_header_filters {
    margin: 40px auto 0;
    width: 760px;
}

.daily_header_filters .btn-group {
    margin-right: 30px;
}

.daily_header_filters input.dropdown-toggle {
    width: 260px;
    height: 38px;
    font-size: 13px;
    border: none;
}

.daily_header_filters button.dropdown-toggle {
    width: 130px;
    height: 38px;
    font-size: 13px;
    text-align: left;
    border: none;
    border-radius: 3px;
}

.header_filter_cities {
    padding: 12px 0 0 12px;
}

.header_filter_cities a {
    color: #fff;
}

.current_city {
    position: relative;
    margin-right: 30px;
    padding: 12px 20px;
    color: #fff;
    background-color: #003d71;
    border-radius: 3px 3px 0 0;
}

.current_city:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    content: ' ';
    pointer-events: none;
    border: solid transparent;
    border-width: 5px;
    border-color: rgba(0,61,113,0);
    border-top-color: #003d71;
}

.breadcrumbs {
    margin: 10px 0 10px -5px;
    font-size: 12px;
    color: #777;
}

.breadcrumbs a:hover {
    color: #1b7bd5;
}

.breadcrumbs a,
.breadcrumbs span {
    margin: 0 5px;
    text-decoration: none;
    color: #777;
}

.header_filters {
    padding: 40px 20px 20px;
    background-color: #eee;
    border-radius: 0 3px 3px 3px;
    box-shadow: 0 3px 5px rgba(0,0,0,.35);
}

.header_filters .btn-group {
    margin: 0 10px 10px 0 !important;
    padding: 0 !important;
    float: left;
    width: -webkit-calc(20% - 25px) !important;
    width:         calc(20% - 25px) !important;
}

.header_filters .btn-group .btn {
    width: 100%;
    text-align: left;
}

.header_filters .index-city-search {
    float: left;
    width: 75px;
}

.filter_parameters {
    margin: 0 0 12px 0;
    padding: 0;
    line-height: 32px;
}

.filter_parameters .btn-group .dropdown-toggle:not(.dropdown-button-icon) {
    width: 100%;
    text-align: left;
}

.filter_parameters .bootstrap-tagsinput {
    width: 100%;
}

.filter_parameters .dropdown-menu li a {
    font-size: 13px;
}

.filter_parameters-room .custom-checkbox {
    margin-bottom: 2px;
}

.filter_parameters_row {
    margin-right: -15px;
    margin-left: -15px;
}

.filter-tagsinput {
    padding: 4px 0 0 0 !important;
    white-space: nowrap;
    border: none !important;
}

.filter-tagsinput .tag {
    cursor: pointer;
}

.filter-tagsinput .tag .text {
    display: block;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

.open .dropdown-toggle.icon {
    box-shadow: none;
}

.split-button {
    color: #0c4f8e;
    border-left: 1px solid rgba(0,0,0,.1);
}

.about {
    margin-top: 40px;
    margin-bottom: 40px;
}

.realtor_section {
    margin: 0 10px;
    padding: 20px;
    text-align: center;
    background-color: #003d71;
    border-radius: 3px;
}

.realtor_section h5 {
    font-size: 18px;
    color: #fff;
}

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

.user_menu {
    margin: 0 10px;
    padding: 0 10px;
    float: left;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}

.user_menu_no-border-right {
    border-right: none;
}

.arrow-dropdown:before,
.dropdown-scrollable:after {
    position: absolute;
    right: 16px;
    bottom: 100%;
    width: 0;
    height: 0;
    content: '';
    pointer-events: none;
    border: solid transparent;
}

.arrow-dropdown li:first-child:after,
.dropdown-scrollable:after {
    margin-right: -5px;
    border-width: 5px;
    border-color: transparent;
    border-bottom-color: #fff;
}

.arrow-dropdown {
    margin-top: 9px;
    border-top: 2px solid #1b7bd5;
}

.arrow-dropdown li {
    position: relative;
}

.arrow-dropdown li a {
    line-height: 30px;
}

.arrow-dropdown li:first-child:not(.dropdown-header):hover:after {
    border-bottom-color: #d7d7d7;
}

.arrow-dropdown:before {
    margin-right: -7px;
    border-width: 7px;
    border-color: transparent;
    border-bottom-color: #1b7bd5;
}

.arrow-dropdown-left:before {
    left: 16px
}

.container {
    width: 1000px;
}

.container .form-horizontal {
    margin-right: -1px;
}

.container-search .search-result_container {
    position: relative;
    padding: 0;
}

.filters_section {
    padding: 10px 15px 0;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.filters_section-wrap {
    display: table;
    width: 100%;
}

.filters_section-wrap > .filters_section {
    display: table-cell;
    float: none;
}

.filters_section-wrap_mini .btn-group {
    margin-right: 0 !important;
    margin-bottom: 10px;
    padding-right: 10px;
    float: left;
    width: 25%;
}

.filters_section-wrap_mini .btn-group .btn {
    width: 100%;
}

.filters_section-wrap_mini .btn-group:nth-last-child(2) {
    padding-right: 48px !important;
}

.filters_section-wrap_mini > .btn-primary {
    position: absolute;
    right: 35px;
    bottom: 21px;
}

.filters_count-search {
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    color: #003d71;
}

.filters_info-tools {
    margin-left: 36px;
}

.filters_info-find {
    font-family: Roboto;
    text-transform: uppercase;
    color: #003d71;
}

.advanced_filters {
    margin-bottom: 25px;
}

.main_filters {
    padding: 20px;
}

.floor_input {
    margin: 0 5px;
    display: inline-block;
    width: 44px;
}

.text_input_small {
    display: inline-block;
    width: 80px;
}

.price_input {
    position: relative;
    margin-left: -1px;
    display: inline-block;
    width: 50%;
    border-top-color: transparent;
    border-radius: 0;
}

.price_input:focus {
    z-index: 3;
}

.object_item {
    margin-bottom: 20px;
}

.object_item .white-container {
    border-radius: 0;
}

.object_item .object_images {
    margin-bottom: 5px;
}

.object_item .marks {
    position: absolute;
    top: 0;
    right: 4px;
}

.object_item_wrapper {
    position: relative;
    margin: -1px;
    padding: 25px 25px 15px;
    border: 1px solid #e1e1e1;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.object_item_wrapper:hover {
    border: 1px solid #1b7bd5;
}

.object_item_wrapper:hover .hover_reveal {
    visibility: visible;
    opacity: 1;
}

.object_item_wrapper:hover .object_calendar {
    color: #1267b7;
}

.object_item_wrapper:hover .object_calendar .icon-calendar {
    background-position: -20px -240px;
}

.marks {
    margin-bottom: 8px;
}

.object_title {
    font-size: 18px;
    vertical-align: middle;
}

.object_title_section {
    max-width: 86%;
    float: left;
}

.object_price {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.object_price span {
    margin-left: 20px;
    font-size: 75%;
    font-weight: normal;
    color: #777;
}

.object_price--up,
.object_price--down {
    padding-left: 30px;
}

.object_price--up:before,
.object_price--down:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
}

.object_price--up {
    color: #e74c3c;
}

.object_price--up:before {
    background-image: url('../images/svg/price-up.svg');
}

.object_price--down {
    color: #0bb352;
}

.object_price--down:before {
    background-image: url('../images/svg/price-down.svg');
}

.object_title_wrapper {
    margin-top: 20px;
    margin-bottom: 5px;
}

.object_title_wrapper h2 {
    margin: 0 0 5px;
}

.object_title_wrapper .object_price {
    margin-right: 10px;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: -2px;
}

.object_list_actions {
    margin-left: 5px;
    display: inline-block;
}

.object_price_details {
    margin-top: 10px;
    float: right;
    text-align: left;
}

.object_price_details p {
    margin: 0;
}

.object_price_wrapper {
    padding: 0 15px 0 0;
    text-align: right;
}

.object_images {
    position: relative;
    margin: 0;
    overflow: hidden;
}

.object_images_wrapper {
    margin-bottom: 7px;
    overflow: hidden;
}

.object_gallery {
    padding: 0;
}

.object_gallery .object_images_prev {
    left: 12px;
}

.object_gallery .object_images_next {
    right: 12px;
}

.object_images_carousel {
    margin: 0 0 5px;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 100px;
    list-style-type: none;
    white-space: nowrap;
}

.object_images_carousel li {
    position: relative;
    margin-right: 6px;
    float: left;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: center;
}

.object_images_carousel.swiper-wrapper {
    overflow: visible;
}

.object_images_carousel-no_image {
    position: relative;
    padding-top: 71px;
    width: 100%;
    height: 99px;
    font-size: 13px;
    font-weight: 300;
    line-height: 15px;
    text-align: center;
    color: #888;
    border: 1px dashed #d7d7d7;
}

.object_images_carousel-no_image:before {
    position: absolute;
    top: 16px;
    left: 50%;
    width: 48px;
    height: 47px;
    content: '';
    background-image: url('../images/svg/no-photo.svg');
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.object_current_image {
    position: relative;
    margin-bottom: 5px;
    border-bottom: 1px solid #e1e1e1;
}

.object_current_image img {
    width: 100%;
}

.object_current_image .object_images_carousel {
    margin: 0;
    height: 363px;
}

.object_current_image .object_images_carousel li {
    width: 484px;
    height: 363px;
}

.object_images_wrap {
    overflow: hidden;
}

.no_image {
    position: relative;
    margin-right: 5px !important;
    color: #d7d7d7;
    background: url('../images/no_image_sm.png') center center no-repeat #f8f8f8;
}

.object_items_gallery {
    font-size: 0;
}

.object_items_gallery .no_image {
    background-image: url('../images/no_image.png');
}

.object_items_gallery .object_item_wrapper {
    display: inline-block;
    float: none;
    font-size: 13px;
    vertical-align: top;
}

.object_images_carousel_nav {
    position: absolute;
    z-index: 3;
    top: 50%;
    margin-top: -12px;
    padding: 0;
    width: 24px;
    height: 24px;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    opacity: 0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.object_images_carousel_nav.swiper-button-disabled {
    color: #777;
    background-color: #e1e1e1;
}

.object_images_carousel_nav.swiper-button-disabled:hover {
    color: #333;
}

.object_images_prev {
    left: 0;
}

.object_images_next {
    right: 0;
}

.object_item_wrapper:hover .object_images_carousel_nav,
.object_images:hover .object_images_carousel_nav,
.object_current_image:hover .object_images_carousel_nav {
    opacity: 1;
}

.object_availability {
    margin-bottom: 7px;
    line-height: 34px;
}

.object_details {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.object_details td {
    padding: 15px 20px 10px;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    vertical-align: top;
}

.object_details tr:last-child td {
    border-bottom: none;
}

.object_links {
    margin-bottom: 0;
}

.object_links ul li {
    margin-bottom: 5px;
}

.object_map iframe {
    vertical-align: top;
}

.pagination > li a {
    padding: 8px 12px;
    color: #222;
}

.pagination .active a {
    position: relative;
    z-index: 3;
    background-color: #003d71;
    border-color: #003d71;
    border-radius: 3px;
}

.agency_name {
    display: inline-block;
    vertical-align: middle;
}

.agency_name p {
    margin: 0;
}

.pagination > li.pagination_nav a,
.pagination > li.pagination_nav a:hover {
    padding: 8px;
    background-color: #1b7bd5;
    border-color: #1b7bd5;
}

.pagination > li.pagination_nav.disabled a,
.pagination > li.pagination_nav.disabled a:hover {
    background-color: #e1e1e1;
    border-color: #e1e1e1;
}

.tabs {
    margin: 0 15px 20px;
}

.tabs .nav-pills a:hover {
    color: #003d71;
    border-bottom-color: #003d71;
}

.nav-pills {
    font-size: 0;
    text-align: center;
}

.nav-pills li {
    display: inline-block;
    float: none;
}

.nav-pills li a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #777;
    border-bottom: 2px solid #aaa;
    border-radius: 0;
}

.nav-pills li a:hover {
    color: #1777ad;
    border-bottom-color: #1777ad;
}

.nav-pills > li + li {
    margin-left: 0;
}

.bottom_tabs .nav-pills {
    margin: 15px 0 25px;
    border-bottom: 1px solid #ddd;
}

.bottom_tabs .nav-pills li a {
    margin-right: 20px;
    margin-bottom: -1px;
    font-size: 18px;
    font-weight: normal;
    line-height: 36px;
    text-transform: none;
    color: #022;
    border-bottom: 1px solid transparent;
}

.nav-pills li.active a,
.nav-pills li.active a:hover,
.nav-pills li.active a:focus {
    color: #1b7bd5;
    background: none;
    border-bottom-color: #1b7bd5;
    border-radius: 0;
}

.bottom_tabs .nav-pills li.active a,
.bottom_tabs .nav-pills li.active a:hover {
    color: #003d71;
}

.add_adress_row {
    padding: 20px;
}

.add_adress_row .btn-group {
    width: 100%;
}

.add_adress_row .dropdown-toggle {
    width: 100%;
    text-align: left;
}

.file_drop_area {
    position: relative;
    margin: 70px 70px 50px;
    text-align: center;
    background: #eee;
    border-radius: 3px;
}

.file_drop_text {
    position: relative;
    z-index: 3;
    padding: 80px 80px 60px;
}

.file_drop_camera {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -140px 0 0 -140px;
    font-size: 280px;
    color: #f7f7f7;
}

.upload_rules {
    margin-top: 30px;
    line-height: 200%;
    color: #777;
}

.uploaded_images {
    margin: 0 70px 20px;
}

.uploaded_images .object_images_carousel li {
    margin-right: 22px;
    padding: 8px 8px 0 0;
    width: 134px;
    height: 103px;
}

.uploaded_images .object_images_carousel_nav {
    opacity: 1;
}

.uploaded_images .btn-remove {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    line-height: 14px;
    color: #fff;
}

.input-group-btn > .btn {
    height: 34px;
}

.btn-group.full-width .btn {
    width: 100%;
    text-align: left;
}

.login_social {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 40px;
    width: 100%;
    text-align: center;
}

.login_social h5 {
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.checkbox-buttons label input {
    display: none;
}

.checkbox-buttons label input:checked + span {
    color: #fff;
    background: #003d71;
}

.checkbox-buttons label span {
    position: relative;
    padding: 2px 15px 2px 7px;
    display: inline-block;
    font-size: 12px;
    color: #1b7bd5;
    border: 1px solid transparent;
    border-radius: 4px;
}

.checkbox-buttons label span:hover {
    cursor: pointer;
    color: #222;
    border-color: #1b7bd5;
}

.bootstrap-tagsinput {
    padding: 5px 6px 3px;
    display: inline-block;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
    vertical-align: middle;
    color: #555;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
}

.bootstrap-tagsinput input {
    margin: 0;
    padding: 0;
    width: auto !important;
    max-width: inherit;
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}

.bootstrap-tagsinput .tag {
    position: relative;
    margin: 0 12px 2px 0;
    padding: 5px 15px 5px 5px;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}

.bootstrap-tagsinput .tag [data-role='remove'],
.btn-remove,
button.close,
.checkbox-buttons label input:checked + span:after {
    position: absolute;
    top: 50%;
    right: -8px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    font-size: 8px;
    line-height: 12px;
    cursor: pointer;
    background-color: #e74c3c;
    border: 2px solid #fff;
    border-radius: 4px;
}

.bootstrap-tagsinput .tag [data-role='remove']:after,
.btn-remove:before,
button.close:before,
.checkbox-buttons label input:checked + span:after {
    padding: 0 2px;
    font-family: 'Glyphicons Halflings';
    content: '\e014';
}

button.close {
    z-index: 4;
    top: 0;
    right: 0;
    margin: -14px -14px 0 0;
    width: 28px;
    height: 28px;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    color: #fff;
    background: #1b7bd5;
    border-width: 3px;
    opacity: 1;
    text-shadow: none;
}

button.close:hover {
    color: #fff;
    background-color: #286090;
    border-color: #286090;
    opacity: 1;
}

.object_galery-wrap {
    position: relative;
    margin: -20px -20px 10px;
}

.object_item_tile.object_item_wrapper {
    margin: 15px 15px;
    padding: 20px;
    width: -webkit-calc(100% / 3 - 30px);
    width:         calc(100% / 3 - 30px);
}

.object_item_tile.object_item_wrapper p {
    margin-bottom: 0;
}

.object_item_tile .object_images {
    overflow: hidden;
    width: 100%;
    height: 210px;
    border-radius: 2px 2px 0 0;
}

.object_item_tile .object_images_carousel {
    margin: 0;
    height: 210px;
}

.object_item_tile .object_images_carousel li {
    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;
    width: 100% !important;
    height: 100%;
    background-color: #f8f8f8;
}

.object_item_tile .object_images_carousel li img {
    display: block;
    width: 100%;
    height: 100%;
}

.object_item_tile .object_price {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 20px;
    padding: 4px 8px;
    font-size: 13px;
    color: #fff;
    background: #003d71;
    border-radius: 3px;
}

.object_item_tile .object_images_prev {
    left: -12px;
}

.object_item_tile .object_images_next {
    right: -12px;
}

.object_item_tile .no_image {
    font-size: 72px;
}

.object_item_tile .object_title {
    position: relative;
    margin-bottom: 6px;
    display: inline-block;
    overflow: hidden;
    width: 208px;
    font-size: 15px;
    white-space: nowrap;
}

.object_item_tile .object_title:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    content: '';
    background: -webkit-linear-gradient(left, rgba(255,255,255,0), #fff 100%);
    background:      -o-linear-gradient(left, rgba(255,255,255,0), #fff 100%);
    background:         linear-gradient(to right, rgba(255,255,255,0), #fff 100%);
}

.object_item_tile .close,
.object_item_wrapper .close {
    visibility: hidden;
    border-color: #1b7bd5;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.object_item_tile.object_item_wrapper:hover .close,
.object_item_wrapper:hover .close {
    visibility: visible;
    opacity: 1;
}

.result-search-map .object_item_tile.object_item_wrapper {
    width: 282px !important;
    border-bottom: 2px solid #003d71;
}

.result-search-map .object_item_tile.object_item_wrapper:before {
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 2px 0 0 -6px;
    width: 0;
    height: 0;
    content: '';
    pointer-events: none;
    border-width: 6px;
    border-style: solid;
    border-color: #003d71 transparent transparent;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
}

.result-search-map .object_item_tile.object_item_wrapper:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -4px;
    width: 0;
    height: 0;
    content: '';
    pointer-events: none;
    border-width: 4px;
    border-style: solid;
    border-color: #fff transparent transparent;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
}

.object_info {
    position: relative;
}

.object_info .object_price {
    margin-top: 5px;
}

.object_info-rieltor {
    z-index: 3;
    margin-bottom: 5px;
}

.object_info-numb {
    margin-right: 10px;
}

.object_info-strong p {
    margin-bottom: 0;
}

.object_view .object_price {
    display: none;
}

.hover_reveal {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
}

.object_actions {
    position: absolute;
    top: 0;
    right: -10px;
    white-space: nowrap;
}

.daily_rent_gallery .object_info {
    padding-right: 20px;
}

.daily_rent_gallery .object_title {
    padding-right: 0;
}

.daily_rent_gallery .object_actions {
    width: 16px;
    white-space: normal;
}

.additional_actions {
    margin: 6px -10px 0 0;
    float: right;
}

.map_wrapper {
    position: relative;
}

.map_wrapper .object_item_tile {
    position: absolute;
    top: 100px;
    left: 50%;
    padding: 20px;
    width: 280px;
    border-bottom: 2px solid #003d71;
}

.map_wrapper .object_item_tile:after {
    margin-right: -5px;
    border-width: 5px;
    border-color: transparent;
    border-top-color: #fff;
}

.map_wrapper .object_item_tile:before {
    margin-right: -7px;
    border-width: 7px;
    border-color: transparent;
    border-top-color: #003d71;
}

.map_filters {
    position: relative !important;
    top: auto;
    right: auto;
    left: auto;
    padding: 20px 35px 10px 35px;
    width: auto !important;
}

.map_filters .input-dropdown .form-control {
    height: 40px;
    border-radius: 2px;
}

.map_filters .btn-primary {
    padding: 10px;
    width: 38px;
}

.map_filters-dropdown {
    font-size: 13px;
}

.map_filters .btn-group,
.main_filters .btn-group {
    margin-right: 10px;
}

.map_filters .dropdown-toggle,
.main_filters .dropdown-toggle {
    width: 200px;
    text-align: left;
}

.map_wrapper .object_item_tile:after,
.map_wrapper .object_item_tile:before {
    position: absolute;
    top: 100%;
    right: 50%;
    width: 0;
    height: 0;
    content: '';
    pointer-events: none;
    border: solid transparent;
}

.map_marker {
    position: absolute;
    padding: 0;
    width: 36px;
    height: 36px;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    background: #1b7bd5;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #003d71;
}

.map_marker.single_marker:before {
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 4px 0 0 -6px;
    width: 0;
    height: 0;
    content: '';
    pointer-events: none;
    border: solid transparent;
    border-width: 6px;
    border-color: #003d71 transparent transparent;
}

.page_description {
    position: relative;
    padding: 20px 0;
    line-height: 180%;
}

.page_description h2 {
    margin-bottom: 15px;
    font-size: 24px;
}

.page_description p {
    margin-bottom: 21px;
    font-size: 13px;
    line-height: 21px;
}

.page_description-text {
    position: relative;
    overflow: hidden;
    max-height: 245px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.page_description-text.expanded {
    max-height: 2000px;
}

.page_description-text.expanded .page_description-open {
    display: none;
}

.page_description-open {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 180px;
    height: 21px;
    line-height: 21px;
    text-align: right;
    background-image: -webkit-linear-gradient(left, rgba(238,238,238,0) 0, #eee 70px);
    background-image:      -o-linear-gradient(left, rgba(238,238,238,0) 0, #eee 70px);
    background-image:         linear-gradient(to right, rgba(238,238,238,0) 0, #eee 70px);
}

.object_description-short {
    position: relative;
    overflow: hidden;
    max-height: 54px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.object_description-short .page_description-open {
    width: 130px;
    height: 19px;
    line-height: 18px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 0, #fff 70px);
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0) 0, #fff 70px);
    background-image:         linear-gradient(to right, rgba(255,255,255,0) 0, #fff 70px);
}

.object_description-short.expanded {
    max-height: 2000px;
}

.object_description-short.expanded .page_description-open {
    display: none;
}

.expandable_text {
    overflow: hidden;
    max-height: 8.6em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.expandable_text.expanded {
    max-height: 99em;
}

.about .expandable_text {
    max-height: auto;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 117px;
    background-color: #003d71;
}

.footer_content {
    padding-top: 20px;
    padding-bottom: 40px;
    color: #fff;
}

.footer_content .language_select {
    margin-top: 0 !important;
    margin-left: -9px !important;
    display: none;
}

.footer_nav {
    padding: 0;
    list-style-type: none;
}

.footer_nav li {
    margin-right: 15px;
    display: inline-block;
}

.footer_nav a {
    text-decoration: none;
    color: #fff;
}

.footer_nav a:hover {
    text-decoration: underline;
}

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

.social a {
    margin-left: 10px;
}

.hover_reveal .btn {
    text-decoration: none;
}

.result-gallery .object_images_wrapper {
    margin: -20px -20px 10px;
    overflow: hidden;
    border-radius: 2px 2px 0 0;
}

.result-gallery .object_images_carousel {
    margin: 0;
    border-radius: 0;
}

.result-gallery .object_item_tile .object_images_carousel li {
    background-color: #f8f8f8;
}

.result-map_wrapper {
    position: relative;
}

.object_current_image {
    position: relative;
    overflow: hidden;
    width: auto;
    height: 363px;
}

.object_current_image .images {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}

.object_current_image .images img {
    width: 484px;
    vertical-align: top;
}

.object_images_carousel li {
    margin-right: 0;
}

.advanced_filters *[data-form='simple'] {
    display: none;
}

.main_filters {
    margin-bottom: 25px;
}

.main_filters *[data-form='advanced'] {
    display: none;
}

.simple-rooms .hidden {
    display: none;
}

#map {
    width: 100%;
    height: 400px;
}

.object_calendar .icon {
    margin-right: 5px;
}

.icon-active {
    opacity: 1 !important;
}

.result-search {
    position: relative;
}

.result-search_form {
    z-index: 10;
}

.result-search-map .result-search_form {
    position: absolute;
    left: 50%;
    margin-top: 0;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.custom-select {
    display: none;
}

.filter-tagsinput_wrap {
    padding-right: 25px;
    min-height: 34px;
}

.icon-caret {
    position: relative;
    background-image: none;
}

.icon-caret:after {
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -1px;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    vertical-align: middle;
    color: #1b7bd5;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.open-text {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 18px;
}

.open-text p {
    margin-bottom: 18px;
}

.open-text p:empty {
    margin-bottom: 0;
}

.open-text.open-hidden {
    overflow: hidden;
}

.open-text.open-hidden .open-text_hidden {
    display: block;
}

.open-text.open-hidden .open-text_link {
    display: block;
}

.open-text_seo {
    line-height: 21px;
}

.open-text_seo p {
    margin-bottom: 21px;
}

.open-text_seo .open-text_hidden {
    width: 170px;
    height: 21px;
}

.open-text_seo .open-text_link {
    right: 0;
    height: 21px;
}

.open-text_main .open-text_hidden {
    width: 170px;
}

.open-text_seo-sutochno {
    font-size: 12px;
}

.open-text_grey .open-text_hidden {
    background-image: -webkit-linear-gradient(left, rgba(238,238,238,0) 0, #eee 70px);
    background-image:      -o-linear-gradient(left, rgba(238,238,238,0) 0, #eee 70px);
    background-image:         linear-gradient(to right, rgba(238,238,238,0) 0, #eee 70px);
}

.open-text_hidden {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
    width: 130px;
    height: 18px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 0, #fff 70px);
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0) 0, #fff 70px);
    background-image:         linear-gradient(to right, rgba(255,255,255,0) 0, #fff 70px);
}

.open-text_link {
    position: absolute;
    right: 20px;
    bottom: 0;
    display: none;
    height: 18px;
    font-size: 13px;
    line-height: 18px;
}

.abuse-email_wrap .tooltip,
.abuse-reason_wrap .tooltip {
    display: none !important;
}

.abuse-email_wrap.has-error .tooltip,
.abuse-reason_wrap.has-error .tooltip {
    display: block !important;
}

.abuse-reason_wrap .control-label {
    color: #222 !important;
}

.abuse-good {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 100%;
    left: 0;
    overflow: hidden;
    text-align: center;
    background-color: #eee;
    border-radius: 6px;
    -webkit-transition: bottom .5s;
    -o-transition: bottom .5s;
    transition: bottom .5s;
}

.abuse-good.active {
    bottom: 0;
}

.abuse-good.active .abuse-good_img {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.abuse-good.active .abuse-good_text {
    opacity: 1;
}

.abuse-good_img {
    margin-top: 164px;
    display: inline-block;
    width: 127px;
    height: 64px;
    background-image: url('../images/sprite.png');
    background-position: -135px -474px;
    -webkit-transition: .3s -webkit-transform .5s;
    -o-transition: .3s -o-transform .5s;
    transition: .3s transform .5s;
    -webkit-transform: translateX(-400px);
    -o-transform: translateX(-400px);
    transform: translateX(-400px);
}

.abuse-good_text {
    padding-top: 56px;
    font-size: 16px;
    line-height: 20px;
    color: #222;
    opacity: 0;
    -webkit-transition: .5s opacity .5s;
    -o-transition: .5s opacity .5s;
    transition: .5s opacity .5s;
}

.navbar #searchNavbar {
    display: none;
}

.menu-mobile {
    position: relative;
    padding: 0;
    padding: 0;
    display: none;
    list-style: none;
    text-align: left;
}

.menu-mobile__item {
    position: relative;
    display: table;
    width: 100%;
    border-top: 1px solid #e1e1e1;
}

.menu-mobile__text {
    padding-left: 40px;
    display: table-cell;
    width: 50%;
    line-height: 60px;
    vertical-align: top;
    border-right: 1px solid #e1e1e1;
}

.menu-mobile__menu {
    padding: 11px 0;
    display: table-cell;
    width: 50%;
    list-style: none;
    vertical-align: top;
}

.menu-mobile__menu li {
    line-height: 38px;
}

.menu-mobile__menu a {
    padding-left: 40px;
    display: block;
    height: 38px;
    line-height: 38px;
}

.swiper-container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property:      -o-transform;
    transition-property:         transform;
}

.swiper-slide {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;
    width: 100%;
    height: 100%;
    font-size: 18px;
    text-align: center;

    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-justify-content: center;
    justify-content: center;
}

.swiper-no-image {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url('../images/no_image.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.place {
    margin: 0;
}

.place-header {
    position: relative;
    display: table;
    width: 100%;
    height: 68px;
    border-bottom: 1px solid #e1e1e1;
}

.place-header label {
    margin-bottom: 0;
}

.place-header button {
    margin-right: 5px;
    line-height: 17px;
}

.place-header .radio-button-group span {
    padding-top: 9px;
    padding-bottom: 9px;
}

.place-header .place-header_distance button {
    padding-top: 9px;
    padding-bottom: 9px;
}

.place-header_distance {
    margin-left: 14px;
}

.place-header_input {
    margin-right: 49px;
    margin-left: 11px;
    width: -webkit-calc(100% - 60px);
    width:         calc(100% - 60px);
}

.place-header_col1 {
    padding-left: 49px;
    display: table-cell;
    width: 246px;
    text-align: left;
    vertical-align: middle;
    border-right: 1px solid #e1e1e1;
}

.place-header_col2 {
    padding-left: 38px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.place-header_col3 {
    padding-right: 48px;
    display: table-cell;
    width: 350px;
    text-align: right;
    vertical-align: middle;
    border-left: 1px solid #e1e1e1;
}

.place-header_tabs {
    font-size: 0;
}

.place-header_tabs li {
    display: inline-block;
}

.place-header_tabs li a {
    margin-left: -1px;
    padding: 9px 12px;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    box-shadow: 0 2px 1px rgba(0,0,0,.05);
}

.place-header_tabs li a:hover {
    background: #fff none repeat scroll 0 0;
    border-color: #aaa;
}

.place-header_tabs li.active a {
    position: relative;
    z-index: 3;
    color: #fff;
    background-color: #003d71;
    border-color: #003d71;
    border-radius: 3px;
}

.place-header_tabs li:first-child a {
    border-radius: 3px 0 0 3px;
}

.place-header_tabs li:last-child a {
    border-radius: 0 3px 3px 0;
}

.place-map_wrap {
    position: relative;
    padding: 50px 42px;
}

.place-map_title {
    padding-bottom: 15px;
    padding-left: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

.place-map_list {
    position: relative;
    height: 435px;
}

.place-distr {
    position: relative;
    height: 465px;
}

.place-count {
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    color: #e74c3c;
}

.place-caret {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    color: #1b7bd5;
}

.place-clear {
    position: absolute;
    z-index: 5;
    top: 13px;
    right: 8px;
    padding: 0 2px;
    display: inline-block;
    width: 13px;
    height: 13px;
    font-size: 9px;
    line-height: 13px;
    cursor: pointer;
    vertical-align: middle;
}

.place-clear:before {
    top: 0;
    left: 3px;
    font-family: 'Glyphicons Halflings';
    content: '';
    color: #e74c3c;
}

.place-clear:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    content: '';
    border: 1px solid #e74c3c;
    border-radius: 3px;
}

.place-btn {
    width: 160px;
    text-align: left;
}

.popover-calendar {
    top: 100%;
    bottom: auto;
    left: -15px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
}

.popover-calendar:before {
    display: none;
}

.popover-calendar:after {
    top: auto;
    bottom: 100%;
    left: 18px;
    margin: 0;
    border-width: 5px;
    border-color: transparent transparent #1b7bd5;
    -webkit-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
}

.popover-calendar .pmu-prev,
.popover-calendar .pmu-next {
    cursor: pointer !important;
}

.popover-calendar .pmu-instance {
    position: relative;
}

.popover-calendar .pmu-instance:after {
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
}

.object_calendar {
    padding-top: 7px;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    vertical-align: top;
    text-decoration: none;
    color: #777;
}

.object_calendar .icon-calendar {
    margin-top: -2px;
    background-position: 0 -240px;
}

.object_items {
    float: left;
    width: 48.75%;
}

.map_objects {
    float: right;
    width: 51.25%;
    height: -webkit-calc(100vh - 50px);
    height:         calc(100vh - 50px);
}

.map_objects.fixed {
    position: fixed;
    top: 50px;
    right: 0;
}

.map_objects.stop {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 18px;
}

.priceChange_table {
    margin-top: 20px;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.priceChange_table tr:first-of-type td {
    padding: 12px;
}

.priceChange_table tr td {
    padding: 19px 13px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

.priceChange_table tr td:last-of-type {
    border-right: 1px solid #eee;
}

.priceChange_table tr td:nth-of-type(2) {
    white-space: nowrap;
}

.priceChange_table tr td.grey {
    color: #777;
}

.priceChange_table tr td.italics {
    font-style: italic;
}

.main_menu__title {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.i-arrow_top {
    margin-right: 6px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url('/images/sprite/arrows.png') no-repeat 0 0;
    background-size: 16px 8px;
}

.i-arrow_bottom {
    margin-right: 6px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url('/images/sprite/arrows.png') no-repeat 0 0;
    background-position: -8px 0;
    background-size: 16px 8px;
}

.container-search {
    margin-top: 70px;
}

.container-search .tabs {
    margin-right: 0;
    margin-left: 0;
}

.container-search__tool {
    padding-top: 26px;
    padding-bottom: 18px;
}

.look-at-map,
.xs-date,
.xs-vis,
.sm-vis,
.obj-actions {
    display: none;
}

.popup {
    position: fixed;
    z-index: 100;
    top: 10vh;
    left: 10%;
    margin: 0;
    display: none;
    overflow: auto;
    width: 80%;
    height: 80vh;
    text-align: left;
    background: #fff;
    box-shadow: 0 0 10px 1px rgba(0,0,0,.09);
}

.overflow-hidden {
    overflow: hidden;
}

.js-priceChange {
    cursor: pointer;
}

#js-priceChangePopup:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #34434f;
    opacity: .95;
}

.btn {
    font-size: 12px;
    border-radius: 4px;
}

.btn.btn-sm {
    font-size: 12px;
}

.btn.btn-xs {
    padding: 5px 10px;
    font-size: 10px;
}

.btn-primary {
    font-weight: bold;
    text-transform: uppercase;
    background-color: #1b7bd5;
    border: none;
}

.btn-default:not(.dropdown-toggle) {
    background: #fff;
    border-color: #d4d4d4;
    border-radius: 2px;
    box-shadow: 0 2px 1px rgba(0,0,0,.05);
}

.btn-default:hover {
    background: #fff;
    border-color: #aaa;
}

.btn,
.btn:focus,
.form-control,
.form-control:focus {
    box-shadow: none;
}

.btn:focus,
.form-control:focus {
    border-color: #aaa;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    background: #fff;
    border-color: #aaa;
    box-shadow: none;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    background: #fff;
    border-color: #aaa;
    box-shadow: none;
}

.btn-grey {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #777;
    background: #e1e1e1;
    border: none;
}

.btn-red {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #e74c3c;
    border: none;
}

.btn-red:hover {
    color: #fff;
    background: #c33;
}

.btn-yellow {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
    background: #ffd878;
    border: none;
}

.btn-yellow:hover {
    background: #e2aa3a;
}

.btn-blank-grey {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #777;
    background: transparent;
    border: 1px solid #aaa;
    border-radius: 3px;
}

.btn-blank-blue {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1b7bd5;
    background: transparent;
    border: 1px solid #1b7bd5;
    border-radius: 3px;
}

.btn-group-lg > .btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-fullW {
    margin-top: 6px;
    padding: 0;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 38px;
    cursor: pointer;
    text-transform: uppercase;
    color: #444;
    background-color: #ffd878;
    border-radius: 3px;
    box-shadow: inset -1px -1px 0 #f6c959;
}

.btn-fullW:active {
    background-color: #f4cb6b;
    box-shadow: inset -1px -1px 0 #efc868;
}

#js-searchFilters {
    display: none;
}

.profile {
    position: relative;
}

.profile__title {
    font-size: 24px;
    color: #222;
}

.profile__title-wrap {
    position: relative;
    margin-right: 314px;
    height: 37px;
}

.profile__title-wrap:after {
    display: table;
    clear: both;
    content: '';
}

.profile__title-wrap .profile__title {
    line-height: 37px;
}

.profile__return {
    padding: 10px 0 0 0;
}

.profile__wrap {
    position: relative;
    margin-top: 22px;
    display: table;
    width: 100%;
}

.profile__content {
    display: table-cell;
    vertical-align: top;
}

.profile__aside {
    padding-left: 47px;
    display: table-cell;
    width: 314px;
    vertical-align: top;
}

.profile-mobile {
    margin-bottom: 15px;
    display: none;
    font-size: 0;
}

.profile-mobile .profile-menu {
    margin-top: 15px;
}

.profile-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 281px;
}

.profile-search__input {
    padding: 0 45px 0 20px;
    display: block;
    width: 100%;
    height: 37px;
    font-size: 13px;
    font-weight: 200;
    font-style: italic;
    line-height: 37px;
    color: #444;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    box-shadow: none;
}

.profile-search__btn {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 45px;
    height: 35px;
    cursor: pointer;
}

.profile-search__btn:after {
    position: absolute;
    top: 9px;
    right: 16px;
    width: 16px;
    height: 16px;
    content: '';
    background-image: url('../images/sprite.png');
    background-position: -470px -323px;
}

.profile-error {
    position: relative;
    margin-top: 23px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba(0,0,0,.05);
}

.profile-error:after {
    display: table;
    clear: both;
    content: '';
}

.profile-error:first-child {
    margin-top: 0;
}

.profile-error:last-child {
    margin-bottom: 13px;
}

.profile-error.active .profile-error__title {
    color: #000;
}

.profile-error.active .profile-error__content {
    max-height: 1000px;
    border-top: 1px solid #e1e1e1;
    -webkit-transition: all .7s cubic-bezier(.55, .055, .675, .19);
    -o-transition: all .7s cubic-bezier(.55, .055, .675, .19);
    transition: all .7s cubic-bezier(.55, .055, .675, .19);
}

.profile-error__top {
    display: table;
    width: 100%;
    height: 65px;
    cursor: pointer;
}

.profile-error__title {
    padding: 13px 30px;
    display: table-cell;
    font-size: 16px;
    line-height: 20px;
    vertical-align: top;
    color: #1b7bd5;
}

.profile-error__count {
    padding: 0 30px;
    display: table-cell;
    width: 89px;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    vertical-align: middle;
    color: #000;
    border-left: 1px solid #e1e1e1;
}

.profile-error__count span {
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.profile-error__content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
    max-height: 0;
    border-top: 0 solid #e1e1e1;
    -webkit-transition: all .7s cubic-bezier(.215, .61, .355, 1);
    -o-transition: all .7s cubic-bezier(.215, .61, .355, 1);
    transition: all .7s cubic-bezier(.215, .61, .355, 1);
}

.profile-error__content-more {
    padding-top: 10px;
    display: block;
    font-size: 13px;
    font-style: italic;
    line-height: 13px;
    color: #777;
}

.profile-manag {
    position: relative;
    margin-top: 23px;
    padding: 0 0 16px 0;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba(0,0,0,.05);
}

.profile-manag:after {
    display: table;
    clear: both;
    content: '';
}

.profile-manag:first-child {
    margin-top: 0;
}

.profile-manag:last-child {
    margin-bottom: 13px;
}

.profile-manag_new {
    box-shadow: none;
}

.profile-manag__modal {
    padding: 30px;
}

.profile-manag__modal-line {
    margin-top: 10px;
    font-size: 13px;
    line-height: 18px;
    color: #222;
}

.profile-manag__modal-line:first-child {
    margin-top: 0;
}

.profile-manag__modal-line.active .profile-manag__modal-line_count {
    color: #222;
}

.profile-manag__modal-line.active .profile-manag__modal-line_count:hover {
    color: #222;
}

.profile-manag__modal-line.active .profile-manag__modal-wrap {
    display: block;
}

.profile-manag__modal-line_count {
    cursor: pointer;
    color: #1b7bd5;
}

.profile-manag__modal-line_count:hover {
    color: #23527c;
}

.profile-manag__modal-link {
    text-decoration: none;
}

.profile-manag__modal-wrap {
    display: none;
}

.profile-manag__top {
    position: relative;
    margin: 17px 32px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #000;
}

.profile-manag__top:after {
    display: table;
    clear: both;
    content: '';
}

.profile-manag__top_normal {
    font-weight: 400;
}

.profile-manag__status {
    float: right;
}

.profile-manag__status-link {
    font-size: 13px;
    font-weight: normal;
    line-height: 25px;
    text-decoration: none;
}

.profile-manag__status-link:hover {
    text-decoration: none;
}

.profile-manag__content {
    padding-bottom: 0 !important;
}

.profile-manag__line {
    padding: 17px 32px;
    border-top: 1px solid #e1e1e1;
}

.profile-manag__line .form-control {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    height: 37px;
    font-size: 13px;
}

.profile-manag__line .form-control::-webkit-input-placeholder {
    font-style: italic;
}

.profile-manag__line .form-control::-moz-placeholder {
    font-style: italic;
}

.profile-manag__line .form-control::placeholder {
    font-style: italic;
}

.profile-manag__line-title {
    font-size: 13px;
    line-height: 37px;
    color: #000;
}

.profile-manag__refresh {
    position: relative;
    width: 203px;
}

.profile-manag__refresh .btn {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 20px;
    width: 100%;
    font-size: 13px;
    text-align: left;
}

.profile-manag__text {
    font-size: 13px;
    line-height: 18px;
    color: #222;
}

.profile-manag__bottom {
    position: relative;
    margin: 0 32px;
    padding: 23px 0 7px;
    border-top: 1px solid #dee8f1;
}

.profile-manag__bottom:after {
    display: table;
    clear: both;
    content: '';
}

.profile-manag__bottom-left {
    float: left;
}

.profile-manag__bottom-right {
    float: right;
}

.profile-manag__bottom .btn {
    margin-left: 10px;
    text-decoration: none;
}

.profile-manag__bottom .btn:first-child {
    margin-left: 0;
}

.profile-manag__bottom_new {
    margin: 0;
    padding-right: 32px;
    padding-left: 32px;
    box-shadow: none;
}

.profile-manag__mess {
    margin-left: 10px;
    display: inline-block;
    width: 305px;
    font-size: 13px;
    line-height: 18px;
    vertical-align: top;
    color: #000;
}

.profile-manag__mess:first-child {
    margin-left: 0;
}

.profile-manag__mess_mess {
    width: 100%;
}

.profile-status {
    padding: 0 11px;
    display: inline-block;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    color: #fff;
    border-radius: 2px;
}

.profile-status_good {
    background-color: #0bb352;
}

.profile-status_bad {
    color: #444;
    background-color: #e1bee7;
}

.profile-status_stopped {
    color: #444;
    background-color: #ffd878;
}

.profile-status_error {
    background-color: #e74c3c;
}

.profile-question {
    position: relative;
    margin-top: 30px;
    padding: 0 0 16px 0;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba(0,0,0,.05);
}

.profile-question:after {
    display: table;
    clear: both;
    content: '';
}

.profile-question__title {
    padding-left: 30px;
    height: 59px;
    font-size: 13px;
    font-weight: bold;
    line-height: 59px;
    text-transform: uppercase;
    color: #666;
}

.profile-question__input,
.profile-question__textarea {
    padding: 0 30px;
    padding-top: 5px;
    padding-bottom: 6px;
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 200;
    font-style: italic;
    line-height: 36px;
    color: #3b3b3b;
    background-color: #fff;
    border: none;
    border-top: 1px solid #e1e1e1;
    box-shadow: none;
}

.profile-question__input {
    height: 48px;
}

.profile-question__textarea {
    height: 231px;
    resize: none;
}

.profile-question__btn {
    margin-top: 16px;
    margin-right: 30px;
    margin-left: 30px;
    display: block;
    width: 205px;
    height: 37px;
    font-size: 12px;
    font-weight: bold;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #1b7bd5;
    border: none;
    border-radius: 4px;
}

.profile-load__wrap {
    display: table;
    width: 100%;
}

.profile-load__image {
    display: table-cell;
    width: 177px;
    vertical-align: top;
}

.profile-load__image img {
    width: 156px;
}

.profile-load__image_avatar img {
    margin-left: 24px;
    display: block;
    overflow: hidden;
    width: 120px;
    height: 120px;
    border-radius: 60px;
}

.profile-load__text {
    padding-top: 5px;
    display: table-cell;
    font-size: 12px;
    line-height: 18px;
    vertical-align: top;
    color: #777;
}

.profile-load__btn {
    margin-top: 30px;
}

.profile-form {
    margin-bottom: 47px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba(0,0,0,.05);
}

.profile-form:after {
    display: table;
    clear: both;
    content: '';
}

.profile-form__title {
    padding: 23px 15px;
    font-size: 20px;
    color: #222;
}

.profile-form__textarea {
    height: 133px !important;
    resize: none;
}

.profile-form__group {
    padding: 0 0 23px 0;
}

.profile-form__group:after {
    display: table;
    clear: both;
    content: '';
}

.profile-form__group:first-child {
    padding-top: 23px;
}

.profile-form__group_pas {
    padding-top: 28px;
}

.profile-form__line {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
}

.profile-form__row {
    padding: 23px 0 23px 0;
}

.profile-soc {
    padding: 0 15px 24px;
    width: 100%;
}

.profile-soc__checkbox {
    display: none;
}

.profile-soc__checkbox:checked + label .profile-soc__status {
    background-color: #1b7bd5;
}

.profile-soc__checkbox:checked + label .profile-soc__status:before {
    left: 30px;
}

.profile-soc__checkbox:checked + label .profile-soc__status:after {
    left: 11px;
    width: 12px;
    height: 9px;
    background-image: url('../images/sprite.png');
    background-position: -215px -176px;
}

.profile-soc__checkbox:checked + label .profile-soc__icon_vk {
    width: 48px;
    height: 48px;
    background-image: url('../images/sprite.png');
    background-position: -507px -332px;
}

.profile-soc__checkbox:checked + label .profile-soc__icon_fb {
    width: 48px;
    height: 48px;
    background-image: url('../images/sprite.png');
    background-position: -142px -154px;
}

.profile-soc__checkbox:checked + label .profile-soc__icon_gp {
    width: 48px;
    height: 48px;
    background-image: url('../images/sprite.png');
    background-position: -507px -276px;
}

.profile-soc__item {
    cursor: pointer;
    text-align: center;
}

.profile-soc__line {
    display: block;
    text-align: center;
}

.profile-soc__icon {
    display: inline-block;
}

.profile-soc__icon_vk {
    width: 48px;
    height: 48px;
    background-image: url('../images/sprite.png');
    background-position: -507px -164px;
}

.profile-soc__icon_fb {
    width: 48px;
    height: 48px;
    background-image: url('../images/sprite.png');
    background-position: -507px -388px;
}

.profile-soc__icon_gp {
    width: 48px;
    height: 48px;
    background-image: url('../images/sprite.png');
    background-position: -507px -220px;
}

.profile-soc__status {
    position: relative;
    margin-top: 24px;
    display: inline-block;
    width: 48px;
    height: 19px;
    background-color: #888;
    border-radius: 10px;
}

.profile-soc__status:before {
    position: absolute;
    top: 2px;
    left: 3px;
    width: 15px;
    height: 15px;
    content: '';
    background-color: #fff;
    border-radius: 8px;
}

.profile-soc__status:after {
    position: absolute;
    top: 5px;
    left: 26px;
    width: 9px;
    height: 9px;
    content: '';
    background-image: url('../images/sprite.png');
    background-position: -198px -176px;
}

.profile-menu {
    margin: 36px 0 0 0;
    padding: 0;
}

.profile-menu_top {
    margin-top: 12px;
}

.profile-menu__item {
    position: relative;
    display: block;
    border-top: 1px solid #ddd;
}

.profile-menu__item:first-child {
    border-top: 1px solid rgba(0,0,0,0);
}

.profile-menu__item:after {
    position: absolute;
    top: 11px;
    left: 10px;
    content: '';
}

.profile-menu__item_heart:after {
    width: 21px;
    height: 18px;
    background-image: url('../images/sprite.png');
    background-position: -507px -444px;
}

.profile-menu__item_heart:hover:after,
.profile-menu__item_heart.active:after {
    width: 21px;
    height: 18px;
    background-image: url('../images/sprite.png');
    background-position: -563px -414px;
}

.profile-menu__item_speach:after {
    width: 21px;
    height: 18px;
    background-image: url('../images/sprite.png');
    background-position: -474px -283px;
}

.profile-menu__item_speach:hover:after,
.profile-menu__item_speach.active:after {
    width: 21px;
    height: 18px;
    background-image: url('../images/sprite.png');
    background-position: -474px -257px;
}

.profile-menu__item_ban:after {
    width: 18px;
    height: 18px;
    background-image: url('../images/sprite.png');
    background-position: -474px -231px;
}

.profile-menu__item_ban:hover:after,
.profile-menu__item_ban.active:after {
    width: 18px;
    height: 18px;
    background-image: url('../images/sprite.png');
    background-position: -388px -323px;
}

.profile-menu__item_setting:after {
    width: 19px;
    height: 18px;
    background-image: url('../images/sprite.png');
    background-position: -465px -200px;
}

.profile-menu__item_setting:hover:after,
.profile-menu__item_setting.active:after {
    width: 19px;
    height: 18px;
    background-image: url('../images/sprite.png');
    background-position: -563px -276px;
}

.profile-menu__item_my:after {
    width: 18px;
    height: 18px;
    background-image: url('../images/sprite.png');
    background-position: -563px -358px;
}

.profile-menu__item_my:hover:after,
.profile-menu__item_my.active:after {
    width: 18px;
    height: 18px;
    background-image: url('../images/sprite.png');
    background-position: -563px -388px;
}

.profile-menu__item_valid:after {
    width: 18px;
    height: 18px;
    background-image: url('../images/sprite.png');
    background-position: -563px -302px;
}

.profile-menu__item_valid:hover:after,
.profile-menu__item_valid.active:after {
    width: 18px;
    height: 18px;
    background-image: url('../images/sprite.png');
    background-position: -563px -332px;
}

.profile-menu__item_stat:after {
    width: 17px;
    height: 18px;
    background-image: url('../images/sprite.png');
    background-position: -563px -220px;
}

.profile-menu__item_stat:hover:after,
.profile-menu__item_stat.active:after {
    width: 17px;
    height: 18px;
    background-image: url('../images/sprite.png');
    background-position: -563px -246px;
}

.profile-menu__item_question:after {
    width: 18px;
    height: 18px;
    background-image: url('../images/sprite.png');
    background-position: -563px -164px;
}

.profile-menu__item_question:hover:after,
.profile-menu__item_question.active:after {
    width: 18px;
    height: 18px;
    background-image: url('../images/sprite.png');
    background-position: -563px -190px;
}

.profile-menu__item_fin:after {
    width: 22px;
    height: 14px;
    background-image: url('../images/sprite.png');
    background-position: -228px -154px;
}

.profile-menu__item_fin:hover:after,
.profile-menu__item_fin.active:after {
    width: 22px;
    height: 14px;
    background-image: url('../images/sprite.png');
    background-position: -198px -154px;
}

.profile-menu__item_adv:after {
    width: 18px;
    height: 18px;
    background-image: url('../images/sprite.png');
    background-position: -562px -444px;
}

.profile-menu__item_adv:hover:after,
.profile-menu__item_adv.active:after {
    width: 18px;
    height: 18px;
    background-image: url('../images/sprite.png');
    background-position: -536px -444px;
}

.profile-menu__item_manag:after {
    width: 18px;
    height: 15px;
    background-image: url('../images/sprite.png');
    background-position: -360px -149px;
}

.profile-menu__item_manag:hover:after,
.profile-menu__item_manag.active:after {
    width: 18px;
    height: 15px;
    background-image: url('../images/sprite.png');
    background-position: -337px -172px;
}

.profile-menu__item_savelist:after {
    width: 18px;
    height: 18px;
    background-image: url('/images/svg/clipboard.svg');
    background-size: 18px 18px;
    display: block;
    content: '';
}

.profile-menu__item_savelist:hover:after,
.profile-menu__item_savelist.active:after {
    background-image: url('/images/svg/clipboard-active.svg');
}

.profile-menu__item:hover .profile-menu__link,
.profile-menu__item.active .profile-menu__link {
    color: #1b7bd5;
}

.profile-menu__item:hover .profile-menu__link:hover,
.profile-menu__item.active .profile-menu__link:hover {
    color: #1b7bd5;
}

.profile-menu__link {
    padding-left: 43px;
    display: block;
    font-size: 13px;
    line-height: 35px;
    text-decoration: none;
    color: #777;
}

.profile-menu__link:hover {
    color: #777;
}

.profile-notice {
    margin-top: 54px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
}

.profile-notice__list {
    margin: 0;
    padding: 6px 0;
}

.profile-notice__item {
    list-style: none;
    border-top: 1px dashed #e1e1e1;
}

.profile-notice__item:first-child {
    border-top: 0;
}

.profile-notice__link {
    padding: 10px 20px;
    display: block;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    color: #1b7bd5;
}

.profile-adv {
    margin-bottom: 24px;
    display: table;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba(0,0,0,.05);
    -webkit-transition: border-color .5s;
    -o-transition: border-color .5s;
    transition: border-color .5s;
}

.profile-adv:hover {
    border-color: #1b7bd5;
}

.profile-adv:hover .profile-adv__return {
    opacity: 1;
}

.profile-adv:hover .profile-adv__comment {
    opacity: 1;
}

.profile-adv:hover .object_images_carousel_nav {
    opacity: 1;
}

.profile-adv_horisontal {
    display: block;
}

.profile-adv_horisontal .profile-adv__image {
    display: block;
    width: 100%;
}

.profile-adv_horisontal .profile-adv__image-wrap {
    overflow: none;
}

.profile-adv_horisontal .profile-adv__image-wrap img {
    width: 100%;
}

.profile-adv_horisontal .profile-adv__content {
    display: block;
}

.profile-adv_horisontal .profile-adv__edit {
    padding-left: 19px;
}

.profile-adv__return {
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.profile-adv__btn {
    padding: 5px 0;
}

.profile-adv__btn .btn {
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 11px;
    line-height: 25px;
}

.profile-adv__image {
    position: relative;
    display: table-cell;
    width: 281px;
    height: 209px;
    vertical-align: top;
}

.profile-adv__image-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.profile-adv__image-wrap img {
    display: block;
    width: 100%;
    height: 209px;
}

.profile-adv__image-wrap.object_galery-wrap {
    margin: 0;
    width: 311px;
    height: 209px;
}

.profile-adv__image-wrap .object_images {
    overflow: hidden;
    width: 311px;
    height: 209px;
    border-radius: 2px 2px 0 0;
}

.profile-adv__image-wrap .object_images_carousel {
    margin: 0;
    height: 209px;
}

.profile-adv__image-wrap .object_images_carousel li {
    width: 311px;
    height: 209px;
}

.profile-adv__image-wrap .object_images_prev {
    margin-left: -12px;
}

.profile-adv__image-wrap .object_images_next {
    margin-right: -12px;
}

.profile-adv__image-wrap .no_image {
    background-image: url('../images/no_image.png');
}

.profile-adv__price {
    position: absolute;
    z-index: 2;
    bottom: 19px;
    left: 19px;
    padding: 0 9px;
    height: 23px;
    font-size: 13px;
    font-weight: bold;
    line-height: 23px;
    color: #fff;
    background-color: #003d71;
    border-radius: 3px;
}

.profile-adv__content {
    display: table-cell;
    vertical-align: top;
}

.profile-adv__info {
    padding-top: 22px;
    padding-bottom: 19px;
    padding-left: 35px;
    border-bottom: 1px solid #e1e1e1;
}

.profile-adv__title {
    font-size: 15px;
    line-height: 18px;
}

.profile-adv__comment {
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.profile-adv__comment.active {
    opacity: 1;
}

.profile-adv__comment-icon {
    margin-top: -4px;
    display: block;
    width: 17px;
    height: 15px;
    background-image: url('../images/sprite.png');
    background-position: -337px -195px;
}

.profile-adv__comment_hot .profile-adv__comment-icon {
    width: 17px;
    height: 15px;
    background-image: url('../images/sprite.png');
    background-position: -363px -172px;
}

.profile-adv__text-bold {
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
    color: #222;
}

.profile-adv__text {
    font-size: 13px;
    line-height: 18px;
    color: #222;
}

.profile-adv__edit {
    padding-top: 17px;
    padding-bottom: 10px;
    padding-left: 35px;
}

.profile-adv__link {
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
}

.profile-table {
    width: 100%;
}

.profile-table__wrap {
    position: relative;
    width: 100%;
}

.profile-table th,
.profile-table td {
    padding: 0 12px;
    font-size: 13px;
    line-height: 35px;
    color: #000;
    border-bottom: 1px solid #dee8f1;
    border-left: 1px solid #dee8f1;
}

.profile-table th:first-child,
.profile-table td:first-child {
    padding-left: 32px;
    border-left: none;
}

.profile-table th.select,
.profile-table td.select {
    color: #1b7bd5;
}

.profile-table th {
    font-weight: normal;
    border-top: 1px solid #dee8f1;
    border-bottom-width: 1px;
}

.profile-reviews {
    position: relative;
    margin-bottom: 17px;
    padding: 41px 31px 18px;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba(0,0,0,.05);
    -webkit-transition: border-color, padding .5s;
    -o-transition: border-color, padding .5s;
    transition: border-color, padding .5s;
}

.profile-reviews.active,
.profile-reviews:hover {
    border-color: #1b7bd5;
}

.profile-reviews.edit {
    padding-bottom: 48px;
    border-color: #e74c3c;
}

.profile-reviews.edit .profile-reviews__title {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.profile-reviews.edit .profile-reviews__title_edit {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.profile-reviews.edit .profile-reviews__info {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.profile-reviews.edit .profile-reviews__text {
    display: none;
}

.profile-reviews.edit .profile-reviews__textarea {
    display: block;
}

.profile-reviews__content {
    position: relative;
    z-index: 1;
}

.profile-reviews__title {
    position: absolute;
    top: 20px;
    right: 31px;
    left: 31px;
    display: block;
    width: 100%;
    height: 21px;
    font-size: 13px;
    line-height: 21px;
    color: #777;
    opacity: 1;
    -webkit-transition: opacity, -webkit-transform .5s;
    -o-transition: opacity, -o-transform .5s;
    transition: opacity, transform .5s;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.profile-reviews__title_edit {
    color: #e74c3c;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.profile-reviews__title-link {
    text-decoration: none !important;
    border-bottom: 1px dashed #1b7bd5;
}

.profile-reviews__title-link:hover {
    text-decoration: none !important;
    border-bottom: none;
}

.profile-reviews__text,
.profile-reviews__textarea {
    display: block;
    font-size: 13px;
    line-height: 21px;
    color: #222;
}

.profile-reviews__text {
    cursor: pointer;
}

.profile-reviews__textarea {
    display: none;
    overflow: hidden;
    width: 100%;
    resize: none;
    border: medium none;
}

.profile-reviews__info {
    position: absolute;
    z-index: 0;
    right: 31px;
    bottom: 18px;
    left: 31px;
    padding-top: 9px;
    height: 30px;
    font-size: 13px;
    line-height: 21px;
    color: #777;
    opacity: 0;
    -webkit-transition: opacity, -webkit-transform .5s;
    -o-transition: opacity, -o-transform .5s;
    transition: opacity, transform .5s;
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.profile-reviews__info-text {
    white-space: nowrap;
}

.profile-reviews__info-input {
    padding-right: 21px;
}

.profile-reviews__info-save,
.profile-reviews__info-nosave {
    display: inline-block;
    height: 21px;
    line-height: 21px;
    text-decoration: none;
}

.profile-reviews__info-save span,
.profile-reviews__info-nosave span {
    border-bottom: 1px dashed #1b7bd5;
}

.profile-reviews__info-save:hover span,
.profile-reviews__info-nosave:hover span {
    border-bottom: none;
}

.profile-reviews__info-nosave {
    margin-left: 26px;
}

.profile-reviews__load {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0,0,0,.5);
}

.profile-reviews__load.active {
    display: block;
}

.profile-product {
    margin-top: 3px;
    margin-right: -31px;
    margin-bottom: 20px;
    margin-left: -31px;
    padding: 20px 31px;
    background-color: #fafafa;
}

.profile-product__title {
    font-size: 18px;
}

.profile-product__name {
    font-size: 13px;
    line-height: 26px;
    color: #777;
}

.profile-product__info {
    font-size: 13px;
    line-height: 21px;
    color: #222;
}

.profile-product__info-bold {
    font-weight: bold;
}

.profile-product__price {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    color: #003d71;
}

.profile-product__price-square {
    position: relative;
    padding-left: 24px;
    font-size: 13px;
    font-weight: 400;
    color: #777;
}

.profile-product__btn {
    padding: 20px 0 0;
}

.profile-product__text {
    margin-top: 11px;
    font-size: 13px;
    line-height: 18px;
    color: #222;
}

.profile-product__galery {
    position: relative;
    margin-top: 4px;
}

.profile-product__galery:after {
    display: table;
    clear: both;
    content: '';
}

.profile-product__img {
    margin-top: 10px;
    margin-right: 10px;
    display: block;
    float: left;
    height: 99px;
}

.profile-product__img:last-child {
    margin-right: 0;
}

.profile-delivery {
    position: relative;
    margin-bottom: 11px;
    padding: 20px 31px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba(0,0,0,.05);
}

.profile-delivery.default .profile-delivery__title,
.profile-delivery.default .profile-delivery__text {
    pointer-events: none;
    color: #777;
}

.profile-delivery.default .profile-delivery__time,
.profile-delivery.default .profile-delivery__remove {
    pointer-events: none;
    opacity: .617;
}

.profile-delivery.default .profile-delivery__check {
    background-color: #888;
}

.profile-delivery.default .profile-delivery__check:before {
    left: 3px;
}

.profile-delivery.default .profile-delivery__check:after {
    left: 26px;
    width: 9px;
    height: 9px;
    background-image: url('../images/sprite.png');
    background-position: -198px -176px;
}

.profile-delivery__title {
    font-size: 16px;
    line-height: 21px;
    color: #222;
}

.profile-delivery__text {
    padding-top: 10px;
    font-size: 13px;
    line-height: 18px;
    color: #222;
}

.profile-delivery__edit {
    margin-top: 8px;
}

.profile-delivery__time {
    margin-right: 34px;
    display: inline-block;
    height: 20px;
    color: #222;
}

.profile-delivery__time:before {
    margin-right: 5px;
    display: inline-block;
    width: 13px;
    height: 13px;
    content: '';
    vertical-align: sub;
    background-image: url('../images/sprite.png');
    background-position: -279px -154px;
}

.profile-delivery__remove {
    display: inline-block;
    height: 20px;
    text-decoration: none;
    border-bottom: 1px dashed #1b7bd5;
}

.profile-delivery__remove:hover {
    border-bottom: none;
}

.profile-delivery__check {
    margin: 0;
    cursor: pointer;
}

.profile-delivery__check.profile-soc__status {
    background-color: #1b7bd5;
}

.profile-delivery__check.profile-soc__status:before {
    left: 30px;
}

.profile-delivery__check.profile-soc__status:after {
    left: 11px;
    width: 12px;
    height: 9px;
    background-image: url('../images/sprite.png');
    background-position: -215px -176px;
}

.profile-feed__text {
    font-size: 13px;
    line-height: 18px;
    color: #222;
}

.profile-feed__title {
    padding-top: 18px;
    font-size: 16px;
    line-height: 18px;
    color: #222;
}

.profile-feed__form {
    margin-top: 34px;
}

.profile-feed__menu {
    position: relative;
    margin: 0;
    padding: 0;
}

.profile-feed__menu:after {
    display: table;
    clear: both;
    content: '';
}

.profile-feed__menu-item {
    position: relative;
    padding: 10px 18px;
    display: block;
    float: left;
    height: 37px;
    list-style: none;
    cursor: pointer;
    text-decoration: none;
    background-color: rgba(0,0,0,0);
}

.profile-feed__menu-item.active {
    background-color: #003d71;
    border-radius: 3px 3px 0 0;
}

.profile-feed__menu-item.active:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    content: '';
    pointer-events: none;
    border-width: 5px;
    border-style: solid;
    border-color: #003d71 rgba(0,61,113,0) rgba(0,61,113,0);
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
}

.profile-feed__menu-item.active .profile-feed__menu-text {
    color: #fff;
    border: none;
}

.profile-feed__menu-text {
    font-size: 13px;
    line-height: 17px;
    color: #1b7bd5;
    border-bottom: 1px dashed #1b7bd5;
}

.profile-feed__content {
    padding: 29px 31px 23px 31px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 2px 2px 0 0;
}

.profile-feed__content-item {
    display: none;
}

.profile-feed__content-item.active {
    display: block;
}

.profile-feed__submit {
    padding: 23px 0 23px 31px;
    background-color: #fff;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 3px 3px rgba(0,0,0,.05);
}

.profile-feed__submit .btn {
    margin-right: 15px;
}

.profile-feed__submit input[type="checkbox"] {
    margin-top: 11px;
}

.profile-feed__submit label {
    margin-left: 5px;
    vertical-align: super;
}

.profile-feed__file-name {
    padding-left: 20px;
    font-size: 13px;
    color: #222;
}

.profile-feed__input {
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 200;
    font-style: italic;
    line-height: 36px;
    color: #777;
    background-color: none;
    border: none;
    box-shadow: none;
}

.profile-feed__input:placeholder {
    opacity: 1;
}

.profile-feed__input_textarea {
    resize: none;
}

.profile-feed__good {
    position: relative;
    margin-bottom: 25px;
    padding: 25px 32px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #222;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba(0,0,0,.05);
}

.profile-feed__good:after {
    position: absolute;
    top: 19px;
    right: 29px;
    width: 32px;
    height: 32px;
    content: '';
    background-image: url('../images/sprite.png');
    background-position: -465px -120px;
}

.profile-feed__ok,
.profile-feed__load {
    position: relative;
}

.profile-history {
    margin-bottom: 25px;
    padding: 20px 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba(0,0,0,.05);
}

.profile-history__title {
    padding-bottom: 16px;
    padding-left: 32px;
    font-size: 16px;
    line-height: 21px;
    color: #222;
}

.profile-history__hidden {
    margin-right: 46px;
    text-decoration: none;
}

.profile-history__status {
    padding-bottom: 30px;
}

.profile-history__status-line {
    margin: 0 32px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 13px;
    line-height: 18px;
    color: #000;
    border-top: 1px solid #dee8f1;
}

.profile-history__status-line:first-child {
    border-top: none;
}

.profile-history__status-name {
    padding: 9px 0;
    color: #003d71;
}

.profile-history__status-val {
    padding: 9px 0;
    color: #222;
}

.profile-history__status-val.select {
    cursor: pointer;
    color: #1b7bd5;
}

.profile-history__status-val.green {
    color: #019d43;
}

.profile-history__hr {
    margin: 9px 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dee8f1;
    border: 0;
    box-shadow: none;
}

.profile-history__load-line {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    color: #000;
    border-bottom: 1px solid #dee8f1;
}

.profile-history__load-line:first-child {
    border-top: 1px solid #dee8f1;
}

.profile-history__load-cell {
    padding: 9px 10px;
    border-left: 1px solid #dee8f1;
}

.profile-history__load-cell:first-child {
    padding-left: 32px;
    border-left: none;
}

.profile-history__page {
    margin-top: 23px;
    margin-bottom: 3px;
    margin-left: 32px;
}

.profile-history__btn {
    height: 37px;
    text-transform: none;
}

.profile-history__btn-left,
.profile-history__btn-right {
    position: relative;
    width: 37px;
    height: 37px;
}

.profile-history__btn-left:after,
.profile-history__btn-right:after {
    position: absolute;
    top: 12px;
    left: 14px;
    content: '';
}

.profile-history__btn-left:after {
    width: 8px;
    height: 12px;
    background-image: url('../images/sprite.png');
    background-position: -581px -110px;
}

.profile-history__btn-right:after {
    width: 8px;
    height: 12px;
    background-image: url('../images/sprite.png');
    background-position: -581px -90px;
}

.profile-fav {
    position: relative;
    margin-bottom: 18px;
    padding: 22px 15px 22px 29px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba(0,0,0,.05);
    -webkit-transition: border-color .5s;
    -o-transition: border-color .5s;
    transition: border-color .5s;
}

.profile-fav.active,
.profile-fav:hover {
    border-color: #1b7bd5;
}

.profile-fav.active .profile-fav__btn-remove,
.profile-fav:hover .profile-fav__btn-remove {
    opacity: 1;
}

.profile-fav.active .profile-adv__comment,
.profile-fav:hover .profile-adv__comment {
    opacity: 1;
}

.profile-fav__product {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.profile-fav__price {
    padding: 0;
}

.profile-fav__btn .btn {
    font-size: 10px;
}

.profile-fav__btn-remove {
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.profile-payment,
.profile-stats {
    position: relative;
    margin-bottom: 29px;
    padding: 22px 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba(0,0,0,.05);
}

.profile-payment {
    padding-left: 20px;
    padding-right: 20px;
}

.profile-stats__title {
    margin-bottom: 10px;
    padding: 0 30px;
    font-size: 16px;
    line-height: 21px;
    color: #222;
}

.profile-stats__table {
    margin-bottom: 20px;
    padding: 0 30px;
}

.profile-stats__table-stats tr:last-child td {
    border-bottom: none;
}

.profile-stats__row {
    font-size: 13px;
    line-height: 35px;
    color: #222;
    border-top: 1px solid #dee8f1;
}

.profile-stats__row:first-child {
    border-top: none;
}

.profile-stats__cell-select {
    color: #1b7bd5;
}

.profile-stats__cell-name {
    color: #003d71;
}

.profile-stats__setting {
    padding: 0 45px;
}

.profile-stats__setting-text,
.profile-stats__setting-input {
    margin-right: 5px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    vertical-align: middle;
}

.profile-stats__setting-input {
    padding-top: 0;
    padding-bottom: 0;
    width: 80px;
    font-size: 12px;
    line-height: 23px;
}

.profile-stats__radio {
    height: 25px;
}

.profile-stats__radio .btn {
    padding: 2px 10px;
}

.faq {
    position: relative;
    margin-bottom: 23px;
    padding: 18px 0;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba(0,0,0,.05);
}

.faq:after {
    display: table;
    clear: both;
    content: '';
}

.faq__btn {
    position: absolute;
    top: 0;
    right: 30px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-image: url('../images/sprite.png');
    background-position: -465px -160px;
    -webkit-transition: -webkit-transform .2s;
    -o-transition:      -o-transform .2s;
    transition:         transform .2s;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.faq__title {
    position: relative;
    padding-right: 80px;
    padding-left: 32px;
    font-size: 18px;
    line-height: 33px;
    cursor: pointer;
    color: #222;
}

.faq__title.active .faq__btn {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq__wrap {
    display: none;
}

.faq-block {
    padding: 12px 32px 0;
}

.faq-block__question {
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    color: #1b7bd5;
}

.faq-block__question:hover {
    color: #003d71;
}

.faq-block__question.active {
    color: #222;
}

.faq-block__question.active:hover {
    color: #222;
}

.faq-block__title {
    padding-top: 15px;
    font-size: 16px;
    line-height: 18px;
    color: #222;
}

.faq-block__text {
    margin: 0 -32px;
    padding: 10px 32px 8px;
    font-size: 13px;
    line-height: 18px;
    color: #222;
    background-color: #f8f8f8;
}

.faq-block__wrap {
    padding-top: 6px;
    display: none;
}

.seo {
    position: relative;
    padding: 20px 0;
}

.seo__title {
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    font-size: 24px;
    line-height: 26px;
    color: #444;
}

.seo__text {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    color: #222;
}

.bootstrap-datetimepicker-widget {
    right: 0 !important;
    left: auto !important;
    padding: 0 !important;
    width: 300px !important;
}

.bootstrap-datetimepicker-widget.bottom:after {
    right: 8px !important;
    left: auto !important;
    border-bottom: 6px solid #1b7bd5 !important;
}

.bootstrap-datetimepicker-widget.bottom:before {
    right: 7px !important;
    left: auto !important;
}

.bootstrap-datetimepicker-widget .list-unstyled li {
    padding: 0 !important;
}

.bootstrap-datetimepicker-widget table {
    table-layout: fixed !important;
}

.bootstrap-datetimepicker-widget table .prev {
    width: 20.47% !important;
}

.bootstrap-datetimepicker-widget table .picker-switch {
    width: 59.06% !important;
}

.bootstrap-datetimepicker-widget table .next {
    width: 20.47% !important;
}

.bootstrap-datetimepicker-widget tr:first-child th {
    color: #fff !important;
    background-color: #1b7bd5 !important;
}

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
    position: relative !important;
    z-index: 1;
    padding: 0 !important;
    width: 35px !important;
    height: 35px !important;
    font-size: 13px !important;
    line-height: 35px !important;
    text-align: center !important;
    color: #222 !important;
    background: none !important;
    border-radius: 16px !important;
    text-shadow: none !important;
}

.bootstrap-datetimepicker-widget td:before,
.bootstrap-datetimepicker-widget th:before {
    position: absolute;
    z-index: -1 !important;
    top: 3px !important;
    right: 3px !important;
    bottom: 3px !important;
    left: 3px !important;
    content: '';
    background-color: rgba(0,0,0,0) !important;
    border: none !important;
    border-radius: 16px !important;
}

.bootstrap-datetimepicker-widget td:first-child,
.bootstrap-datetimepicker-widget th:first-child {
    padding-left: 26px !important;
}

.bootstrap-datetimepicker-widget td:first-child:before,
.bootstrap-datetimepicker-widget th:first-child:before {
    left: 29px !important;
}

.bootstrap-datetimepicker-widget td:last-child,
.bootstrap-datetimepicker-widget th:last-child {
    padding-right: 26px !important;
}

.bootstrap-datetimepicker-widget td:last-child:before,
.bootstrap-datetimepicker-widget th:last-child:before {
    right: 29px !important;
}

.bootstrap-datetimepicker-widget th {
    font-size: 12px !important;
    text-transform: uppercase !important;
    color: #444 !important;
    background-color: #eee !important;
    border-radius: 0 !important;
}

.bootstrap-datetimepicker-widget td.new,
.bootstrap-datetimepicker-widget td.old {
    color: #666 !important;
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
    color: #fff !important;
}

.bootstrap-datetimepicker-widget td.active:before,
.bootstrap-datetimepicker-widget td.active:hover:before {
    background-color: #1b7bd5 !important;
}

.bootstrap-datetimepicker-widget td:hover:before {
    background-color: #eee !important;
}

.bootstrap-datetimepicker-widget td.disabled {
    cursor: default !important;
    color: #ccc !important;
}

.bootstrap-datetimepicker-widget td.disabled:hover:before {
    display: none;
}

.btn-tel {
    position: relative;
    padding-right: 20px;
    padding-left: 45px;
    color: #444;
    background-color: #ffd878;
    border: none;
}

.btn-tel:before {
    position: absolute;
    top: 6px;
    left: 20px;
    width: 16px;
    height: 16px;
    content: '';
    background-image: url('../images/sprite.png');
    background-position: -446px -323px;
}

.btn.loading {
    cursor: wait;
}

.btn-tel.loading:before,
.call-btn .btn.loading:before {
    background-image: url('../images/loader.gif');
    background-position: 0 0;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
}

.btn-tel:hover {
    color: #333;
}

.call {
    position: relative;
    display: table;
    overflow: hidden;
}

.call__text {
    font-size: 17px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #212c3a;
}

.call-content {
    padding-right: 30px;
    padding-bottom: 25px;
    padding-left: 30px;
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

.call-content + .call-content {
    padding: 47px 44px;
}

.call-content + .call-content .call-thank {
    margin-top: 25px;
    padding-top: 33px;
    padding-bottom: 26px;
    border-radius: 5px;
}

.call-content__title {
    padding-top: 26px;
    padding-bottom: 21px;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    text-align: left;
    color: #212c3a;
}

.call-content__wrap {
    display: table;
}

.call-result {
    padding: 28px 30px 25px;
    display: table-cell;
    width: 247px;
    height: 211px;
    vertical-align: top;
    background-color: #f5f5f5;
    border-radius: 6px;
}

.call-result__title {
    padding-bottom: 26px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #000;
}

.call-result__btn,
.call-result .btn {
    margin-bottom: 5px;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
}

.call-modal {
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.call-modal__dialog {
    display: inline-block;
    width: auto;
}

.call-modal_hidden {
    opacity: 0;
}

.call-phone {
    display: table-cell;
    width: 236px;
    vertical-align: top;
}

.call-phone__num {
    padding: 22px 0;
    font-size: 24px;
    line-height: 24px;
    color: #000;
}

.call-phone__btn {
    position: relative;
    padding-top: 6px;
    padding-right: 33px;
    padding-bottom: 6px;
    padding-left: 41px;
    color: #444;
    background-color: #ffd878;
    border: none;
}

.call-phone__btn:before {
    position: absolute;
    top: 8px;
    left: 15px;
    width: 15px;
    height: 15px;
    content: '';
    background-image: url('../images/sprite.png');
    background-position: -337px -149px;
}

.call-phone__btn:hover {
    color: #333;
}

.call-request {
    display: table-cell;
    width: 465px;
    vertical-align: top;
}

.call-request h4 {
    margin-bottom: 22px;
}

.call-form {
    position: relative;
    padding-top: 21px;
}

.call-form__line {
    margin-bottom: 40px;
    height: 38px;
}

.call-form__line label {
    font-size: 14px;
    line-height: 38px;
}

.call-form__input {
    position: relative;
    width: 100%;
}

.call-form__input input {
    padding-top: 12px;
    padding-right: 35px;
    padding-bottom: 12px;
    height: 38px;
}

.call-form .col-xs-8 {
    padding-left: 1px;
}

.call-form__icon {
    position: absolute;
    top: 12px;
    right: 15px;
}

.call-form__icon-person {
    width: 13px;
    height: 13px;
    background-image: url('../images/sprite.png');
    background-position: -258px -154px;
}

.call-form__icon-tel {
    width: 13px;
    height: 13px;
    background-image: url('../images/sprite.png');
    background-position: -300px -154px;
}

.call-form__btn {
    padding-right: 19px;
    padding-left: 19px;
    width: auto;
}

.call-help {
    padding-top: 14px;
    text-align: left;
}

.call-help__text {
    padding-top: 12px;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.call-help__it {
    padding-top: 38px;
    font-size: 13px;
    font-style: italic;
    line-height: 16px;
    color: #666;
}

.call-good {
    text-align: center;
}

.call-good__img {
    display: inline-block;
    width: 127px;
    height: 64px;
    background-image: url('../images/sprite.png');
    background-position: 0 -474px;
}

.call-good__text {
    padding-top: 32px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #000;
}

.call-thank {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    background-color: #fbd771;
}

.call-thank__img {
    display: inline-block;
    width: 66px;
    height: 66px;
    background-image: url('../images/sprite.png');
    background-position: -507px -90px;
}

.call-thank__text {
    padding-top: 18px;
    height: 62px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: #222;
}

.call-thank__return {
    padding-top: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
    text-decoration: underline;
    color: #666;
}

.call-thank__return:hover {
    color: #222;
}

.claim {
    padding: 25px 30px 20px;
    display: block;
    width: 460px;
    text-align: left;
    background-color: #f5f5f5;
}

.claim__title {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #212c3a;
}

.claim__textarea {
    margin-top: 22px;
    height: 125px !important;
    font-size: 13px;
    resize: none;
}

.claim__input {
    margin-top: 12px;
    height: 38px;
    font-size: 13px;
}

.claim__btn {
    margin-top: 11px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    color: #444;
    background-color: #ffd878;
    border: none;
    box-shadow: inset -1px 1px 0 #ffca4f;
}

.claim__btn:hover {
    color: #333;
}

.claim__btn:active {
    background-color: #f5d171;
    box-shadow: inset -1px 1px 0 #ffca4f;
}

.claim__error {
    color: #e74c3c;
    border-color: #e87468;
}

.call-result__btn,
.call-phone-show__btn {
    margin-left: 21px;
    padding: 0;
    width: 160px;
    font-size: 13px !important;
    font-weight: 700;
    line-height: 37px;
    text-transform: uppercase;
    color: #424242;
    background-color: #ffd878;
    border: none;
    border-radius: 3px;
    box-shadow: inset -1px 1px 0 #ffca4f;
}

.call-result__btn:active,
.call-phone-show__btn:active {
    background-color: #f5d171;
}

.call-result__btn {
    margin: 0;
}

#callPhone,
#callStatus {
    padding: 0 0 22px 0;
}

#abuseStatus {
    padding-top: 36px;
}

#callRequest {
    margin-top: 14px;
}

.callback-wrap {
    margin-top: 35px;
    font-size: 15px;
    line-height: 20px;
    color: #212c3a;
}

.callback-wrap a {
    font-weight: 500;
    cursor: pointer;
}

.closeModal-mob {
    display: none;
}

.operator_select {
    position: relative;
    display: inline-block;
    width: 124px;
    height: 37px;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
}

.operator_select .dropdown-toggle {
    position: relative;
    padding-left: 15px;
    width: 100%;
    height: 35px;
    font-size: 14px;
    text-align: left;
    border: none !important;
}

.operator_select .dropdown-menu a {
    cursor: pointer;
}

.agent-main {
    margin-top: -200px;
    padding-top: 300px;
    padding-bottom: 170px;
    text-align: center;
    background: #164c8c url('../images/agent-head_bg.jpg') no-repeat scroll right center/cover;
}

.agent-main__title {
    padding: 0 70px 70px;
    font-size: 36px;
    line-height: 44px;
}

.agent-main__btn {
    padding: 14px 45px;
    font-size: 14px;
}

.agent-benefit {
    position: relative;
    padding: 85px 0;
    background: #fff;
}

.agent-benefit__title {
    margin: 0 0 75px;
    font-size: 32px;
    text-align: center;
}

.agent-benefit__row {
    margin-top: 65px;
}

.agent-benefit__img {
    display: inline-block;
}

.agent-benefit__img-hot {
    width: 103px;
    height: 113px;
    background-image: url('../images/sprite.png');
    background-position: -249px -220px;
}

.agent-benefit__img-view {
    width: 69px;
    height: 103px;
    background-image: url('../images/sprite.png');
    background-position: -388px -120px;
}

.agent-benefit__img-benefit {
    width: 111px;
    height: 112px;
    background-image: url('../images/sprite.png');
    background-position: -388px 0;
}

.agent-benefit__img-just {
    width: 112px;
    height: 95px;
    background-image: url('../images/sprite.png');
    background-position: -133px -358px;
}

.agent-benefit__img-free {
    width: 125px;
    height: 108px;
    background-image: url('../images/sprite.png');
    background-position: 0 -358px;
}

.agent-benefit__top {
    padding-bottom: 22px;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #444;
}

.agent-benefit__text {
    font-size: 14px;
    line-height: 24px;
    color: #444;
}

.agent-price {
    position: relative;
    padding: 85px 0;
}

.agent-price > .container {
    margin-bottom: 35px;
}

.agent-price > .container:last-child {
    margin-bottom: 0;
}

.agent-price__title {
    margin: 0 0 75px;
    font-size: 32px;
    text-align: center;
}

.agent-price__row {
    margin: 0;
    padding: 0 20px;
}

.agent-price__item {
    position: relative;
    margin-top: 80px;
    padding: 0 30px;
    text-align: center;
}

.agent-price__img {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.agent-price__img-bugjet {
    width: 113px;
    height: 130px;
    background-image: url('../images/sprite.png');
    background-position: 0 -220px;
}

.agent-price__img-clock {
    width: 120px;
    height: 120px;
    background-image: url('../images/sprite.png');
    background-position: -121px -220px;
}

.agent-price__top {
    padding-top: 155px;
    font-size: 20px;
    line-height: 22px;
    color: #444;
}

.agent-price__text {
    padding-top: 34px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #444;
}

.agent-form {
    display: table;
    width: 100%;
}

.agent-form__left,
.agent-form__right {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.agent-form__left {
    padding-left: 80px;
    width: 420px;
}

.agent-form__form {
    position: relative;
    width: 187px;
    height: 146px;
    background-image: url('../images/sprite.png');
    background-position: -142px 0;
}

.agent-form__form:after {
    position: absolute;
    top: 3px;
    right: -117px;
    width: 43px;
    height: 141px;
    content: '';
    background-image: url('../images/sprite.png');
    background-position: -337px 0;
}

.agent-form__top {
    padding: 19px 0 19px 33px;
    font-size: 48px;
    font-weight: bold;
    line-height: 33px;
    color: #444;
}

.agent-form__top-valute {
    font-size: 18px;
    font-weight: 500;
    vertical-align: text-top;
}

.agent-form__bottom {
    padding-top: 12px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

.agent-form__text {
    padding-right: 50px;
    font-size: 18px;
    line-height: 30px;
    color: #444;
}

.agent-feed {
    position: relative;
    padding: 80px 0;
    background: #fff;
}

.agent-feed__title {
    margin: 0 0 75px;
    font-size: 32px;
    text-align: center;
}

.agent-xml {
    position: relative;
    padding: 0 45px 85px;
}

.agent-xml__img {
    display: inline-block;
    width: 134px;
    height: 212px;
    background-image: url('../images/sprite.png');
    background-position: 0 0;
}

.agent-xml__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #444;
}

.agent-xml__text {
    position: relative;
    padding-top: 36px;
    font-size: 14px;
    line-height: 24px;
}

.agent-xml__btn {
    margin-top: 36px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 37px;
    text-transform: none;
}

.agent-icons {
    position: relative;
    margin-top: 30px;
    text-align: center;
}

.agent-icons__img {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.agent-icons__img-auto {
    width: 82px;
    height: 82px;
    background-image: url('../images/sprite.png');
    background-position: -507px 0;
}

.agent-icons__img-actual {
    width: 71px;
    height: 82px;
    background-image: url('../images/sprite.png');
    background-position: -344px -358px;
}

.agent-icons__img-econom {
    width: 83px;
    height: 83px;
    background-image: url('../images/sprite.png');
    background-position: -253px -358px;
}

.agent-icons__img-hooks {
    width: 78px;
    height: 84px;
    background-image: url('../images/sprite.png');
    background-position: -388px -231px;
}

.agent-icons__text {
    padding: 110px 20px 0;
    font-size: 14px;
    line-height: 18px;
    color: #444;
}

.agent-footer {
    position: relative;
    padding: 115px 0;
    text-align: center;
    background-color: #003d71;
}

.agent-footer__text {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}

.agent-footer__row {
    margin-top: 35px;
    padding: 0 30px;
}

.agent-footer__col {
    margin-top: 30px;
}

.agent-footer__btn {
    margin-top: 30px;
    padding: 0;
    height: 54px;
    line-height: 54px;
    text-align: center;
}

.agent-footer__input {
    width: 100%;
    font-size: 14px;
    line-height: 54px;
    background: none;
    border: none;
    box-shadow: none;
}

.agent-footer__input-wrap {
    position: relative;
    padding-right: 15px;
    padding-left: 65px;
    background-color: #fff;
    border-radius: 4px;
}

.agent-footer__input-wrap:before {
    position: absolute;
    top: 19px;
    left: 20px;
    width: 24px;
    height: 17px;
    content: '';
    background-image: url('../images/sprite.png');
    background-position: -414px -323px;
}

.agent-free {
    position: relative;
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #eee;
}

.partners-header {
    position: relative;
    margin-top: -80px;
    width: 100%;
    text-align: center;
    background: url('/images/partners_header.jpg') no-repeat scroll right center/cover;
}

.partners-header__title {
    margin: 0;
    margin-bottom: 10px;
    font-size: 48px;
    font-weight: 500;
}

.partners-header__desc {
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}

.partners-header__container {
    position: relative;
    z-index: 4;
    padding-top: 124px;
}

.partners-header:after {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0,61,113,.8);
}

.partners-header .nav-tabs {
    margin: 0;
    margin-top: 74px;
    border: none;
}

.partners-header .nav-tabs > li {
    position: relative;
    margin: 0;
    margin-right: 55px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display:         inline-flex;
    float: none;
}

.partners-header .nav-tabs > li:last-of-type {
    margin-right: 0;
}

.partners-header .nav-tabs > li > a {
    padding: 20px 25px 18px;
    font-size: 18px;
    line-height: 20px;
    text-decoration: underline;
    color: #fff;
    border: none !important;
}

.partners-header .nav-tabs > li > a:hover {
    text-decoration: none;
}

.partners-header .nav-tabs > li.active > a {
    text-decoration: none;
    color: #fff;
    background-color: #1b7bd5;
    border-radius: 3px;
}

.partners-header .nav-tabs > li.active:after {
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -11px;
    display: block;
    content: '';
    border-top: 9px solid #1b7bd5;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
}

.partners-list1 {
    padding: 63px 0 35px;
}

.partners-list1 .partner {
    margin-right: 20px;
    margin-bottom: 30px;
    padding: 0;
    width: -webkit-calc(25% - 15px);
    width:         calc(25% - 15px);
    height: 144px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-bottom: none;
}

.partners-list1 .partner:nth-of-type(4n) {
    margin-right: 0;
}

.partners-list1 .partner:hover {
    border-color: #1b7bd5;
}

.partners-list1 .partner:hover .partner__link:after {
    background: url('/images/back-corners-hover.png') repeat-x 0 0;
}

.partners-list1 .partner:hover .partner__img {
    border-color: #1b7bd5;
}

.partners-list1 .partner__img {
    padding: 15px 10px;
    width: 100%;
    height: 101px;
    text-align: center;
    border-bottom: 1px dashed #dedede;
}

.partners-list1 .partner__img:before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}

.partners-list1 .partner__img img {
    display: inline-block;
    max-width: 90%;
    max-height: 100%;
    vertical-align: middle;
}

.partners-list1 .partner__link {
    position: relative;
    padding-top: 10px;
    padding-bottom: 14px;
    font-size: 13px;
    text-align: center;
}

.partners-list1 .partner__link:after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 3px;
    content: '';
    background: url('/images/back-corners.png') repeat-x 0 0;
}

.partners-list2 {
    padding: 65px 0 70px;
    background-color: #fff;
}

.partners-list2_wrap {
    margin: 55px 25px;
}

.partners-list2__item {
    display: table;
    font-size: 13px;
    font-weight: 400;
    line-height: 34px;
    text-decoration: none;
}

.partners-list2__item img {
    position: relative;
    top: -2px;
    margin-right: 17px;
    display: inline-block;
    width: 16px;
}

.partners_demands {
    padding-top: 58px;
    padding-bottom: 55px;
}

.partners_demands .partner-demand {
    margin-top: 52px;
    margin-right: 20px;
    padding: 0;
    width: -webkit-calc(25% - 15px);
    width:         calc(25% - 15px);
}

.partners_demands .partner-demand:nth-of-type(4n) {
    margin-right: 0;
}

.partners_demands .partner-demand__head {
    position: relative;
    width: 100%;
    height: 110px;
}

.partners_demands .partner-demand__head:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: url('/images/demand_bg.png') no-repeat;
    background-size: cover;
}

.partners_demands .partner-demand__head:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    background-repeat: no-repeat;
}

.partners_demands .partner-demand__head.blue {
    background-color: rgba(0,72,134,.8);
}

.partners_demands .partner-demand__head.blue:before {
    opacity: .37;
}

.partners_demands .partner-demand__head.pink {
    background-color: rgba(183,0,91,.8);
}

.partners_demands .partner-demand__head.pink:before {
    opacity: .46;
}

.partners_demands .partner-demand__head.green {
    background-color: rgba(42,132,124,.8);
}

.partners_demands .partner-demand__head.green:before {
    opacity: .4;
}

.partners_demands .partner-demand__head.yellow {
    background-color: rgba(255,204,51,.78);
}

.partners_demands .partner-demand__head.yellow:before {
    opacity: .5;
}

.partners_demands .partner-demand__head.banknote:after {
    margin-top: -32px;
    margin-left: -32px;
    width: 65px;
    height: 65px;
    background-image: url('/images/svg/banknote.svg');
    background-size: 65px 65px;
}

.partners_demands .partner-demand__head.location:after {
    margin-top: -30px;
    margin-left: -23px;
    width: 46px;
    height: 61px;
    background-image: url('/images/svg/location.svg');
    background-size: 46px 61px;
}

.partners_demands .partner-demand__head.news:after {
    margin-top: -28px;
    margin-left: -28px;
    width: 56px;
    height: 56px;
    background-image: url('/images/svg/news.svg');
    background-size: 56px 56px;
}

.partners_demands .partner-demand__head.camera:after {
    margin-top: -27px;
    margin-left: -32px;
    width: 64px;
    height: 54px;
    background-image: url('/images/svg/camera.svg');
    background-size: 64px 54px;
}

.partners_demands .partner-demand__title {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    color: #333;
}

.partners_demands .partner-demand__desc {
    margin: 0;
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

.partners_demands .partner-demand__body {
    position: relative;
    padding: 19px 20px;
    overflow: hidden;
    height: 180px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-bottom: none;
}

.partners_demands .partner-demand__body:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    content: '';
    background: url('/images/back-corners.png') repeat-x 0 0;
}

.partners_btn {
    margin: 0 auto;
    padding: 11px 30px;
    display: block;
    width: 367px;
    max-width: 94%;
    text-decoration: none;
}

.partners_page .header-wrap {
    z-index: 7;
}

.partners_page__title {
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    color: #444;
}

.partners_page .footer_content {
    padding: 33px 15px 30px;
}

.second-form {
    margin-top: 15px;
}

.second-form #phoneSearch {
    height: 38px;
    border: none;
}

.second-form > .row > div {
    border-left: 1px solid #e5e5e5;
}

.second-form > .row > div:first-child {
    border-left: none;
}

.second-form .chosen-container,
.second-form .chosen-search-input {
    min-width: 100% !important;
    width: 100% !important;
}

.second-form,
.main-form {
    position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.main-form__top {
    position: relative;
    padding: 17px;
    border-bottom: 1px solid #e5e5e5;
}

.main-form__top-wrap {
    position: relative;
    display: table;
    width: 100%;
    height: 37px;
    table-layout: fixed;
}

.main-form__col {
    position: relative;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.main-form__col:first-child {
    padding: 0 2px 0 3px;
    border-left: 1px solid #d7d7d7;
    border-radius: 3px 0 0 3px;
}

.main-form__col:last-child {
    border-radius: 0 3px 3px 0;
}

.main-form__col .dropdown-menu li {
    padding: 0;
}

.main-form__col .dropdown-menu li a {
    margin: 0;
    padding: 0 16px;
    font-size: 13px;
    line-height: 35px;
}

.main-form__col-btn {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    font-size: 13px;
    line-height: 35px;
    text-align: left;
    border: none;
}

.main-form__col-btn.default span {
    color: #777;
}

.main-form__type {
    display: table;
    width: 100%;
    height: 27px;
}

.main-form__type-label {
    padding: 0 3px 0 2px;
    display: table-cell;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.main-form__type-label span {
    display: block;
    height: 27px;
    font-size: 12px;
    line-height: 25px;
    color: #777;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 3px;
}

.main-form__type-label:hover span {
    background-color: #e7e7e7;
}

.main-form__type-radio {
    position: absolute;
    display: none;
    width: 0;
    height: 0;

    visible: hidden;
}

.main-form__type-radio:checked + label span {
    font-weight: bold;
    color: #444;
    background-color: #ffd878;
    border: 1px solid #f2ca67;
}

.main-form__bottom {
    position: relative;
    padding: 0 132px 17px 17px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 2px rgba(0,0,0,.05) inset;
}

.main-form__bottom:after {
    display: table;
    clear: both;
    content: '';
}

.main-form__btn {
    position: absolute;
    right: 17px;
    bottom: 17px;
    width: 105px;
}

.main-form__btn button {
    padding: 0;
    width: 100%;
    line-height: 37px;
    text-align: center;
}

.main-form__block {
    position: relative;
    margin-top: 11px;
    margin-right: 10px;
    display: table;
    float: left;
    height: 37px;
    table-layout: fixed;
    white-space: nowrap;
}

.main-form__block-btn {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    font-size: 13px;
    line-height: 35px;
    text-align: left;
    border: none;
}

.main-form__block-btn.default {
    color: #777;
}

.main-form__block-wrap {
    position: relative;
    display: table-cell;
    height: 37px;
    vertical-align: top;
    border-top: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.main-form__block-wrap:first-child {
    border-left: 1px solid #d7d7d7;
    border-radius: 3px 0 0 3px;
}

.main-form__block-wrap:last-child {
    border-radius: 0 3px 3px 0;
}

.main-form__block-wrap .dropdown-menu {
    right: 0;
    left: auto;
}

.main-form__block-wrap .dropdown-menu li {
    padding: 0;
}

.main-form__block-wrap .dropdown-menu li.default a {
    color: #777;
}

.main-form__block-wrap .dropdown-menu li a {
    margin: 0;
    padding: 0 16px;
    font-size: 13px;
    line-height: 35px;
}

.main-form__block-input {
    padding: 0 17px;
    width: 100%;
    height: 35px;
    font-size: 13px;
    line-height: 35px;
    color: #3c3c3c;
    border: none;
    box-shadow: none;
}

.main-form__date {
    width: 237px;
}

.main-form__goust {
    width: 111px;
}

.main-form__app-wrap {
    display: inline-block;
    vertical-align: top;
}

.main-form__app-wrap:after {
    display: table;
    clear: both;
    content: '';
}

.main-form__app-label {
    margin-bottom: 0;
    display: block;
    float: left;
    width: 34px;
    height: 37px;
    font-size: 13px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    color: #444;
    background-color: #fff;
    border-top: 1px solid #d7d7d7;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #d7d7d7;
    border-left: 1px solid #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.main-form__app-label--first {
    border-left: 1px solid #d7d7d7;
    border-radius: 3px 0 0 3px;
}

.main-form__app-label--last {
    border-right: 1px solid #d7d7d7;
    border-radius: 0 3px 3px 0;
}

.main-form__app-label:hover {
    border-color: #ffd878;
}

.main-form__app-radio {
    position: absolute;
    display: none;
    width: 0;
    height: 0;

    visible: hidden;
}

.main-form__app-radio:checked + label {
    background-color: #ffd878;
    border-color: #f0c866;
}

.main-form__app-text {
    margin-left: 10px;
    display: inline-block;
    font-size: 13px;
    line-height: 37px;
    vertical-align: top;
    color: #222;
}

.main-form__city {
    padding: 0;
    padding: 0 20px;
    display: block;
    width: 100%;
    height: 35px;
    font-size: 13px;
    line-height: 35px;
    color: #3c3c3c;
    background-color: none;
    border: none;
    box-shadow: none;
}

.main-form__dropdown {
    position: absolute;
    z-index: 10;
    top: 100%;
    right: 0;
    left: 0;
    margin-top: 1px;
    margin-right: -1px;
    margin-left: -1px;
    overflow: hidden;
    max-height: 0;
    background-color: #fff;
    border-right: 1px solid #d7d7d7;
    border-bottom: 0 solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-radius: 0 0 3px 3px;
    -webkit-transition: max-height .2s;
    -o-transition: max-height .2s;
    transition: max-height .2s;
}

.main-form__dropdown.open {
    max-height: 250px;
    border-bottom: 1px solid #d7d7d7;
}

.main-form__dropdown-title {
    padding: 12px 22px 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
    color: #222;
}

.main-form__dropdown-link {
    float: left;
    overflow: hidden;
    width: 100%;
    font-size: 13px;
    font-style: normal;
    line-height: 24px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #777;
}

.main-form__dropdown-link span {
    color: #222;
}

.main-form__dropdown-link.popular {
    width: 50%;
    color: #222;
}

.main-form__dropdown-link:hover {
    color: #e74c3c;
}

.main-form__dropdown-link:hover span {
    color: #e74c3c;
}

.main-form__dropdown-list {
    position: relative;
    padding: 11px 22px 14px;
}

.main-form__dropdown-list:after {
    display: table;
    clear: both;
    content: '';
}

.main-form__dropdown-wrap {
    position: relative;
    max-height: 155px;
    font-size: 13px;
    font-style: italic;
    line-height: 13px;
    color: #999;
}

.main-form__price {
    width: 141px;
}

.main-form__price-btn {
    padding: 0 14px;
    overflow: hidden;
    width: 100%;
    font-size: 13px;
    line-height: 35px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222;
    background-color: #fff;
    border: 0;
    border-radius: 3px;
}

.main-form__price--big {
    width: 261px;
}

.main-form__price--area {
    width: 209px;
}

.main-form__price--one {
    width: 165px;
}

.search-navbar {
    height: 60px;
}

.search-navbar__left {
    float: left;
}

.search-navbar__left:after {
    display: table;
    clear: both;
    content: '';
}

.search-navbar__logo {
    margin-top: 13px;
    float: left;
}

.search-navbar__right {
    width: auto;
    height: 60px;
}

.search-navbar__right:after {
    display: table;
    clear: both;
    content: '';
}

.search-navbar__icons {
    padding-top: 22px;
    float: left;
    height: 60px;
}

.search-navbar__icons:after {
    display: table;
    clear: both;
    content: '';
}

.search-navbar__icons > span {
    color: #888;
}

.search-navbar__icons a.search-navbar__icon-clipboard:hover:before {
    background-image: url('../images/svg/clipboard-active.svg');
}

.search-navbar__icons a.search-navbar__icon-heart:hover:before {
    background-image: url('../images/svg/fav-active.svg');
}

.search-navbar__icons a.search-navbar__icon-comment:hover:before {
    background-image: url('../images/svg/note-active.svg');
}

.search-navbar__icons a.search-navbar__icon-deny:hover:before {
    background-image: url('../images/svg/blocked-active.svg');
}

.search-navbar__icon {
    position: relative;
    margin-right: 10px;
    padding-left: 0;
    float: left;
    height: 16px;
    font-size: 13px;
    line-height: 16px;
    vertical-align: middle;
}

.search-navbar__icon:before {
    position: relative;
    margin-right: 5px;
    display: inline-block;
    width: 16px;
    height: 16px;
    content: '';
    vertical-align: middle;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
}

.search-navbar__icon-clipboard:before {
    width: 18px;
    height: 18px;
    background-image: url('../images/svg/clipboard.svg');
}

.search-navbar__icon-heart:before {
    width: 18px;
    height: 15px;
    background-image: url('../images/svg/fav.svg');
}

.search-navbar__icon-comment:before {
    height: 15px;
    background-image: url('../images/svg/note.svg');
}

.search-navbar__icon-deny:before {
    background-image: url('../images/svg/blocked.svg');
}

.search-navbar__user {
    float: left;
    width: 126px;
    height: 60px;
    text-align: center;
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}

.search-navbar__lang {
    float: left;
    height: 60px;
}

.search-navbar__lang .language_select {
    margin-top: 20px;
}

.search-navbar__lang .language_select li {
    margin-right: 0;
    margin-left: 7px;
}

.search-navbar__radio {
    margin-top: 11px;
    margin-left: 31px;
    padding: 4px 2px 4px 3px;
    float: left;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
}

.search-navbar__radio--tablet {
    display: none;
}

.search-navbar__radio .main-form__type-label span {
    padding-right: 10px;
    padding-left: 10px;
}

.search-navbar__btn {
    margin-top: 11px;
    margin-left: 19px;
    padding: 0 12px;
    display: block;
    float: left;
    height: 37px;
    font-size: 13px;
    line-height: 35px;
    text-decoration: none;
    color: #444;
    background-color: #ffd878;
    border: 1px solid #f2ca67;
    border-radius: 3px;
}

.search-navbar__btn:hover,
.search-navbar__btn:active {
    text-decoration: none;
    color: #444;
}

.search-navbar__btn-grey {
    background-color: #d5d5d5;
    border-color: #ccc;
}

.search-navbar__btn-fixed {
    display: none;
}

.search-navbar__btn--mob {
    display: none;
}

.search-navbar__wrap {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
}

.search-navbar__wrap ~ footer .container,
.search-navbar__wrap .container {
    padding-right: 40px;
    padding-left: 40px;
    width: 100%;
}

.search-navbar__wrap.fixed {
    position: fixed;
}

.search-navbar__wrap.fixed .search-navbar__user,
.search-navbar__wrap.fixed .search-navbar__btn,
.search-navbar__wrap.fixed .search-navbar__logo,
.search-navbar__wrap.fixed .search-navbar__radio {
    display: none;
}

.search-navbar__wrap.fixed .search-navbar__btn-fixed {
    display: block;
}

.search-navbar__wrap.fixed .search-navbar__btn {
    margin-top: 12px;
    margin-right: 25px;
    margin-left: 0;
    height: 25px;
    line-height: 23px;
}

.search-navbar__wrap.fixed .search-navbar {
    height: 50px;
    line-height: 50px;
}

.search-navbar__wrap.fixed .search-navbar__right {
    height: 50px;
    line-height: 50px;
}

.search-navbar__wrap.fixed .search-navbar__icons {
    padding-top: 17px;
    height: 50px;
}

.search-navbar__wrap.fixed .search-navbar__lang {
    height: 50px;
}

.search-navbar__wrap.fixed .search-navbar__lang .language_select {
    margin-top: 15px;
}

.search {
    position: relative;
}

.search-mob {
    display: none;
}

.search-checkbox {
    margin: 0;
    display: inline-block;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
}

.search-form {
    position: relative;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.search-form.open {
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
}

.search-form.open .search-btn__icon-arr {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.search-form.open .search-form__param {
    max-height: 1000px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-radius: 0 0 3px 3px;
}

.search-form__top {
    padding: 18px 0 27px;
    box-shadow: 0 0 12px 1px rgba(0,0,0,.09);
}

.search-form__top:after {
    display: table;
    clear: both;
    content: '';
}

.search-form__top-left {
    float: left;
}

.search-form__top-left:after {
    display: table;
    clear: both;
    content: '';
}

.search-form__top-right {
    float: right;
}

.search-form__top-right:after {
    display: table;
    clear: both;
    content: '';
}

.search-form__bottom {
    position: relative;
    padding: 23px 0 40px;
    background-color: #f9f9f9;
    box-shadow: 0 3px 5px rgba(0,0,0,.06) inset;
}

.search-form__bottom:after {
    display: table;
    clear: both;
    content: '';
}

.search-form__bottom .custom-checkbox input + span:before {
    margin-top: -10px;
    width: 19px;
    height: 19px;
}

.search-form__bottom .custom-checkbox input:checked + span:before {
    font-size: 11px;
    line-height: 16px;
}

.search-form__bottom .custom-checkbox input + span {
    padding-left: 25px;
}

.search-form__bottom .search-object {
    display: inline-block;
}

.search-form__bottom .search-object_params {
    margin-top: 30px;
    width: 220px;
}

.search-form__bottom .search-object_params li:first-of-type {
    border: none;
}

.search-form__bottom-left {
    float: left;
}

.search-form__bottom-left:after {
    display: table;
    clear: both;
    content: '';
}

.search-form__bottom-right {
    float: left;
}

.search-form__bottom-right:after {
    display: table;
    clear: both;
    content: '';
}

.search-form__bottom-right .search-checkbox {
    margin-bottom: 10px;
    display: table;
}

.search-form__bottom-right .search-checkbox_wrap {
    display: inline-block;
    width: 386px;
    vertical-align: top;
}

.nav-tabs.search-nav-tabs {
    margin: 0 0 7px;
    padding-left: 8px;
    border: none;
}

.nav-tabs.search-nav-tabs li {
    padding: 0 2px;
    list-style: none;
}

.nav-tabs.search-nav-tabs li a {
    padding: 3px 10px;
    display: inline-block;
}

.nav-tabs.search-nav-tabs li:hover a {
    color: #1b7bd5;
}

.nav-tabs.search-nav-tabs li.active a {
    color: #444;
    background-color: #ffd878;
    border-radius: 3px;
    box-shadow: inset -.8px -.6px 0 #f6c959;
}

.nav-tabs.search-nav-tabs li.active a,
.nav-tabs.search-nav-tabs li:hover a,
.nav-tabs.search-nav-tabs li a {
    text-decoration: none;
    border: none;
}

.search-form__param {
    position: absolute;
    z-index: 10;
    top: 100%;
    right: -1px;
    left: -1px;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: max-height .5s cubic-bezier(.77, 0, .175, 1);
    transition: max-height .5s cubic-bezier(.77, 0, .175, 1);
}

.search-form__wrap {
    display: flex;
    white-space: nowrap;
    display: inline-block;
    margin-top: 7px;
    margin-bottom: 7px;
}

.search-form__block {
    margin: 10px 14px 0 0;
    float: left;
    height: 37px;
    white-space: normal;
}

.search-form__block .help-block {
    margin-top: 1px;
    font-size: 11px;
    text-align: right;
}

.search-form__block--right {
    float: right;
}

.search-form .dropdown-menu {
    right: 0;
    left: auto;
}

.search-form .dropdown-menu li {
    padding: 0;
}

.search-form .dropdown-menu li.default a {
    color: #777;
}

.search-form .dropdown-menu li a {
    margin: 0;
    padding: 0 16px;
    font-size: 13px;
    line-height: 35px;
}

.search-form__table {
    display: table;
    width: 100%;
    height: 37px;
    table-layout: fixed;
}

.search-form__col {
    position: relative;
    display: table-cell;
    height: 37px;
    vertical-align: top;
    border-top: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.search-form__col:first-child {
    border-left: 1px solid #d7d7d7;
    border-radius: 3px 0 0 3px;
}

.search-form__col:last-child {
    border-radius: 0 3px 3px 0;
}

.search-object .btn-default:focus {
    background: #fff;
}

.search-object label {
    margin: 0 !important;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 19px;
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.search-object .custom-checkbox input + span:before {
    left: 14px;
}

.search-object .search-period {
    padding: 11px 11px 3px 14px;
    font-size: 12px;
    color: #333;
}

.search-object .search-period input {
    padding: 2px 6px;
    display: inline-block;
    width: 41px;
    height: 22px;
    font-size: 12px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    line-height: 12px;
}

.search-object .search-period span {
    margin: 0 0 0 11px;
    font-size: 12px;
    color: #777;
}

.search-object .dropdown-menu > li hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.search-object .dropdown-menu > li .row {
    margin-left: 9px;
    margin-right: 4px;
}

.search-object .dropdown-menu > li .row > div {
    padding-left: 5px;
    padding-right: 5px;
}

.search-btn,
.search-object,
.search-goust {
    position: relative;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
}

.search-type {
    width: 235px;
}

.search-button {
    margin-right: 0;
}

.search-category {
    width: 245px;
}

.search-goust {
    width: 91px;
}

.search-geo button {
    border-radius: 2px;
    line-height: 34px;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid #d7d7d7;
}

.search-geo .dropdown-menu li.footer button {
    margin: 6px 15px;
}

.search-geo .chosen-container-multi .chosen-choices {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown-menu.dropdown-menu-right {
    left: 0;
    right: inherit;
}

.dropdown-menu.dropdown-menu-right::before {
    left: 16px;
}

.search-goust .main-form__block-btn {
    padding-left: 9px;
}

.search-app {
    position: relative;
}

.search-app--short {
    font-size: 0;
}

.search-app--short .main-form__app-text {
    margin-left: 6px;
}

.search-app--short .main-form__app-label {
    width: 27px;
}

.search-area {
    width: 200px;
}

.search-cost,
.search-date {
    width: 220px;
}

.search-cost .main-form__block-input,
.search-date .main-form__block-input {
    padding: 0 9px;
}

.search-price {
    width: 111px;
}

.search-price .main-form__price-btn {
    padding: 0 2px 0 9px;
}

.search-tag {
    position: relative;
    margin-top: 5px;
    margin-left: 5px;
    padding-right: 20px;
    padding-left: 9px;
    float: left;
    min-width: 73px;
    height: 25px;
    cursor: pointer;
    background-color: #fff;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
}

.search-tag__text {
    font-size: 11px;
    line-height: 23px;
    color: #444;
}

.search-tag__close {
    position: absolute;
    top: 8px;
    right: 5px;
    display: none;
    width: 7px;
    height: 7px;
    background-image: url('../images/sprite.png');
    background-position: -581px -146px;
}

.search-tag__arr {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 7px;
    height: 4px;
    background-image: url('../images/sprite.png');
    background-position: -492px -200px;
}

.search-tag:first-child {
    margin-left: 0;
}

.search-tag.active {
    padding-right: 17px;
    background-color: #ffd878;
    border-color: #f2ca67;
}

.search-tag.active .search-tag__close {
    display: block;
}

.search-tag.active .search-tag__arr {
    display: none;
}

.search-tag__wrap {
    position: relative;
    margin-top: -5px;
}

.search-tag__wrap:after {
    display: table;
    clear: both;
    content: '';
}

.search-btn {
    margin-left: 27px;
    padding: 0 9px;
    display: inline-block;
    height: 25px;
    font-size: 11px;
    line-height: 23px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background-color: #1b7bd5;
    border: 1px solid #1973c8;
    border-radius: 3px;
}

.search-btn__icon-arr {
    margin-left: 4px;
    display: inline-block;
    width: 7px;
    height: 8px;
    vertical-align: middle;
    background-image: url('../images/sprite.png');
    background-position: -581px -130px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.search-param {
    position: relative;
    padding: 0 40px 25px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 2px rgba(0,0,0,.05) inset;
}

.search-param:after {
    display: table;
    clear: both;
    content: '';
}

.search-param__title {
    padding-top: 25px;
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: #222;
}

.search-param__line {
    margin-top: 8px;
    display: block;
}

.search-market {
    width: 210px;
}

.search-valute {
    width: 160px;
}

.search-valute__input {
    padding: 0;
    width: 100%;
    font-size: 13px;
    line-height: 35px;
    color: #3c3c3c;
    border: medium none;
    box-shadow: none;
}

.search-valute__select {
    padding: 4px 2px 4px 3px;
    height: 37px;
    border-top: 1px solid #d7d7d7;
}

.search-valute__select-wrap {
    display: table;
    width: 100%;
    height: 27px;
    table-layout: fixed;
}

.search-valute__radio {
    padding: 0 3px 0 2px;
    display: table-cell;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.search-valute__radio label,
.search-valute__radio span {
    display: block;
    height: 27px;
    font-size: 12px;
    line-height: 25px;
    color: #777;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 3px;
}

.search-valute__radio:hover label,
.search-valute__radio:hover span {
    background-color: #e7e7e7;
}

.search-valute__radio input {
    display: none;
}
.search-valute__radio input:checked + label,
.search-valute__radio.active span {
    font-weight: bold;
    color: #444;
    background-color: #ffd878;
    border: 1px solid #f2ca67;
}

.search-valute__line {
    position: relative;
    padding: 0 9px 0 34px;
    height: 36px;
    font-size: 13px;
    line-height: 35px;
    cursor: pointer;
    color: #333;
    border-top: 1px solid #d7d7d7;
}

.search-valute__line:before {
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    content: '';
    border: 1px solid #d7d7d7;
    border-radius: 8px;
}

.search-valute__line.active:after {
    position: absolute;
    top: 50%;
    left: 13px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    content: '';
    background-color: #1b7bd5;
    border-radius: 4px;
}

.search-map {
    position: relative;
    width: 100%;
    height: 100vh;
}

.search-map .object_item_wrapper {
    width: 300px !important;
}

.search-map__open {
    overflow: hidden;
    height: 100%;
}

.search-map__open .navbar_bg,
.search-map__open .breadcrumbs,
.search-map__open .container-search__top,
.search-map__open .container-search__tool {
    display: none;
}

.search-map__open .container-search {
    margin-top: 0;
}

.search-map__open .search {
    position: absolute;
    z-index: 100000;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.search-map__return {
    position: absolute;
    z-index: 100001;
    bottom: 28px;
    left: 50%;
    padding: 0 20px;
    display: inline-block;
    height: 36px;
    font-size: 13px;
    line-height: 34px;
    cursor: pointer;
    color: #444;
    background: #ffd878;
    border: 1px solid #f2ca67;
    border-radius: 3px;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.searchSpace .chosen-search-input {
    width: 100%;
}

.searchSpace ul.dropdown-menu {
    width: 460px;
}

.searchSpace ul.dropdown-menu > .dropdown-inner-bottom {
    padding: 0 0 8px 0 !important;
}

.searchSpace ul.dropdown-menu > .dropdown-inner-left,
.searchSpace ul.dropdown-menu > .dropdown-inner-right {
    display: inline-block;
    padding: 0 !important;
    vertical-align: top;
    border: none;
}

.searchSpace ul.dropdown-menu > .dropdown-inner-left {
    width: 269px;
}

.searchSpace ul.dropdown-menu > .dropdown-inner-right {
    padding-top: 8px !important;
}

.searchSpace ul.dropdown-menu > li {
    padding: 7px 20px !important;
    font-size: 12px;
    color: #333;
}

.searchSpace input[type="number"] {
    padding: 2px 6px;
    display: inline-block;
    width: 51px;
    height: 22px;
    font-size: 12px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
}

.searchSpace input[type="number"]:first-of-type {
    margin-left: 5px;
}

.searchSpace .chosen-container {
    min-width: 245px;
    margin-left: 14px;
    margin-top: 8px;
}

.searchSpace .dropdown-menu > li span {
    margin: 0 7px;
    font-size: 12px;
    color: #777;
}

.pagination-container > .row {
    margin: 0;
}

.chosen-container {
    position: relative;
    display: inline-block;
    min-width: 364px;
    height: 37px;
    font-size: 13px;
    line-height: 37px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    background-color: #fff;
}

.chosen-container:after {
    position: absolute;
    top: 2px;
    left: 1px;
    display: block;
    width: 20px;
    height: 30px;
    content: '';
    background-image: -webkit-linear-gradient(left, #fff 0%, transparent 150%);
    background-image:      -o-linear-gradient(left, #fff 0%, transparent 150%);
    background-image:         linear-gradient(to right, #fff 0%, transparent 150%);
}

.chosen-container .chosen-drop {
    position: absolute;
    z-index: 1010;
    top: 100%;
    clip: rect(0, 0, 0, 0);
    width: 100%;
    min-height: 37px;
    background-color: #fff;
    box-shadow: 0 0 9.8px .2px rgba(0,0,0,.07);
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
    padding-left: 2px;
    content: ':';
    vertical-align: top;
}

.chosen-container .chosen-results {
    position: relative;
    margin: 0 4px 4px 0;

    overflow-x: hidden;
    overflow-y: auto;
    max-height: 310px;
    color: #444;

    -webkit-overflow-scrolling: touch;
}

.chosen-container .scrollbar-outer {
    max-height: 260px;
}

#metro .chosen-container {
    min-width: 534px;
}

#metro .chosen-container .chosen-results {
    padding-right: 15px;
    padding-left: 15px;
    max-height: none;
}

#districts .chosen-container .chosen-results {
    overflow: hidden;
}

#districts .chosen-container .chosen-results {
    padding-right: 12px;
    padding-left: 12px;
}

#districts .chosen-container .chosen-results .col-md-6 {
    padding: 0;
}

#districts .col1_wrap {
    margin-right: 25px;
}

#districts .col2_wrap {
    padding-left: 25px;
}

.chosen-container .scroll-element.scroll-y .scroll-element_outer {
    width: 3px;
}

.chosen-container .scroll-element_track {
    background-color: #f5f5f5 !important;
}

.chosen-container .chosen-results li {
    margin: 0;
    padding: 8px 15px;
    display: none;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    border: none;
    -webkit-touch-callout: none;
}

#metro .chosen-container .chosen-results li {
    position: relative;
    padding: 4px 15px;
    padding-right: 0;
    font-size: 13px;
    color: #777;
}

#metro .chosen-container .chosen-results li:before {
    position: absolute;
    top: 50%;
    left: -1px;
    margin-top: -5px;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    background-color: #fff;
    border-radius: 50%;
}

#metro .chosen-container .chosen-results li:after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    background-color: #d51b31;
    border-radius: 50%;
}

#metro .chosen-container .chosen-results li.col2:after {
    background-color: #1b1464;
}

#metro .chosen-container .chosen-results li.col3:after {
    background-color: #197b30;
}

#districts .chosen-container .chosen-results li {
    padding: 4px 0;
}

#metro .chosen-container .chosen-results .col-md-4 {
    padding-right: 0;
}

#metro .chosen-container .chosen-results .col-md-4:first-of-type {
    padding-left: 0;
}

#metro .chosen-container .chosen-results .col-md-4:before {
    position: absolute;
    top: 18px;
    left: 18px;
    display: block;
    width: 2px;
    height: -webkit-calc(100% - 34px);
    height:         calc(100% - 34px);
    content: '';
    background-color: #d51b31;
}

#metro .chosen-container .chosen-results .col-md-4:first-of-type:before {
    left: 3px;
}

#metro .chosen-container .chosen-results .col-md-4.col2_wrap:before {
    background-color: #1b1464;
}

#metro .chosen-container .chosen-results .col-md-4.col3_wrap:before {
    background-color: #197b30;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    cursor: default;
    color: #ccc;
}

.chosen-container .chosen-results li.highlighted {
    color: #1b7bd5 !important;
    background-color: transparent;
}

.chosen-container .chosen-results li.no-results {
    display: list-item;
    line-height: 21px;
    color: #777;
    background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

.chosen-single {
    padding: 0 20px;
    display: block;
    width: 100%;
    height: 37px;
    line-height: 37px;
    text-decoration: none;
}

.chosen-single > div {
    display: none;
}

.chosen-container-multi .chosen-choices {
    position: relative;
    margin: 0;
    padding: 0 20px;
    overflow: hidden;
    width: 100%;
    height: 37px;
    line-height: 37px;
    cursor: text;
    white-space: nowrap;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
}

.chosen-container-multi .chosen-choices li {
    display: inline-block;
    list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type='text'] {
    margin: 1px 0;
    padding: 0;
    width: 25px;
    height: 25px;
    font-family: sans-serif;
    font-size: 100%;
    line-height: normal;
    color: #999;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 6px 9px 6px 0;
    padding: 5px 0;
    max-width: 100%;
    font-size: 13px;
    font-weight: 300;
    line-height: 15px;
    cursor: default;
    color: #222;
    border-radius: 3px;
    border: none;
}

.chosen-container-multi .chosen-choices li.search-choice:after {
    content: ',';
}

.chosen-container-multi .chosen-choices li.search-choice:hover:after {
    content: '';
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
    position: absolute;
    top: 3px;
    right: 0;
    display: none;
    width: 16px;
    height: 16px;
    padding: 0;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    width: 11px;
    height: 11px;
    border: 1px solid #e74c3c;
    border-radius: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice:hover {
    padding-right: 16px;
    color: #e74c3c;
}

.chosen-container-multi .chosen-choices li.search-choice:hover .search-choice-close,
.chosen-container-multi .chosen-choices li.search-choice:hover .search-choice-close:after {
    display: block;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
    top: 0;
    right: 0;
    width: 9px;
    height: 9px;
    content: '';
    background: url('/images/close.png') no-repeat 50% 50%;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    color: #666;
    background-color: #e4e4e4;
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image:      -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image:         linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    border: 1px solid #ccc;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
}

.chosen-container-multi .chosen-drop .result-selected,
#metro .chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    cursor: default;
    color: #ccc;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
}

.chosen-container-active .chosen-choices li.search-field input[type='text'] {
    color: #222 !important;
}

.chosen-disabled {
    cursor: default;
    opacity: .5 !important;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

.point {
    position: relative;
    width: 907px;
}

.point .modal-body {
    padding: 0;
}

.point .modal-header {
    padding-bottom: 0;
    border-bottom-width: 0;
}

.point .dropdown-menu {
    right: 0;
    left: auto;
}

.point .dropdown-menu li {
    padding: 0;
}

.point .dropdown-menu li.default a {
    color: #777;
}

.point .dropdown-menu li a {
    margin: 0;
    padding: 0 16px;
    font-size: 13px;
    line-height: 35px;
}

.point .btn-primary {
    padding: 0;
    width: 100%;
    line-height: 37px;
    text-align: center;
}

.point-count {
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    color: #e74c3c;
}

.point-content {
    position: relative;
    text-align: right;
}

.point-info {
    position: relative;
    margin-top: 83px;
    display: inline-block;
    width: 233px;
    height: auto;
    text-align: left;
    border-left: 1px solid #e1e1e1;
}

.point-info__block {
    position: relative;
    padding: 17px 30px;
    border-top: 1px solid #e1e1e1;
}

.point-info__block:first-child {
    border-top: 0;
}

.point-info__block.active .point-info__text {
    display: block;
}

.point-info__block.active .point-info__tags {
    display: none;
}

.point-info__block.active .point-info__btn {
    display: none;
}

.point-info__block.select .point-info__text {
    display: none;
}

.point-info__block.select .point-info__tags {
    display: block;
}

.point-info__block.select .point-info__btn {
    display: none;
}

.point-info__title {
    padding-bottom: 15px;
    font-size: 13px;
    line-height: 15px;
    color: #222;
}

.point-info__text {
    padding-bottom: 5px;
    display: none;
    font-size: 13px;
    font-style: italic;
    line-height: 16px;
    color: #777;
}

.point-info__tags {
    display: none;
}

.point-info__tags-wrap {
    margin-left: -5px;
}

.point-info__tags .search-tag {
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.point-info__tags .search-tag:first-child {
    margin-left: 5px;
}

.point-info__remove {
    margin-top: 11px;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    cursor: pointer;
    text-decoration: underline;
    color: #777;
}

.point-info__remove:hover {
    text-decoration: none;
}

.point-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    text-align: left;
}

.point-block.active {
    display: block;
}

.point-block__panel {
    position: relative;
    height: 83px;
    border-bottom: 1px solid #e1e1e1;
}

.point-block__wrap {
    position: absolute;
    top: 83px;
    right: 233px;
    bottom: 0;
    left: 0;
}

.point-filter {
    display: table;
    width: 100%;
    height: 82px;
}

.point-filter__select {
    padding: 0 30px;
    display: table-cell;
    width: 282px;
    text-align: left;
    vertical-align: middle;
    border-right: 1px solid #e1e1e1;
}

.point-filter__left {
    padding: 0 30px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.point-filter__right {
    padding: 0 30px;
    display: table-cell;
    width: 233px;
    text-align: left;
    vertical-align: middle;
    border-left: 1px solid #e1e1e1;
}

.point-filter__station {
    position: relative;
    float: left;
    width: 157px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
}

.point-filter__radius {
    position: relative;
    float: left;
    width: 110px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
}

.point-filter__radius-text {
    margin-right: 14px;
    margin-left: 22px;
    float: left;
    font-size: 13px;
    line-height: 37px;
    color: #222;
}

.point-filter__input {
    padding: 0 17px;
    width: 100%;
    height: 37px;
    font-size: 13px;
    line-height: 35px;
    color: #3c3c3c;
    border: none;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    box-shadow: none;
}

.point-metro__wrap {
    position: relative;
    padding: 0 30px 30px 30px;
    height: 100%;
}

.point-metro__wrap:after {
    display: table;
    clear: both;
    content: '';
}

.point-metro__wrap > .point-metro__station {
    position: relative;
    float: left;
    width: 50% !important;
    height: 100%;
}

.point-metro__branch {
    position: relative;
    float: left;
    width: 50%;
}

.point-metro__title {
    margin-top: 27px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #222;
}

.point-metro__list {
    position: absolute;
    top: 43px;
    right: 0;
    bottom: 0;
    left: 0;
}

.point-list {
    margin-top: 16px;
}

.point-list__wrap {
    position: relative;
    padding: 11px 30px 30px 30px;
    height: 100%;
}

.point-list__wrap:after {
    display: table;
    clear: both;
    content: '';
}

.point-list__wrap > .point-list {
    position: relative;
    width: 100% !important;
    height: 100%;
}

.point-list__item {
    padding-right: 20px;
    overflow: hidden;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #777;
}

.point-list__item:hover {
    color: #003d71;
}

.point-list__item.select {
    color: #e74c3c;
}

.point-list__item.select:after {
    margin-top: 4px;
    margin-left: 5px;
    display: inline-block;
    width: 13px;
    height: 13px;
    content: '';
    vertical-align: top;
    background-image: url('../images/sprite.png');
    background-position: -362px -195px;
}

.point-list__item.active {
    font-weight: bold;
    color: #777;
}

.b-404 {
    position: relative;
    margin-top: 40px;
    display: table;
    width: 100%;
}

.b-404__img {
    display: table-cell;
    width: 265px;
    height: 241px;
    text-align: left;
    vertical-align: middle;
    background-image: url('../images/404.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.b-404__wrap {
    padding-top: 35px;
    padding-right: 25px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.b-404__title {
    font-size: 48px;
    font-weight: 200;
    line-height: 48px;
    color: #444;
}

.b-404__text {
    padding-top: 20px;
    font-size: 22px;
    font-weight: 200;
    line-height: 34px;
    color: #444;
}

.b-404__search {
    height: 100%;
}

.b-404__search body {
    margin-bottom: 0;
    height: 100%;
}

.b-404__search-wrap {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.b-404__search-wrap .b-404 {
    margin-top: 40px;
}

.b-404__search-cell {
    padding: 20px 0 40px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.b-404__content {
    margin-top: 20px;
}

.offer-icon{
    float: right;
}

.offer-icon-left{
    float: left !important;
    margin-left: 15px
}

#searchNavbarDesktop .dropdown-toggle {
    margin: 0;
    width: 36px;
    height: 19px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: none;
    display: block;
    border: none;
}

#searchNavbarDesktop .dropdown-toggle span {
    position: absolute;
    top: 8px;
    left: 3px;
    display: block;
    width: 30px;
    height: 3px;
    background: #1b7bd5;
}

#searchNavbarDesktop .dropdown-toggle:before {
    position: absolute;
    top: 0;
    left: 3px;
    display: block;
    width: 30px;
    height: 3px;
    content: '';
    background: #1b7bd5;
}

#searchNavbarDesktop .dropdown-toggle:after {
    position: absolute;
    top: 16px;
    left: 3px;
    display: block;
    width: 30px;
    height: 3px;
    content: '';
    background: #1b7bd5;
}

.inverted_header #searchNavbarDesktop .dropdown-toggle span,
.inverted_header #searchNavbarDesktop .dropdown-toggle:before,
.inverted_header #searchNavbarDesktop .dropdown-toggle:after {
    background: #fff;
}

#searchNavbarDesktop .dropdown-menu {
    top: 47px;
    right: -25px;
}

#searchNavbarDesktop .dropdown-menu.blue-dropdown li:first-child::after {
    right: 49px;
    left: auto;
}

/* btn-outline start */
.btn-outline-success {
    color: #198754;
    border-color: #198754;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
/* btn-outline-end */

@media (min-width: 320px) {
    .container {
        width: 100%;
    }
}

@media all and (max-width: 767px) and (min-width: 480px) {
    .offer-icon{
        top: 51px;
        position: relative;
    }
    .main-form__app {
        font-size: 0;
    }

    .main-form__app .main-form__app-text {
        margin-left: 6px;
    }

    .main-form__app .main-form__app-label {
        width: 27px;
    }

    .main-form__type-label span {
        font-size: 11px;
    }

    .filters_section-wrap-valuts > .filters_section {
        display: table-cell !important;
    }

    .filters_section .form-group_razdel {
        padding-left: 5px;
        display: table-cell;
        white-space: nowrap;
    }

    .filters_section .form-group_object {
        padding-right: 5px;
        padding-left: 0;
        display: table-cell;
        width: 100%;
    }

    .filters_section .form-group_app .control-label {
        padding-right: 20px;
        display: table-cell;
    }

    .filters_section .form-group_app .filter_parameters {
        display: table-cell;
        width: 100%;
        white-space: nowrap;
    }

    .search-app {
        font-size: 0 !important;
    }

    .search-app .main-form__app-text {
        margin-left: 6px !important;
    }

    .search-app .main-form__app-label {
        width: 27px !important;
    }
}

@media (min-width: 992px) {
    .profile-payment .row > .col-sm-6 > .form-group {
        width: 100%;
        margin-bottom: 5px;
    }
    .container {
        width: 970px;
    }

    .container-search .container {
        padding-right: 40px;
        padding-left: 40px;
        width: 100%;
    }

    .search-form__param .container,
    .container-search .search-result_container,
    .container-search .pagination-container,
    .search.container {
        padding: 0 !important;
    }

    .pagination-container .object_item-page {
        margin-left: 35px !important;
    }

    #searchNavbar .main_menu {
        display: none !important;
    }

    .pagination-container .col-md-3:first-of-type {
        padding-right: 0;
    }

    .pagination-container nav {
        padding-right: 0;
        text-align: right;
    }

    #js-priceChangePopup {
        z-index: 1050;
        top: 0 !important;
        left: 0 !important;
        padding-top: 60px;
        width: 100% !important;
        height: 100vh !important;
        background-color: transparent;
    }

    #js-priceChangePopup > * {
        padding-right: 60px;
        padding-left: 60px;
        width: 740px;
        height: auto;
        background-color: #fff;
    }

    #js-priceChangePopup .main_menu-wrap {
        position: relative;
        margin: 0 auto;
        border: 1px solid rgba(0,0,0,.2);
    }

    #js-priceChangePopup .main_menu-wrap .menu-close {
        display: none;
    }

    #js-priceChangePopup .main_menu-wrap:first-of-type {
        padding-top: 60px;
        border-bottom: none;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    #js-priceChangePopup .main_menu-wrap:last-of-type {
        padding-bottom: 60px;
        border-top: none;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }
}

@media (min-width: 992px) and (max-width: 1277px) {
    .search-form__bottom-right .search-checkbox_wrap {
        width: 237px;
    }

    .searchSpace li {
        padding-right: 6px !important;
        padding-left: 6px !important;
    }

    .searchSpace input[type="number"] {
        width: 40px;
        height: 20px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}

@media (min-width: 1380px) {
    .pagination-container nav {
        padding-right: 148px;
    }
}

@media (min-width: 1900px) {
    .container-search .container,
    .search-navbar__wrap ~ footer .container,
    .search-navbar__wrap .container {
        padding-right: 50px;
        padding-left: 50px;
    }

    .search.container {
        padding: 0;
    }

    .search-form__param .container,
    .container-search .search-result_container {
        padding: 0;
    }

    .object_view,
    .object_info {
        width: 50%;
    }

    .object_items {
        width: 51.58%;
    }

    .map_objects {
        width: 48.42%;
    }

    .object_info .object_price {
        display: none;
    }

    .object_view .object_price {
        display: block;
    }

    .object_info-rieltor {
        margin-bottom: 0;
    }

    .search-app--short .main-form__app-label {
        width: 31px;
    }

    .search-form__bottom .search-object_params {
        margin-left: 10px;
        width: 252px;
    }

    .search-cost {
        width: 252px;
    }

    .search-object .search-period input {
        width: 51px;
    }

    .search-form__bottom-right .search-checkbox_wrap {
        width: 408px;
    }

    .pagination-container .object_item-page {
        margin-left: 50px !important;
    }

    .pagination-container nav {
        padding-right: 121px;
    }

    .chosen-container {
        min-width: 534px;
    }
}

@media all and (max-width: 1200px) {
    .popover-container.popover_map {
        right: 0;
        left: auto;
    }

    .popover-container.popover_map:before {
        right: 15px;
        left: auto;
        margin-right: -4px;
        margin-left: -7px;
        border-width: 7px;
    }

    .popover-container.popover_map:before,
    .popover-container.popover_map:after {
        right: 15px;
        left: auto;
    }
}

@media (max-width: 991px) {
    .page_description p {
        font-size: 14px;
    }

    .offer-icon{
        top: 51px;
        position: relative;
    }

    .navbar {
        text-align: center;
    }

    .navbar-header {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 !important;
        float: none !important;
    }

    .navbar-right {
        position: absolute;
        top: 0;
        right: 15px;
        margin-top: 0;
        float: none !important;
    }

    .navbar-collapse {
        margin: 0;
        margin-top: 50px;
        padding: 0;
        display: inline-block;
        float: none !important;
        border: none !important;
        box-shadow: none;
    }

    .navbar-toggle {
        margin-top: 15px;
        margin-left: 15px;
        float: left;
    }

    .navbar-brand__img {
        float: left;
    }

    .navbar-nav {
        margin: 0 !important;
        float: left;
    }

    .navbar-nav > li {
        margin: 0 5px;
    }

    .navbar-collapse {
        overflow: hidden !important;
        height: 0;
    }

    .navbar-collapse.in {
        height: auto;
    }

    .main_header {
        padding-top: 170px;
    }

    .main_header__offset {
        margin-top: -25px;
        padding-top: 25px;
    }

    .language_select {
        margin-top: 22px !important;
    }

    .social {
        text-align: left;
    }

    .object_title_wrapper h2 {
        font-size: 24px;
    }

    .object_title_wrapper .object_price {
        font-size: 32px;
    }

    .header_filters:after {
        display: table;
        clear: both;
        content: '';
    }

    .header_filters .btn-group {
        position: relative;
        margin: 0;
        margin-bottom: 15px;
        padding: 0 5px;
        float: left;
        width: 50%;
    }

    .header_filters .btn-group .btn {
        width: 100%;
    }

    .index-city-search {
        width: 100%;
    }

    .add-btn-wrap {
        float: none !important;
    }

    .add_adress_row > div {
        margin-bottom: 15px;
    }

    .form-horizontal {
        display: block;
    }

    .upload_rules {
        font-size: 10px;
    }

    .add-nav {
        margin: 0 -15px;
    }

    .file_drop_text {
        padding-right: 10px;
        padding-left: 10px;
    }

    .filters_info-tools {
        margin-left: 15px;
    }

    .filters_info-sort {
        margin: 0 0 0 15px !important;
    }

    .filters_info-tools__right {
        margin-left: 0;
    }

    .popover-container {
        display: none;
    }

    .object_items_gallery .object_item_wrapper {
        width: 45% !important;
    }

    .result-map__view-right,
    .result-map__view-left {
        display: block;
        float: none !important;
    }

    .result-map__view-right:after,
    .result-map__view-left:after {
        display: table;
        clear: both;
        content: '';
    }

    .map_filters {
        right: 0;
        left: 0;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    .hover_reveal {
        visibility: visible;
        opacity: 1;
    }

    .daily_header_filters {
        width: 100%;
    }

    .daily_header-town {
        margin-bottom: 10px;
        width: 100%;
    }

    .search-form__bottom-right .search-checkbox_wrap {
        margin-top: 20px;
        padding-left: 4px;
    }

    .search-form__bottom-right .search-checkbox_wrap .search-checkbox {
        margin-bottom: 18px;
    }

    .search-form__bottom-right .search-checkbox_wrap .search-checkbox:last-of-type {
        margin-bottom: 0;
    }

    .bootstrap-datetimepicker-widget {
        right: 0 !important;
        left: -32px !important;
        margin-top: 8px !important;
        padding: 0 !important;
        width: 290px !important;
    }

    .bootstrap-datetimepicker-widget.bottom:after {
        position: absolute;
        right: auto !important;
        left: 80px !important;
    }

    .datepicker-finish__offset {
        left: -146px !important;
    }

    .datepicker-finish__offset.bottom:after {
        right: auto !important;
        left: 200px !important;
    }
}

@media all and (min-width: 992px) {
    .container .card-container {
        margin-bottom: 9px;
    }
}

@media all and (max-width: 991px) {
    .filters_section-wrap > .filters_section {
        display: block;
    }

    .filters_section-wrap_mini .btn-group {
        width: 50%;
    }

    .filters_section-wrap_mini .btn-group:nth-child(2n) {
        padding-right: 0;
    }

    .filter_parameters_row a.link-dashed:before {
        content: '\A';
        white-space: pre;
    }

    .header_filters .btn-group:nth-child(1),
    .header_filters .btn-group:nth-child(2),
    .header_filters .btn-group:nth-child(3) {
        width: -webkit-calc(33% - 7px) !important;
        width:         calc(33% - 7px) !important;
    }

    .header_filters .btn-group:nth-child(3) {
        margin-right: 0 !important;
    }

    .header_filters .btn-group:nth-child(4),
    .header_filters .btn-group:nth-child(5) {
        width: -webkit-calc(50% - 48px) !important;
        width:         calc(50% - 48px) !important;
    }

    .main_header {
        margin-top: -70px !important;
        padding-top: 50px !important;
    }

    .agent-form {
        display: block;
        text-align: center;
    }

    .agent-form__form:after {
        top: 115px;
        right: 73px;
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .agent-form__left {
        padding-left: 0;
        display: inline-block;
        width: 187px;
    }

    .agent-form__right {
        padding-top: 70px;
        display: block;
        text-align: center;
    }

    .agent-form__text {
        padding-right: 0;
    }

    .agent-xml__title {
        padding-top: 20px;
    }

    .agent-main__title {
        font-size: 25px;
    }

    .agent-footer__text {
        font-size: 25px;
    }

    .b-404 {
        display: block;
    }

    .b-404__img {
        display: block;
        width: 100%;
        background-position: center center;
    }

    .b-404__wrap {
        margin-top: 40px;
        padding-top: 0;
        padding-right: 0;
        display: block;
    }

    .b-404__title {
        font-size: 32px;
        line-height: 32px;
        text-align: center;
    }

    .b-404__text {
        font-size: 16px;
        line-height: 28px;
    }

    .profile-mobile {
        display: block;
    }

    .profile-notice {
        display: none;
    }

    .profile__return {
        padding-right: 15px;
    }

    .profile__wrap {
        display: block;
        width: 100%;
    }

    .profile__title-wrap {
        margin-right: 0;
    }

    .profile__content {
        display: block;
        width: 100%;
    }

    .profile__aside {
        padding-left: 0;
        display: block;
        width: 100%;
        font-size: 0;
    }

    .profile__aside .profile-menu {
        display: none;
    }

    .profile-table {
        min-width: 610px;
    }

    .profile-table__wrap {
        margin: 0 15px;
        overflow-x: scroll;
        width: 578px;
    }

    .profile-reviews.edit {
        padding-bottom: 69px;
    }

    .profile-reviews__info {
        height: 51px;
    }

    .profile-reviews__info-input,
    .profile-reviews__info-max {
        display: block;
    }

    .profile-reviews__info-nosave,
    .profile-reviews__info-save {
        display: block;
    }

    .profile-menu {
        margin-top: 12px;
        padding-left: 15px;
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }

    .profile-menu:first-child {
        padding-right: 15px;
        padding-left: 0;
    }

    .profile-adv .profile-adv__return {
        opacity: 1;
    }

    .profile-adv .profile-adv__comment {
        opacity: 1;
    }

    .profile-adv .object_images_carousel_nav {
        opacity: 1;
    }

    .profile-fav .profile-fav__btn-remove {
        opacity: 1;
    }

    .profile-fav .profile-adv__comment {
        opacity: 1;
    }

    .container {
        padding-right: 25px;
        padding-left: 25px;
    }

    .filters_info-find {
        float: none !important;
    }

    .result-search .object_item .object_item_wrapper {
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
    }

    .result-search .object_item .object_item_wrapper > .col-md-6 {
        position: static;
    }

    .result-search .object_item .object_item_wrapper .object_info .object_info-desc {
        padding-top: 25px;
    }

    .result-search .object_item .object_price {
        position: absolute;
        top: 50px;
    }

    .result-search .object_item .object_info-rieltor {
        position: absolute;
        top: 30px;
        right: 15px;
    }

    .result-search .object_item .btn-tel {
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    .result-search .object_item .object_images_carousel_nav {
        top: auto;
        bottom: 86px;
        margin-top: 12px;
        opacity: 1 !important;
    }

    .result-search .object_item .object_images_carousel_nav.object_images_prev {
        left: 21px;
    }

    .result-search .object_item .object_images_carousel_nav.object_images_next {
        right: 21px;
    }

    .result-search .btn-tel {
        right: 30px;
        bottom: 15px;
    }

    .call > div {
        display: block;
        width: 100%;
    }

    .call-content__wrap > div {
        margin-bottom: 15px;
        display: block;
        width: 100%;
    }

    .container-shadow-top .about .col-sm-8 {
        width: 100% !important;
    }

    .container-shadow-top .about .col-sm-4 {
        display: none;
    }

    body {
        margin-bottom: 170px;
    }

    .flot {
        display: none;
    }

    .navbar-collapse {
        margin-top: 60px;
    }

    .main_menu .nav {
        display: none;
    }

    .user_menu {
        display: none;
    }

    #searchNavbar .search-navbar {
        padding-right: 25px;
        padding-bottom: 4px;
        padding-left: 25px;
    }

    #searchNavbar .search-navbar__logo {
        margin-top: 9px;
    }

    #searchNavbar .search-navbar__left,
    #searchNavbar .search-navbar__right {
        display: none;
    }

    #searchNavbar .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        text-align: left;
        background: #fff;
        box-shadow: 0 0 10px 1px rgba(0,0,0,.09);
    }

    #searchNavbar .navbar-collapse.collapse.in {
        z-index: 99;
        min-height: 100vh;
    }

    #searchNavbar .navbar-toggle {
        top: 16px;
        right: 28px;
        left: auto;
        margin: 0;
        width: 36px;
        height: 19px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background: none;
    }

    #searchNavbar .navbar-toggle span {
        position: absolute;
        top: 8px;
        left: 3px;
        display: block;
        width: 30px;
        height: 3px;
        background: #1b7bd5;
    }

    #searchNavbar .navbar-toggle:before {
        position: absolute;
        top: 0;
        left: 3px;
        display: block;
        width: 30px;
        height: 3px;
        content: '';
        background: #1b7bd5;
    }

    #searchNavbar .navbar-toggle:after {
        position: absolute;
        top: 16px;
        left: 3px;
        display: block;
        width: 30px;
        height: 3px;
        content: '';
        background: #1b7bd5;
    }

    .menu-mobile {
        padding-bottom: 30px;
        display: block;
    }

    .menu-mobile__item {
        margin-bottom: 5px;
        border: none;
        border-radius: 3px;
    }

    .menu-mobile__item .menu-mobile__link.active {
        background-color: #e8e8e8;
        border-radius: 3px;
    }

    .menu-mobile__item:hover,
    .menu-mobile__item:active {
        background-color: #e8e8e8;
    }

    .menu-mobile__item:hover:after,
    .menu-mobile__item:active:after {
        border-left-color: #444 !important;
    }

    .menu-mobile__item.contains-btn:hover,
    .menu-mobile__item.contains-btn:active {
        background: transparent !important;
    }

    .menu-mobile__item.contains-submenu:after {
        position: absolute;
        top: 14px;
        right: 26px;
        display: block;
        content: '';
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #bbb;
    }

    .menu-mobile__item.contains-submenu .collapsed {
        z-index: 54;
    }

    .menu-mobile__item .amount-events {
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -11px;
        padding: 4px 3px 5px;
        font-size: 12px;
        font-weight: 500;
        line-height: 1;
        color: #444;
        background-color: #ffd878;
        border-radius: 2px;
    }

    .menu-mobile__item.checkBox:hover {
        background: transparent;
    }

    .menu-mobile__item.checkBox:focus,
    .menu-mobile__item.checkBox:active {
        background: #e8e8e8;
    }

    .menu-mobile__item.checkBox .search-checkbox {
        padding: 12px 26px;
        display: block;
        width: 100%;
        height: auto;
        cursor: pointer;
    }

    .menu-mobile__item.checkBox .search-checkbox span {
        padding: 0;
        display: block;
        width: 100%;
        font-size: 15px;
        color: #444;
    }

    .menu-mobile__item.checkBox .search-checkbox span:before {
        right: 21px;
        left: auto;
    }

    .menu-mobile__link {
        padding: 12px 26px;
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 1;
        text-decoration: none;
        color: #444;
    }

    .menu-mobile__link:hover {
        cursor: pointer;
        color: #444;
    }

    .menu-mobile .selectedlist {
        padding: 0 26px 4px;
        cursor: pointer;
        color: #777;
    }

    #js-location .menu-mobile__link,
    #js-roominess .menu-mobile__link,
    #js-price .menu-mobile__link,
    #js-area .menu-mobile__link,
    #js-NoS .menu-mobile__link {
        padding-bottom: 8px;
    }

    .main_menu-wrap {
        padding: 18px 15px 17px;
        border-bottom: 5px solid #eee;
        text-transform: uppercase;
    }

    .main_menu-wrap:last-of-type {
        border: none;
    }

    .main_menu-location {
        padding: 18px 25px 17px;
    }

    .main_menu-location .chosen-container {
        margin: 0;
        width: 100% !important;
        min-width: 200px;
        height: auto;
    }

    .main_menu-location .chosen-container .chosen-results {
        max-height: 360px;
    }

    .main_menu-location .chosen-container .chosen-results li {
        position: relative;
        padding: 18px 30px 18px 61px;
        font-size: 14px;
    }

    .main_menu-location .chosen-container .chosen-results li:before {
        position: absolute;
        top: 15px;
        left: 16px;
        display: block;
        width: 24px;
        height: 21px;
        content: '';
        border: 1px solid #777;
        border-radius: 2px;
    }

    .main_menu-location .chosen-container .chosen-results li:hover:before {
        border-color: #1b7bd5;
    }

    .main_menu-location .chosen-container .chosen-results li.metro1:before {
        border-color: #d51b31;
    }

    .main_menu-location .chosen-container .chosen-results li.metro2:before {
        border-color: #1b1464;
    }

    .main_menu-location .chosen-container .chosen-results li.loc:after {
        position: absolute;
        top: 19px;
        left: 23px;
        display: block;
        width: 10px;
        height: 14px;
        content: '';
        background-image: url('/images/locations.png');
        background-repeat: no-repeat;
        background-position: 0 0;
    }

    .main_menu-location .chosen-container .chosen-results li.loc:hover:after {
        background-position: -10px 0;
    }

    .main_menu-location .chosen-container .chosen-results li.metro1:after,
    .main_menu-location .chosen-container .chosen-results li.metro2:after {
        position: absolute;
        top: 20px;
        left: 22px;
        display: block;
        width: 13px;
        height: 11px;
        content: '';
        background-image: url('/images/metro-logo.png');
        background-repeat: no-repeat;
        background-position: -13px 0;
    }

    .main_menu-location .chosen-container .chosen-results li.metro2:after {
        background-position: 0 0;
    }

    .main_menu-location .chosen-container-multi .chosen-results {
        padding: 0;
    }

    .main_menu-location .chosen-container-multi .chosen-choices {
        height: auto;
        white-space: normal;
    }

    .main_menu-location .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
        width: 102% !important;
    }

    .main_menu-location .chosen-container-multi li.search-choice {
        margin-right: 35px;
        font-size: 15px;
    }

    .main_menu-location .chosen-container-multi li.search-choice:after {
        display: none;
    }

    .main_menu-location .chosen-container-multi li.search-choice:hover {
        padding-right: 0;
    }

    .main_menu-location .chosen-container-multi li.search-choice:hover .search-choice-close:after {
        background-position: -15px 0;
    }

    .main_menu-location .chosen-container-multi li.search-choice .search-choice-close,
    .main_menu-location .chosen-container-multi li.search-choice .search-choice-close:after {
        right: -20px;
        display: inline-block;
        width: 15px;
        height: 15px;
        border: none;
    }

    .main_menu-location .chosen-container-multi li.search-choice .search-choice-close:after {
        right: 0;
        background: url('/images/close-sprite.png') no-repeat 50% 50%;
        background-position: 0 0;
    }

    .main_menu-price .filter_line--half {
        margin-right: 14px;
        width: -webkit-calc(50% - 48px);
        width:         calc(50% - 48px);
    }

    .main_menu-price .filter_line input {
        width: 76%;
    }

    .main_menu-price .filter_line .dropdown {
        display: inline-block;
    }

    .main_menu-price .filter_line .dropdown-menu {
        border: none;
        box-shadow: none;
    }

    .main_menu-price .filter_line .valute {
        margin-top: 2px;
        margin-right: -4px;
        padding: 0 8px;
        display: inline-block;
        font-size: 12px;
        line-height: 30px;
        cursor: pointer;
        text-decoration: none;
        color: #444;
        border: 1px solid #eee;
        border-radius: 4px;
    }

    .main_menu-price .filter_line .valute.active {
        margin-top: 0;
        font-weight: 700;
        background-color: #ffd878;
        border: none;
        box-shadow: inset -1px -1px 0 #f6c959;
    }

    .main_menu-price .filter_line .valute.active:active {
        background-color: #f5d171;
    }

    .main_menu-price .filter_line .valute:active {
        background-color: #f3f3f3;
    }

    .menu-close {
        padding-left: 48px;
        display: inline-block;
        font-size: 17px;
        font-weight: 400;
        line-height: 1;
        cursor: pointer;
        color: #444;
        background: transparent url('/images/right-arrow.png') no-repeat 18px 50%;
    }

    .search-mob {
        padding-top: 21px;
        display: block;
    }

    .search-mob .dropdown-menu {
        max-width: 100%;
    }

    .search-mob .dropdown-menu > li > a {
        white-space: normal;
    }

    .search-mob .chosen-container {
        margin: 15px 0 9px;
        width: 100% !important;
        min-width: 260px;
        height: auto;
        background-color: #fff;
    }

    .search-mob .chosen-container .chosen-results li {
        color: #777;
    }

    .search-mob .chosen-container .chosen-results li.result-selected {
        color: #ccc;
    }

    .search-mob .chosen-search-input {
        margin-top: 15px;
        margin-left: 3%;
        padding: 0 15px;
        width: 94%;
        height: 34px;
        border: 1px solid #eee;
        border-radius: 4px;
        box-shadow: none;
    }

    .search-mob .chosen-single + .chosen-drop {
        margin-top: 5px;
    }

    .search-mob .chosen-container-single {
        border: 1px solid #c3c3c3;
        border-radius: 3px;
    }

    .search-mob .chosen-container-single span {
        color: #444;
    }

    .search-mob .chosen-container-active.chosen-container-single.open {
        border: 1px solid #2681d6;
    }

    .search-mob .chosen-container-multi .chosen-results {
        padding: 0;
    }

    .search-mob .chosen-container-multi .chosen-choices {
        height: auto;
        white-space: normal;
    }

    .search-mob .chosen-container-multi li.search-choice:after {
        display: none;
    }

    .search-mob .chosen-container-multi li.search-choice:hover {
        padding-right: 0;
    }

    .search-mob .chosen-container-multi li.search-choice:hover .search-choice-close:after {
        background-position: -15px 0;
    }

    .search-mob .chosen-container-multi li.search-choice .search-choice-close,
    .search-mob .chosen-container-multi li.search-choice .search-choice-close:after {
        top: 2px;
        right: -23px;
        display: inline-block;
        width: 15px;
        height: 15px;
        border: none;
    }

    .search-mob .chosen-container-multi li.search-choice .search-choice-close:after {
        right: 0;
        background: url('/images/close-sprite.png') no-repeat 50% 50%;
        background-position: 0 0;
    }

    .search-mob .search,
    .search-mob .search-form__block {
        margin: 0;
        width: -webkit-calc(58.75% - 10px) !important;
        width:         calc(58.75% - 10px) !important;
    }

    .search-mob .search:first-of-type,
    .search-mob .search-form__block:first-of-type {
        margin-right: 20px;
        width: -webkit-calc(41.25% - 10px) !important;
        width:         calc(41.25% - 10px) !important;
    }

    .object_title_section {
        max-width: -webkit-calc(100% - 35px);
        max-width:         calc(100% - 35px);
    }

    .object_title,
    .object_price {
        font-size: 16px;
    }

    .obj-actions {
        position: absolute;
        top: -6px;
        right: 10px;
        display: block;
    }

    .obj-actions__btn {
        right: 0;
        display: block;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .obj-actions__btn:active {
        background-color: #eee;
        border-radius: 2px;
    }

    .obj-actions__btn:before,
    .obj-actions__btn:after,
    .obj-actions__btn span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -2px;
        margin-left: -2px;
        display: block;
        width: 4px;
        height: 4px;
        background-color: #d0d0d0;
        border-radius: 50%;
    }

    .obj-actions__btn:before,
    .obj-actions__btn:after {
        margin-top: 0;
        content: '';
    }

    .obj-actions__btn:before {
        top: 6px;
    }

    .obj-actions__btn:after {
        top: auto;
        bottom: 6px;
    }

    .obj-actions .obj-control {
        position: absolute;
        z-index: 99;
        top: 34px;
        right: -22px;
        padding: 4px 0;
        display: none;
        width: 170px;
        background-color: #fff;
        border-radius: 3px;
        box-shadow: 0 0 12px 1px rgba(0,0,0,.08);
    }

    .obj-actions .obj-control__link {
        padding: 10px 20px;
        display: block;
        font-size: 13px;
        text-decoration: none;
        color: #666;
    }

    .obj-actions .obj-control__link:hover,
    .obj-actions .obj-control__link:active {
        background-color: #e8e8e8;
        border-radius: 3px;
    }

    .object_items {
        padding: 0;
        border: none;
        box-shadow: 0 0 10px 1px rgba(0,0,0,.07);
    }

    .object_item_wrapper:hover {
        border-color: transparent;
    }

    .pagination-container {
        padding: 0;
        text-align: center;
    }

    .pagination > li a {
        padding: 8px 11px;
    }

    .filters_info-find {
        text-transform: none;
        color: #333;
    }

    .filters_info-tools {
        margin-right: 30px !important;
    }

    .filters_info-tools,
    .filters_info-sort {
        margin-left: 0 !important;
        color: #777;
    }

    .object_item .marks {
        top: 38px;
        right: 25px;
    }

    .object_item .object_images {
        width: 100%;
    }

    .object_info .small.grey a {
        font-size: 11px;
        font-weight: 400;
        line-height: 18px;
        text-decoration: none;
        color: #777;
    }

    .clear-filters {
        position: absolute;
        top: 12px;
        right: 25px;
        padding: 5px 12px;
        display: block;
        font-size: 12px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        text-transform: uppercase;
        color: #555;
        border: 1px solid #888;
        border-radius: 4px;
    }

    .clear-filters:active {
        background-color: #f9f9f9;
        border-color: #bbb;
    }

    .search,
    nav.navbar,
    .icon-warning,
    .filters_header,
    .object_list_actions,
    .header-wrap > .navbar,
    .page_description-open,
    .search-navbar__btn--mob,
    .object_item_wrapper .close {
        display: none;
    }

    #searchNavbar .navbar-brand__img {
        background-image: url('../images/svg/logo.svg');
    }

    .inverted_header #searchNavbar,
    .navbar_bg #searchNavbar,
    #js-searchFilters {
        display: block;
    }

    .object_description:after {
        position: absolute;
        right: 0;
        bottom: 0;
        display: block;
        width: 60px;
        height: 23px;
        content: '';
        background-image: -webkit-linear-gradient(right, #fff 0%, rgba(255,255,255,0) 100%);
        background-image:      -o-linear-gradient(right, #fff 0%, rgba(255,255,255,0) 100%);
        background-image:         linear-gradient(to left, #fff 0%, rgba(255,255,255,0) 100%);
    }

    .filter_line {
        padding: 16px 20px;
    }

    .filter_line--half {
        position: relative;
        padding-bottom: 1px;
        display: inline-block;
        width: -webkit-calc(50% - 20px);
        width:         calc(50% - 20px);
        color: #777;
        border-bottom: 1px solid #c3c3c3;
    }

    .filter_line--half.active {
        border-bottom: 1px solid #2782d7;
    }

    .filter_line--half:first-of-type {
        margin-right: 36px;
    }

    .filter_line span {
        margin-bottom: 11px;
        display: block;
        font-size: 14px;
        color: #444;
    }

    .filter_line span.filter-area {
        position: absolute;
        right: 0;
        bottom: 2px;
        margin: 0;
        padding-top: 2px;
        padding-left: 4px;
        font-size: 12px;
        color: #777;
        background-color: #fff;
    }

    .filter_line input {
        display: inline-block;
        width: 73%;
        color: #444;
        border: none;
    }

    .call-modal {
        padding: 0;
    }

    .call-modal .modal-content {
        border-radius: 4px;
    }

    .call-modal .modal-content,
    .call-modal .modal-dialog,
    .call-modal .call {
        width: 100%;
        max-width: 100%;
        min-height: -webkit-calc(100vh - 36px);
        min-height:         calc(100vh - 36px);
    }

    .call-modal .modal-dialog {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .call-modal button.close {
        margin: -8px 15px 0 0;
        border: 3px solid #fff;
        box-shadow: -3px 2px 4px 1px rgba(0,0,0,.18);
    }

    .call-content__title {
        font-size: 16px;
    }

    .call-request h4,
    .call-content h4 {
        font-size: 15px;
    }

    .call-content__wrap > div {
        margin-bottom: 0;
    }

    #callStatus {
        padding-bottom: 0;
    }

    .call-result {
        margin-right: 25px;
        margin-bottom: 10px;
        margin-left: 25px;
        width: -webkit-calc(100% - 50px) !important;
        width:         calc(100% - 50px) !important;
        height: 100%;
    }

    #callResult {
        background-color: #fff;
        box-shadow: -5px 3px 8px 2px rgba(0,0,0,.13);
    }

    .claim {
        width: 100%;
        background: transparent;
    }

    .claim__btn {
        margin-top: 40px;
        width: 100%;
    }

    #callSubmit {
        width: 100%;
    }

    .call-form__line {
        padding-left: 15px;
    }

    .claim__input {
        margin-top: 20px;
    }

    .call-form__line label {
        display: none;
    }

    .call-form__line label + .col-xs-8 {
        width: 100%;
    }

    .closeModal-mob {
        position: relative;
        z-index: 4;
        margin-bottom: 2px;
        padding: 17px 64px;
        display: block;
        font-size: 18px;
        line-height: 1;
        cursor: pointer;
        text-align: left;
        color: #424242;
        background: #fff url('/images/right-arrow.png') no-repeat 41px 50%;
        border-radius: 4px;
    }

    .closeModal-mob + .modal-content {
        min-height: -webkit-calc(100vh - 88px);
        min-height:         calc(100vh - 88px);
    }

    .closeModal-mob + .modal-content button.close {
        display: none;
    }

    .call-btn {
        position: fixed;
        z-index: 1;
        bottom: 10px;
        left: 20px;
        width: -webkit-calc(100% - 40px);
        width:         calc(100% - 40px);
    }

    .call-btn button,
    button.call-btn {
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        text-transform: uppercase;
        color: #333;
        background-color: #ffd878;
        border-radius: 4px;
        box-shadow: inset -1px -1px 0 #f6c959;
    }

    .call-btn a {
        font-size: 18px;
        text-align: center;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .call-btn button:before,
    button.call-btn:before {
        position: relative;
        margin-right: 11px;
        display: inline-block;
        width: 14px;
        height: 14px;
        content: '';
        background: url('/images/sprite/telefon.png') no-repeat;
        background-size: 14px 14px;
        margin-bottom: -1px;
    }

    .call-btn button:active,
    button.call-btn:active {
        background-color: #efc868;
        box-shadow: inset -1px -1px 0 #f6c959;
    }

    #callMain {
        overflow: visible;
    }

    #js-mapPopup .main_menu-wrap,
    #js-priceChangePopup .main_menu-wrap {
        margin-bottom: 2px;
        background: #fff;
        border: none;
        border-radius: 3px;
    }

    #js-mapPopup .main_menu-wrap button.close,
    #js-priceChangePopup .main_menu-wrap button.close {
        display: none;
    }

    #js-mapPopup .main_menu-wrap:last-of-type,
    #js-priceChangePopup .main_menu-wrap:last-of-type {
        padding: 0;
        height: -webkit-calc(100% - 56px);
        height:         calc(100% - 56px);
    }

    #js-mapPopup .main_menu-wrap:last-of-type .map,
    #js-priceChangePopup .main_menu-wrap:last-of-type .map {
        border-radius: 3px;
    }

    #js-mapPopup:before,
    #js-priceChangePopup:before {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        content: '';
        background-color: #34434f;
        opacity: .95;
    }

    #js-mapPopup .close-menu,
    #js-priceChangePopup .close-menu {
        border-bottom: 2px solid #27414e;
    }

    #js-priceChangePopup .main_menu-wrap:last-of-type {
        padding: 30px 25px;
    }

    #abuseStatus {
        margin-top: 0;
        padding-top: 0;
    }

    #abuseStatus .closeModal-mob {
        position: relative;
        z-index: 7;
        top: -16px;
        left: -40px;
        width: -webkit-calc(100% + 70px);
        width:         calc(100% + 70px);
        background-color: #fff;
    }

    #abuseStatus .closeModal-mob:after {
        position: absolute;
        z-index: 5;
        bottom: 0;
        left: 0;
        display: block;
        width: -webkit-calc(100% + 80px);
        width:         calc(100% + 80px);
        height: 2px;
        content: '';
        background-color: #27414e;
        opacity: .95;
    }

    #callRequest {
        position: fixed;
        z-index: 100;
        top: 10vh;
        left: 10%;
        margin: 0;
        margin-top: -15px;
        padding: 0 40px;
        width: 80%;
        height: 100vh;
        text-align: left;
        background: #fff;
        box-shadow: 0 0 10px 1px rgba(0,0,0,.09);
    }

    #callRequest .call__text {
        margin-top: 37px;
    }

    #callRequest .closeModal-mob {
        position: relative;
        z-index: 7;
        left: -40px;
    }

    #callRequest .closeModal-mob:after {
        position: absolute;
        z-index: 5;
        bottom: 0;
        left: 0;
        display: block;
        width: -webkit-calc(100% + 80px);
        width:         calc(100% + 80px);
        height: 2px;
        content: '';
        background-color: #27414e;
        opacity: .95;
    }

    #cityPopup .modal-body .city_search .form-control {
        margin-left: 0;
        width: 100%;
    }

    #cityPopup .modal-body .city_letter_wrapper {
        margin-right: 0;
        margin-left: 45px;
    }

    .search-navbar {
        padding-bottom: 8px;
        height: auto !important;
    }

    .search-navbar__user {
        border-right: none;
    }

    .search-navbar__radio .main-form__type {
        margin-top: 0;
    }

    .main_menu.collapsing {
        display: block !important;
    }

    .navbar-toggle {
        display: block !important;
    }

    .navbar-collapse.collapse {
        overflow: hidden !important;
    }

    .navbar-collapse.collapse:not(.in) {
        height: 0 !important;
    }

    .container .card-container {
        margin-left: -25px;
        width: -webkit-calc(100% + 50px);
        width:         calc(100% + 50px);
    }

    .controller-user.container > .container {
        padding: 0;
    }

    .sm-vis {
        display: block;
    }

    .object_price_wrapper .object_price {
        display: none;
    }

    .object_title_wrapper {
        position: relative;
    }

    .object_title_wrapper .obj-actions {
        top: 3px;
        right: 25px;
    }

    .object_title_wrapper .obj-actions__btn:before,
    .object_title_wrapper .obj-actions__btn:after,
    .object_title_wrapper .obj-actions__btn span {
        background-color: #acacac;
    }

    .object_title_wrapper h2 {
        font-weight: 500;
        color: #333;
    }

    .object_current_image {
        height: auto;
    }

    .object_current_image .object_images_carousel {
        height: auto;
    }

    .object_current_image .object_images_carousel li {
        width: 100%;
        height: auto;
    }

    .object_price_details {
        display: none;
    }

    .object_map {
        position: relative;
        background: #000;
    }

    .object_map iframe {
        height: 63px;
        opacity: .3;
    }

    .object_map .look-at-map {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -14px;
        margin-left: -65px;
        display: block;
        width: 130px;
        height: 28px;
        font-size: 10px;
        font-weight: 500;
        line-height: 28px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        background: #1b7bd5;
        border-radius: 4px;
        box-shadow: inset -1px -1px 0 #196ebe;
    }

    .main-form__bottom {
        padding-right: 7px;
    }

    .main-form__block {
        width: -webkit-calc(50% - 10px) !important;
        width:         calc(50% - 10px) !important;
    }

    .main-form__block--full-width {
        width: -webkit-calc(100% - 10px) !important;
        width:         calc(100% - 10px) !important;
    }

    .main-form__top {
        padding-top: 7px;
        padding-right: 7px;
    }

    .main-form__top-wrap {
        display: block;
        height: auto;
    }

    .main-form__top-wrap:after {
        display: table;
        clear: both;
        content: '';
    }

    .main-form__col {
        margin-top: 10px;
        margin-right: 10px;
        display: block;
        float: left;
        width: -webkit-calc(50% - 10px);
        width:         calc(50% - 10px);
        height: 37px;
        border: 1px solid #d7d7d7 !important;
        border-radius: 3px !important;
    }

    .main-form__type {
        margin-top: 4px;
    }

    .main-form__btn {
        top: 64px;
        bottom: auto;
        width: -webkit-calc(50% - 22px);
        width:         calc(50% - 22px);
    }

    .icon-print,
    .col-xs-hidden {
        display: none;
    }

    .search-navbar__radio {
        margin-top: 5px;
        margin-left: 0;
        display: none;
        background-color: #fff;
    }

    .search-navbar__radio .main-form__type {
        margin-top: 0;
    }

    .search-navbar__right {
        right: 52px;
    }

    .search-navbar__right-no-login {
        right: 15px;
    }

    .search-navbar__right-no-login .search-navbar__user {
        margin: 0 5px;
        display: block;
        width: 16px;
        border: none;
    }

    .search-navbar__right-no-login .search-navbar__user a {
        margin-top: 23px;
        display: block;
        width: 16px;
        height: 16px;
        font-size: 0;
        background-image: url('../images/svg/login.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }

    .search-navbar__user {
        display: none;
    }

    .search-navbar__wrap {
        height: auto;
        max-height: none;
    }

    .search-navbar .navbar-toggle {
        position: absolute;
        top: 20px;
        right: 0;
        margin-top: 0;
        width: 26px;
        height: 22px;
        background-image: url('../images/svg/toggle.svg');
        background-repeat: no-repeat;
        background-size: contain;
        border: none;
    }

    .search-app {
        font-size: 13px;
    }

    .search-app .main-form__app-text {
        margin-left: 10px;
    }

    .search-app .main-form__app-label {
        width: 34px;
    }

    .search-tag {
        margin-right: 14px;
        margin-bottom: 7px;
        margin-left: 0;
    }

    .search-tag:last-child {
        margin-right: 2px;
    }

    .search-param__line {
        margin-top: 17px;
    }

    .search-form__block {
        width: -webkit-calc(50% - 10px) !important;
        width:         calc(50% - 10px) !important;
    }

    .search-form__block--right {
        float: left;
    }

    .controller-search {
        margin-top: 54px;
    }

    .map_objects {
        display: none;
    }

    .object_info {
        padding-right: 5px;
        padding-left: 5px;
    }

    .object_items {
        width: 100%;
    }

    .search-form__param .container {
        padding: 0;
    }

    .search-param {
        padding: 0 15px;
    }

    .chosen-container {
        margin-left: 8px;
        min-width: 320px;
    }

    .searchSpace {
        margin-left: 0;
    }

    .filters_info-find,
    .filters_info-tools,
    .filters_info-sort {
        margin: 0;
        margin-bottom: 10px;
    }

    #metro .col-md-4 {
        padding: 0;
    }

    #metro .col-md-4:before {
        left: 3px !important;
    }

    #districts .col-md-6 {
        float: left;
        width: 50%;
    }

    #districts .col1_wrap,
    #districts .col2_wrap {
        padding: 0;
    }

    .search-form__bottom-right .search-checkbox {
        margin-bottom: 10px;
    }

    .search-form__bottom .search-object_params {
        width: 100%;
    }
}

@media all and (max-width: 768px) {
    body {
        font-size: auto;
    }
}

@media all and (max-width: 767px) {
    body {
        margin-bottom: 280px;
    }

    .profile-stats_graph {
        display: none;
    }

    .profile-delivery__edit {
        overflow: hidden;
        height: 20px;
    }

    .profile-delivery__check {
        -webkit-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    .profile-menu {
        margin-top: 36px;
        padding: 0 !important;
        display: block;
        width: 100%;
    }

    .profile-menu:first-child {
        margin-top: 12px;
    }

    .profile__title-wrap {
        padding-bottom: 37px;
        height: 74px;
    }

    .profile-search {
        top: 37px;
        left: 0;
        width: auto;
    }

    .profile-table__wrap {
        width: 418px;
    }

    .profile-adv__info,
    .profile-adv__edit {
        padding-left: 19px;
    }

    .profile-adv__image {
        display: block;
        overflow: hidden;
        width: 100%;
    }

    .profile-adv__image-wrap img {
        height: auto;
        -webkit-transform: translateY(-webkit-calc(-50% + 105px));
        -o-transform: translateY(calc(-50% + 105px));
        transform: translateY(calc(-50% + 105px));
    }

    .profile-adv__content {
        display: block;
    }

    .profile-adv_horisontal .profile-adv__image {
        display: block;
        overflow: initial;
        width: 100%;
    }

    .profile-adv_horisontal .profile-adv__image-wrap {
        width: 100%;
    }

    .profile-adv_horisontal .profile-adv__content {
        display: block;
    }

    .profile-fav__price {
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        left: 15px;
        padding: 0;
    }

    .profile-product > .row {
        position: relative;
    }

    .profile-product__btn {
        padding-top: 5px;
    }

    .profile-product__name {
        margin-top: 25px;
    }

    .profile-product__info {
        padding-bottom: 31px;
    }

    .profile-product__price {
        position: absolute;
        top: 27px;
        right: 0;
        left: 0;
    }

    .profile-product__btn {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .profile-product__title {
        position: relative;
        display: inline-block;
        overflow: hidden;
        max-width: -webkit-calc(100% - 27px);
        max-width:         calc(100% - 27px);
        height: 26px;
        font-size: 18px;
        vertical-align: middle;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .profile-manag__mess {
        margin-left: 0;
        width: 100%;
    }

    .profile-manag__bottom-right {
        position: absolute;
        right: 0;
    }

    .profile-feed__menu-item {
        padding: 10px 6px;
    }

    .profile-table th {
        padding: 0 5px;
    }

    .profile-table th:first-child {
        padding: 0 5px;
    }

    .profile-table td {
        padding: 0 5px;
    }

    .profile-table td:first-child {
        padding: 0 5px;
    }

    .profile-reviews.edit {
        padding-bottom: 101px;
    }

    .profile-reviews__info {
        height: 93px;
    }

    .profile-reviews__info-nosave {
        margin-left: 0;
    }

    .profile-reviews__right {
        text-align: left !important;
    }

    .filters_section .form-group {
        margin-bottom: 0;
        padding-top: 10px;
    }

    .filters_section .form-group .control-label {
        padding-right: 0;
        padding-left: 0;
    }

    .filters_section .form-group .control-label_mob-hide {
        display: none;
    }

    .object_items_gallery .object_item_wrapper {
        width: -webkit-calc(100% - 30px) !important;
        width:         calc(100% - 30px) !important;
    }

    .object_item .marks {
        position: relative;
        top: 0;
        right: 0;
    }

    .result-search-map .result-search_form {
        position: relative;
        right: auto;
        left: auto;
        margin: 10px auto;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }

    .agent-main {
        padding-top: 225px;
        padding-bottom: 75px;
    }

    .agent-main__title {
        padding: 0;
    }

    .agent-benefit__top {
        padding-top: 20px;
        text-align: center;
    }

    .agent-footer__col {
        padding: 0;
    }

    .modal-dialog {
        margin: 15px;
        width: auto;
        max-width: -webkit-calc(100% - 30px);
        max-width:         calc(100% - 30px);
    }

    .modal-dialog .city_list li {
        width: 100%;
    }

    .city_first_letter {
        margin-right: 15px;
    }

    .footer_content .language_select {
        display: block;
    }

    .search-tag[data-href='#pointMicro'] {
        display: none;
    }

    .search-tag[data-href='#pointAttract'] {
        margin-left: 0;
    }

    .search-tag__wrap {
        max-width: 265px;
    }

    .container-search .breadcrumbs {
        display: none;
    }

    .breadcrumbs {
        position: relative;
        margin-top: 5px;
        overflow: hidden;
        white-space: nowrap;
        color: #1b7bd5;
    }

    .breadcrumbs:before,
    .breadcrumbs:after {
        position: absolute;
        top: 0;
        right: 15px;
        display: block;
        width: 40px;
        height: 25px;
        content: '';
        background-image: -webkit-linear-gradient(right, #eee 0%, rgba(255,255,255,0) 100%);
        background-image:      -o-linear-gradient(right, #eee 0%, rgba(255,255,255,0) 100%);
        background-image:         linear-gradient(to left, #eee 0%, rgba(255,255,255,0) 100%);
    }

    .breadcrumbs:before {
        z-index: 3;
        right: -25px;
        background-color: #eee;
    }

    .breadcrumbs a,
    .breadcrumbs span {
        font-size: 11px;
        color: #1b7bd5;
    }

    .object_title_wrapper h2 {
        font-size: 18px;
    }

    .object_title_wrapper .small {
        margin-top: 4px;
        font-size: 12px;
    }

    .object_details .xs-date,
    .object_details .col-xs-12 {
        display: block;
    }

    .object_details .xs-date span {
        display: block;
        line-height: 18px;
    }

    .object_details .xs-hidden {
        display: none;
    }

    .object_details__row:first-of-type {
        padding-top: 18px !important;
        padding-bottom: 16px !important;
    }

    .object_details__row:first-of-type a.grey {
        font-size: 12px;
        color: #888;
    }

    .object_details__row .cost {
        font-size: 20px;
        font-weight: 700;
        line-height: 18px;
        color: #1d7cd5;
    }

    .xs-hidden {
        display: none;
    }

    .xs-vis {
        display: block;
    }

    .object_details__row {
        margin: 0;
        padding: 0;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        border-bottom: 1px solid #eee;
    }

    .object_details__row > div.col-xs-6 {
        font-size: 13px;
        font-weight: 500;
        line-height: 18px;
        text-align: right;
        color: #333;
    }

    .object_details__row > * {
        margin: 0;
        padding: 0;
    }

    .object_details__row > p {
        margin: 10px 0;
    }

    .object_details td {
        padding: 0 24px;
        border: none;
    }

    .filters_header h3 {
        font-size: 20px;
    }
}

@media all and (max-width: 639px) {
    body {
        font-size: auto;
    }

    .modal-dialog {
        margin: 15px 10px !important;
    }

    .point-block {
        position: relative;
        width: 100%;
    }

    .point-block__panel {
        height: auto;
    }

    .point-block__panel .point-filter {
        padding: 10px 0;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: auto;
    }

    .point-block__panel .point-filter__select {
        padding: 0 30px;
        display: block;
        width: 100%;
        border: none;
    }

    .point-block__panel .point-filter__station {
        margin-bottom: 10px;
        width: 100%;
    }

    .point-block__panel .point-filter__left {
        padding: 1px 30px;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
    }

    .point-block__panel .point-filter__left input {
        margin: 8px 0;
    }

    .point-block__panel .point-filter__radius {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 53%;
    }

    .point-block__panel .point-filter__radius-text {
        margin-left: 4px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 40%;
    }

    .point-block__panel .point-filter__right {
        padding: 0 30px;
        display: block;
        width: 100%;
        border: none;
    }

    .point-block__panel .point-filter__right .btn {
        margin-top: 8px;
    }

    .point-block__wrap {
        position: relative;
        top: 0;
        right: 0;
    }

    .point-block__wrap .point-metro__branch {
        float: none;
        width: 100%;
    }

    .point-block__wrap .point-metro__station {
        float: none;
        width: 100% !important;
    }

    .point-block__wrap .point-metro__list {
        position: relative !important;
        top: 0;
    }

    .point-info {
        margin-top: 0;
        width: 100%;
    }
}

@media all and (max-width: 479px) {
    .navbar-right {
        right: 5px;
    }

    .navbar-right .nav li {
        margin: 0 4px;
    }

    .profile-load__text {
        display: block;
    }

    .profile-table__wrap {
        width: 258px;
    }

    .profile-manag__status {
        float: none;
    }

    .profile-manag__mess {
        display: none;
    }

    .profile-manag__bottom {
        padding-top: 10px;
    }

    .profile-manag__bottom .btn {
        margin: 5px 0 0 0;
    }

    .profile-manag__bottom-left,
    .profile-manag__bottom-right {
        position: relative;
        float: none;
    }

    .profile-delivery__edit {
        overflow: initial;
        height: auto;
    }

    .profile-delivery__check {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }

    .profile-product__title {
        font-size: 15px;
    }

    .main_header h1.text-center {
        font-size: 32px;
    }

    .main_header h2.text-center {
        font-size: 22px;
    }

    .main_header .header_filters_wrapper {
        margin-top: 60px;
    }

    .main_header .header_filters_nav {
        position: relative;
    }

    .main_header .header_filters_nav li:last-child {
        position: absolute;
        top: -30px;
        right: 0;
        display: block;
    }

    .container-shadow-top h2 {
        padding-right: 60px;
        font-size: 22px;
    }

    .nav-pills.add-nav > li {
        width: 100%;
    }

    .nav-pills.add-nav > li > a:hover {
        background: none;
    }

    .file_drop_area {
        margin: 70px 0 50px;
    }

    .result-search .object_item .object_item_wrapper {
        padding-bottom: 45px;
    }

    .result-search .object_item .object_item_wrapper > .col-md-6 {
        padding-right: 0;
        padding-left: 0;
    }

    .result-search .object_item .object_item_wrapper .swiper-prev {
        bottom: 116px;
        left: 7px;
    }

    .result-search .object_item .object_item_wrapper .swiper-next {
        right: 7px;
        bottom: 116px;
    }

    .result-search .object_item .object_item_wrapper .object_title {
        display: inline-block;
        overflow: hidden;
        max-width: 215px;
        font-size: 15px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .result-search .object_item .object_info-rieltor {
        top: auto;
        right: auto;
        bottom: 15px;
        left: 15px;
    }

    .result-search .object_item .btn-tel {
        right: 15px;
    }

    .filters_section-wrap > .filters_section {
        display: block;
    }

    .filters_section-wrap_mini .btn-group {
        padding-right: 0;
        width: 100%;
    }

    .header_filters .btn-group:nth-child(1),
    .header_filters .btn-group:nth-child(2),
    .header_filters .btn-group:nth-child(3),
    .header_filters .btn-group:nth-child(4) {
        margin-right: 0 !important;
        width: 100% !important;
    }

    .header_filters .btn-group:nth-child(5) {
        margin-right: 10px !important;
        width: -webkit-calc(100% - 85px) !important;
        width:         calc(100% - 85px) !important;
    }

    .agent-main__title {
        font-size: 20px;
        line-height: 32px;
    }

    .agent-main__btn {
        padding-right: 15px;
        padding-left: 15px;
        font-size: 12px;
    }

    .agent-footer__text {
        font-size: 20px;
        line-height: 32px;
    }

    .agent-benefit__row {
        margin-top: 20px;
    }

    .agent-benefit__title {
        font-size: 25px;
    }

    .agent-price__title {
        margin-bottom: 25px;
        font-size: 25px;
    }

    .object_description {
        display: block !important;
        max-height: 78px !important;
    }

    .object_item-page {
        margin-left: 0 !important;
    }

    .object_current_image {
        height: auto;
    }

    .object_current_image img {
        width: 100%;
    }

    .object_current_image .object_images_carousel {
        height: 100%;
        max-height: 250px;
    }

    .object_current_image .object_images_carousel li {
        width: 100%;
        height: 100%;
    }

    .social a:first-child:before {
        content: '\A';
        white-space: pre;
    }

    .bootstrap-tagsinput {
        white-space: normal;
    }

    .filters_section .form-group_app .custom-checkbox {
        margin-right: 10px !important;
    }

    .main-form__block {
        width: -webkit-calc(100% - 10px) !important;
        width:         calc(100% - 10px) !important;
    }

    .main-form__col {
        width: -webkit-calc(100% - 10px);
        width:         calc(100% - 10px);
    }

    .main-form__btn {
        top: 158px;
        width: -webkit-calc(100% - 34px);
        width:         calc(100% - 34px);
    }

    .main-form__top {
        padding-bottom: 64px;
    }

    .search-form__block {
        width: -webkit-calc(100% - 10px) !important;
        width:         calc(100% - 10px) !important;
    }

    .navbar_bg .navbar-header {
        top: -2px;
        left: 5px;
    }

    .navbar_bg .navbar-header .navbar-brand__img {
        margin-left: 10px;
    }

    .navbar_bg .navbar-nav .pr-15 {
        padding-right: 10px !important;
    }

    .navbar_bg .navbar .language_select {
        right: 5px;
    }

    .navbar_bg .navbar-right {
        margin-top: 1px !important;
        margin-right: 36px !important;
    }

    .navbar_bg .navbar-toggle {
        position: absolute;
        top: 22px;
        left: 302px;
        margin-top: 0;
        width: 28px;
        height: 24px;
        background: #fff url('../images/svg/toggle.svg') no-repeat;
        border: none;
    }

    .navbar_bg .navbar-toggle:hover {
        background-color: #f7f7f7;
        border: none;
    }

    .navbar_bg .navbar-toggle:focus {
        background-color: #fff;
    }

    .navbar_bg .navbar-toggle span {
        display: none;
    }

    .object_item_wrapper {
        padding: 25px 10px 15px;
    }

    .hover_reveal .btn {
        margin-right: 5px !important;
        margin-bottom: 7px;
    }

    .btn-tel {
        bottom: 5px;
    }

    .search-tag {
        margin-left: 5px !important;
        float: left !important;
    }

    .search-form__bottom-left {
        margin-left: -5px !important;
        float: none !important;
    }

    .search-form__bottom-right {
        margin-top: 5px;
        float: none !important;
    }
}

@media all and (max-width: 370px) {
    .call-phone-show__btn {
        margin-top: 10px;
        margin-left: 0;
    }

    .operator_select.js-search-select {
        width: 160px;
    }
}

@media all and (max-width: 359px) {
    .navbar_bg .navbar-toggle {
        left: 263px;
    }
}
