a {
    background: 0 0
}

a:active,
a:hover {
    outline: 0
}

select {
    margin: 0;
    font: inherit;
    color: inherit
}

select {
    text-transform: none
}

@media print {
    * {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: \" (\" attr(href) \")\"

    }
    select {
        background: #fff!important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #000;
    text-decoration: underline;
}

a:focus,
a:hover {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #777;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #777
}

.form-control::-webkit-input-placeholder {
    color: #777
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:active,
.btn-default:focus,
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active {
    background-image: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control,
.input-group-btn {
    display: table-cell
}

.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-btn:last-child>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:last-child>.btn {
    margin-left: -1px
}


/*! CSS Used from: Embedded */

a,
div,
span {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a,
div,
span {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1,
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: \"\";
 content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pageHo-header {
    height: auto;
    background-color: transparent
}

.pageHo-header .logo_wrapper {
    background-color: #205fd1;
    width: 100%;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-right: auto;
    margin-left: auto
}

.pageHo-header .logo_wrapper a {
    display: inline-block;
    margin: 5px 0
}

.pageHo-header .logo_wrapper a img {
    display: block;
    width: 160px
}

.pageHo-header .pageHo-header__title {
    padding: 10px .5rem;
    font: 300 25px/1 RobotoFull, sans-serif;
    border-bottom: 2px solid #205fd1
}

.pageHo-header .pageHo-header__listofLinks-wrapper {
    padding: 10px .5rem;
    background-color: #f4f4f4
}

.pageHo-header .pageHo-header__listofLinks-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pageHo-header .pageHo-header__listofLinks-wrapper ul li {
    margin-right: 8px
}

.pageHo-header .pageHo-header__listofLinks-wrapper ul li a {
    font: 300 19px/1 RobotoFull, sans-serif;
    color: #000;
    line-height: 23px;
    text-decoration: underline;
}

.pageHo-header .pageHo-header__listofLinks-wrapper ul li:last-child {
    margin-right: 0
}

.pageHo-content {
    padding: 20px 0 5px
}

.pageHo-content .pageHo-content__items {
    display: grid;
    text-align: center;
    grid-template-columns: repeat(auto-fill, minmax(288px, 1fr))
}

.pageHo-content .pageHo-content__item {
    position: relative;
    padding: 23px 15px 15px;
    -webkit-box-shadow: 0 2px 6px #ccc;
    box-shadow: 0 2px 6px #ccc;
    margin: 0 .5rem 15px
}

.pageHo-content .pageHo-content__item .pageHo-content__for-sale {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #205fd1;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    border-bottom-left-radius: 6px
}

.pageHo-content .pageHo-content__item a {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.pageHo-content .pageHo-content__item a {
    font: 300 14px/1 RobotoFull, sans-serif;
    color: #000;
    font-weight: bold;
}

.pageHo-content .pageHo-content__item .pageHo-content__image {
    width: 100%;
    text-align: center;
}

.pageHo-content .pageHo-content__item .pageHo-content__image a {
    display: inline-block
}

.pageHo-content .pageHo-content__item .pageHo-content__image a img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.pageHo-content .pageHo-content__item .pageHo-content__image span img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.pageHo-content .pageHo-content__item .pageHo-content__info {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pageHo-content .pageHo-content__item .pageHo-content__info .pageHo-content__info-br {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pageHo-content .pageHo-content__item .pageHo-content__info .pageHo-content__info-br span {
    margin-left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pageHo-content .pageHo-content__item .pageHo-content__info .pageHo-content__info-br span svg {
    width: 20px;
    margin-right: 5px
}

strong {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-weight: 700;
    vertical-align: baseline
}

@media (max-width:576px) {
    ul>li>h2>a {
        font-size: 10px!important
    }
}

q {
    quotes: none
}

.clean-parag {
    word-wrap: break-word
}

.spanln {
    font: 300 14px/1 RobotoFull, sans-serif;
    color: #000;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.kcury2212 {
    position: absolute;
    opacity: 0;
    z-index: 0;
    left: 0;
    top: 0
}

.ks_hidden {
    display: none
}

.ks_active {
    display: none
}

.ks_search-form__wrapper {
    margin: 5px 0 0;
    padding: 0 15px
}

.ks_search-form__head {
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 10px
}

.ks_search-form__head span {
    font-weight: 400;
    font-size: 23px
}

.ks_search-form {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    margin-top: 5px;
}

.ks_custom-selects__wrapper {
    position: relative;
}

.ks_custom-selects__wrapper.loading:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.32);
    content: '';
    z-index: 1;
    content: "Loading";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.ks_search-form__input {
    font: 300 14px/1 RobotoFull, sans-serif;
    padding: 5px 8px;
    border: 2px solid #bbafa0
}

.ks_custom-select__wrapper {
    position: relative;
    display: inline-flex;
    flex-direction: column
}

.ks_custom-select__items {
    font: 300 14px/1 RobotoFull, sans-serif;
    color: #393939;
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    padding: 4px 8px;
    background-color: #fff;
    z-index: 2;
    border: 1px solid #bbafa0;
    border-top: 0
}

.ks_custom-select__items.ks_active {
    display: inline-block
}

.ks_custom-select__items li {
    cursor: pointer;
    margin-bottom: 5px
}

.ks_custom-select__items li:last-child {
    margin-bottom: 0
}

.ks_custom-select__selectValue {
    font: 300 14px/1 RobotoFull, sans-serif;
    position: relative;
    display: inline-block;
    padding: 9px 28px 8px 8px;
    border: 1px solid #bbafa0;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-color: #fff;
    height: 36px;
    color: #393939;
}

.ks_custom-select__selectValue:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: calc(50% - 2px);
    right: 5px;
    border: 5px solid transparent;
    border-top: 5px solid #000;
    border-bottom: 0
}

.pageHo-content .pageHo-content__item h2 a {
    position: relative;
    z-index: 1
}


/*body {font-family:Helvetica,Arial,sans-serif;}*/

body {
    font-family: Larsseit, 'Helvetica Neue', Helvetica, Arial, Sans-serif;
}

.lazy:not([src]):not([srcset]) {
    visibility: hidden;
}

.lazy {
    min-height: 130px;
    display: block;
}

.pageHo-content__item:hover {
    background-color: #fffcfa;
}

.clean-parag {
    text-align: left;
}

* {
    padding: 0;
    margin: 0;
    outline: medium none
}

img {
    border: 0
}

a {
    outline: medium none;
    text-decoration: none;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    cursor: pointer
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: medium none
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

body {
    font-family: Larsseit, Arial, sans-serif;
    background: #f9f9f9
}

.container {
    width: 1250px;
    margin: 0 auto
}

#footer {
    background-color: #474950
}

.top-footer {
    background: #2a2b2f;
    padding: 50px 0
}

.bottom-footer {
    background: #e6e6e6
}

#footer .container {
    width: 1050px
}

#footer .top_block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto
}

#footer .top_block .f_col {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0 3%;
    padding-bottom: 60px
}

#footer .top_block .f_col .title {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #b1b3b8;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase
}

#footer .top_block .f_col ul li {
    margin-top: 25px;
    position: relative
}

#footer .top_block .f_col ul li a {
    text-decoration: none;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px
}

#footer .top_block .f_col ul li a:hover {
    color: #f7941d;
    text-decoration: underline
}

#footer .top_block select {
    border-radius: 3px;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    border: 1px solid #dedee1;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    font-family: Larsseit, Arial, sans-serif;
    padding: 12px 56px 12px 15px;
    -webkit-appearance: none
}

#footer .top_block select option {
    color: #3e414f
}

#footer .top_block .arrow_bottom {
    color: #fff;
    position: absolute;
    top: 18px;
    left: 112px;
    font-size: 14px;
    height: 10px;
    width: 10px;
    background: url(../images/mouse_arrow.svg) no-repeat center center
}

#footer .social_links {
    text-align: center
}

.soc {
    display: inline-block;
    vertical-align: middle
}

.soc>a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #205fd1;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 7.5px;
    margin-right: 7.5px
}

.soc>a svg {
    top: 50%;
    left: 50%;
    position: absolute
}

.soc .btn_fb svg {
    color: #fff;
    height: 20px;
    width: 10px;
    margin-left: -5px;
    margin-top: -10px
}

.soc .btn_ins svg {
    color: #fff;
    height: 22px;
    width: 22px;
    margin-left: -11px;
    margin-top: -11px
}

.soc .btn_tw svg {
    color: #fff;
    height: 20px;
    width: 20px;
    margin-left: -10px;
    margin-top: -10px
}

.soc .btn_kj svg {
    color: #fff;
    height: 25px;
    width: 25px;
    margin-left: -12.5px;
    margin-top: -12.5px
}

.soc .btn_yt svg {
    color: #fff;
    height: 18px;
    width: 25px;
    margin-left: -12.5px;
    margin-top: -9px
}

#footer .copyright {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    color: #b1b3b8;
    padding: 10px 0
}

#footer .copyright p {
    margin: 0;
    color: #2b2c2c
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d-inline-flex {
    display: inline-flex
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.align-self-start {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.contact-details {
    outline-width: 0;
    outline: none;
    border: 1px solid #DEDEE1;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #3E414F;
    display: block;
    font-family: Larsseit, Arial, sans-serif;
    font-size: 15px;
    height: 50px;
    line-height: 20px;
    padding: 15px 20px;
    width: 100% !important;
    background-color: white;
    text-align: center;
}

#search_form .search-form-wrap {
    align-items: stretch;
    flex-wrap: wrap;
}

.ks_custom-selects__wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.ks_custom-selects__wrapper input {
    margin-bottom: 5px;
    text-align: initial;
}

.ks_search-form__wrapper {
    padding: 0;
    order: 1;
    width: 100%;
}

.sk_search {
    width: calc(100% - 68px);
}

.city_finder-button {
    font: 300 14px/1 RobotoFull, sans-serif;
    position: relative;
    display: inline-block;
    padding: 8px 28px 8px 8px;
    border: 2px solid #bbafa0;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-color: #fff;
}

#city_finder-wrap::after {
    content: '';
    position: absolute;
    display: inline-block;
    top: calc(50% - 3px);
    right: 8px;
    border: 5px solid transparent;
    border-top: 5px solid #000;
    border-bottom: 0;
}

#search_form .form_wrapper .ks_custom-selects__wrapper input {
    font: 300 14px/1 RobotoFull, sans-serif;
    position: relative;
    display: inline-block;
    padding: 8px 28px 8px 8px;
    border: 1px solid #bbafa0;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-color: #fff;
    height: initial;
    height: 36px;
    color: #393939;
}

#search_form .form_wrapper .ks_custom-selects__wrapper input#city_finder {
    border: 1px #dedee1 solid;
    margin-bottom: 0;
}

#search_form .form_wrapper .ks_custom-selects__wrapper input::-moz-placeholder {
    color: #393939;
}

#search_form .form_wrapper .ks_custom-selects__wrapper input::-webkit-input-placeholder {
    color: #393939;
}

#search_form .form_wrapper .ks_custom-selects__wrapper input:-ms-input-placeholder {
    color: #393939;
}

#search_form .form_wrapper .ks_custom-selects__wrapper input::-ms-input-placeholder {
    color: #393939;
}

#search_form .form_wrapper .ks_custom-selects__wrapper input::placeholder {
    color: #393939;
}

header.sk_search-home .search-banner {
    height: auto;
    padding: 134px 0;
    background-size: cover;
}

header.sk_search-home .search-fm .search-inner {
    position: relative;
}

header.sk_search-home #search_form {
    padding: 0;
    border: 0;
    border-radius: 3px;
}

header.sk_search-home .search-fm .width-setter {
    height: 50px;
    margin: 0 130px 0 0;
    position: initial;
}

header.sk_search-home .search-fm INPUT[type="text"] {
    background: #ffffff;
    border: 1px solid #bcbcbc;
    outline: none;
    color: #717171;
    font-family: "Roboto Regular";
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    border: none;
    border-radius: 3px!important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 14px;
    line-height: 16px;
    height: auto;
    padding: 17px 130px 17px 17px;
    position: absolute;
    width: 100%;
    z-index: 12;
}

header.sk_search-home .search-fm INPUT[type="submit"] {
    background: #205fd1;
    border: 1px solid #205fd1;
    color: #ffffff;
    font-family: "Roboto Regular";
    font-size: 14px;
    line-height: 16px;
    padding: 8px 14px;
    text-transform: uppercase;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    text-decoration: none;
    border-radius: 3px!important;
    height: 44px;
    padding-left: 27px;
    padding-right: 27px;
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 13;
}

div.main {
    padding-top: 15px;
    padding-bottom: 100px;
    background-color: #fff;
}

div.large a,div.small a {
    color: #205fd1;
    text-decoration: underline;
}

@media (max-width:1280px) {
    .container {
        width: calc(100% - 40px)
    }
}

@media (max-width:1080px) {
    #footer .container {
        width: auto
    }
}

@media (max-width:768px) {
    #footer .top_block .f_col {
        flex-basis: 100%!important;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

@media (max-width:991px) {
    #footer .container {
        width: auto
    }
    #footer .top_block .f_col {
        flex-basis: 10%
    }
}

@media (max-width:767px) {
    #footer {
        padding: 0
    }
    #footer .top_block .f_col {
        flex-basis: 40%;
        padding-bottom: 20px
    }
    .soc {
        flex-wrap: wrap
    }
    .soc>a {
        margin: 0 10px 5px
    }
}


@media screen and (max-width: 480px) {
	.search-list .small {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.search-list .ins UL {
		width: 40%;
	}

}


@media (max-width:500px) {
    #footer {
        padding: 0
    }
}

@media (max-width:430px) {
    #footer .top_block .f_col {
        flex-basis: 100%;
        text-align: center
    }
}


@media screen and (min-width:250px) {
    .ks_custom-selects__wrapper {
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
    }
    #search_form .form_wrapper .ks_custom-selects__wrapper #city_finder-wrap {
        width: calc(50% - 2.5px);
    }
    #search_form .form_wrapper .ks_custom-selects__wrapper #minPrice {
        width: calc(50% - 2.5px);
    }
    #search_form .form_wrapper .ks_custom-selects__wrapper #maxPrice {
        width: calc(50% - 2.5px);
    }
    #search_form .form_wrapper .ks_custom-selects__wrapper #sortBy {
        width: calc(50% - 2.5px);
    }
}

@media screen and (min-width:570px) {
    #maxPrice,
    #minPrice {
        grid-column: 1;
        grid-area: 1
    }
}

@media screen and (min-width:787px) {
    .ks_search-form__input {
        grid-column: 2/-1
    }
}

@media screen and (min-width:820px) {
    .ks_custom-selects__wrapper {
        flex-wrap: nowrap;
    }
    #search_form .form_wrapper .ks_custom-selects__wrapper #city_finder-wrap {
        width: 155px;
        order: 1;
        margin-bottom: 0;
    }
    #search_form .form_wrapper .ks_custom-selects__wrapper #minPrice {
        width: 100px;
        padding: 8px;
        margin-bottom: 0;
    }
    #search_form .form_wrapper .ks_custom-selects__wrapper #maxPrice {
        width: 100px;
        padding: 8px;
        margin-bottom: 0;
    }
    #search_form .form_wrapper .ks_custom-selects__wrapper #sortBy {
        width: 155px;
        margin-bottom: 0;
    }
    .ks_search-form__wrapper {
        width: initial;
        margin-top: 0;
    }
    .ks_search-form__wrapper {
        width: initial;
        margin-top: 0;
        position: absolute;
        z-index: 1;
        top: 4px;
        right: 71px;
    }
    #search_form .search-form-wrap {
        position: relative;
    }
    #search_form .form_wrapper .ks_custom-selects__wrapper input {
        height: 32px;
        margin-right: 3px;
    }
    .ks_custom-select__selectValue {
        height: 32px;
        padding-top: 7px;
        margin-right: 3px;
    }
    #city_finder-search-wrap {
        top: 32px;
    }
    .ks_custom-select__items {
        right: 3px;
    }
}


@media screen and (min-width:992px) {
	.price-cover .right_block {
	   position: relative;
	   width: 100%;
	   justify-content:center;
	   margin-top:20px;
        }
}


@media screen and (min-width:1240px) {
    .ks_search-form__input {
        grid-column: initial
    }
}

::-webkit-input-placeholder {
    opacity: 1
}

::-moz-placeholder {
    opacity: 1
}

:-ms-input-placeholder {
    opacity: 1
}


.lnkovei{
/*text-decoration: underline;*/
}

.topheaderkeywords{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left:20px;
	margin-top: 20px;
}
.topheaderkeywords li a{
	font: 300 13px/1 RobotoFull, sans-serif;
	color:#000;
	margin-right: 8px;
	text-decoration:underline;

}


.sk_search {
    position: relative;
}

#sk_remove-s {
    position: absolute;
    top: 13px;
    left: 7px;
}

#sk_remove-s svg {
    cursor: pointer;
    fill: #acaaaa;;
    display: none;
}

#sk_remove-s.active svg {
    display: block;
}

#search_form .form_wrapper input[type=text] {
    padding-left: 25px;
}

.sk_cleaner-wrapper {
    position: relative;
}

.sk_cleaner-wrapper svg {
    position: absolute;
    top: 9px;
    right: 5px;
    z-index: 1;
    fill: #acaaaa;;
    cursor: pointer;
    display: none;
}

.sk_cleaner-wrapper.active svg {
    display: block;
}

@media screen and (min-width: 320px) {
    #search_form .form_wrapper .ks_custom-selects__wrapper #minPrice, 
    #search_form .form_wrapper .ks_custom-selects__wrapper #maxPrice {
        width: 100%
    }

    #search_form .form_wrapper .ks_custom-selects__wrapper .sk_cleaner-wrapper {
        width: calc(50% - 2.5px)
    }
}

@media screen and (min-width: 820px) {
    #search_form .form_wrapper .ks_custom-selects__wrapper #minPrice, 
    #search_form .form_wrapper .ks_custom-selects__wrapper #maxPrice {
        width: 100%
    }

    #search_form .form_wrapper .ks_custom-selects__wrapper .sk_cleaner-wrapper {
        width: 100px
    }
}

.footer-link-cus {
  max-width: 192px;
  margin: 0 -.8rem;
  display: flex;
  flex-wrap: wrap;
}

.footer-link-cus svg {
  margin: .4rem;
  width: 35px;
}

#footer .top_block .f_col {
  padding-bottom: 0px;
}

#footer .social_links {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .footer-link-cus {
    max-width: 100%;
    justify-content: center;
  }

  .footer-link-cus a {
    display: inline-block;
    width: 25%;
  }

  .footer-link-cus a svg {
    width: 35px;
  }

  .footer-link-cus a {
    display: inline-block;
    width: 25%;
  }

  #footer .social_links {
    margin-top: 1rem;
  }
}

.cutmidl{
	display:flex;
	flex-direction:column;
	align-items:center;
}