@font-face {
    font-family: 'icomoon';
    font-display: swap;
    src: local('sans-serif'), url('../fonts/icomoon.eot?5zewk9');
    src: local('sans-serif'), url('../fonts/icomoon.eot?5zewk9#iefix') format('embedded-opentype'),
    local('sans-serif'), url('../fonts/icomoon.ttf?5zewk9') format('truetype'),
    local('sans-serif'), url('../fonts/icomoon.woff?5zewk9') format('woff'),
    local('sans-serif'), url('../fonts/icomoon.svg?5zewk9#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Verdana';
    font-display: swap;
    /*src: url('../fonts/verdana.woff') format("truetype");*/
    src: local('sans-serif'), url('../fonts/verdana.eot');
    src: local('sans-serif'), url('../fonts/verdana.eot') format('embedded-opentype'),
    local('sans-serif'), url('../fonts/verdana.ttf') format('truetype'),
    local('sans-serif'), url('../fonts/verdana.woff') format('woff'),
    local('sans-serif'), url('../fonts/verdana.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-display: swap;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-usd-syb:before {
    content: "\e904";
}
.icon-amd-syb:before {
    content: "\e903";
}
.icon-eur-syb:before {
    content: "\e901";
}
.icon-rub-syb:before {
    content: "\e902";
}
.icon-gel-syb:before {
    content: "\e900";
}
.icon-house-pluse:before {
    content: "\e905";
}
.icon-apartment:before {
    content: "\e906";
}
.icon-house:before {
    content: "\e907";
}
.icon-commercial:before {
    content: "\e908";
}
.icon-land:before {
    content: "\e909";
}
img:not([src]) {
    visibility: hidden;
}
/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
    img:-moz-loading {
        visibility: hidden;
    }
}

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

body{
    font-family: 'Verdana', sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight: 400;
    color: #333333;
    font-size: 14px;
    background: #f7f7f7;
    display: block !important;
    overflow-x: hidden;
    word-break: break-word;
}
.form-control{
    font-size: 12px;
    border-radius: 0;
}
.input-group-addon{
    height: 34px;
    border-radius: 0;
}
input.form-control{
    height: 34px;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus{
    box-shadow: none;
}
.custom-control-input.is-valid~.custom-control-indicator,
.was-validated .custom-checkbox .custom-control-input:valid~.custom-control-indicator {
    background-color: transparent;
}
.was-validated .form-control:valid{
    border-color: #ced4da;
}
.g-recaptcha {
    display: inline-block;
    max-width: 100%;
    transform: scale(0.93);
    -webkit-transform: scale(0.93);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.btn-select.bs-invalid{
    border-color: #dc3545;
}
.is-invalid .g-recaptcha{
    border: 1px solid #dc3545;
}
.form-control.is-invalid{
    border-color: #dc3545 !important;
}

.btn-select.dropdown-toggle::after{
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none;
    vertical-align: -2px;
    position: absolute;
    right: 9px;
    width: auto;
    top: 50%;
    margin-top: -8px;
}

label {
    margin-bottom: .2rem;
}
.btn{
    border-radius: 0;
    cursor: pointer;
    padding: .344rem .75rem;
}
.btn.disabled,
.btn:disabled{
    cursor: default;
}
/*.btn *{
    transition: all .15s ease-in-out;
}*/
.btn:focus{
    box-shadow: none;
}
.btn-group-cs>.btn,
.btn-cs{
    padding: .375rem 1rem;
    font-size: .75rem;
    line-height: 1.7;
    height: 34px;
    border-radius: 0;
    font-weight: 600;
    background: #f7f7f7;
}
.btn-radius{
    border-radius: 17px;
}

.btn-green {
    color: #fff;
    background-color: #71b200;
    border-color: #6aa700;
}
.btn-green:hover {
    color: #fff;
    background-color: #609505;
    border-color: #5d9005;
}
.btn-gray {
    color: #fff;
    background-color: gray;
    border-color: #71b200;
}
.btn-light-gray{
    color: #6b6b6b;
    background-color: #f3f3f3;
    border-color: #dedede;
}
.btn-light-gray:hover{
    color: #6b6b6b;
    background-color: #f3f3f3;
    border-color: #dedede;
}
.btn-green-transparent {
    color: #71b200;
    background-color: transparent;
    border-color: #71b200;
}
.btn-green-transparent:hover {
    color: #609505;
    border-color: #609505;
}
.btn-pink{
    color: #ffffff;
    background-color: #f23c64;
    border-color: #f23c64;
}
.btn-pink:hover{
    color: #ffffff;
    background-color: #e3365c;
    border-color: #e3365c;
}
.btn-blue{
    color: #ffffff;
    background-color: #408fc6;
    border-color: #408fc6;
}
.btn-blue:hover{
    color: #ffffff;
    background-color: #3484bc;
    border-color: #3484bc;
}
.btn-blue-white{
    color: #408fc6;
    background-color: #ffffff;
    border-color: #408fc6;
}
.btn-blue-white:hover{
    color: #3484bc;
    background-color: #ffffff;
    border-color: #3484bc;
}

.btn-pink-transparent{
    color: #f23c64;
    background-color: transparent;
    border-color: #f23c64;
}
.btn-pink-transparent:hover{
    color: #ffffff;
    background-color: #e3365c;
}
.btn-gray-transparent{
    color: #666666;
    background-color: transparent;
    border-color: #ced4da;
}
.btn-gray-transparent:hover{
    color: #ffffff;
    background-color: #6f6f6f;
}

.btn-link.btn-cs{
    padding: 0;
    height: auto;
    font-size: 14px;
    color: #777777;
    text-decoration: none;
}
.btn-link.btn-cs:hover{
    color: #545252;
}
.btn-add-remove{
    width: 34px;
    height: 34px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    font-size: 15px;
    line-height: 21px;
}
.add-remove-btn-box{
    max-width: 65px;
}
.btn-add{
    background: #edf4f9;
    border: 1px solid #bad6ea;
    color: #5297c9;
}

.a-link-blue{
    color: #5382ae;
    transition: all .15s ease-in-out;
}
.a-link-blue:hover,
.a-link-blue:focus,
.a-link-blue:active{
    color: #3e6a92;
}

.a-link-gray{
    color: #777;
    transition: all .15s ease-in-out;
}
.a-link-gray:hover,
.a-link-gray:focus,
.a-link-gray:active{
    color: #3e6a92;
}
.a-link-hover-green:hover,
.a-link-hover-green:focus,
.a-link-hover-green:active{
    color: #71b200;
}
.btn-loader{
    position: relative;
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
}

.view-content img{
    max-width: 100% !important;
    height: auto !important;
}
.view-content div{
    width: auto !important;
}

.login-fb-btn{
    padding: 0 1rem 0 0;
}
.login-fb-btn span{
    display: inline-block;
    background: rgba(255,255,255, 0.4);
    width: 34px;
    margin-left: -1px;
    top: -1px;
    position: relative;
    font-size: 15px;
    line-height: 34px;
    vertical-align: middle;
    margin-right: .5rem;
}

.addon-cs .input-group-addon{
    position: absolute;
    border: none;
    background: 0 0;
    z-index: 4;
    width: 34px;
    text-align: center;
    color: #cccccc;
    font-size: 14px;
}
.addon-cs.addon-right .input-group-addon{
    right: 0;
}
.addon-cs.addon-left input{
    padding-left: 34px;
}
.addon-cs.addon-right input{
    padding-right: 34px;
}

.i-asterisk{
    color: #ff0101;
}
.group-i-asterisk{
    position: relative;
}
.group-i-asterisk:before{
    content: '*';
    position: absolute;
    color: #ff0101;
    right: 10px;
    /*top: 50%;*/
    top: 16px;
    line-height: 8px;
    z-index: 2;
}
.group-i-asterisk input{
    padding-right: 28px;
}
.checkbox-cs.group-i-asterisk:before{
    top: 5px;
    right: 5px;
}
.select-picker.group-i-asterisk:before{
    right: 25px;
    z-index: 3;
}
.addon-right.group-i-asterisk:before{
    right: 25px;
    z-index: 5;
}
.bootstrap-select>.dropdown-toggle{
    padding-right: 24px;
}
.group-i-asterisk.bootstrap-select>.dropdown-toggle{
    padding-right: 30px;
}
.checkbox-cs.group-i-asterisk .custom-control-description{
    padding-right: 15px;
}

.intl-tel-input{
    display: block;
}
.alert{
    border-radius: 0;
}
.alert-fix{
    position: fixed;
    right: 0;
    top: 10%;
    min-width: 200px;
    padding-right: 45px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 10;
}
.alert-dismissible .close {
    padding: .7rem 1rem;
    cursor: pointer;
}

.modal-notification .modal-header{
    padding-top: 3px;
    padding-bottom: 3px;
}

.modal-notification .modal-body .fa{
    font-size: 22px;
    vertical-align: middle;
    margin-right: 7px;
}
.modal-notification .success{
    color: #155724;
}

.checkbox-cs .custom-control-indicator{
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border: 1px solid #d3d3d3;
    border-radius: 2px;
    outline: none !important;
    box-shadow: none !important;
}
.checkbox-cs .custom-control-description{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.was-validated .checkbox-cs .custom-control-input:checked~.custom-control-indicator,
.checkbox-cs .custom-control-input:checked~.custom-control-indicator{
    background-color: #71acd5;
    border-color: #71acd5;
}
.checkbox-btn,
.radio-btn,
.form-inline .checkbox-btn,
.form-inline .radio-btn{

    height: 34px;
    /*line-height: 34px;*/
    border: 1px solid #ced4da;
    color: #666666;
    padding-left: 2.3rem;
    padding-right: .5rem;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
    font-size: 14px;
    background: #ffffff;
}
.checkbox-btn.active,
.radio-btn.active{
    color: #408fc6;
    background: #edf4f9;
    border-color: #c1daec;
}
.checkbox-btn .custom-control-indicator,
.radio-btn .custom-control-indicator{
    top: 50%;
    margin-top: -9px;
    left: .5rem;
}

.checkbox-btn.checkbox-height-auto,
.radio-btn.radio-height-auto{
    height: auto;
    min-height: 34px;
    white-space: normal;
    max-width: 100%;
    text-align: left;
}
.checkbox_app{
    margin-bottom: 1rem;
}
.checkbox_app label{
    margin-bottom: 0;
}
.checkbox_app .checkbox-btn{
    padding-left: 3.5rem;
}
.checkbox_app .custom-control-icon{
    left: 2.1rem;
}
.custom-control:last-child{
    margin-right: 0;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    display: block;
}
.btn-select{
    background-color: transparent;
    border: 1px solid #ced4da;
    outline: none !important;
    padding: .375rem .75rem;
    font-weight: 400;
    color: #333333 !important;
}
.bootstrap-select .btn-select.dropdown-toggle:focus,
.bootstrap-select.select-picker button{
    outline: none !important;
    border: 1px solid #ced4da;
}
/*.btn-select.bs-placeholder{
    color: #868e96 !important;
}*/
/*******************************
********** HEADER ***********
********************************/

header{

    background: #fff;
    /*box-shadow: 0 0px 10px 0px #b0b0b2;
    position: relative;
    padding: 0 24px;
    z-index: 4;*/
}
header .navbar-nav{
    font-weight: 600;
    font-size: .75rem;
}
header .header-buttons .btn{
    font-weight: 600;
    font-size: 13px;
    line-height: 21px;
}
header .header-buttons i{
    font-size: 16px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
}
header .header-buttons i.icon-house-pluse {
    font-size: 17px;
}
.navbar-brand img{
    height: 41px;
    background: none;
}
.navbar{
    padding: 0;
}
.navbar-light .nav-menu .nav-link{-
    color: #5c5c5c;
    text-transform: uppercase;
}
.navbar-light .nav-menu .nav-link span{
    position: relative;
}
.navbar-light .nav-menu .nav-item:hover span:before{
    content: '';
    position: absolute;
    height: 1px;
    width: 50px;
    background: #71b200;
    left: 0;
    right: 0;
    bottom: -.5rem;
    margin: auto;
}
.header-contact-info{
    white-space: nowrap;
    margin-left: 2%;
}
.header-contact-info .fa-volume-control-phone{
    font-size: 18px;
    margin-right: 5px;
    color: #868686;
}
.header-contact-info .title{
    font-size: 13px;
    font-weight: 400;
    vertical-align: middle;
    margin-right: .5rem;
    color: #868686;
}
.fa-volume-control-phone.rotate{
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.header-contact-info span{
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #060606;
}
.item-view-page .header-contact-info{
    display: none;
}
#header_menu li{
    margin: 0 .5rem;
    position: relative;
}
#header_menu li:last-child{
    margin-right: 0;
    margin-left: 0;
}
#header_menu li.nav-item{
    padding-top: .5rem;
    padding-bottom: .5rem;
}
#header_menu li.nav-item:hover .nav-link{
    color: #71b200;
}
#login_modal .modal-dialog{
    max-width: 420px;
    margin: 10px auto;
}
.modal-content{
    overflow: hidden;
    background: #fafafa;
}
.modal-header{
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f0f0f0;
}
.modal-title{
    font-size: 17px;
    text-transform: uppercase;
    color: #484848;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.close{
    position: absolute;
    right: 15px;
}
.modal-header .close,
.modal-header .close:active,
.modal-header .close:focus{
    outline: none;
}
#login_form{
    padding: .5rem 2rem;
}

.forgot-password-link{
    font-size: 13px;
}
.hr-line{
    position: relative;
    text-align: center;
    margin-bottom: .5rem;
}
.hr-line:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #e7e7e7;
}
.hr-line span{
    background: #fafafa;
    position: relative;
    z-index: 1;
    padding: 0 10px;
    font-size: 14px;
    color: #c0c0c0;
}
hr.dot{
    border-style: dashed;
}
.dialog-register-text{
    color: #949494;
    font-size: 12px;
}

.sub_menu{
    position: absolute;
    background: #ffffff;
    padding: 1rem 1.5rem;
    margin-left: -290px;
    width: 580px;
    left: 50%;
    margin-top: .5rem;
    box-shadow: 0 0 10px #888888;
    z-index: 5;
    display: none;
}
:lang(ru) .sub_menu{
    width: 670px;
}
.navbar-light .nav-menu .nav-item:hover .sub_menu{
    display: flex;
}
.sub_menu>div.col{
    padding-right: 2rem;
}
.sub_menu>div.col:last-child{
    padding-right: 0;
}
.sub_menu ul{
    list-style: none;
    padding: 0;
}
.sub_menu .last-col ul{
    margin-right: 0;
}
#header_menu .sub_menu ul li{
    margin: 0.3rem 0;
    padding-right: 2rem;
    border-right: 2px dashed #ccc;
    white-space: nowrap;
}
#header_menu .sub_menu .last-col ul li{
    padding-right: 0;
    border: none;
}

.meu-col-title{
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.header-gray-line{
    background: #f6f6f6;
    margin-left: -24px;
    margin-right: -24px;
}
.language{
    position: relative;
    z-index: 3;
}
.currency{
    margin-right: 3px;
    position: relative;
    z-index: 3;
}
a.current-language,
a.current-currency{
    background: #e6e6e6;
    display: inline-block;
    text-decoration: none;
    padding: 0.4rem 1rem;
    color: #727272;
}
a.current-currency i{
    font-size: 12px;
}
.current-language img{
    width: 24px;
}
.drpdown-cs{
    position: absolute;
    top: 100%;
    padding-top: 5px;
}
.drpdown-cs .popover-body{
    background: #ffffff;
    box-shadow: 0 0 10px #888;
    padding: 1.5rem;
}
.drpdown-cs.right-0{
    right: 5px;
}
.drpdown-cs-bottom .arrow{
    position: absolute;
    width: .8rem;
    height: .4rem;
    z-index: 3;
    left: 0px;
    right: 0px;
    margin: auto;
    margin-top: 5px;
}
.drpdown-cs-bottom .arrow::before,
.drpdown-cs-bottom .arrow::after{
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
}
.drpdown-cs-bottom .arrow::before{
    content: "";
    border-width: .7rem;
    top: -.7rem;
    border-bottom-color: rgba(0,0,0,.25);
    margin-left: -.7rem;
    border-top-width: 0;
}
.drpdown-cs-bottom .arrow::after{
    content: "";
    border-width: .7rem;
    top: calc((.7rem - 1px) * -1);
    border-bottom-color: #fff;
    margin-left: -.7rem;
    border-top-width: 0;
}
.show-in-hover{
    display: none;
    z-index: 2;
}
.language:hover .show-in-hover,
.currency:hover .show-in-hover{
    display: block;
}
.language ul,
.currency ul{
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}
.language ul img{
    width: 24px;
    margin-right: 8px;
}
.currency ul i{
    font-size: 12px;
    margin-right: 8px;
}
.language ul li,
.currency ul li{
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: .4rem;
    padding-bottom: .4rem;
}
.language ul li:last-child,
.currency ul li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.language ul li a,
.currency ul li a{
    color: #333333;
    text-decoration: none;
}
.favourites{
    position: relative;
    margin-right: 3px;
    width: 50px;
    text-align: center;
}
.favourites .fa{
    font-size: 22px;
}
.favourites a{
    color: #e7094a;
}
.favourites span{
    background: #9d9d9d;
    position: absolute;
    right: 4px;
    bottom: 0;
    font-size: 10px;
    width: 18px;
    padding: 0;
    height: 18px;
    line-height: 18px;
    text-align: center;
    display: none;
}
.favourites.active .fa:before {
    content: "\f004";
}
.favourites.active span{
    display: block;
}
a.profile-header-thumb{
    display: inline-block;
    text-decoration: none;
}
.profile-header-thumb span{
    width: 34px;
    height: 34px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #dfdfdf;
}
.profile-header-thumb .fa{
    color: #484848;
    margin-left: 5px;
    font-size: 14px;
    vertical-align: middle;
}
.profile-header-block .dropdown-header{
    padding: 0;
    font-size: 13px;
    color: #494949;
}
.profile-header-block .dropdown-header small{
    font-size: 12px;
    color: #a5a5a5;
    display: block;
    margin-top: 3px;
}
.profile-header-block .dropdown-item{
    padding: .5rem 1rem;
    font-size: 13px;
    color: #666666;
}
.profile-header-block .dropdown-item .fa{
    color: #b1b1b1;
    margin-right: 5px;
}
.profile-header-block .dropdown-item:before{
    content: '';
    position: relative;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    z-index: 1;
    top: -.5rem;
    display: block;
}
.profile-header-block .dropdown-item:first-child:before{
    background: transparent;
}
.content-section{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
header .breadcrumb{
    padding: 6px 0;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    font-size: 12px;
}
#page_breadcrumb .breadcrumb .icon-house{
    font-size: 14px;
    margin-right: 3px;
}
.header-fix header{
    position: fixed;
    width: 100%;
    top: 0;
}
.header-fix{
    padding-top: 132px;
}
.header-fixed header{
    top: -52px;
}

/*******************************
********** SEARCH FORM ***********
********************************/
.search-block select.form-control{
    display: none;
}
.search-block{
    margin-left: -24px;
    margin-right: -24px;
    position: relative;
    z-index: 2;
}
.search_property_type{
    padding: 0 24px;
    text-transform: uppercase;
    position: absolute;
    top: -32px;
}
.search_property_type .btn-secondary:not(.active):before{
    content: '';
    height: 16px;
    width: 1px;
    background: #c3c3c3;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -1px;
}
.search_property_type i{
    font-size: 18px;
    vertical-align: top;
    margin-right: 5px;
    display: inline-block;
}
.search_property_type i.icon-apartment {
    font-size: 19px;
}
.search_property_type i.icon-land{
    font-size: 21px;
    line-height: 18px;
}
.search_property_type span{
    vertical-align: middle;
}
/*.search_property_type .btn-group{
    margin-top: -45px;
}*/
.search_property_type .btn-secondary{
    color: #5e5e5e;
    background-color: transparent;
    border-color: transparent;
    font-size: 13px;
    margin-bottom: 0;
}
.search_property_type .btn-secondary:not([disabled]):not(.disabled).active,
.search_property_type .btn-secondary:not([disabled]):not(.disabled):active{
    color: #51a800;
    background-color: #ffffff;
    border-color: #efefef;
    border-bottom-color: #ffffff;
    box-shadow: none;
}
.search-form-content{
    box-shadow: 0 -1px 3px 0 #eaeaea;
    padding: 7px 24px 0 24px;
}
.search-form-content>div{
    margin-bottom: 7px;
}

.search_item_type button{
    color: #333333 !important;
    background: #f3f3f3 !important;
    text-transform: uppercase;
    min-width: 170px;
    box-shadow: inset 0 0 0 1px black;
}
.search-form-content .search-col{
    margin-left: -1px;
    position: relative;
}
.search-form-content .search-col .search-label-icon{
    position: absolute;
    z-index: 3;
    left: 10px;
    color: #a6a6a6;
    font-size: 14px;
    top: 50%;
    margin-top: -7px;
}
.search-form-content .search-col .search_price_icon.search-label-icon i{
    font-size: 13px;
    margin-left: -1px;
    vertical-align: top;
    display: inline-block;
}
.search-form-content .search-col.search-col-is-icon button{
    padding-left: 25px;
}
.search-label-icon .icon-amd-syb{
    font-size: 12px;
}
.search-form-content .checkbox-cs .custom-control-description{
    font-size: 13px;
}

.search_regions button,
.search_districts button,
.search_price button{
    min-width: 170px !important;
    /*max-width: 200px;*/
    max-width: 100%;
}
.search_beds button,
.search_floors button,
.search_propose button,
.search_propose_land button{
    min-width: 130px !important;
    /*max-width: 140px;*/
}
button .filter-option{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#search_id {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

#search_more_options{
    margin: 0 5px;
    color: #408fc6;
    background-color: #edf4f9;
    border-color: #bad6ea;
    font-weight: 400;
    font-size: 13px;
}
#search_more_options:not(.collapsed){
    height: auto;
    color: #5297c9!important;
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #edf4f9;
    border-color: #edf4f9;
    border-bottom-color: #bad6ea;
    border-top: 2px solid #edf4f9;
    position: relative;
    z-index: 2;
    line-height: 24px;
    margin-top: -7px;
    margin-bottom: -32px;
}
#search_more_options:not(.collapsed):after,
#search_more_options:not(.collapsed):before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -12px;
    border-style: solid;
    border-width: 12px;
}
#search_more_options:not(.collapsed):before {
    bottom: -25px;
    border-color: #bad6ea transparent transparent;
}
#search_more_options:not(.collapsed):after {
    bottom: -24px;
    border-color: #edf4f9 transparent transparent;
}
#search_more_options_content .card{
    border-color: #fff;
    border-top-color: #bad6ea;
    border-radius: 0;
}
#sort_by_select.dropdown-toggle::after{
    width: auto;
    height: auto;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    border: none;
    vertical-align: middle;
}
.min-w-170{
    min-width: 170px;
}

.dropdown-menu-cs{
    border-radius: 0;
    background: #fff;
    box-shadow: 0 0 10px #888;
    padding: .375rem .75rem;
}
.select-picker .dropdown-menu{
    border-radius: 0;
    background: #fff;
    margin-top: -1px;
    max-height: 440px !important;
    padding: 0;
}
.dropdown-menu-cs li,
.select-picker .dropdown-menu li{
    border-top: 1px solid transparent;
    border-bottom: 1px solid #f2f2f2;
    /*margin-bottom: .4rem;
    padding-bottom: .4rem;*/
    margin-top: -1px;
}
.dropdown-menu-cs li:last-child,
.select-picker .dropdown-menu li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.dropdown-menu-cs li a,
.select-picker .dropdown-menu li a{
    color: #333;
    text-decoration: none;
    display: block;
    outline: none;
}
.select-picker .dropdown-menu li a{
    padding: .55rem .75rem;
}
.select-picker .dropdown-menu li.selected,
.select-picker .dropdown-menu li:hover{
    border-color: #c1daec;
}
.select-picker .dropdown-menu li.selected a,
.select-picker .dropdown-menu li:hover a{
    color: #408fc6;
    background: #edf4f9;
}
.dropdown-menu{
    font-size: 0.75rem;
}

.select-picker-multiple .dropdown-menu li a{
    padding-left: 2.3rem;
}
.select-picker-multiple .dropdown-menu li a:before{
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 1px solid #d3d3d3;
    border-radius: 2px;
    outline: 0!important;
    box-shadow: none!important;
    top: 50%;
    margin-top: -9px;
    left: .5rem;
}
.select-picker-multiple .dropdown-menu li.selected a:before{
    /*background-color: #408fc6;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;*/
    content: "\f00c";
    background-color: #71acd5;
    border-color: #71acd5;
    color: #fff;
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 16px;
}
/*******************************
********** HOME ***********
********************************/
.ptb-10{
    padding: 10px 0;
}
.home-section{
    /*margin-top: 3rem;*/
}
.home-section .section-title,
.page-section-title{
    font-weight: bold;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
}
.home-section .section-description,
.page-section-description{
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    color: #9a9a9a;
}
.page-title{
    font-size: 17px;
    color: #333333;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin: 0;
    text-transform: uppercase;
}
.hr{
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.carousel-btn a{
    background: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #e5e5e5;
    display: inline-block;
}
.carousel-tab li{
    margin-right: 20px;
}
.carousel-tab a{
    text-transform: uppercase;
    font-size: 13px;
    color: #868686;
    position: relative;
    text-decoration: none;
    padding-bottom: 3px;
    display: inline-block;
}
.carousel-tab a,
.carousel-tab a:before{
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.carousel-tab a.active,
.carousel-tab a:hover{
    color: #4b4b4b;
}
.carousel-tab a.active:before,
.carousel-tab a:hover:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #f23c64;
    bottom: 0px;
    left: 0;
}
.item{
    position: relative;
}
.item-figure{
    background: #fff;
    padding: 5px;
    border: 1px solid #e4e4e4;
    width: 100%;
    position: relative;
    -webkit-transition: -webkit-box-shadow .2s linear,background-color .2s linear;
    transition: box-shadow .2s linear,background-color .2s linear;
}
.item-figure:hover{
    z-index: 1;
    -webkit-box-shadow: 0px 0px 17px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 17px rgba(0,0,0,0.5);
    -o-box-shadow: 0px 0px 17px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 17px rgba(0,0,0,0.5);
}
.item-carousel-wrap{
    margin-left: -10px;
    margin-right: -10px;
}
.item-carousel-wrap .item{
    padding: 10px;
}
.owl-nav-mob>div,
.item-view-carousel .owl-nav>div{
    position: absolute;
    top: 50%;
    margin-top: -23px;
    width: 46px;
    height: 46px;
    background: rgba(255,255,255, .8);
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #408fc6;
    line-height: 46px;
    font-size: 20px;
    text-align: center;
}
.owl-nav-mob{
    display: none;
}
.owl-nav-mob .owl-prev,
.item-view-carousel .owl-prev{
    left: 10px;

}
.owl-nav-mob .owl-prev:before,
.item-view-carousel .owl-prev:before{
    content: "\f053";
}
.owl-nav-mob .owl-next,
.item-view-carousel .owl-next{
    right: 312.5px;
    margin-right: 10px;
}
.owl-nav-mob .owl-next{
    right: 0;
}
.owl-nav-mob .owl-next:before,
.item-view-carousel .owl-next:before{
    content: "\f054";
}

.item-grid .items-list{
    margin-left: -10px;
    margin-right: -10px;
}
.item-grid .items-list .item-box{
    width: 25%;
    float: left;
    padding: 0 10px;
}
.item-thumb-img-box{
    position: relative;
    float: left;
    width: 100%;
}
.item-thumb-img-box a{
    width: 100%;
}
.item-thumb-img-box a.image{
    float: left;
}
.item-grid .item-thumb-img-box{
    width: 100%;
}
.item-list .item-thumb-img-box{
    width: 35%;
}
.item .image img{
    display: block;
    width: 100%;
    height: 100%;
}
.lazy-hidden{
    background-color: transparent;
}
a.image{
    position: relative;
    display: inline-block;
}
/*.tile_gallery-loaded:hover .tile__gallery {
    display: block;
    opacity: 1;
}*/
.thumb-gallery-carousel{
    position: absolute;
    top: 0;
    width: 100%;
}
.slick-slide{
    position: relative;
}
.slick-track{
    overflow: hidden;
}
.item .slick-slide img.owl-lazy{
    height: 1px;
}
.item .slick-slide img.owl-lazy.lazy-loaded{
    height: auto;
}
.thumb-image{
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
}
.thumb-image .thumb-img{
    position: absolute;
    top: 0;
    left: 0;
}
.thumb-gallery{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0;
    overflow: hidden;
}
.thumb-gallery:hover{
    opacity: 1;
    transition: opacity .2s;
}
.thumb-gallery__page{
    display: inline-block;
    position: static;
    height: 100%;
    float: left;
}
.thumb-gallery__image-wrapper{
    overflow: hidden;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: -2;
}

.thumb-gallery__page .thumb-gallery__image-wrapper{
    opacity: 0;
}

.thumb-gallery__image, .thumb-gallery__image-wrapper {
    width: 100%;
    position: absolute;
    height: auto;
    left: 0;
}

.thumb-gallery__button {
    bottom: 0;
    min-height: 7px;
    position: absolute;
    z-index: 4;
}
.thumb-gallery__page_column_1,
.thumb-gallery__page_column_1 .thumb-gallery__button {
    width: 0;
}
.thumb-gallery__page_column_2,
.thumb-gallery__page_column_2 .thumb-gallery__button {
    width: 50%;
}
.thumb-gallery__page_column_3,
.thumb-gallery__page_column_3 .thumb-gallery__button {
    width: 33.33333%;
}
.thumb-gallery__page_column_4,
.thumb-gallery__page_column_4 .thumb-gallery__button {
    width: 25%;
}
.thumb-gallery__page_column_5,
.thumb-gallery__page_column_5 .thumb-gallery__button {
    width: 20%;
}
.thumb-gallery__button:after,
.thumb-gallery__button:after {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 2px;
    height: 3px;
    left: 1px;
    right: 1px;
    background: rgba(255,255,255,.8);
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.thumb-gallery__page:hover .thumb-gallery__image-wrapper {
    opacity: 1;
    z-index: -1;
}

.thumb-gallery__page:first-child .thumb-gallery__button:after,
.thumb-gallery__page:first-child .thumb-gallery__button::after{
    left: 3px;
}
.thumb-gallery__page:last-child .thumb-gallery__button:after,
.thumb-gallery__page:last-child .thumb-gallery__button::after  {
    right: 3px;
}
.thumb-gallery__page:hover .thumb-gallery__button:after,
.thumb-gallery__page:hover .thumb-gallery__button::after {
    background-color: #b2002f;
}
.thumb-gallery__more {
    background-color: rgba(0,0,0,.5);
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.thumb-gallery-carousel .thumb-gallery__more{
    display: none;
}
.slick-slide .thumb-gallery__more{
    display: block;
}
.slick-dotted.slick-slider{
    margin-bottom: 0;
    overflow: hidden;
}
.slick-dots{
    bottom: 5px;
}
.thumb-gallery__more-wrapper {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.thumb-gallery__more-icon {
    background: url("../images/photo.svg") no-repeat;
    width: 54px;
    height: 46px;
    margin: 0 auto;
}
.thumb-gallery__more-text {
    font-size: 13px;
    line-height: 17px;
    margin-top: 13px;
    color: #fff;
}

.item-grid .show-on-list{
    display: none !important;
}

.item-heart{
    position: absolute;
    right: 6px;
    top: 6px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    margin: 0;
    letter-spacing: 0px;
    display: inline-block;
    cursor: pointer;
}
.item-heart .fa-heart{
    color: #e7094a;
}
.item-heart.active .fa{
    color: #e7094a;
}
.item-heart.active .fa:before{
    content: "\f004";
}
.item-hot{
    position: absolute;
    left: 0px;
    top: 0%;
    background: #e7094ad1;;
    padding: 13px;
    color: #ffffff;
    width: 165px!important;
    height: 35px;
    font-weight: 900;
    font-size: 13px;
    border-radius: 5px;
    box-shadow: 1px 1px #f137371c;
}
.item-grid figcaption .row.item-type-property-type{
    margin-right: -10px;
    margin-left: -10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 5px;
}
.item-list figcaption .row.item-type-property-type{
    margin-right: 0px;
    margin-left: 0px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 5px;
}
.item-property-type{
    font-size: 11px;
    font-weight: 600;
    color: #727272;
    text-transform: uppercase;
    white-space: nowrap;
}
.item-property-type i{
    font-size: 18px;
    vertical-align: middle;
    color: #cfcfcf;
    margin-right: 5px;
}
.item-grid figcaption{
    padding: 0 5px;
    float: left;
    width: 100%;
}
.item-grid figcaption .row{
    margin-left: 0;
    margin-right: 0;
}
.item-grid figcaption .col{
    padding-left: 0;
    padding-right: 0;
}
.item-grid .item-price{
    font-weight: 600;
    font-size: 21px;
    color: #71b200;
}
.item-price img{
    display: initial !important;
    width: auto !important;
}
.item-grid .item-price .icon-usd-syb{
    font-size: 17px;
    font-weight: 600;
}
.item-grid .item-price .icon-amd-syb{
    font-size: 17px;
    font-weight: 600;
    margin-right: 5px;
}
.item-grid .item-price .icon-eur-syb{
    font-size: 17px;
    font-weight: 600;
    margin-right: 3px;
}
.item-grid .item-type{
    text-align: right;
}

.item-list-id span,
.item-type span{
    background: #727272;
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 10px;
    /*margin-right: -10px;*/
}
.item-address{
    font-weight: 600;
    /*background: url("../images/address-marker.png") no-repeat left 3px;*/
    /*padding-left: 15px;*/
    font-size: 12px;
    line-height: 20px;
    color: #575757;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.item-address .fa-map-marker{
    font-size: 13px;
    margin-right: 5px;
}
.item-who-owns{
    font-size: 12px;
    color: #b5b5b5;
    text-transform: uppercase;
}
.item-grid figcaption hr{
    margin: .5rem -10px;
}
.item-grid figcaption{
    display: block !important;
}
.item-grid figure{
    display: inline-block !important;
}
.item-grid.banner-video,
.item-grid.banner-bg-image{
    height: 382px;
}
.item-grid.banner-video figure,
.item-grid.banner-bg-image figure{
    height: 100%;
    background: transparent;
    margin-bottom: 0;
}
.item-grid.banner-video figure video{
    left: 50% !important;
    margin-left: -340px!important;
}
.item-grid.banner-video figure>div{
    background-position: center !important;
}
.item-sqm{
    background: url("../images/sqm-icon.png") no-repeat left center;
    display: inline-block;
    /*background-size: 30px;*/
    padding-left: 34px;
    line-height: 16px;
}
.item-rooms{
    background: url("../images/room-icon.png") no-repeat left center;
    display: inline-block;
    /*background-size: 30px;*/
    padding-left: 34px;
    line-height: 16px;
}
.item-floor{
    background: url("../images/floor-icon.png") no-repeat left center;
    display: inline-block;
    /*background-size: 30px;*/
    padding-left: 34px;
    line-height: 16px;
}
.item-short-info span{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #4b4b4b;
    display: block;
}
.item-short-info label{
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
}

.item-who-owns-info{
    display: none;
}
.item-list .figure-caption{
    float: left;
    width: 45%;
    padding: 0 15px;
}
.item-list .item-who-owns-info{
    display: -ms-flexbox;
    display: flex;
    /*display: block;*/
    float: left;
    width: 20%;
    border-left: 1px solid #e4e4e4;
    text-align: center;
}
.who-owns-logo-name{
    padding: 0.5rem 0.5rem 0;
}
.to-complain-btn-box{
    padding: 0rem 0.5rem;
}
.who-owns-contact{
    padding: 0.5rem;
}
.who-owns-info-mob{
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.15);
    padding: 0.5rem;
}
.item-view-page .who-owns-logo-name{
    width: 100%;
    border-bottom: 2px dashed #e5e5e5;
}
.who-owns-info-mob .who-owns-logo-name{
    border-bottom: none;
    border-right: 2px dashed #e5e5e5;
}
.who-owns-logo{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    display: inline-block;
}
.item-view-page .who-owns-logo{
    width: 65px;
    height: 65px;
    -ms-flex: 0 0 75%;
    flex: 0 0 65px;
    max-width: 65px;
}
.who-owns-logo img{
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.who-owns-name{
    margin-top: .5rem;
}
.who-owns-type{
    color: #b3b3b3;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: .2rem;
}
.who-owns-name h2{
    color: #707070;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.item-view-page .who-owns-name{
    color: #9c9c9c;
    font-size: 12px;
    margin-top: 0;
    margin-left: 5px;
    word-break: break-all;
}
.who-owns-mail a{
    font-size: 13px;
    color: #787878;
}
.who-owns-contact .phones-list{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: left;
}
.phone-icon-wrap{
    width: 44px;
    height: 44px;
    background: #d9d9d9;
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    line-height: 42px;
}
.phone-icon-wrap i{
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.who-owns-contact .phones-list li{
    margin-bottom: 5px;
}
.who-owns-contact .phones-list a{
    color: #4b4b4b;
    font-size: 15px;
    text-decoration: none;
}
.who-owns-contact .phones-list img{
    width: 18px;
    margin-left: 8px;
}
.top-request-btn-box{
    width: 100%;
    background: #f9f9f9;
    padding: 1rem 2rem;
    border-top: 1px solid #ebebeb;
}
.top-request-info{
    color: #6f6f6f;
    font-size: 12px;
    margin-bottom: 5px;
    text-align: center;
}

.item-list .item-price{
    font-size: 32px;
    color: #333333;
}
.item-list .item-price i{
    font-size: 26px;
}
.item-list .item-price span{
    color: #909090;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 15px;
}
.item-list .item-address{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.item-date{
    text-align: left;
    color: #727272;
    font-size: 12px;
    padding-left: 15px;
    margin-top: 5px;
}
.item-date label{
    display: block;
    color: #9d9d9d;
}
.item-view-date{
    text-align: left;
    color: #727272;
    margin-bottom: 15px;
}
.item-view-date label{
    color: #9d9d9d;
    margin-right: 5px;
    min-width: 120px;
}
.item-list .item-short-info{
    margin-top: 1rem;
    margin-bottom: .5rem;
}
.item-short-text-info{
    font-style: italic;
    max-height: 54px;
    overflow: hidden;
}
.item-more{
    margin-top: 1rem;
    text-align: right;
}
a.item-acba-btn{
    color: #848484;
    border-color: #dadada;
    margin-right: 10px;
    float: left;
}
a.item-acba-btn:hover{
    color: #6a6a6a;
    border-color: #a5a5a5;
    background: transparent;
}
.item-acba-btn img{
    height: 12px;
    margin-left: 8px;
}
.item .slick-dots li button:before{
    opacity: .8;
    color: #ffffff;
    font-size: 14px;
}
.item .slick-dots li.slick-active button:before {
    opacity: .9;
    color: #71b200;
}

.online-payment-section{
    background: #f7f6f2;
    padding: 10px 0;
    overflow: hidden;

}
.online-payment{
    position: relative;
    padding: 16px 0 16px 60px;
}
.online-payment:before{
    content: '';
    position: absolute;
    left: 50px;
    width: 60px;
    height: 100%;
    border: 3px solid #e8e6da;
}
.online-payment .bg-gray{
    background: #f7f6f2;
    padding-top: 5px;
    padding-bottom: 5px;
}
.online-payment h2{
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
}
.online-payment p{
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.need-help{
    background: #e7e6e1;
    padding: 24px 0 24px 80px;
}
.need-help:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 100px 0 0;
    border-color: #f7f6f2 transparent transparent;
    left: 0;
}
.need-help:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100%;
    background: #e7e6e1;
}
.need-help h3{
    font-size: 16px;
    text-transform: uppercase;
}
.need-help h3 span{
    font-weight: 600;
}

.need-help p{
    color: #838383;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 0;
}


.page-header{
    margin-bottom: 10px;
}
.filter-option label{
    color: #c3bdbd;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 15px;
}
#sort_by_select{
    height: auto;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    color: #686868;
}
.list-grid-btn a{
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #c3bdbd;
    color: #c3bdbd;
    display: inline-block;
    font-size: 16px;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.list-grid-btn a.active,
.list-grid-btn a:hover,
.item-grid a.item-grid-view,
.item-list a.item-list-view{
    color: #6a6a6a;
    border: 1px solid #6a6a6a;
}

.just-sold{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/just-sold.png") no-repeat rgba(255,255,255, 0.5) center center;
}
:lang(ru) .just-sold{
    background: url("../images/just-sold-ru.png") no-repeat rgba(255,255,255, 0.5) center center;
}
:lang(hy) .just-sold{
    background: url("../images/just-sold-hy.png") no-repeat rgba(255,255,255, 0.5) center center;
}

/*******************************
********** ITEM VIEW ***********
********************************/
.item-view-header{
    margin-top: 1rem;
}
.owl-carousel .owl-item img{
    width: inherit;
}
.item-view-header .item-view-carousel,
.item-view-header .request-block{
    height: 420px;
    position: relative;
}
.item-view-header .item-heart{
    right: 312.5px;
    margin-right: 10px;
    z-index: 3;
    width: 36px;
    height: 36px;
    line-height: 36px;
}
.item-view-carousel .owl-stage-outer,
.item-view-carousel .owl-stage{
    height: 100%;
}
.item-view-carousel .owl-item{
    overflow: hidden;
    position: relative;
    background-color: #484848;
    height: 100%;
}
.item-view-carousel .owl-item img{
    position: absolute;
    vertical-align: middle;
    max-width: 100%;
    min-width: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.item-view-carousel .owl-item .background-item{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-background-size: contain;
    background-size: contain;
    background: url("../images/no-img-950x420.jpg") no-repeat #f7f7f7 center ;
    background-size: contain;
}
.item-view-carousel .owl-item .background-item img{
    min-width: 105%;
    min-height: 105%;
    opacity: 0.3;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}
.item-view-carousel.owl-carousel .owl-item.active {
    min-width: 937.5px;
    cursor: pointer;
}
.item-view-carousel.owl-carousel .owl-item.active+.active {
    max-width: 312.5px;
    min-width: 312.5px;
}
.item-view-carousel.owl-carousel .owl-item.active+.active img {
    min-width: 100%;
    max-width: initial;
    min-height: 100%;
}
.item-view-header .request-block{
    padding: 1rem;
}
.request-block{
    margin-top: -420px;
    z-index: 1;
}
.request-block-bg{
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
}

.item-view-header .request-form-box{
    background: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
}

.item-view-id{
    background: #727272;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 15px;
    margin: 5px 0;
    display: inline-block;
}
.item-view-count{
    margin-right: 15px;
    color: #939393;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
}
.item-view-count i{
    margin-right: 5px;
}
.item-view-just-sold{
    display: inline-block;
}
.item-share-with{
    line-height: 13px;
    position: relative;
}
a.item-view-share-btn{
    color: #408fc6;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.hover-element:hover .show-in-hover{
    display: block;
}
.item-share-with .popover-body{
    width: 301px;
}
.item-share-with li{
    display: inline-block;
    margin-right: 4px;
    vertical-align: top;
}
.item-share-with li:last-child{
    margin-right: 0px;
}
.price-info-icon{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.price-info-icon a{
    color: #71b200;
}
.price-info-icon i{
    font-size: 16px;
}
.item-view-price{
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    font-weight: 600;
    line-height: 16px;
}
.item-view-price i{
    font-size: 80%;
    font-weight: bold;
}
.item-view-price i.icon-amd-syb,
.item-view-price i.icon-eur-syb{
    font-size: 78%;
    margin-right: 2px;
}
.item-view-list-params{
    list-style: none;
    padding: 5px 0;
    margin-top: 0;
    border-top: 1px solid #e6e6e6;

}
.item-view-list-params .dotes:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #c9c9c9;
    top: 0;
    bottom: 0;
    margin: auto;
}
.item-view-list-params label{
    color: #979797;
    background: #f7f7f7;
    font-size: 13px;
    margin-bottom: 0;
    position: relative;
    z-index:1;
    padding-right: 2px;
}
.item-view-list-params span{
    color: #424242;
    background: #f7f7f7;
    font-size: 13px;
    font-weight: 600;
    padding-left: 2px;
}
.item-view-list-params span i{
    font-weight: 600;
    font-size: 11px;
}

.item-view-price-info{
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 0;
    min-height: 45px;
}
.item-view-price-info.info-under{
     border-bottom: 1px dashed #e6e6e6;
 }
.item-view-price-info.info-under .item-view-price-params{
    display: none !important;
}
.item-view-price-info+.item-view-price-info{
    display: none !important;
}
.item-view-price-info.info-under+.item-view-price-info{
    display: flex !important;
    border-top: none;
}
.item-view-price-params>div,
.item-view-price>div{
    border-right: 2px dashed #c9c9c9;
    padding: 0 15px;
    line-height: 16px;
    float: left;
}
.item-view-price-params>div:last-child,
.item-view-price>div:last-child{
    border: none;
    padding-right: 0;
}
.item-view-price-params>div label{
    font-size: 11px;
    color: #ababab;
    text-transform: uppercase;
    vertical-align: middle;
    margin-bottom: 0;
}
.item-view-price>div label{
    font-size: 13px;
    color: #6f6f6f;
    vertical-align: middle;
    margin-bottom: 0;
}
.item-view-price-params>div span{
    color: #4b4b4b;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 7px;
}
.item-view-price>div span{
    vertical-align: middle;
}
h1.item-view-title{
    font-family: Lato, sans-serif;
    color: #333333;
    font-size: 17px;
    /*text-transform: uppercase;*/
    margin: 1rem 0;
    white-space: normal;
    line-height: 24px;
}
.item-view-address{
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #424242;
    white-space: normal;
    max-width: 100%;
    margin-right: 1rem;
}
.item-view-address i{
    font-size: 14px;
    color: #424242;
    margin-right: 3px;
}
.item-view-information{
    font-size: 14px;
    color: #747474;
}
.item-view-information pre{
    font-size: 100%;
    font-family: Verdana,sans-serif;
    width: 100%;
    white-space: pre-line;
}
h4.item-view-block-title{
    font-weight: 600;
    font-size: 16px;
    color: #4b4b4b;
    text-transform: uppercase;
}
.item-view-mortgage-calculator h4.item-view-block-title{
    color: #717171;
    margin-bottom: 17px;
}
.item-view-facilities ul{
    list-style: none;
    padding: 0;
    margin-top: 0.8rem;
}
.facilities-item{
    position: relative;
    padding-left: 32px;
    min-height: 28px;
    width: 100%;
}
.item-view-facilities-icon{
    background-color: #71b200;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    display: inline-block;
    /*margin-right: 5px;*/
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
}
.item-view-additional-icon{
    color: #71b200;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    display: inline-block;
    /*margin-right: 5px;*/
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    text-align: center;
}
.item-view-facilities-icon.jerucum{
    background: url("../images/icon/jerucum-w.png") #71b200 no-repeat center;
    background-size: 100% auto;
}
.item-view-facilities-icon.elektroenergia{
    background: url("../images/icon/elektroenergia-w.png") #71b200 no-repeat center;
    background-size: 100% auto;
}
.item-view-facilities-icon.gaz{
    background: url("../images/icon/gaz-w.png") #71b200 no-repeat center;
    background-size: 100% auto;
}
.item-view-facilities-icon.internet{
    background: url("../images/icon/internet-w.png") #71b200 no-repeat center;
    background-size: 100% auto;
}
.item-view-facilities-icon.kentronacvac_jerucum{
    background: url("../images/icon/kentronacvac_jerucum-w.png") #71b200 no-repeat center;
    background-size: 100% auto;
}
.item-view-facilities-icon.koyuxi{
    background: url("../images/icon/koyuxi-w.png") #71b200 no-repeat center;
    background-size: 100% auto;
}
.item-view-facilities-icon.mshtakan_jur{
    background: url("../images/icon/mshtakan_jur-w.png") #71b200 no-repeat center;
    background-size: 100% auto;
}
.item-view-facilities-icon.odorakich{
    background: url("../images/icon/odorakich-w.png") #71b200 no-repeat center;
    background-size: 100% auto;
}
.item-view-facilities-icon.taq_jur{
    background: url("../images/icon/taq_jur-w.png") #71b200 no-repeat center;
    background-size: 100% auto;
}
.item-view-facilities-icon.vorogum{
    background: url("../images/icon/vorogum-w.png") #71b200 no-repeat center;
    background-size: 100% auto;
}
.item-view-facilities-icon.xmelu_jur{
    background: url("../images/icon/xmelu_jur-w.png") #71b200 no-repeat center;
    background-size: 100% auto;
}
.item-view-facilities label{
    color: #737373;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 13px;
}

.item-view-mortgage-calculator{
    background: #f9f9f9;
    border: 1px solid rgba(0,0,0,.15);
    padding: 1rem;
}
.item-view-mortgage-calculator label{
    color: #868686;
    font-size: 13px;
    margin-bottom: 6px;
}
.item-view-mortgage-calculator .input-group-addon{
    position: absolute;
    border: none;
    background: transparent;
    z-index: 4;
    width: 34px;
    text-align: center;
    font-size: 14px;
    color: #a6a6a6;
    font-weight: 600;
}
.item-view-mortgage-calculator .input-group-addon i{
    font-size: 14px;
    color: #a6a6a6;
    font-weight: 600;
}
.item-view-mortgage-calculator .input-group-addon + input{
    padding-left: 34px;
}
.mortgage-calculator .slider-box{
    padding-bottom: 6px;
}
.mortgage-calculator .slider-handle{
    width: 14px;
    height: 14px;
    margin-left: -7px !important;
    background: #a2a2a2
}
.mortgage-calculator .slider-selection,
.mortgage-calculator .slider-track-low, .mortgage-calculator .slider-track-high{
    background: #dedee1;
    box-shadow: none;
}
.mortgage-calculator .slider.slider-horizontal{
    width: 100%;
}
.mortgage-calculator .slider.slider-horizontal .slider-track{
    height: 7px;
}
.mortgage-calculator .tooltip-inner{
    background: #dedee1;
    color: #555555;
}
.mortgage-calculator .tooltip.top .tooltip-arrow{
    border-top-color: #dedee1;
}

.item-view-need-more-info{
    border: 1px dashed rgba(0,0,0,.15);
    padding: 1.97rem 1.5rem;
    text-align: center;
}
.item-view-need-more-info img{
    width: 100%;
    max-width: 240px;
    margin-bottom: 15px;
}
.tooltip {
    position: absolute;
    z-index: 5;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0;
    top: 100%;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}

.item-view-links-col{
    padding: 1rem;
    position: relative;
}
.item-view-links-col:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: url("../images/links-line-bg.png");
}
.item-view-links-col h2{
    color: #424242;
    font-size: 14px;
    font-weight: 600;
}
.item-view-links-col h2 span{
    font-weight: 700;
}
.item-view-links-col ul{
    list-style: none;
    padding: 0;
}
.item-view-links-col .btn-link.btn-cs .fa{
    color: #71b200;
    margin-right: 0.5rem;
}
.item-view-links-col .btn-link.btn-cs:hover .fa{
    color: #609505;
}

.right-baner-box,
.item-view-you-like{
    padding: 1rem;
}
.item-view-you-like-title{
    font-size: 16px;
    font-weight: 600;
    color: #4b4b4b;
}
.top-fixed-info{
    position: fixed;
    width: 100%;
    top: -70px;
    z-index: 10;
    background: #ffffff;
    box-shadow: 0 0 10px 0 #b0b0b2;
    padding: 10px 0;
    visibility: hidden;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.top-fixed-info.show{
    visibility: visible;
    top: 0;
}
.top-fixed-info .top-address{
    margin-right: 20px;
}
.top-fixed-info .top-address h2{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #333333;
    margin-top: 0;
    font-weight: bold;
}
.top-fixed-info .top-address i{
    color: #9e9e9e;
    font-size: 16px;
    margin-right: 3px;
}
.top-fixed-info .top-address h3{
    color: #858585;
    font-size: 12px;
    margin: 0;
    padding-left: 15px;
}
.top-fixed-info .top-price{
    margin-bottom: 10px;
}
.top-fixed-info .top-price .one-qm{
    font-size: 14px;
    font-weight: 400;
}
.top-fixed-info .item-view-price{
    font-size: 23px;
}
.top-fixed-info .item-view-price-params>div span{
    font-size: 14px;
}
.top-fixed-info .header-sendRequest-box{
    padding-left: 15px;
    padding-right: 15px;
}
.item-view-content .bottom-send-request-btn-block{
    border: 1px solid #e8e8e8;
    padding: 15px;
}
.item-view-content .bottom-send-request-btn-block span{
    font-family: Lato, sans-serif;
    color: #717171;
    font-size: 15px;
    font-style: italic;
    text-transform: uppercase;
    margin-right: 15px;
}
.item-view-carousel-num{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    background: rgba(255,255,255,.8);
    color: #343434;
    font-size: 14px;
    padding: 4px 8px;
}
.close-fullscreen,
.item-image-fullscreen{
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 3;
    background: rgba(255,255,255,.8);
    color: #343434;
    font-size: 14px;
    padding: 4px 8px;
    width: 29px;
    height: 29px;
    text-align: center;
    cursor: pointer;
}
.item-image-fullscreen{
    left: initial;
    right: 312.5px;
    margin-right: 10px;
}
.item-video{
    width: 100%;
    height: 100%;
}
.item-video video{
    max-width: 100%;
    max-height: 100%;
}
.item-view-carousel-video{
    position: absolute;
    right: 312.5px;
    bottom: 10px;
    margin-right: 50px;
    z-index: 2;
    font-size: 12px;
}
.item-view-carousel-video a{
    background: rgba(255,255,255,.8);
    display: inline-block;
    color: #408fc6;
    padding: .375rem 1rem;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 17px;
}
.close-fullscreen{
    position: fixed;
    top: 10px;
    right: 10px;
    left: inherit;
    display: none;
}
.rsFullscreen .close-fullscreen{
    display: block;
    z-index: 99999;
}
.fullscreen-slider{
    display: none;
}
.rsFullscreen .item-view-carousel{
    display: block;
    position: fixed!important;
    height: auto!important;
    width: auto!important;
    margin: 0!important;
    padding: 0!important;
    z-index: 9999!important;
    top: 0!important;
    left: 0!important;
    bottom: 0!important;
    right: 0!important;
}
.rsFullscreen .item-view-carousel,
.rsFullscreen .item-view-carousel .owl-item .background-item,
.rsFullscreen .item-view-carousel .owl-item{
    background: rgba(0,0,0,.95);
}
.rsFullscreen .item-view-carousel .owl-item .background-item img{
    display: none;
}
.rsFullscreen .item-view-carousel.owl-carousel .owl-item.active+.active{
    max-width: 0 !important;
    min-width: 0 !important;
}
.rsFullscreen .item-image-fullscreen,
.rsFullscreen .item-view-carousel-video,
.rsFullscreen .item-view-carousel .owl-next{
    right: 0;
}
/*.fullscreen-slider .slick-list,
.fullscreen-slider .slick-track{
    height: 100%;
}
.fullscreen-slider .slick-slide{
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
}
.fullscreen-slider .slick-slide img{
    display: inline-block;
    max-width: 98%;
    max-height: 98%;
}*/
.rsFullscreen .fa-expand:before{
    content: "\f066";
}
/*.rsFullscreen .owl-nav-mob{
    display: block;
    width: 100%;
    left: 0;
    top: 50%;
}*/
.rsFullscreen .item-view-carousel-video,
.rsFullscreen .item-image-fullscreen,
.rsFullscreen .item-view-carousel-num{
    z-index: 99999;
}
.rsFullscreen .item-view-carousel-video,
.rsFullscreen .item-view-carousel-num,
.rsFullscreen .item-image-fullscreen{
    position: fixed;
}

.right-banner-box{
    padding: 1rem;
}

/*[class*="banner-"]{*/
.banner-5,
.banner-6{
    max-width: 100%;
    overflow: hidden;
}

#acba_animation_container {
    width: 100% !important;
    height: auto !important;
    position: relative;
    border: 1px solid #e6e6e6;
}
#acba_animation_container canvas,
#acba_animation_container #dom_overlay_container {
    width: 100% !important;
    height: auto !important;
}
/*******************************
********** PAGE_BREADCRUMB ***********
********************************/
.header-breadcrumbs .breadcrumb{
    padding-right: 0;
    background: transparent;
    text-transform: uppercase;
}
.header-breadcrumbs a.breadcrumb-item{
    color: #408fc6;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.header-breadcrumbs  a.breadcrumb-item:hover{
    color: #347eb1;
}
#page_breadcrumb .breadcrumb{
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
}
#page_breadcrumb a.breadcrumb-item{
    color: #408fc6;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
#page_breadcrumb  a.breadcrumb-item:hover{
    color: #347eb1;
}
.breadcrumb-item.active{
    color: #919191;
}


/*******************************
********** PAGINATION ***********
********************************/
#page_pagination{
    text-align: right;
    margin: 2rem 0;
}
#damaged_paginate .page-link,
#page_pagination .page-link{
    color: #6a6a6a;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}
#damaged_paginate .page-item.active .page-link,
#page_pagination .page-item.active .page-link{
    background: transparent;
    border-color: #6a6a6a;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link{
    border-radius: 0;
}
#damaged_paginate .page-item,
#page_pagination .page-item{
    margin-right: 5px;
    margin-bottom: 5px;
}
#damaged_paginate .page-item:last-child,
#page_pagination .page-item:last-child{
    margin-right: 0;
}


/*******************************
********** 404 PAGE ***********
********************************/
.box-404{
    width: 220px;
    height: 220px;
    background: #f7f6f2;
    border-radius: 50%;
    display: inline-block;
}
.box-404 h1{
    color: #76a9cc;
    font-size: 82px;
    margin: 0;
    line-height: 55px;
}
.box-404 h1 small{
    font-size: 14px;
    display: block;
    line-height: 16px;
    margin-top: 18px;
    text-transform: uppercase;
}
.oops{
    color: #333333;
    font-size: 24px;
    font-weight: 600;
    padding-top: 1rem;
    padding-bottom: .5rem;
}
.text-404{
    color: #888888;
    font-size: 16px;
}
.go-home-btn{
    font-weight: 600;
}

/*******************************
********** MYREALTY AGENCIES PAGE ***********
********************************/
.agence-item-col{
    margin-bottom: 30px;
}
.agence-item{
    border: 1px solid #eaeaea;
    padding: 15px 30px;
    /*text-align: center;*/
    height: 100%;
}
.agence-item .company-logo{
    text-align: center;
}
.agence-item .company-logo img{
    max-width: 80%;
    display: inline-block;
}
.agence-item h1{
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.agence-info{
    color: #666666;
    font-size: 13px;
    text-transform: uppercase;
    min-height: 57px;
    margin-top: 15px;
}
.agence-info i{
    margin-right: 3px;
    width: 13px;
}
.agence-info .agence-mail a{
    color: #666666;
    text-decoration: none;
}
.agence-info .agence-site a{
    color: #408fc6;
}
.agence-item hr{
    border-color: #ebebeb;
    border-style: dashed;
    margin-right: -30px;
    margin-left: -30px;
}
.agence-phone a{
    color: #4b4b4b;
    font-size: 14px;
    text-decoration: none;
}
.agence-phone img {
    width: 18px;
    margin-left: 8px;
}


/*******************************
********** BLOG PAGE ***********
********************************/
.blog-item-col{
    margin-bottom: 30px;
}
.blog-item{
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #e0e0e0;
    height: 100%;
}
.blog-img img{
    width: 100%;
}
.blog-item h4{
    color: #5c5c5c;
    font-size: 19px;
    margin-top: 0;
}
.blog-short-text{
    color: #949494;
    font-size: 14px;
}
.blog-more{
    padding-top: 20px;
}
.blog-more a i{
    margin-right: 3px;
}
.blog-date{
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 5px;
}
.blog-date i{
    margin-right: 3px;
}
/*******************************
********** ACTIVATION PAGE ***********
********************************/
.activation-page .fa-check-circle{
    color: #71b200;
    font-size: 36px;
}
.activation-page h3{
    color: #545454;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 1rem;
}
.activation-page p{
    color: #888888;
    font-size: 16px;
}

/*******************************
********** CONTACT ***********
********************************/
.contact-us-info-block{
    background: url("../images/contact-info-bg.png") no-repeat;
    background-size: cover;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    color: #3c3c3c;
    font-size: 14px;
}
.contact-us-info li{
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}
.contact-us-info i{
    color: #a3a3a3;
    width: 20px;
    margin-right: 8px;
    text-align: center;
}
.contact-us-info span{
    color: #8b8b8b;
    margin-right: 3px;
}
.contact-us-info span.slash{
    margin-right: 3px;
    margin-left: 3px;
}
.contact-social li{
    display: inline-block;
    margin-right: 5px;
}
.color-circle-social li a {
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    background: transparent;
    border-radius: 50%;
    display: block;
    font-size: 16px;
    border: 1px solid transparent;
}
.contact-social li a i{
    font-size: 16px;
}
.color-circle-social li a.color-circle-fb {
    color: #3b5998;
    border-color: #3b5998;
}
.color-circle-social li a.color-circle-tw {
    color: #2aaae0;
    border-color: #2aaae0;
}
.color-circle-social li a.color-circle-yt {
    color: #f93c26;
    border-color: #676767;
}
.color-circle-social li a.color-circle-gp {
    color: #f93c26;
    border-color: #f93c26;
}
.color-circle-social li a.color-circle-vk {
    color: #5281b7;
    border-color: #5281b7;
}
.color-circle-social li a.color-circle-od {
    color: #ffa026;
    border-color: #ffa026;
}
.color-circle-social li a.color-circle-email {
    color: #404040;
    border-color: #404040;
}
.color-circle-social li a.color-circle-viber {
    color: #845aa4;
    border-color: #845aa4;
    padding-top: 4px;
    margin-top: 5px;
}
.color-circle-social li a.color-circle-whatsapp {
    color: #0f9d58;
    border-color: #0f9d58;
    padding-top: 4px;
    margin-top: 5px;
}
.color-circle-social li a.color-circle-fb-messenger {
    color: #0084ff;
    border-color: #0084ff;
    padding-top: 4px;
    margin-top: 5px;
}
.color-circle-social li a.color-circle-telegram {
    color: #32a3d4;
    border-color: #32a3d4;
    padding-top: 4px;
    margin-top: 5px;
}

.color-circle-social li a.color-circle-telegram svg,
.color-circle-social li a.color-circle-fb-messenger svg,
.color-circle-social li a.color-circle-whatsapp svg,
.color-circle-social li a.color-circle-viber svg{
    width: 20px;
}

/*******************************
********** REGISTRATION ***********
********************************/
.registration-icon{
    display: inline-block;
    width: 170px;
    height: 150px;
    border: 1px solid #dadada;
    background: url("../images/registration-icon.png") #fbfbfb no-repeat;
}
.registration-company-icon{
    background-position: 0 0;
}
.registration-user-icon{
    background-position: 0 -300px;
}
.registration-icon:hover{
    background-color: #edf4f9;
    border-color: #bad6ea;
}
.registration-company-icon:hover{
    background-position: 0 -150px;
}
.registration-user-icon:hover{
    background-position: 0 -450px;
}
a.registration-icon-link{
    color: #585858;
    text-transform: uppercase;
    margin-top: 5px;
    text-decoration: none;
}

.warning-info{
    background: #f7f7f7;
    color: #7a7a7a;
    font-size: 13px;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
}
.warning-info .fa{
    color: #e0c300;
    padding-right: 5px;
}
.registration-info{
    color: #747474;
    font-size: 14px;
}

.custom-control-icon{
    width: 22px;
    height: 100%;
}
.viber-icon{
    background: url("../images/v.png") no-repeat center;
    background-size: auto 100%;
}
.whatsapp-icon{
    background: url("../images/w.png") no-repeat center;
    background-size: auto 100%;
}
.zangi-icon{
    background: url("../images/z.png") no-repeat center;
    background-size: auto 100%;
}
.isq-icon{
    background: url("../images/i.png") no-repeat center;
    background-size: auto 100%;
}
.telegram-icon{
    background: url("../images/t.png") no-repeat center;
    background-size: auto 100%;
}
.btn-collapsed-info{
    color: #5297c9 !important;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #edf4f9;

    position: relative;
    z-index: 2;
}
.btn-collapsed-info.collapsed{
    background-color: transparent;
}
.btn-collapsed-info:after,
.btn-collapsed-info:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -12px;
    border-style: solid;
    border-width: 12px;
}
.btn-collapsed-info:before{
    bottom: -25px;
    border-color: #bad6ea transparent transparent transparent;

}
.btn-collapsed-info:after{
    bottom: -24px;
    border-color: #edf4f9 transparent transparent transparent;
}
.btn-collapsed-info.collapsed:after,
.btn-collapsed-info.collapsed:before{
    opacity: 0;
}
#tarif_info{
    font-size: 14px;
    border-top: 1px solid #bad6ea;
}
#tarif_info thead{
    font-size: 13px;
}
#tarif_info .fa-chevron-right{
    color: #71b200;
    font-size: 11px;
    margin-right: 3px;
}
#tarif_info table{
    margin-top: 20px;
}
#tarif_info .table thead td{
    border-top: none;
}
#tarif_info .table td{
    border-right: 1px solid #e9ecef;
}
#tarif_info .table td:last-child{
    border-right: none;
}

/*******************************
********** SUBMIT LISTING ***********
********************************/
.intl-tel-input .country-list{
    z-index: 6;
}
.required-fields-label{
    color: #918d92;
    font-size: 13px;
}
.section-title-center{
    text-align: center;
    position: relative;
}
.section-title-center:before{
    content: '';
    width: 100%;
    height: 1px;
    background: #eaeaea;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.section-title-center h2{
    position: relative;
    display: inline-block;
    background: #f7f7f7;
    z-index: 1;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0;
    color: #585858;
}

.section-title-left{
    position: relative;
}
.section-title-left:before{
    content: '';
    width: 100%;
    height: 0px;
    border-bottom: 1px dashed #eaeaea;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.section-title-left h3{
    position: relative;
    display: inline-block;
    background: #f7f7f7;
    z-index: 1;
    padding: 5px 15px 5px 0;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    color: #7b7f83;
    font-weight: 600;
}
.btn-group-gray-blue{
    border: 1px solid #ced4da;
    color: #7b7f83;
    box-shadow: none !important;
}
.btn-group-gray-blue.active{
    color: #408fc6;
    background: #edf4f9;
    border-color: #c1daec;
}
.custom-control-input.is-valid~.custom-control-indicator,
.was-validated .custom-control-input:valid~.custom-control-indicator{
    background-color: #ddd;
}
.was-validated .custom-control-input:checked~.custom-control-indicator,
.custom-control-input:checked~.custom-control-indicator{
    background-color: #408fc6;
}
.custom-checkbox .custom-control-input:checked~.custom-control-indicator{
    background-image: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 16px;
    font-size: 0.75rem;
    text-align: center;
}
.custom-checkbox .custom-control-input:checked~.custom-control-indicator:before{
    content: "\f00c";
}
.custom-control-input.is-valid~.custom-control-description,
.was-validated .custom-control-input:valid~.custom-control-description{
    color: inherit;
}

.property_type i{
    font-size: 16px;
    margin-right: 3px;
}
.ax-browse-c,
.ax-browse-c:hover{
    /*background: none;*/
    text-transform: uppercase;
    margin-left: 0;
}
.ax-browse-c i{
    margin-right: 5px;
}
.ax-file-list{
    padding: 0;
}
.btn_bottom_text{
    display: block;
    font-size: 13px;
    color: #9e9e9e;
    margin-top: 5px;
    margin-bottom: 25px;
}
.ax-file-list li,
.ax-file-list li.first{
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
    height: 150px;
}
.ax-toolbar{
    top: 5px;
    right: 5px;
}
a.ax-remove{
    border: 1px solid #e1e1e1;
    background: #ffffff;
    color: #e7094a;
    text-align: center;
    line-height: 21px;
}
.ax-remove i{
    font-size: 15px;
}
.ax-progress-info{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #8b8b8b;
}
.ax-progress,
.ax-progress-info{
    background: transparent;
}
.ax-progress-info i{
    color: #71b200;
}
.ax-progress-bar{
    background: #71b200;
    z-index: 0;
}

.custom-control-icon{
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    left: .4rem;
}
.checkbox-cs.jerucum .custom-control-icon{
    background: url("../images/icon/jerucum.png") no-repeat center;
    background-size: 100% auto;
}
.checkbox-cs.elektroenergia .custom-control-icon{
    background: url("../images/icon/elektroenergia.png") no-repeat center;
    background-size: 100% auto;
}
.checkbox-cs.gaz .custom-control-icon{
    background: url("../images/icon/gaz.png") no-repeat center;
    background-size: 100% auto;
}
.checkbox-cs.internet .custom-control-icon{
    background: url("../images/icon/internet.png") no-repeat center;
    background-size: 100% auto;
}
.checkbox-cs.kentronacvac_jerucum .custom-control-icon{
    background: url("../images/icon/kentronacvac_jerucum.png") no-repeat center;
    background-size: 100% auto;
}
.checkbox-cs.koyuxi .custom-control-icon{
    background: url("../images/icon/koyuxi.png") no-repeat center;
    background-size: 100% auto;
}
.checkbox-cs.mshtakan_jur .custom-control-icon{
    background: url("../images/icon/mshtakan_jur.png") no-repeat center;
    background-size: 100% auto;
}
.checkbox-cs.odorakich .custom-control-icon{
    background: url("../images/icon/odorakich.png") no-repeat center;
    background-size: 100% auto;
}
.checkbox-cs.taq_jur .custom-control-icon{
    background: url("../images/icon/taq_jur.png") no-repeat center;
    background-size: 100% auto;
}
.checkbox-cs.vorogum .custom-control-icon{
    background: url("../images/icon/vorogum.png") no-repeat center;
    background-size: 100% auto;
}
.checkbox-cs.xmelu_jur .custom-control-icon{
    background: url("../images/icon/xmelu_jur.png") no-repeat center;
    background-size: 100% auto;
}

.custom-control-icon-indicator{
    color: #408fc6;
    font-size: 13px;
    line-height: 18px;
    width: 14px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    position: absolute;
    right: 5px;
}
.custom-control-icon-indicator:before{
    content: "\f067";
}
.facilities .checkbox-btn{
    padding-right: 2rem;
}
.facilities .checkbox-btn.active .custom-control-icon-indicator:before{
    content: "\f00c";
    color: #71b200;
}

/*******************************
********** FOOTER ***********
********************************/
footer{
    background: #555555;
    padding: 2rem 0 1rem 0;
}
.footer-menu{
    text-align: center;
}
.footer-menu-col{
    display: inline-block;
    text-align: left;
}
.footer-menu h2{
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 6px;
}
.footer-menu h2:before{
    content: '';
    position: absolute;
    width: 120px;
    height: 1px;
    background: #737373;
    left: 0px;
    bottom: 0px;
}
.footer-menu h2:after{
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background: #71b200;
    left: 0px;
    bottom: 0px;
}
.footer-menu li{
    margin-bottom: 6px;
}
.footer-menu a{
    color: #b7b7b7;
    font-size: 13px;
}

.footer-address{
    font-size: 13px;
    color: #ffffff;
    text-align: center;
}
.footer-address .list-unstyled{
    text-align: left;
    width: 200px;
    max-width: 100%;
    display: inline-block;
}
.footer-address li{
    margin-bottom: 10px;
}
.footer-address a{
    color: #ffffff;

}
.footer-address-icon{
    padding: 5px 0;
}
.footer-social{
    padding: 0;
}
.footer-social li{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
}
.footer-social li a{
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 36px;
    background: #7e7e7e;
    border-radius: 50%;
    display: block;
    font-size: 16px;
}

.copyright{
    border-top: 1px solid #737373;
    font-size: 13px;
    color: #e9e9e9;
    padding-top: 5px;
    text-align: center;
}



/*******************************
********** BTN LOADER ***********
********************************/
.loader-in-btn,
.loader-in-btn:before,
.loader-in-btn:after {
    background: #ffffff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}
.loader-in-btn {
    color: #fff;
    text-indent: -9999em;
    margin: 0 auto;
    position: absolute;
    font-size: 4px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -2em;
    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
}
.btn-loader.loading .loader-in-btn{
    visibility: visible;
    opacity: 1;
}
.btn-loader.loading .btn-label{
    visibility: hidden;
    opacity: 0;
}
.loader-in-btn:before,
.loader-in-btn:after {
    position: absolute;
    top: 0;
    content: '';
}
.loader-in-btn:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader-in-btn:after {
    left: 1.5em;
}
@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

.show-on-mobile{
    display: none;
}

a.mobile-menu-btn{
    color: #5a5a5a;
    font-size: 28px;
    margin-right: .6rem;
    margin-left: 0.7rem;
    text-decoration: none;
}
a.header-btn{
    font-size: 28px;
    padding: 4px 15px;
    margin-left: 15px;
}
.favourites a.header-btn{
    display: inline-block;
    padding: 4px 0;
}
.favourites a.header-btn span{
    right: 0px;
    bottom: 6px;
}


[data-toggle=buttons] .property_type.btn input[type=radio],
[data-toggle=buttons] .search-property-type-btn input[type=radio]{
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.search-property-type-btn{
    position: relative;
}
.btn-group .property_type-group-item+.property_type-group-item {
    margin-left: -1px;
}

.ui-helper-hidden-accessible{
    display: none;
}

.tokenize-dropdown > .dropdown-menu li{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: .25rem 0.5rem;
    color: #b5b5b5;
}
.tokenize-dropdown > .dropdown-menu  a{
    color: #333 ;
}
.tokenize-dropdown li:hover .dropdown-item a,
.tokenize-dropdown .dropdown-item.active a,
.tokenize-dropdown .dropdown-item:active a{
    color: #ffffff;
}
.tokenize-dropdown > .dropdown-menu li span.region-city{
    font-size: 80%;
    color: #b5b5b5;
    margin-left: 6px;
}
.tokens-container span.region-city{
    display: none;
}

.go-to-top{
    position: fixed;
    right: 30px;
    bottom: 50px;
    background: #acacac;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: none;
    z-index: 9;
}


.banner ins,
.banner iframe{
    width: 100% !important;
    border: none;
    display: block;
}

.item-grid .banner-list{
    display: none;
}
.item-list .banner-grid{
    display: none;
}
.banner.remont-house a{
    position: relative;
    display: block;
}
.banner.remont-house a:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}
.banner.remont-house iframe{
    height: 210px;
}
.item-banner{
    background: #fff;
    padding: 5px;
    border: 1px solid #e4e4e4;
    width: 100%;
    margin-bottom: 1rem;
}
.item-banner .banner-grid{
    width: 25%;
    float: left;
}
.banner-img{
    width: 100%;
}
.vtarayin-text {
    margin: 20px 0 50px;
}

a.vtb-list-view{
    border: 1px solid #06377b;
    padding: 5px;
    color: #07387c;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.vtb-grid-view img{

}


/*******************************
********** RESPONSIVE ***********
********************************/
@media (min-width: 1300px){
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 992px){
    .go-to-top{
        display: none !important;
    }
}
@media (min-width: 768px){
    #collapseMobSearch {
        display: block !important;
    }
    .item-list .show-on-grid{
        display: none !important;
    }
}
@media (min-width: 1300px) and (max-width: 1660px){
    .col-lgc{
        -ms-flex: 0 0 14%;
        flex: 0 0 14%;
        max-width: 14%;
    }
}
@media (max-width: 1340px){
    :lang(hy) .navbar-expand-lg #header_menu .navbar-nav .nav-link {
        padding-right: .3rem;
        padding-left: .3rem;
    }
    :lang(hy) .header-contact-info {
        margin-left: 0;
    }
    .item-grid.banner-video,
    .item-grid.banner-bg-image {
        height: 356.05px;
    }
}
@media (max-width: 1299px){
    .google-banner{
        display: none;
    }
    :lang(hy) .navbar-expand-lg #header_menu .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .header-contact-info{
        display: none;
    }
    .item-view-carousel.owl-carousel .owl-item.active {
        min-width: 832.5px;
    }
    .item-view-carousel.owl-carousel .owl-item.active+.active {
        max-width: 277.5px;
        min-width: 277.5px;
    }
    .item-view-header .item-view-carousel-video,
    .item-view-header .item-image-fullscreen,
    .item-view-header .item-heart,
    .item-view-carousel .owl-next {
        right: 277.5px;
    }

    .item-view-price-info{
        border-bottom: 1px dashed #e6e6e6;
    }
    .item-view-price-info .item-view-price-params{
        display: none !important;
    }
    .item-view-price-info+.item-view-price-info .item-view-price-params{
        display: flex !important;
    }
    .item-view-price-info+.item-view-price-info{
        display: flex !important;
        border-top: none;
    }
    .banner.remont-house iframe{
        height: 186px;
    }
}
@media (max-width: 1199px){
    .item-grid .items-list .item-box{
        width: 33.33333%;
    }
    #from_builder_section .item-grid .items-list .item-box:nth-child(1),
    .home-section .item-grid .items-list .item-box:nth-child(4){
        display: none;
    }
    #from_builder_section .item-grid .items-list .item-box:nth-child(4){
        display: block;
    }
    .item-view-carousel.owl-carousel .owl-item.active {
        min-width: 620px;
    }
    .item-view-carousel.owl-carousel .owl-item.active+.active {
        max-width: 310px;
        min-width: 310px;
    }
    .item-view-header .item-view-carousel-video,
    .item-view-header .item-image-fullscreen,
    .item-view-carousel .owl-next,
    .item-view-header .item-heart {
        right: 310px;
    }
    .item-list .item-thumb-img-box{
        width: 40%;
    }
    .item-list .figure-caption{
        width: 60%;
    }
    .item-list .item-who-owns-info{
        display: none;
    }
    #search_more_options_content .card{
        padding-bottom: 0rem;
    }
    .agence-item{
        padding: 15px 15px;
    }
    .agence-item hr{
        margin-right: -15px;
        margin-left: -15px;
    }
    /*.item-view-list-params{
        margin-top: 10px;
    }*/
    .banner.remont-house iframe {
        height: 155px;
    }
}
@media (max-width: 991px){
    header{
        padding: 0;
    }
    a.header-btn{
        margin-left: 0;
    }
    .header-gray-line{
        margin-left: 0;
        margin-right: 0;
    }
    .show-on-mobile{
        display: block;
    }
    .item-grid .items-list .item-box{
        width: 50%;
    }
    .need-help:before{
        position: absolute;
        width: 100%;
        height: 100%;
        left: -100%;
        background: #e7e6e1;
        border: none;
    }
    .online-payment-section{
        padding-bottom: 0;
    }
    .online-payment-section .form-group:last-child{
        margin-bottom: 0;
    }
    .add-remove-btn-box{
        max-width: 8.333333%;
    }
    .checkbox_app .checkbox-btn{
        margin-right: 5px;
    }
    .checkbox_app .checkbox-btn:last-child{
        margin-right: 0;
    }
    .checkbox_app .custom-control-indicator{
        display: none !important;
    }
    .checkbox_app .custom-control-icon{
        left: 50%;
        margin-left: -12px;
    }
    .checkbox_app .checkbox-btn {
        padding-left: 2.3rem;
    }
    .need-help{
        padding-left: 40px;
    }

    .item-view-carousel.owl-carousel .owl-item.active {
        min-width: 690px;
        max-width: 690px;
    }
    .item-view-carousel.owl-carousel .owl-item:not(.active){
        max-width: inherit !important;
        min-width: inherit !important;
    }
    .item-view-carousel.owl-carousel .owl-item.active+.active {
        max-width: 0px !important;
        min-width: 0px !important;
    }
    .item-view-header .item-view-carousel-video,
    .item-view-header .item-image-fullscreen,
    .item-view-carousel .owl-next,
    .item-view-header .item-heart {
        right: 0px;
    }
    .right-banner-box,
    .item-view-you-like{
        padding-left: inherit;
        padding-right: inherit;
    }
    .item-short-text-info,
    a.item-acba-btn{
        display: none;
    }
    .item-list .item-short-info{
        margin-top: 0.5rem;
    }
    .search-block{
        margin-left: -15px;
        margin-right: -15px;
    }
    .search_regions button,
    .search_districts button,
    .search_price button{
        max-width: 100%;
    }
    .navbar-brand img{
        margin-left: 10px;
    }
    .zopim{
        display: none !important;
    }
    #from_builder_section .item-grid .items-list .item-box:nth-child(1),
    .home-section .item-grid .items-list .item-box:nth-child(4){
        display: block;
    }
    .item-grid.banner-video,
    .item-grid.banner-bg-image {
        height: 411.63px;
    }
    .item-grid.banner-video figure video{
        margin-left: -365px!important;
    }
    .banner.remont-house iframe {
        height: 114px;
    }
}
@media (max-width: 767px){
    #items_container .items-list.row,
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
    .no-gutters.row{
        margin-right: 0;
        margin-left: 0;
    }
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-right: 10px;
        padding-left: 10px;
    }
    .container-fluid,
    .container{
        padding-right: 10px;
        padding-left: 10px;
    }
    .checkbox-btn.custom-control{
        margin-right: 10px;
    }



    #items_container .items-list{
        margin-left: -10px;
        margin-right: -10px;
    }
    #items_container .items-list .item-box{
        width: 50%;
        float: left;
        padding: 0 10px;
    }
    #items_container .item-thumb-img-box{
        width: 100%;
    }
    #items_container .show-on-list{
        display: none !important;
    }
    #items_container figcaption .row.item-type-property-type{
        margin-right: -10px;
        margin-left: -10px;
        border-bottom: 1px solid rgba(0,0,0,.1);
        padding: 5px;
    }
    #items_container figcaption{
        display: block !important;
        padding: 0 5px;
        float: left;
        width: 100%;
    }
    #items_container figcaption .row{
        margin-left: 0;
        margin-right: 0;
    }
    #items_container figcaption .col{
        padding-left: 0;
        padding-right: 0;
    }
    #items_container figcaption hr{
        margin: .5rem -10px;
    }
    #items_container figure{
        display: inline-block !important;
    }
    #items_container .item-price{
        font-weight: 600;
        font-size: 21px;
        color: #71b200;
    }
    #items_container .item-price .icon-usd-syb{
        font-size: 17px;
        font-weight: 600;
    }
    #items_container .item-price .icon-amd-syb{
        font-size: 17px;
        font-weight: 600;
        margin-right: 5px;
    }
    #items_container .item-price .icon-eur-syb{
        font-size: 17px;
        font-weight: 600;
        margin-right: 3px;
    }
    #items_container .item-type{
        text-align: right;
    }
    #items_container a.item-grid-view{
        color: #6a6a6a;
        border: 1px solid #6a6a6a;
    }





    .checkbox_app .checkbox-btn {
        margin-right: 5px;
        padding-left: 1.5rem;
    }
    .property_type-group{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px;
    }
    .property_type-group .property_type-group-item{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 10px;
    }
    .property_type-group .property_type-group-item label{
        width: 100%;
    }
    .need-help{
        padding-left: 10px;
    }
    .online-payment{
        padding-left: 30px;
    }
    .online-payment:before{
        left: 20px;
    }
    .item-view-header .item-view-carousel{
        height: 360px;
    }
    .item-view-carousel.owl-carousel .owl-item.active {
        min-width: 520px;
        max-width: 520px;
    }
    .search_property_type{
        padding: 0 10px;
        position: relative;
        top: 0;
    }
    .search_property_type .btn-group{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px;
    }
    .search-property-type-btn{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 10px;
    }
    .search_property_type .search-property-type-btn .btn-secondary{
        border: 1px solid #ced4da;
        color: #7b7f83;
        box-shadow: none!important;
        width: 100%;
        text-align: center;
    }
    .search_property_type .search-property-type-btn .btn-secondary:active,
    .search_property_type .search-property-type-btn .btn-secondary.active{
        border-color: #51a800 !important;
    }
    .search_property_type .btn-secondary:before{
        display: none;
    }
    .header-fix {
        padding-top: 0px;
    }
    .header-fix header{
        position: relative;
        top: 0;
    }
    .search-form-content{
        box-shadow: none;
    }
    .search_property_type i{
        display: block;
        margin-bottom: 5px;
    }
    header .fixed-block{
        display: inline-block;
        width: 100%;
    }
    nav.navbar {
        box-shadow: 0 1px 3px 0 #eaeaea;
    }
    .search-form-content{
        padding: 7px 10px 0;
    }
    .search-block{
        margin-left: 0;
        margin-right: 0;
    }
    .who-owns-info-mob .who-owns-logo-name{
        border-bottom: 2px dashed #e5e5e5;
        border-right: none;
    }

    .item-grid.banner-video,
    .item-grid.banner-bg-image {
        height: 346.45px;
    }
    .item-grid.banner-video figure video{
        margin-left: -307px!important;
    }

    .banner-list{
        display: none !important;
    }
}

@media (max-width: 575px){
    .navbar-brand{
        margin-right: 0;
    }
    #items_container .items-list .item-box,
    .item-grid .items-list .item-box{
        width: 100%;
    }
    .ceiling_height-group{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .phone-row .phone-num-box{
        padding-right: 50px;
    }
    .phone-row .add-remove-btn-box{
        position: absolute;
        right: 10px;
        padding: 0;
        max-width: 34px
    }
    .phone-row .checkbox_app{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important;
    }
    .checkbox_app .checkbox-btn {
        padding-left: 15%;
        min-width: 45px;
    }
    .property_type-group .property_type-group-item label{
        white-space: normal;
        height: auto;
    }
    .property_type-group .property_type-group-item label i{
        display: block;
    }
    .online-payment{
        margin-bottom: 55px;
    }
    .online-payment-btn-box{
        position: absolute;
        left: 0;
        right: 0;
        bottom: -50px;
        margin: auto;
        text-align: center;
    }
    .need-help-btn-box{
        margin-top: 20px;
        text-align: center;
    }
    .footer-menu{
        text-align: left;
    }
    .item-view-header .item-view-carousel {
        height: 280px;
    }
    .item-view-carousel .owl-nav>div{
        margin-top: -17px;
        width: 34px;
        height: 34px;
        line-height: 36px;
        font-size: 16px;
    }
    .item-view-price{
        padding-left: 10px;
    }
    .item-view-price>div{
        float: inherit;
        padding-left: 0;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-right: none;
        border-bottom: 2px dashed #c9c9c9;
    }
    .item-view-price>div:last-child{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .item-view-price-info.info-under+.item-view-price-info,
    .item-view-price-info+.item-view-price-info{
        display: block !important;
    }
    .item-view-price-info .item-view-price-params{
        text-align: center;
    }
    .item-view-price-params>div{
        width: 100%;
        padding: 0;
    }
    .item-view-price-params>div label{
        display: block;
    }
    .drpdown-cs.right-0 {
        right: 0px;
    }
    .item-share-with .popover-body{
        width: 285px;
    }
    .drpdown-cs .popover-body{
        padding: 1rem;
    }
    .item-view-price{
        font-size: 24px;
    }
    .item-view-price-params>div span{
        font-size: 15px;
    }
    .search-form-content .form-group{
        margin-bottom: 0;
    }
    a.current-currency, a.current-language{
        padding: .4rem .5rem;
    }
    .item-view-count{
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .item-grid.banner-video,
    .item-grid.banner-bg-image{
        display: none !important;
    }
    .view-content img {
        width: 100%!important;
        float: initial;
        padding-right: 0;
    }
}



.old-version{
    position: fixed;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    left: 0px;
    background: #acacac;
    padding: 3px 15px;
    top: 50%;
    z-index: 999;
}
.old-version a{
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
}

canvas.snow-canvas {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}