/* dop callback css styles */

#search_form .radius_new{
    display: none;
}

#label-abroadcheck_new{
    display: none;
}

.dop-callback-wrapp {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border: solid 2px #eee;
}

.dop-callback-left {
    width: 30%;
    background: #eee;
    padding: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    align-content: space-between;

}

.dop-callback-left.agent {
    text-align: center;
}

.dop-callback-wrapp p {
    width: 100%;
    font-weight: 500;
    line-height: 20px;
}

.dop-callback-wrapp .title {
    font-weight: bold;
    font-size: 18px;
}

.dop-callback-left img {
    max-width: 180px;
    max-height: 135px;
    margin: 10px 0;
}

.dop-callback {
    border: solid 2px #bb2939;
    color: #bb2939;
    background: #fff;
    width: 48%;
    overflow-wrap: break-word;
    margin-top: 10px;
    cursor: pointer;
    font-size: 18px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.dop-callback i {
    margin-right: 10px;
}
.dop-contact i {
    margin-right: 5px;
}

.dop-callback i.fa-mobile {
    font-size: 20px;
}

.dop-callback-right {
    width: 70%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 20px 15px 20px;
}

.dop-callback-right p.title {
    width: 100%;
    margin: 15px 0 20px;
}

.form-callback-left {
    padding-top: 8px;
}

.privacy-link {
    font-size: 13px;
    margin: 0 0 15px 25px;
}

.form-callback-left,
.form-callback-right {
    width: 48%;
}

.dop-callback-right input,
.dop-callback-right textarea {
    width: 100%;
    color: #333;
    border: 1px solid #bfbdbd;
    padding: 5px 10px;
    border-radius: 2px;
    margin-bottom: 12.5px;
}

.dop-callback-right textarea {
    height: 292px;
    margin-bottom: 0px;
    font-size: 15px;
}

.form-callback-left button {
    width: 100%;
}



.dop-callback-right  select {
    margin-bottom: 10px;
}

.dop-call-check {
    position: relative;
}

.dop-call-check input {
    position: absolute;
    height: 18px;
    width: 18px;
    z-index: 1;
    opacity: 0;
    top: 2px;
}

.dop-call-check label {
    padding-left: 25px;
    position: relative;
    margin: 0;
    line-height: 20px;
}

.dop-call-check label:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    color: #dedede;
}

.dop-call-check input:checked ~ label:before {
    color: #bb2939;
}

/* end dop callback css */

/* multicallback css */

.multicallback-wrapp {
    margin-top: 60px;
    margin-bottom: 50px;
}

.multicallback-title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    line-height: 35px;
}

#dlr_alr {
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    border: solid 1px #ccc;
    box-sizing: border-box;
    padding: 20px 30px;
    border-radius: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #7a7a7a;
}

#dlr_list {
    border-bottom: solid 1px #ccc;
    max-height: 500px;
    overflow: auto;
}

.multicallback-left {
    padding-right: 20px;
    border-right: solid 1px #ccc;
    width: 35%;
}

.multicallback-right {
    padding-left: 20px;
    width: 65%;
}

.multicallback-left p,
.multicallback-right p {
    font-size: 20px;
    font-weight: 500;
}

.alerte-block,
.dlrelement {
    position: relative;
    margin-bottom: 15px;
}

.check-all {
    position: relative;
    margin-top: 15px;
}

.alerte-block input,
.check-all input,
.dlrelement input {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
}

#dlr_alr label {
    padding-left: 25px;
    position: relative;
    margin: 0;
    line-height: 20px;
}

#dlr_alr label:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    color: #dedede;
}

.alerte-block:hover label,
.check-all:hover label,
.dlrelement:hover label,
#dlr_alr input:checked ~ label {
    color: #bb2939;
}

#dlr_alr input:checked ~ label:before {
    color: #bb2939;
}

.lab-dop {
    width: 100%;
    position: relative;
}

.multicallback-right textarea,
.multicallback-right input {
    width: 100%;
    margin-bottom: 20px;
    padding: 3px 15px;
    border-radius: 5px;
    border: solid 1px #ccc;
}

.multicallback-right textarea {
    height: 200px;
}

.multicallback-right {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.multicallback-right .button-l3 {
    margin-left: auto;
    margin-top: 20px;
}

/* end multicallback css */

/* INIT */

html {
    min-height: 100%;
}

body {
    background: #ffffff;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
    min-width: 300px;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    cursor: default;
    width: 100%;
    overflow-x: hidden;
}

input,
textarea,
select,
button,
button:focus {
    outline: none;
    border: 1px solid #bbb;
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder {
    color: #000 !important;
    opacity: 1;
    text-overflow: ellipsis;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: initial;
}

.container {
    width: 1180px;
    margin: auto;
    padding: 0 10px;
}

.left-line-block {
    width: 290px;
}

a.link-decoration-white {
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a.link-decoration-white:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

a.link-decoration-grey {
    text-decoration: none;
    border-bottom: 1px solid rgba(79, 79, 79, 0.25);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a.link-decoration-grey:hover {
    border-bottom: 1px solid rgba(79, 79, 79, 0.8);
}

.button-l1 {
    border: 1px solid #972b3b;
    border-radius: 2px;
    background: transparent;
    padding: 7px 40px;
    font-size: 16px;
    color: #972b3b;
    cursor: pointer;
}

.button-l1:hover {
    background: #972b3b;
    color: #fff;
}

.button-l1:active {
    background: #791f2c;
    color: #fff;
}

.button-l2 {
    border: 1px solid #bdbcbc;
    border-radius: 2px;
    background: transparent;
    padding: 7px 40px;
    font-size: 16px;
    color: #7b7a7a;
    cursor: pointer;
}

.button-l2:hover {
    background: #bdbcbc;
    color: #fff;
}

.button-l2:active {
    background: #c6c6c6;
}

.button-l3 {
    border: 1px solid #bb2939;
    border-radius: 2px;
    background: #bb2939;
    padding: 10px 40px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.button-l3:hover {
    background: #a72130;
}

.button-l3:active {
    background: #791f2c;
}

.button-l4 {
    background: #fff;
    border: 1px solid transparent;
    padding: 5px 30px;
    border-radius: 5px;
    font-size: 16px;
    color: rgba(142, 45, 60, 1);
    cursor: pointer;
}

.button-l4:hover {
    background: #fff1f3;
}

.button-l1.large,
.button-l2.large,
.button-l3.large,
.button-l4.large {
    width: 100%;
    text-align: center;
    font-size: 22px;
}

.button-l5 {
    background: #fff;
    border: 1px solid transparent;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}


/* HEADER */

header {
    width: 100%;
    height: 62px;
    background: #0074C1;
    position: fixed;
    overflow: hidden;
    will-change: transform;
    z-index: 20;
}

header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

header .container > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .logo {
    padding-left: 0;
    flex-grow: 1;
}

header .logo img {
    width: 200px;
    height: auto;
}

header .head-search-form{
    -webkit-box-flex: 4;
    -ms-flex-positive: 4;
    flex-grow: 4;
}

header .head-search-input {
    border: 1px solid #fff;
    border-radius: 3px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    opacity: 0.7;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

header .head-search-input:hover {
    opacity: 1;
}

header .head-search-input input {
    width: 80%;
    background: transparent;
    border: 0;
    padding: 3px 7px;
    font-weight: 400;
    font-size: 16px;
    color: #982c3b;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    header .head-search-input input {
        line-height: 0;
        padding: 7px;
    }
}

.head-search-reset {
    opacity: 0;
    color: #fff;
    cursor: pointer;
    color: #982c3b;
    margin-left: auto;
}

header .head-search-input input:focus + .head-search-reset {
    opacity: 0.6;
}

header .head-search-input button {
    background: transparent;
    border: 0;
    color: #fff;
    padding-right: 10px;
    font-size: 16px;
    cursor: pointer;
    color: #982c3b;
}

header .head-icon-bar {
    color: #fff;
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.icon-item a {
    color: #666;
}

a, a:hover {
    color: #0074C1;
}

header .head-icon-bar .icon-item {
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .head-icon-bar .icon-item.add-icon {
    padding: 0 30px 0 0;
}

header .head-icon-bar .icon-item i {
    opacity: 0.7;
}

header .head-icon-bar .icon-item span {
    font-size: 16px;
    margin: 0 0 0 8px;
    opacity: 0.7;
}

header .head-icon-bar .icon-item:hover i,
header .head-icon-bar .icon-item:hover span {
    opacity: 1;
}

header .head-icon-bar .icon-item.add-icon > * {
    opacity: 1;
}

header .head-icon-bar .icon-item .icon-notification {
    background: #fff;
    color: #0074C1;
    position: absolute;
    padding: 0.1em 0.48em;
    top: -7px;
    left: 16px;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    min-width: 15px;
    min-height: 15px;
    white-space: nowrap;
    border-radius: 1em;
}

header .head-lang-bar {
    color: #fff;
    position: relative;
    order: 4 !important;
}

header .head-lang-bar .lang-select {
    color: #fff;
    font-size: 16px;
}

header .head-lang-bar .lang-select .ui-selectmenu-button.ui-button {
    width: 3em;
}

header .head-lang-bar i {
    font-size: 20px;
}

header .head-login-bar {
    color: #fff;
    position: relative;
    cursor: pointer;
    padding: 0 20px;
    order: 4 !important;
}

header .head-login-bar span.bar {
    display: none;
}

header .head-login-bar:after {
    content: '';
    height: 100%;
    width: 500%;
    position: absolute;
    left: 100%;
    top: 0;
}

header .head-login-bar .login-icon {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    font-size: 16px;
    border-radius: 100%;
    border: 1px solid #fff;
    background-size: cover!important;
}

header .head-login-bar span {
    margin-left: 5px;
    margin-right: 8px;
    font-size: 18px;
    white-space: nowrap;
}

header .head-login-bar span i {
    font-size: 35px;
    margin-left: 10px;
    margin-top: 3px;
}

/* MAIN SEARCH BLOCK */

.pg-search .search-form-block{
    margin: 65px 0 5px 0;
}

h1.title-form {
    color: #373a3c;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 1rem;
}

.field-wrapper i {
    position: absolute;
    right: 10px;
    top: 9px;
    font-size: 20px;
    color: #666;
    cursor: pointer;
}

label-dop {
    position:absolute;
    top:0;
    left:3px;
    font-size:14px;
    color:#777;
    transition: all 0.1s linear;
    opacity:0;
    font-weight: 400;
    z-index: -1;
    pointer-events: none;
}
label-dop.on {
    color:#0074C1;
    z-index: 1;
}
label-dop.show {
    top:-20px;
    opacity:1;
    z-index: 1;
}

.main-search-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 500px;
    width: 100%;
    background-color: #efeeee;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.pg-models .main-search-block,
.pg-new_constructions .main-search-block,
.pg-commercial .main-search-block,
.pg-residential .main-search-block,
.pg-home .main-search-block {
    margin-top: 55px;
    padding-top: 40px;
}

.pg-notary .main-search-block {
    margin-top: 55px;
    padding-top: 20px;
}

.main-search-block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 260px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.main-search-block .hall-link {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 100%;
    text-align: center;
}

.main-search-block .hall-link a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.search-form-container.add-details-click {
    height: 330px;
    position: relative;
}

.main-search-block .map-block {
    flex-shrink: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: rgba(242, 241, 241, 0.93);
    border-radius: 5px 0 0 5px;
    box-shadow: 3px 0 27px rgba(0, 0, 0, 0.25);
    position: relative;
    padding-left: 20px;
    padding-top: 10px;
    position: relative;
    z-index: 1;
}

.main-search-block .transition-map-block {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s cubic-bezier(0.1, 0.9, 0.9, 1.5);
    transition: 0.5s cubic-bezier(0.1, 0.9, 0.9, 1.5);
}

.main-search-block .show-map-block {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.main-search-block .map-block .map-inner {
    background: url('/templates/realestate/img/map.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.main-search-block .map-block .button-block a {
    color: #982c3b;
}

.form-block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    /*	overflow: hidden; */
    position: relative;
    height: 100%;
}

form.search-form-block {
    width: 100%;
    min-height: 100%;
    padding: 15px 15px 25px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

form.search-form-block.search-agency {
    padding: 20px;
}

form.search-form-block {
    background: rgba(242, 241, 241, 0.98);
    border-right: 0;
    box-shadow: 3px 0 27px rgba(0, 0, 0, 0.35);
    border-radius: 0 5px 5px 0;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

/*.main-search-block form.search-form-block {*/
/*    border: 1px solid rgba(255, 255, 255, 0.45);*/
/*}*/

form.search-form-block.transition-form-block {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

form.search-form-block.show-form-block {
    left: 0 !important;
}

form.search-form-block .white-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 2px;
    height: 45px;
    margin-bottom: 20px;
}

form.search-form-block .white-line > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40px;
}

form.search-form-block .white-line .select-block {
    background: #fff;
    border-radius: 2px 0 0 2px;
    color: #666;
    width: 25%;
    padding-left: 10px;
    border: 1px solid #ccc;
}

form.search-form-block .white-line .inputs-block {
    background: #fff;
    color: #7b7a7a;
    width: 20%;
    padding-left: 10px;
}

form.search-form-block .white-line .inputs-block.pois {
    width: 75%;
    padding-left: 5px;
    border: solid 1px #ccc;
    border-left: none;
    border-radius: 0 2px 2px 0;
    margin-right: 10px;
    /*box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);*/
}

form.search-form-block .white-line .inputs-block .ui-button,
form.search-form-block .white-line .select-block .ui-button {
    width: calc(100% - 3px);
}

form.search-form-block .search-agency .white-line .inputs-block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 4px 0 0 4px;
}

form.search-form-block .white-line .inputs-block input {
    border: 0;
    background: transparent;
    color: #777;
    width: 100%;
}

form.search-form-block .white-line .inputs-block input::placeholder {
    color: #666;
}

form.search-form-block .white-line .center-separator {
    border-right: 1px solid #bfbdbd;
    height: 30px;
    margin: auto 10px;
    z-index: 1;
}

form.search-form-block .white-line .range-block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 150px;
    background: #fff;
    border-radius: 0 4px 4px 0;
    padding: 0px 20px 0 10px;
    color: #b3b2b2;
    font-size: 13px;
}

form.search-form-block .white-line .range-block .range-mob {
    width: 100%;
}

form.search-form-block .white-line .range-block .ui-slider-handle {
    cursor: pointer;
}

form.search-form-block .white-line .range-block #range-custom-handle {
    cursor: default;
    color: #6b6b6b;
    font-size: 16px;
    margin-top: 2px;
}

form.search-form-block .white-line .range-block .ui-slider {
    margin-top: -15px;
    cursor: pointer;
}

form.search-form-block .white-line .range-block span.ui-slider-handle {
    width: 30px;
    height: 14px;
    display: block;
    top: -3px;
    margin-left: -13px;
}

form.search-form-block .white-line .range-block #slider-range {
    width: 80%;
    margin: -10px auto 0 auto;
}

.ui-slider-horizontal .ui-slider-handle:after {
    font: normal normal normal 11px/1 FontAwesome;
    content: '\f105';
    position: relative;
    left: 8px;
    top: -3px;
    color: #b9b9b9;
}

.ui-slider-horizontal .ui-slider-handle:before {
    font: normal normal normal 11px/1 FontAwesome;
    content: '\f104';
    position: relative;
    right: 8px;
    top: -3px;
    color: #b9b9b9;
}

form.search-form-block .form-l2-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 20px;
    margin-top: 10px;
}

form.search-form-block .form-l2-line > *, .old_new > div{
    margin: 0 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #bfbdbd;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    border-radius: 2px;
    position: relative;
    padding: 4px 7px;
}

form.search-form-block .form-l2-line > * {
    width: 48%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    form.search-form-block .form-l2-line > * {
        line-height: 0;
        padding: 7px;
    }
}

form.search-form-block .form-l2-line .company-name-block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

form.search-form-block .form-l2-line .checkbox-block {
    margin: 0;
    width: 50px;
    color: #7b7a7a;
    border-bottom: 0;
}

form.search-form-block .form-l2-line > * input {
    width: 100%;
    border: 0;
    background: transparent;
    color: #7b7a7a;
    z-index: 1;
    cursor: pointer;
    /* padding: 1px 2px; */
}

input:-ms-input-placeholder {
    color: #ccc !important;
    font-weight: 400 !important;
}

/***
form.search-form-block .form-l3-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: none;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
***/

form.search-form-block .form-l4-line .inner-block,
form.search-form-block .form-l3-line .inner-block {
    color: #7b7a7a;
    margin-right: 20px;
}

form.search-form-block label {
    cursor: pointer;
    color: #666;
}

form.search-form-block .form-l3-line .inner-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

form.search-form-block .form-l3-line .inner-line[data-sel-check="1"] {
    display: none;
}

form.search-form-block .buttons-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: auto;
}

.pg-home .search-form-container form.search-form-block .buttons-line,
.pg-commercial .search-form-container form.search-form-block .buttons-line {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

body.pg-dealers2 form.search-form-block .buttons-line {
    justify-content: space-between;
}

form.search-form-block .buttons-line button {
    padding: 10px 20px;
    margin: 0 10px;
}

form.search-form-block .buttons-line .add-details-button:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f067";
}

.add-details-click form.search-form-block .buttons-line .add-details-button:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f068";
}

form.search-form-block .form-l2-line .select-block {
    color: #7b7a7a;
    background: #fff;
    line-height: inherit;
    /*padding: 2px 6px 3px 0;*/
}

form.search-form-block .search-agency .form-l2-line .company-name-block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

form.search-form-block .buttons-line .form-l4-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: none;
}

form.search-form-block .buttons-line .form-l4-line .inner-block {
    color: #7b7a7a;
}

.search-form-agency .form-l3-line,
.add-details-click form.search-form-block .form-l3-line,
.add-details-click form.search-form-block .form-l4-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

form.search-form-block.search-agency .white-line .inputs-block {
    width: 100%;
}

form.search-form-block.search-agency .white-line .inputs-block .ui-button {
    width: auto;
}

.pg-real_estate_agencies #search-country,
.pg-real_estate_agencies form.search-form-block.search-agency .white-line .inputs-block .ui-button {
    width: 160px;
}

.pg-real_estate_agencies form.search-form-block.search-agency .ui-selectmenu-text {
    overflow: hidden;
}

.pg-dealers2 #search-country,
.pg-dealers2 form.search-form-block.search-agency .white-line .inputs-block .ui-button {
    width: 160px;
}

.pg-dealers2 form.search-form-block.search-agency .ui-selectmenu-text {
    overflow: hidden;
}

form.search-form-block.search-agency .ui-selectmenu-text {
    overflow: auto;
    margin-right: 30px;
}

form.search-form-block.search-agency .company-name-block ul.token-input-list {
    padding: 15px 0 5px 0;
    height: 50px;
}

.search-agency .inputs-block {
    border-radius: 5px;
    border: solid 1px #ccc;
}

.main-search-block .container.search-form-agency {
    height: initial;
}

.main-search-block .search-form-agency .form-block {
    height: initial;
}

/* bread-crumbs */

#bc_div {
    color: #838181;
    font-size: 14px;
    background: #ede9e7;
    padding: 10px 0;
}

.pg-search #bc_div, .pg-search_geo #bc_div {
    background: #f2f1f1;
    padding: 10px;
}



#bc_div i {
    color: #0074C1;
    font-size: 10px;
    margin: 0 5px;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee !important;
}

/* SECTION BLOCKS */

.section-block-top {
    padding: 60px 0 0 0 ;
}

.pg-search .section-block-top, .pg-search_geo .section-block-top {
    padding: 0 ;
}

.section-block {
    padding: 50px 0;
    background: #fff;
}

.section-block.section-hightlight {
    background: #f2f1f1;
}

.section-block .title {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    color: #000;
    margin: 0 0 30px 0;
}

.section-block .title.min {
    color: #7b7a7a;
}

.section-block .section-four-items {
    margin: 0 10px;
    width: 25%;
}

.section-block .section-four-items:first-child {
    margin: 0 10px 0 0;
}

.section-block .section-four-items:last-child {
    margin: 0 0 0 10px;
}

.section-block .button-container {
    margin-top: 60px;
    text-align: center;
}


/* FOOTER */

footer .bottom-block {
    margin-top: 50px;
    background: #313131;
    height: 55px;
    overflow: hidden;
}

footer .bottom-block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

footer .bottom-block .container > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .bottom-block .app-block {
    background: #982c3b;
    position: relative;
    color: #fff;
    padding: 0 20px;
}

footer .bottom-block .app-block:after {
    content: '';
    height: 100%;
    width: 500%;
    position: absolute;
    background: #982c3b;
    left: 100%;
    top: 0;
}

footer .bottom-block .app-block i {
    margin: 0 10px 0 0;
}

footer .bottom-block .app-block a {
    color: #fff;
    margin-right: 10px;
}

footer .bottom-block .app-block a.our-apps {
    margin-left: 10px;
}

footer .bottom-block .link-block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

footer .bottom-block .link-block a {
    margin: 0 20px 0 0;
    color: #646363;
    text-transform: uppercase;
}

footer .top-block {
    background: #efeeee;
    border-top: 1px solid #dcdcdc;
}

footer .top-block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

footer .top-block .copy-block {
    padding: 50px 40px 50px 0;
    border-right: 1px solid #dcdcdc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 13px;
    color: #6f6f6f;
}

footer .top-block .copy-block > * {
    margin: 10px 0;
}

footer .top-block .copy-block a {
    color: #982c3b;
}

footer .top-block .copy-block .logo {
    width: 210px;
    padding: 5px 5px;
    background-color: #0074C1;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

footer .top-block .copy-block .logo img {
    width: 200px;
    height: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

footer .top-block .links-block {
    padding: 50px 0 50px 40px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

footer .top-block .links-block .link-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: space-between;
    align-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
    margin: 0 0 30px 0;
}

footer .top-block .links-block ul {
    width: 33%;
    list-style: none;
    padding: 0 20px 0 0;
    margin: 0;
}

footer .top-block .links-block ul li {
    padding: 5px 0;
}

footer .top-block .links-block ul li a {
    color: #4f4f4f;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
}

footer .top-block .links-block .partners-block {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

footer .top-block .links-block .partners-block div {
    margin: 10px 0;
}

footer .top-block .links-block .partners-block div img {
    max-width: 250px;
    margin-top: 10px;
    margin-right: 5px;
}


/* SOCIAL CIRCLE */

.social-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}

.social-button .sicial-circle {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    background: #7c7c7c;
    line-height: 35px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    font-size: 16px;
}

/*** OPTION SLIDER ***/

.container.agencies-preview-block-mob {
    position: relative;
    width: 95%;
    height: 100px;
    padding: 0;
    overflow: hidden;
}

.container.agencies-preview-block-mob:before,
.container.agencies-preview-block-mob:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 70px;
    height: 100%;
    top: 0;
    z-index: 2;
}

.container.agencies-preview-block-mob:after {
    left: -70px;
}

.container.agencies-preview-block-mob:before {
    right: -70px;
}

.swiper-slide {
    text-align: center;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.swiper-slide img {
    max-height: 100px;
    width: 100%;
    max-width: 120px;
}

.swiper-next,
.swiper-prev{
    display: block;
    position: absolute;
    height: 50px;
    width: 50px;
    vertical-align: middle;
    top: 50%;
    margin-top: -25px;
    text-align: center;
    border: solid 1px #ababab;
    border-radius: 5px;
    color: #ababab;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 3;
    cursor: pointer;
}

.swiper-next i,
.swiper-prev i {
    font-size: 30px;
    line-height: 45px;
}

.swiper-next {
    right: -68px;
}

.swiper-prev {
    left: -68px;
}

.swiper-next:hover,
.swiper-prev:hover  {
    background: #982c3b;
    border: solid 1px #982c3b;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
}

/* NEWS PREVIEW */

.news-preview-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.news-preview-block .news-preview-item {
    border-radius: 5px;
}

.news-preview-block .news-preview-item .wrap {
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.news-preview-block .news-preview-item .bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 56%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 56%, rgba(0, 0, 0, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#1a000000', GradientType=0);
}

.news-preview-block .news-preview-item:hover .wrap {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

.news-preview-block .news-preview-item:hover .bg {
    background: rgba(152, 44, 59, 0.6);
}

.news-preview-block .news-preview-item .caption {
    text-transform: uppercase;
    font-size: 16px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 15px;
    margin-bottom: 10px;
    height: 90px;
    overflow: hidden;
}

.news-preview-block .news-preview-item .summary {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 15px 10px 15px;
    font-size: 13px;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    min-height: 150px;
}

.news-preview-block .news-preview-item .bottom-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin-top: auto;
    border-top: 1px solid transparent;
    font-size: 13px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    color: #fff;
}

.news-preview-block .news-preview-item .bottom-block .date {
    padding: 10px 15px;
}

.news-preview-block .news-preview-item .bottom-block .more {
    padding: 10px 15px;
    border-radius: 0 0 5px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.news-preview-block .news-preview-item .bottom-block .more a {
    color: #fff;
}

.news-preview-block .news-preview-item .bottom-block .date:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f017';
    font-size: 14px;
    margin: 0 10px 0 0;
}

.news-preview-block .news-preview-item .bottom-block .more:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f105';
    font-size: 14px;
    margin: 0 0 0 10px;
}

.news-preview-block .news-preview-item:hover .bottom-block {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.news-preview-block .news-preview-item:hover .bottom-block .more {
    background: #982c3b;
}


/* AGENCIES BLOCK */

.pg-real_estate_agencies .main-search-block {
    margin-top: 55px;
}

.pg-dealers2 .main-search-block {
    margin-top: 55px;
}

.agencies-preview-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.agencies-preview-block .agencies-preview-item {
    width: 8%;
    margin: 0 10px;
}

.agencies-preview-block .agencies-preview-item:first-child {
    margin: 0 10px 0 0;
}

.agencies-preview-block .agencies-preview-item:last-child {
    margin: 0 0 0 10px;
}

.agencies-preview-block .agencies-preview-item img {
    max-width: 100%;
}


/* PROPERTY BLOCK */

.property-preview-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.property-preview-block .property-preview-item {
    border: 1px solid #d6d5d5;
    border-radius: 5px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: left;
}

.property-preview-block .property-preview-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.property-preview-block .property-preview-item:hover .bottom-block .more {
    margin-right: 0;
}

.property-preview-block .property-preview-item:hover .img:after {
    background: rgba(152, 44, 59, 0.4);
}

.property-preview-block .property-preview-item:hover figcaption {
    color: rgba(152, 44, 59, 1);
}

.property-preview-block .property-preview-item .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.property-preview-block .property-preview-item .img {
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    position: relative;
    background: #d6d6d6;
    height: 170px;
}

.property-preview-item:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.property-preview-block .property-preview-item .img img {
    width: 100%;
    margin-top: -24px;
}

.property-preview-block .property-preview-item figcaption {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
    text-transform: uppercase;
}

.property-preview-block .property-preview-item .summary {
    font-size: 13px;
    padding: 0 15px 15px 15px;
    color: #8f8f8f;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.property-preview-block .property-preview-item .bottom-block {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    height: 50px;
    border-top: 1px solid #d6d5d5;
    overflow: hidden;
}

.property-preview-block .property-preview-item .bottom-block > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.property-preview-block .property-preview-item .bottom-block .price {
    font-weight: 600;
    padding: 0 15px;
    font-size: 18px;
    color: #982c3b;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.property-preview-block .property-preview-item .bottom-block .agency-logo {
    padding: 0 15px;
}

.property-preview-block .property-preview-item .bottom-block .agency-logo img {
    max-height: 40px;
    max-width: 55px;
    vertical-align: middle;
}

.property-preview-block .property-preview-item .bottom-block .more {
    background: #982c3b;
    font-size: 30px;
    padding: 0 20px;
    color: #fff;
    border-radius: 0 0 5px 0;
    width: 50px;
    height: 100%;
    margin-right: -55px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* -------------- // RUBRIC BLOCK */

.rubric-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.rubric-block .rubric-item {
    padding: 15px;
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rubric-block .rubric-item:hover {
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.35);
    border: 1px solid transparent;
}

.rubric-block .rubric-item:hover .rubric-title {
    color: #0074C1;
}

.rubric-block .rubric-item a:hover {
    text-decoration: none;
}

.rubric-block .rubric-item .img {
    text-align: center;
}

.rubric-block .rubric-item .rubric-title {
    font-size: 16px;
    font-weight: 600;
    margin: 7px 0 10px 0;
    text-align: center;
    color: #000;
}

.rubric-block .rubric-item .rubric-summary {
    font-size: 14px;
    color: #676767;
}

.rubric-item .img img {
    max-width: 50%;
}
/* SING IN BLOCK */

.sing-in-block {
    /*position: absolute;*/
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 110;
    display: none;
    overflow: hidden;
}

.sing-in-block .right-block {
    width: 350px;
    height: 100%;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: fixed;
    right: -500px;
    overflow: auto;
    z-index: -1;
}
.sing-in-block .right-block.nofoto.open-ok {
    z-index: 2001;
}

.sing-in-block .right-block .main-block {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: solid 1px #ccc;
}

.sing-in-block .right-block .main-block .head-block {
    background: rgba(142, 45, 60, 1);
    height: 62px;
    padding: 0 20px 0 40px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sing-in-block .right-block .main-block .head-block .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.sing-in-block .right-block .main-block .head-block .title .login-icon {
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    border-radius: 100%;
    border: 2px solid #fff;
    background-size: cover!important;
}

.close-sing-in-block {
    font-size: 26px;
    opacity: 0.7;
    cursor: pointer;
}

.close-sing-in-block:hover {
    opacity: 1;
}

.sing-in-block .right-block .main-block .head-block .title span {
    margin-left: 10px;
    font-size: 18px;
}

span a.out {
    font-size: 14px;
    color: #fff;
    opacity: 0.7;
    margin-top: -5px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

span a.out i {
    margin-left: 5px;
    font-size: 11px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

span a.out:hover {
    opacity: 1;
}

span a.out:hover i {
    margin-left: 15px;
}

.sing-top-block {
    padding: 12px 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sing-top-block .sing-top-icon {
    width: 100%;
}

.sing-top-block .sing-top-icon .icon-item {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #666;
    width: 100%;
    height: 38px;
    margin-right: 5px;
    text-align: center;
    line-height: 37px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

.lang-select i,
.sing-top-block .sing-top-icon .icon-item i {
    margin-right: 5px;
    width: 16px;
    text-align: center;
}

.sing-top-icon .icon-notification {
    position: absolute;
    top: 0;
    right: -4px;
    line-height: initial;
    font-size: 12px;
    background: #fff;
    color: #972b3b;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

.sing-top-block .sing-top-icon .icon-item:hover {
    color: #972b3b;
}

.sing-top-block .ui-selectmenu-button.ui-button {
    width: 50px;
}

.lang-select.dop .ui-selectmenu-text {
    font-weight: 500;
    font-size: 18px;
    color: #666;
}

.sing-menu-block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 12px 40px;
}

.sing-menu-block .icon-item {
    border: solid 1px;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
    font-size: 20px;
    color: #972b3b;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sing-menu-block .icon-item:hover {
    background: #972b3b;
    color: #fff;
}

.sing-menu ul {
    margin-top: 15px;
    padding: 0;
}

.sing-menu li {
    display: block;
    margin: 10px 0;
}

.sing-menu a {
    text-transform: uppercase;
    color: #777777;
    font-weight: 500;
    border-bottom: solid 1px #c5c5c5;
}

.sing-menu a:hover {
    text-decoration: none;
    border-bottom: none;
}

.sing-menu.dop-lin {
    margin-bottom: 20px;
}

.sing-menu.dop-lin a {
    color: #0074C1;
    border-bottom: none;
}

.sing-menu.dop-lin a:hover {
    border-bottom: solid 1px #bb2939;
}

.sing-menu-user {
    margin-top: 25px;
}

.sing-menu-user ul {
    padding: 0;
    margin-top: 20px;
}

.sing-menu-user li {
    margin-top: 10px;
    display: block;
}

.sing-menu-user a {
    text-transform: uppercase;
    color: #777;
    font-weight: 500;
    font-size: 15px;
}

.sing-menu-user a {
    text-transform: uppercase;
    text-decoration: none;
}

.sing-menu-user a span {
    border-bottom: solid 1px;
}

.sing-menu-user a:hover span {
    border-bottom: none;
}

.sing-menu-user i {
    width: 25px;
    text-align: center;
    padding-right: 10px;
}

.sing-menu-user li.active i {
    color: #972b3b;
}

.sing-menu-user .icon-notification {
    display: inline-block;
    background: #972b3b;
    width: 22px;
    text-align: center;
    margin-left: 5px;
    border-radius: 100%;
    color: #fff;
}

.sing-menu-search {
    margin-top: 30px;
    position: relative;
    border-bottom: solid 1px #c5c5c5;
}

.sing-menu-search:hover {
    border-bottom: solid 1px #8c8c8c;
}

.site-search {
    background: rgba(0,0,0,0);
}

input.site-search {
    border: 0;
    width: calc(100% - 30px);
}

.sing-menu-search button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: 0;
    background: rgba(0,0,0,0);
    color: #9a9a9a;
    cursor: pointer;
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sing-menu-search button:hover {
    color: #972b3b;
}

.sing-in-block .center-block {
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
}

.sing-in-block .forms-wrap-scroll {
    height: 100%;
    display: flex;
    display: -webkit-flex;
}

.sing-in-block .forms-wrap {
    width: 380px;
    max-height: 100vh;
    overflow-y: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction:column;
    flex-direction: column;
    opacity: 0;
    margin: auto;
    background: rgba(242, 241, 241, 1);
    padding: 20px 40px 0 40px;
    position: relative;
    border-radius: 5px;
}

.sing-in-block .forms-wrap.reg-f {
    width: 600px;
}

.sing-in-block .sign-up-form-show {
    display: none;
}

.center-block .forms-wrap .close-center-block {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    opacity: 0.8;
}

.center-block .forms-wrap .close-center-block:hover {
    opacity: 1;
}

.center-block .forms-wrap .form-block .form-inner {
    margin: 0 0 20px 0;
    padding: 5px;
    border: solid 1px #ccc;
    border-radius: 5px;
    background: #fff
}

form.reg-form {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.center-block .forms-wrap.reg-f .form-block .form-inner {
    width: 48%;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
}

.center-block .forms-wrap .form-block .form-inner i {
    font-size: 20px;
    width: 30px;
    text-align: center;
    color: #999;
}

.center-block .forms-wrap .form-block .form-inner input {
    width: 210px;
    background: transparent;
    border: 0;
    color: #666;
}

.center-block .button-l4 {
    color: #bebebe;
    font-weight: 500;
}

.center-block .pass-forgot {
    margin: 10px 0;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 18px;
}

.center-block .pass-forgot a {
    color: #666;
}

.center-block .pass-forgot a:hover {
    border-bottom: solid 1px #666;
}

.center-block .sing-in-social {
    text-align: center;
    color: #666;
    margin: 5px 0;
}

.center-block .sing-in-social span {
    display: block;
    margin: 0 0 10px 0;
}

.center-block .social-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.center-block .sicial-circle {
    border: 1px solid #666;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #666;
}

.center-block .sicial-circle:hover {
    background: #fff;
}

.center-block .button-block {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 15px;
}

.center-block .button-block .question {
    text-align: center;
}
.large-log {
    background: none;
    border: none;
    margin: 10px auto 20px;
    display: block;
    color: #972b3b;
    cursor: pointer;
}

.large-log:hover {
    color: #666;
}


/* TOOLTIPE */

.tooltipe-item .tooltipe-container {
    display: none;
}

.tooltype-title {
    margin: 0 0 10px 0;
    font-weight: 600;
}


/* BANNER */

.big-bnr {
    margin: 40px auto;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.big-bnr.top-section-position {
    margin-top: 0;
    margin-bottom: 60px;
}

.big-bnr span {
    margin: auto;
}


/* SEO TEXT */

.seo-text-block {
    margin-top: 60px;
    text-align: center;
    color: #797979;
}

.seo-text-block.no-margin {
    margin-top: 0;
    text-align: left;
}

/* NEWS */

.news-list-intro-container {
    background: no-repeat center;
    background-size: cover;
}

.news-list-intro {
    color: #fff;
    padding: 80px 0;
}
.news-list-intro-single {
    color: #fff;
    padding: 0;
}

.news-list-intro h1 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 15px;
}

.news-list-intro p {
    font-size: 18px;
    margin-bottom: 10px;
    width: 700px;
}

.search-line-input {
    background-color: rgba(0, 0, 0, 0.37);
    border-radius: 5px 5px 0 0;
    height: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search-line-input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin: auto;
    padding: 0 10px;
    width: 90%;
    opacity: .5;
}

.search-line-input button {
    color: #fff;
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 18px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.search-line-input input {
    background-color: transparent;
    font-size: 16px;
    height: 31px;
    border: 0;
    width: 232px;
    color: #fff;
}

.search-line-input-box:hover {
    opacity: 1;
}

.news-list-container {
    position: relative;
}

.news-list-container:after {
    content: ' ';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 40%;
}

.news-list-container .container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    z-index: 1;
}

.news-list {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.inner-page-menu {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
}

.inner-page-menu a {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #eeebeb;
    border-bottom: 1px solid #e0dfdf;
    color: #807672;
    display: block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    font-weight: 500;
    height: 48px;
    padding-left: 20px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.inner-page-menu a:before {
    background-color: #9d2c3b;
    content: ' ';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 5px;
}

.inner-page-menu a:hover {
    color: #0074C1;
    text-decoration: none;
}

.inner-page-menu a:hover:before {
    opacity: 1;
}

.subscribe-news-header {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #8f3341;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 47px;
    padding-left: 20px;
}

.subscribe-news-header span {
    color: #fff;
    font-size: 16px;
    margin-left: 7px;
    text-transform: uppercase;
}

.subscribe-news-header i {
    color: #fff;
    font-size: 13px;
}

.subscribe-news-content {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-image: -webkit-linear-gradient(left, #0074C1 -1%, #c42837 100%, #c42837 100%);
    background-image: linear-gradient(to right, #0074C1 -1%, #c42837 100%, #c42837 100%);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 133px;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.subscribe-news-input {
    position: relative;
    width: 234px;
}

.subscribe-news-input input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    opacity: .5;
    padding: 7px 20px 7px 27px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
}

.subscribe-news-input input:focus {
    opacity: 1;
}

.subscribe-news-input input:focus + i {
    opacity: 1;
}

.subscribe-news-input input::-webkit-input-placeholder {
    color: #fff;
}

.subscribe-news-input input::-moz-placeholder {
    color: #fff;
}

.subscribe-news-input i {
    color: #fff;
    font-size: 16px;
    left: 1px;
    opacity: .5;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.button-white {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #8f3340;
    font-size: 20px;
    height: 42px;
    margin-top: 17px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 234px;
}

.button-white:hover {
    background-color: transparent;
    color: #fff;
}

.news-two-iteam {
    height: 100%;
    margin-bottom: 22px;
    margin-right: 22px;
    width: 47%;
}

.news-two-iteam .wrap {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-two-iteam:hover .wrap {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.news-two-iteam:hover .bg {
    background: transparent !important;
}

.news-list {
    background-color: #fff;
    padding-top: 27px;
}

.news-list .news-preview-block {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.news-list .news-preview-block .caption {
    font-weight: 600;
}

.news-list .news-preview-block .summary {
    font-size: 14px;
    min-height: 124px;
    padding-right: 0;
    width: 224px;
}

.news-paginator {
    padding-bottom: 60px;
    padding-top: 40px;
}

.paginator {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.paginator .arrow {
    color: #8f8e8e;
    font-size: 30px;
    padding: 2px 8px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.paginator .arrow:hover {
    color: #9d2c3b;
}

.pagination-numbers {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin: 0 10px;
}

.pagination-numbers a {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    font-size: 20px;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-right: 6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: initial;
}

.pagination-numbers a:last-child {
    margin-right: 0;
}

.pagination-numbers a:hover {
    color: #9d2c3b;
    text-decoration: none;
}

.pagination-numbers .current {
    border: 1px solid #ababab;
    padding: 4px 14px;
}

.medium-banner {
    background: #d6d6d6;
    border-radius: 5px;
    height: 250px;
    margin-bottom: 60px;
    margin-right: 30px;
}

.news-preview-item .lable {
    background-color: #efeeee;
    color: #7c7b7b;
    display: inline-table;
    font-size: 14px;
    height: 19px;
    margin-top: 15px;
    padding: 0 14px 0 18px;
}

.inner-page-menu-button {
    position: relative;
}

.inner-page-menu-open-button {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.37);
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 18px;
    padding: 10px 0;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    z-index: 2;
}

.inner-page-menu-open-button i {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 0 0 10px;
}

.inner-page-menu-open-button.open i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.single-news-share-buttons {
    background-color: rgba(0, 0, 0, 0.62);
    border-radius: 5px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.single-news-share-buttons i {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    color: #bdbcbc;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 40px;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 40px;
}

.single-news-share-buttons i:hover {
    color: #fff;
}

.single-news-intro {
    height: 131px;
    margin-top: 60px;
    padding: 20px 0 0 0;
}

.single-news-intro .container {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
}

.single-news-intro .news-list-intro {
    margin-top: 0;
    padding-top: 0;
}

.single-news-container {
    background-color: #e0dfdf;
    position: relative;
}

.single-news-container .container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    z-index: 1;
}

.single-news-container:before {
    background-color: #fdfbfb;
    content: ' ';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}

.single-news {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding-right: 30px;
    position: relative;
    width: calc(100% - 270px);
}

.single-news-header {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 500px;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: flex-end;
    margin: 35px 0;
    padding: 0 30px 40px 67px;
    position: relative;
}

.single-news-bg-img {
    bottom: 0;
    height: 300px;
    left: 0;
    position: absolute;
    width: 100%;
}

.single-news-share-buttons {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.single-news-date {
    background-color: #ac2a39;
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
    padding: 0 8px;
    position: relative;
    z-index: 1;
}

.single-news-header-text {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    max-width: 440px;
    z-index: 1;
}

.single-news-content {
    padding-bottom: 30px;
}

.single-news-content p {
    color: #5f5f5f;
    font-size: 16px;
    line-height: 1.8;
}

.single-news-content h2 {
    color: #5f5f5f;
    font-size: 22px;
    margin: 25px 0;
}

.single-news-content ul {
    margin: 25px 0;
}

.section-hightlight li,
.single-news-content li {
    font-size: 16px;
    margin-bottom: 10px;

}

.single-news-content li {
    list-style-type: none;
}


.section-hightlight li:after {
    border: 2px solid #ac2a39;
    border-radius: 50%;
    content: ' ';
    height: 8px;
    left: -17px;
    position: absolute;
    top: 7px;
    width: 8px;
}

#paginator li:after {
    content: none;
}

.single-news-content li:before {
    content: "\2014";
    margin-right: 5px;
}

.single-news-content img {
    float: left;
    margin-bottom: 10px;
    margin-right: 25px;
    max-width: 100%;
    height: auto;
}

.single-news-similar {
    padding-bottom: 55px;
}

.single-news-similar h1 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 50px;
    margin-top: 35px;
    text-align: center;
}

.news-bar {
    position: relative;
    top: -73px;
    min-width: 270px;
    max-width: 270px;
    width: 270px;
    z-index: 1;
    transition: all 0.3s ease;
}

.news-bar .inner-fixed-bar {
    width: 270px;
    transition: all 0.3s ease;
}

.news-bar .inner-fixed-bar.fixed {
    position: fixed !important;
    top: -240px;
}

.news-bar .inner-fixed-bar.fixed-end {
    position: fixed;
    bottom: 0;
}

.rubric-aside-block .rubric-item {
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rubric-aside-block .rubric-item:hover {
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.35);
}

.rubric-aside-block .rubric-item:hover .rubric-title {
    color: #0074C1;
}

.rubric-aside-block .rubric-item a:hover {
    text-decoration: none;
}

.rubric-aside-block .rubric-item .img {
    text-align: center;
}

.rubric-aside-block .rubric-item .rubric-title {
    font-size: 14px;
    font-weight: 600;
    margin: 7px 0 10px 0;
    text-align: center;
    color: #000;
}

.rubric-aside-block .rubric-item .rubric-summary {
    font-size: 14px;
    color: #676767;
    text-align: center;
}

div.rubric-aside-block {
    padding-bottom: 35px;
}

/* AGENCY SEARCH */

.a-agency-preview-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.a-agency-preview-block .a-agency-preview-item {
    border: 1px solid #d6d5d5;
    border-radius: 5px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.a-agency-preview-block .a-agency-preview-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.a-agency-preview-block .a-agency-preview-item:hover .bottom-block .more {
    background: #982c3b;
    border-color: transparent;
    color: #fff;
}

.a-agency-preview-block .a-agency-preview-item:hover figcaption {
    color: rgba(152, 44, 59, 1);
}

.a-agency-preview-block .a-agency-preview-item .img {
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    position: relative;
    background: #fff;
    height: 130px;
    text-align: center;
    padding: 20px;
}

.a-agency-preview-block .a-agency-preview-item .img img {
    max-width: 60%;
    max-height: 100%;
}

.a-agency-preview-block .a-agency-preview-item figcaption {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
    text-transform: uppercase;
}

.a-agency-preview-block .a-agency-preview-item .summary {
    font-size: 13px;
    padding: 0 15px 15px 15px;
    color: #8f8f8f;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.a-agency-preview-block .a-agency-preview-item .bottom-block {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    height: 50px;
    border-top: 1px solid #d6d5d5;
    overflow: hidden;
}

.a-agency-preview-block .a-agency-preview-item .bottom-block > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.a-agency-preview-block .a-agency-preview-item .bottom-block .info {
    font-weight: 400;
    padding: 0 15px;
    font-size: 18px;
    color: #982c3b;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.a-agency-preview-block .a-agency-preview-item .bottom-block .info i {
    margin: 0 10px 0 0;
}

.a-agency-preview-block .a-agency-preview-item .bottom-block .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    padding: 0 20px;
    color: #a7a5a5;
    border-left: 1px solid #d6d5d5;
    border-radius: 0 0 5px 0;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.a-agency-preview-block .a-agency-preview-item .bottom-block .more i {
    margin: 0 0 0 10px;
    font-size: 20px;
}


/* SEARCH */

.search-agency-container {
    margin-top: 80px;
    position: relative;
}

.search-agency-content {
    width: 65%;
}

.search-agency-results-content {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 25px 30px 25px;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
}

.search-agency-item-container {
    margin: 10px 0;
    padding: 0 10px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.search-agency-item {
    border: 1px solid #d6d5d5;
    border-radius: 2px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: auto;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
}

.attheone .search-agency-item{
    border:solid 1px #bb2939!important;
}


.search-agency-item:hover,.search-agency-item.hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.search-agency-item:hover .search-agency-item-button {
    margin-right: 0;
}

.search-agency-item:hover .search-agency-item-image:before {
    opacity: 1;
}

.search-agency-item:hover .search-agency-item-information p {
    color: #a63342;
}

.search-agency-item-image {
    height: 175px;
    position: relative;
}

.search-agency-item-image:before {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    border-radius: 4px 4px 0 0;
}

.search-agency-item-image .swiper-container {
    height: 100%;
}

.search-agency-item-image .swiper-slide {
    background: no-repeat center;
    background-size: cover;
    border-radius: 4px;
}

.search-agency-item-information {
    padding: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.search-agency-item-information-header span {
    color: #6c6c6c;
    font-size: 16px;
}

.search-agency-item-information-header span:nth-child(2n) {
    margin: 0 5px;
}

.search-agency-item-information p {
    color: #575656;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 10px 0;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.search-agency-item-information > span {
    color: #7a7a7a;
    display: block;
    font-size: 14px;
}

.search-agency-item-bottom-line {
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px solid #dfdede;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 45px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    padding-left: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
}

.search-agency-item-bottom-line > i {
    cursor: pointer;
    font-size: 18px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.search-agency-item-bottom-line > i:hover {
    color: #ea861a;
}

.search-agency-item-bottom-line img {
    margin-left: auto;
    margin-right: 20px;
    max-height: 37px;
}

.search-agency-item-button {
    -webkit-box-align: center;
    align-items: center;
    background-color: #982c3b;
    border-radius: 0 0 5px 0;
    color: #fff;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    font-size: 30px;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    margin-right: -49px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 49px;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.swiper-pagination-fraction {
    -webkit-box-align: center;
    align-items: center;
    background-color: rgba(115, 115, 115, .9);
    border-radius: 5px 0 0 5px;
    bottom: 0 !important;
    color: #b2b1b1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    height: 30px;
    -webkit-box-pack: center;
    justify-content: center;
    left: initial !important;
    position: absolute;
    right: 0 !important;
    width: 90px !important;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.swiper-pagination-fraction span:first-child {
    color: #fff;
}

.search-agency-item-image .swiper-button-next,
.search-agency-item-image .swiper-button-prev {
    -webkit-box-align: center;
    align-items: center;
    background: none;
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    font-size: 24px;
    height: 20px;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 0;
    width: 17px;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.search-agency-item-image .swiper-button-prev {
    bottom: 6px;
    left: initial;
    right: 65px;
    top: initial;
}

.search-agency-item-image .swiper-button-next {
    bottom: 6px;
    right: 8px;
    top: initial;
}

.search-agency-results-top-line {
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 20px 25px;
    -ms-flex-align: center;
}

.search-agency-results-top-line span {
    color: #808080;
    font-size: 16px;
    margin-right: auto;
}

.sort-by-caret {
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0 5px;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    margin-right: auto;
    margin-left: 20px;
}

.sort-by-caret i {
    color: #dfd9da;
    font-size: 16px;
}

.sort-by-caret i:first-child {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -ms-transform: translateY(4px);
}

.sort-by-caret i:last-child {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
}

.sort-by-caret .active-sort-by {
    color: #a92b3a;
}

.search-agency-item-price {
    -webkit-box-align: center;
    align-items: center;
    background-color: rgba(167, 43, 58, .9);
    border-radius: 0 5px 5px 0;
    bottom: 0;
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    font-size: 18px;
    height: 30px;
    -webkit-box-pack: center;
    justify-content: center;
    left: 0;
    padding: 0 20px;
    position: absolute;
    z-index: 2;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    line-height: 15px;
}

.search-agency-form {
    background: #f5f5f5
}

.search-agency-map {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #f0ede5;
    display: inline-block;
}

#gmap {
    width: 100%;
    height: calc(100vh - 62px);
}

.search-agency-map.is-open {
    width: 100%;
}

.search-agency-map .top-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: rgba(0, 0, 0, 0.25);
}

.search-agency-map .top-filter .label-item {
    color: #fff;
}

.search-agency-map .open-map-button {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -30px;
    height: 60px;
    width: 60px;
    background: rgba(167, 43, 58, 1);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.search-agency-map .open-map-button:hover {
    opacity: 1;
}
.sort-by-select {
    border-radius: 5px;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    padding: 10px 0;
    min-width: 190px;
}

.sort-by-select .in-tool {
    color: #666;
    margin-right: 10px;
}

.pg-search .ui-selectmenu-button.ui-button {
    width: 11em;
}

/* OBJECT */

.object-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.object-content > .left-block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ specific styles go here */
    .object-content > .left-block {
        width: calc(100% - 310px);
    }

    input:valid + label-dop, input:disabled + label-dop, label-dop.display {
        top: -12px !important;
    }

    div.map-block {
        display: none !important;
    }

}

.object-content > .right-block {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    position: relative;
    min-width: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
}

.object-content > .right-block:after {
    content: '';
    background: #e0dfdf;
    position: absolute;
    height: 200%;
    width: 1000%;
    bottom: 0;
    left: 100%;
    z-index: 0;
}

.object-content > .right-block .agency-block {
    width: 300px;
    background: #f9f9f9;
    border-radius: 5px 0 5px 0;
    position: relative;
    top: -120px;
    right: 0;
    padding: 15px 0 0 0;
    z-index: 10;
}

.object-content > .right-block .agency-block .agency-info-block {
    background: #fff;
    padding: 15px;
    margin: 0 17px;
}

.object-content > .right-block .agency-block .agency-info-block .img {
    text-align: center;
    margin: 0 0 20px 0;
}

.object-content > .right-block .agency-block .agency-info-block .img img {
    max-width: 70%;
    height: auto;
}

.object-content > .right-block .agency-block .agency-info-block.agent .img img {
    max-width: 40%;
    height: auto;
}

.object-content > .right-block .agency-block .agency-info-block .title {
    text-transform: uppercase;
    text-align: center;
    color: #807f7f;
    font-size: 18px;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.object-content > .right-block .agency-block .agency-info-block .adress {
    margin: 0 0 20px 0;
}

.object-content > .right-block .agency-block .agency-info-block .adress p {
    padding: 0;
    margin: 0;
    color: #807f7f;
    text-align: center;
    font-size: 15px;
}

.object-content > .right-block .agency-block .agency-info-block .title a {
    color: #807f7f;
}

.object-content > .right-block .agency-block .agency-info-block button {
    margin: 0 0 10px 0;
    padding: 7px 1px 9px;
    width: 100%;
    font-size: 15px;
}

i.red {
    color: #0074C1;
}

.object-content > .right-block .agency-block .partner-block {

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 10px;
}

.object-content > .right-block .agency-block .partner-block .partner-item {
    width: 100%;
    padding: 7px;
    background: #fff;
    cursor: pointer;
    display: block;
    text-align:left!important;
    margin-bottom:10px;
}


.object-content > .right-block .agency-block .partner-block .partner-item img {
    margin: 0 10px 0 0;
    max-height: 16px;
}

.object-content > .right-block .agency-block .partner-block .partner-item:first-child {
    margin-right: 10px;
}

.object-content > .right-block .agency-block .additional-item {
    border-top: 1px solid #e0dfdf;
    padding: 15px;
    text-align: center;
    color: #bdbbbb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.object-content > .right-block .agency-block .additional-item:hover {
    color: #939393;
}

.object-content > .right-block .agency-block .additional-item i {
    font-size: 20px;
    margin: 0 10px 0 0;
}

.object-content > .right-block .agency-block .additional-item.error i {
    color: #c34452;
}

.object-content > .right-block .agency-block .additional-item.share i.fa-google-plus {
    font-size: 16px;
    margin: 0;
}

.object-content > .left-block {
    background: #fff;
    max-width: 850px;
}

.object-content > .left-block .title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #dbdbdb;
}

.object-content > .left-block .title-block > * {
    padding: 20px 0;
}

.object-content > .left-block .title-block .title {
    padding: 15px 0;
}

.object-content > .left-block .title-block .title a {
    color: #525252;
    font-size: 26px;
    font-weight: 600;
}

.object-content > .left-block .title-block .city {
    color: #878787;
    font-size: 18px;
}

.object-content > .left-block .title-block .charges {
    color: #666;
    text-align: left;
    font-size: 22px;
    margin: 15px 0 0;
    white-space: nowrap;
}

.object-content > .left-block .title-block .mortgage {
    color: #989797;
    font-size: 14px;
    white-space: nowrap;
    border-bottom: 1px dotted #989797;
    display: inline-block;
}

.object-content > .left-block .properties-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.object-content > .left-block .properties-block .item {
    padding: 15px 0;
    margin-right: 20px;
}

.object-content > .left-block .properties-block .item:last-child {
    margin-right: 0;
    width: 20%;
}

.object-content > .left-block .properties-block .item .title {
    font-size: 24px;
    text-align: center;
    color: #6c6c6c;
}

.object-content > .left-block .properties-block .item .sub {
    font-size: 14px;
    color: #989797;
    text-align: center;
}


.object-content > .left-block .flag-block {
    background: #f9f9f9;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.object-content > .left-block .flag-block .item {
    padding: 2px 13px 3px;
    font-size: 14px;
    color: #777;
}

.object-content > .left-block .flag-block .item.yellow {
    color: #fff;
    background: #f7811f;
    border-color: transparent;
    border-radius: 0;
}

.object-content > .left-block .flag-block .item.brown {
    color: #fff;
    background: #be4f18;
    border-color: transparent;
    border-radius: 0;
}

.object-content > .left-block .description-block,
.object-content > .left-block .text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px 0;
}

.object-content > .left-block .title-main {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #5f5f5f;
}

.object-content > .left-block .description-block .line-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dotted #c5c5c5;
}

.object-content > .left-block .description-block .line-item .name {
    color: #7e7d7d;
    width: 30%;
}

.object-content > .left-block .description-block .line-item .value {
    color: #484848;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 70%;
    padding-left: 10px;
}

.object-content > .left-block .map-block .text,
.object-content > .left-block .text-block .text a {
    color: #5e5e5e;
}

.object-content > .left-block .map-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px 0 0 0;
}

.object-content > .left-block .map-block .map {
    width: 100%;
    height: 400px;
    background: #f0ede5;
}

.object-preview-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.object-preview-block .search-agency-item-container {
    padding: 0;
}

.object-preview-block .section-four-items {
    width: 23%;
}

.object-photo-block {
    position: relative;
    margin-top: 60px;
    width: 100%;
    height: 370px;
    background: rgba(136, 132, 128, 1);
}

.object-photo-block .info {
    position: absolute;
    top: 30px;
    right: 10px;
    border-radius: 5px;
    background: rgba(136, 132, 128, 0.85);
    color: #fff;
    padding: 2px 7px;
    z-index: 10;
}

.object-photo-block .info span {
    color: #cdcbca;
    margin: 0 0 0 20px;
    font-size: 14px;
}

.object-photo-block .swiper-container.gallery-top {
    height: 100%;
}

.object-photo-block .swiper-container.gallery-top .swiper-slide {
    background-size: cover;
    background-position: center;
}

.object-photo-block .swiper-container.gallery-thumbs {
    height: 70px;
    bottom: 70px;
    margin-right: 560px;
}

.object-photo-block .swiper-container.gallery-thumbs .swiper-slide {
    width: 90px;
    background-size: cover;
    background-position: center;
}

.object-photo-block .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-active {
    border: 5px solid #a52b39;
    height: 60px;
}

.object-photo-block .swiper-container.gallery-thumbs .swiper-button-next,
.object-photo-block .swiper-container.gallery-thumbs .swiper-button-prev {
    font-size: 30px;
    background: transparent;
    color: #fff;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    line-height: 30px;
    text-align: center;
}

.object-photo-block .add-photo-block {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 310px;
    width: 250px;
    height: 70px;
    background: rgba(136, 132, 128, 1);
    z-index: 10;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.object-photo-block .add-photo-block span {
    border-bottom: 1px dotted #cdcbca;
    margin-left: 10px;
}

.object-photo-block .add-photo-block:hover {
    opacity: 1;
}

/* new 2018 */

.property-preview-block .property-preview-item .bottom-block .date {
    padding: 10px 15px;
    font-size: 13px;
    color: #7a7a7a;
}

.property-preview-block .property-preview-item .bottom-block .more a {
    color: #fff;
}

.property-preview-block .property-preview-item .bottom-block .date:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f017';
    font-size: 14px;
    margin: 0 10px 0 0;
}

.tabl-info-anons-wrap .count-item {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    border-bottom: dotted 1px #c6c6c6;
    padding-bottom: 10px;
}

.tabl-info-anons-wrap .line-info-anons {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: dotted 1px #c6c6c6;
    padding: 15px 0;
}

.tabl-info-anons-wrap .line-info-anons:hover {
    text-decoration: none;
}

.tabl-info-anons-wrap .line-info-foto-wrap {
    width: 9%;
}

.tabl-info-anons-wrap .line-info-foto-wrap .line-info-foto {
    background: #d1d1d1;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    padding: 0 5px;
}

.tabl-info-anons-wrap .line-info-foto-wrap .line-info-foto i {
    margin-right: 5px;
}

.tabl-info-anons-wrap .line-info-name {
    width: 20%;
    text-transform: uppercase;
}

.tabl-info-anons-wrap .line-info-price {
    width: 22%;
    font-size: 18px;
    font-weight: 500;
}

.tabl-info-anons-wrap .line-info-characteristics {
    display: -webkit-flex;
    display: flex;
    width: calc(48% - 15px);
}

.tabl-info-anons-wrap .line-info-characteristics div {
    margin-right: 25px;
}

.tabl-info-anons-wrap .line-info-characteristics div i{
    margin-right: 5px;
}

.tabl-info-anons-wrap .line-info-favourites {
    width: 15px;
    color: #e7b0b0;
}


.pg-search_eu .search-form-block{
    margin: 65px 0 5px 0;
}


.pg-search_eu #bc_div, .pg-search_geo #bc_div {
    background: #f2f1f1;
    padding: 10px;
}

.pg-search_eu .section-block-top, .pg-search_geo .section-block-top {
    padding: 0 ;
}


.pg-search_eu .ui-selectmenu-button.ui-button {
    width: 11em;
}

/* end */

div.agency-trust {
    margin-top: 15px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

div.contact-left div.agency-trust {
    margin: 0px 10px 25px;
    font-size: 13px;
}

.a-agency-preview-item div.agency-trust {
    font-size: 0.95em;
}

.dop-callback-left div.agency-trust {
    font-size: 14px;
    margin: 0 auto;
}

.dop-callback-left.agent div.agency-trust {
    margin-bottom: 15px;
}


div.agency-title-foto div.agency-trust {
    font-size: 16px;
    margin-top: auto;
    text-align: left;
}
div.agency-title-foto div.agency-trust i {
    color: #a72130;
    text-shadow: none;
}

div.agency-title-foto div.agency-trust img {
    margin-bottom: 2px;
}

div.contact-left div.agency-info-block {
    margin: 10px 0;
}

div.description-contact-ctn div.agency-trust {
    font-size: 13px;
    margin: 20px auto;
}

div.agency-trust i {
    color: #0074C1;
}

.property-preview-item .price span.starting-from {
    font-weight: normal;
    margin-right: 5px;
}

