
:root{
    --mainBg:#fff;
    --seconBg:#fff;
    --itemBg:#fff;
    --inputTitle:#263f58;
    --inputBorder:#263f58;
    --inputColor:#263f58;
    --btnBg:#009ced;
    --topbarBg:#3f474b;
    --sectionTitle:#263f58;
    --linkColor1:#009ced;
    --linkColor2:#fff;
    --linkColor3:#7a7e80;

    --ipx-primary:#3f7886;
    --ipx-text:#2f1f19;
    --ipx-muted:#98918A;
    --ipx-chip:#f4f3f2;
    --ipx-field-gap:35px; 
    --ipx-label-w:200px;    
    --ipx-control-h:46px;    
    --ipx-radius:14px;

}

[data-theme="dark"] {
    --mainBg:red;
    --seconBg:#fff;
    --itemBg:#fff;
    --inputTitle:#263f58;
    --inputBorder:#263f58;
    --inputColor:#263f58;
    --btnBg:#009ced;
    --topbarBg:#3f474b;
    --sectionTitle:#263f58;
    --linkColor1:#009ced;
    --linkColor2:#fff;
    --linkColor3:#7a7e80;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

legend,
td,
th {
    padding: 0;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@media print {
    *,
    : after,
    :before {
        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) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
    }
    thead {
        display: table-header-group;
    }
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}

a,
html {
    -webkit-tap-highlight-color: transparent;
}

html {
    font-size: 10px;
}

body {
    line-height: 1.42857143;
    font-family: 'Montserrat', sans-serif;
    background: var(--mainBg);
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -ms-touch-action: none;
    user-select: none;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role=button] {
    cursor: pointer;
}

.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 960px;
    }
}

.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.container-header {
    padding: 0 10px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:992px) {
    .container-header {
        max-width: 1279px;
    }
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row-no-gutters [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}

#toast-container,
.col-xs-12,
.complex_list .item .img img,
.complex_list .item.banner img,
.complex_page .card .logo img,
.place_list .item .img img,
.place_list .item.banner img,
.top_banner img,
.center_banner img {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

#search>.body.stype1 .btn button, .col-xs-offset-0 {
    margin-left: 10px;
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}

.carousel,
.carousel-inner {
    position: relative;
}

.carousel-inner {
    width: 100%;
    overflow: hidden;
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active,
.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0;
}

.carousel-control,
.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.active.left,
.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: transparent;
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: .9;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev:before {
    content: "\2039"
}

.carousel-control .icon-next:before {
    content: "\203a"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

#search>.body form .lbl.hd,
.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}

@media (max-width:767px) {
    .visible-xs,
    .visible-xs-block {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
    .visible-xs-inline {
        display: inline !important;
    }
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm,
    .visible-sm-block {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:992px) {
    .visible-md,
    .visible-md-block {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
    .visible-md-inline {
        display: inline !important;
    }
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) {
    .hidden-md {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
    .hidden-print {
        display: none !important;
    }
}

#toast-container>.toast-error {
    opacity: 1;
    display: block;
    margin: 0 auto;
    font-size: 12px;
}

* {
    outline: 0;
    text-decoration: none;
    margin: 0;
    padding: 0;
    border: 0;
}

*,
:after,
:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: 0;
}

button:focus::-moz-focus-inner,
input[type=button]:focus::-moz-focus-inner,
input[type=file]>input[type=button]:focus::-moz-focus-inner,
input[type=reset]:focus::-moz-focus-inner,
input[type=submit]:focus::-moz-focus-inner {
    border: 0;
}

ul,
ul li {
    list-style: none;
}

b,
h1,
h2,
h3,
h4,
h5,
strong {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.adv_page .links+hr,
.complex_page .links+hr,
.top_banner, 
.center_banner {
    margin: 15px auto;
}

@media (max-width:991px) {
    .top_banner {
        margin-bottom: 0;
        padding: 0;
    }
    .top_banner .row {
        margin: 0;
    }
    .top_banner .row>* {
        padding: 0;
    }
    .center_banner {
       
        padding: 0;
    }
    .center_banner .row {
        margin: 0;
    }
    .center_banner .row>* {
        padding: 0;
    }
}

.left_banner {
    position: absolute;
    right: 50%;
    margin-right: 480px;
    opacity: 0;
}

.left_banner.show,
.right_banner.show {
    opacity: 1;
}

@media (max-width:991px) {
    .left_banner {
        display: none !important;
    }
}

.right_banner {
    position: absolute;
    left: 50%;
    margin-left: 480px;
    opacity: 0;
}

@media (max-width:991px) {
    .right_banner {
        display: none !important;
    }
}

#header {
    background: #fff;
}

#header>.top {
    /*background: #3f474b;*/
    background: white;
    padding: 12px 0 15px;
}

@media (max-width:991px) {
        #header>.top {
        right: 100%;
        top: 0;
        width: 100%;
        z-index: 9;
    }
    #header>.top.open {
        right: 29.7619vw;
    }
}

#header>.top button.close_mobile_menu {
    display: none;
    width: 15px;
    height: 15px;
    background: url(../images/close_menu.svg) no-repeat center;
    background-size: 100%;
    border: 0;
    position: absolute;
    right: 20px;
    top: 17px;
}

#header>.top .row {
    min-height: 30px;
}

#header>.top .row, #header>.top .row>.col-md-6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header>.top .row::before, #header>.top .row::after {
    display: block;
    content: unset;
}

@media (max-width:991px) {
    #header>.top .row>.col-md-6 {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 20px;
    }
    #header>.top .row>.col-md-6 .favlink {
        margin-right: 15px;
    }
    #header>.top .row>.col-md-6 .newAdBtnText{
        display: none;
    }
    #header>.top .row>.col-md-6 .add-ad-btn {
        padding: 10px 6px;
        border-radius: 20px;
    }
    #header>.top .row>.col-md-6 .add-ad-btn i {
        background-position: center center;
    }
}

#header>.top .row>.col-md-6:last-child {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    justify-content: flex-end;
    align-items: center;
}

#header>.top .row>nav a {
    color: black;
    font-size: 15px;
}

@media (max-width:991px) {
    #header>.top .row>nav a {
        display: block;
        margin-left: 0 !important;
        line-height: 50px;
    }
    #header>.top .row>nav .topbar_link {
        display: none;
    }
    #header>.top .row .topbar_link {
        display: none;
    }
}

#header>.top .row>nav a+a,
.blocks .header .tools>div+div {
    margin-left: 40px;
}

#header>.top .row .lang {
    position: relative;
    min-height: 48px;
    display: flex;
    align-items: center;
    transition: opacity .4s cubic-bezier(.4, 0, .2, 1);
    opacity: 1;
}

@media (max-width:991px) {
    #header>.top .row .lang {
        min-height: auto;
        display: block;
    }
}

#header>.top .row .lang span {
    font-size: 18px;
    padding-right: 15px;
    color: black;
    position: relative;
    font-weight: 400;
    cursor: pointer;
}

@media (max-width:991px) {
    #header>.top .row .lang span {
        height: 50px;
        line-height: 50px;
        padding-left: 20px;
        display: flex;
        align-items: center;
        font-weight: 600;
    }
}

/* #header>.top .row .lang span:after {
    content: "";
    position: absolute;
    display: block;
    background: url(../images/arrow_down2.png);
    background-size: 9.82px 5.29px;
    width: 9.82px;
    height: 5.29px;
    right: 0;
    top: 50%;
    margin-top: -3px;
} */

@media (max-width:991px) {
    #header>.top .row .lang span: after {
        position: relative;
        display: inline-block;
        right: auto;
        top: auto;
        margin-top: 0;
        margin-left: 5px;
    }
}

#header>.top .row .lang>div {
    position: absolute;
    right: 0;
    top: 100%;
    width: 50px;
    background: #fff;
    border: 0 solid #3f474b;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .16);
    z-index: 1;
    transition: border .4s cubic-bezier(.4, 0, .2, 1);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media (max-width:991px) {
    #header>.top .row .lang>div {
        position: static;
        right: auto;
        top: auto;
        width: 100%;
        box-shadow: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding: 0 20px;
    }
}

#header>.top .row .lang>div a {
    display: block;
    cursor: pointer;
    font-size: 14px;
    color: #3f474b;
    font-weight: 500;
    height: 0;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    transition: height .4s cubic-bezier(.4, 0, .2, 1);
}

@media (max-width:991px) {
    #header>.top .row .lang>div a {
        line-height: 50px;
        text-align: left;
        font-weight: 600;
    }
    #header>.top .row .lang>div a+a {
        border-top: 0 solid rgba(38, 63, 88, .15);
    }
}

@media (min-width:992px) {
    #header>.top .row .lang: hover>div {
        border-left-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
    }
    #header>.top .row .lang:hover>div>a {
        height: 30px;
    }
}

@media (max-width:991px) {
    #header>.top .row .lang.active>div>a {
        height: 50px;
    }
    #header>.top .row .lang.active>div>a+a {
        border-top-width: 1px;
    }
    #header>.top .row .lang.active span {
        background: #50657a;
    }
}

#header>.top .row .support {
    color: black;
    font-size: 14px;
    padding-right: 50px;
    padding-left: 40px;
}

#header>.top .row .support a {
    color: #fff;
    text-decoration: none;
}

@media (max-width:991px) {
    #header>.top .row .support {
        padding-right: 0;
        padding-left: 0;
        order: 0;
        line-height: 50px;
    }
}

#header>.bottom .row,
#header>.top .row .social {
    display: flex;
    align-items: center;
}

#header>.top .row .social a {
    margin: 0 10px;
}

@media (max-width:991px) {
    #header>.top .row .social a: first-child {
        margin-left: 0;
    }
    #header>.top .row .social {
        order: 1;
        line-height: 50px;
    }
}

#header>.bottom {
    background: #fff;
    border-top: 01px solid #ebebeb;
    padding: 15px;
}
/* 
@media (max-width:991px) {
    #header>.bottom {
        box-shadow: 0 5px 5px rgba(0, 0, 0, .16);
    }
} */

#header>.bottom .row {
    min-height: 90px;
}

@media (max-width:991px) {
    #header>.bottom .row {
        justify-content: space-between;
        min-height: 80px;
    }
    #header>.bottom .row>div {
        width: 50%
    }
    #header>.bottom .row>div:first-child {
        display: flex;
        align-items: center;
    }
}

#header>.bottom .row>div:last-child {
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

#header>.bottom .row>div:last-child a {
    position: relative;
    display: inline-block;
    color: #7a7e80;
    font-size: 14px;
    padding-left: 20px;
}

@media (max-width:991px) {
    #header>.bottom .row>div: last-child a {
        color: transparent;
        overflow: hidden;
        width: 20px;
        display: block;
    }
}

#header>.bottom .row>div:last-child a.add i:before,
#header>.bottom .row>div:last-child a:before {
    position: absolute;
    display: block;
    content: "";
    height: 16px;
    width: 20px;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

@media (max-width:991px) {
    #header>.bottom .row>div: last-child a:before {
        height: 20px;
        margin-top: -10px;
    }
}

#header>.bottom .row>div:last-child a.like:before {
    background: url(../images/like.svg) no-repeat 0 center;
    background-size: 13.49px 12.55px;
}

@media (max-width:991px) {
    #header>.bottom .row>div: last-child a.like:before {
        background-size: 20px auto;
    }
}

#header>.bottom .row>div:last-child a.user:before {
    background: url(../images/man-user.svg) no-repeat 0 center;
    background-size: 12.17px 16px;
}

@media (max-width:991px) {
    #header>.bottom .row>div: last-child a.user:before {
        background-size: 18px auto;
    }
}

#header>.bottom .row>div:last-child a.login:before {
    background: url(../images/log-in.svg) no-repeat 0 center;
    background-size: 14.96px auto;
}

@media (max-width:991px) {
    #header>.bottom .row>div: last-child a.login:before {
        background-size: 18px auto;
    }
}

#header>.bottom .row>div:last-child a.logout:before {
    background: url(../images/sign-out.svg) no-repeat 0 center;
    background-size: 16.94px auto;
}

@media (max-width:991px) {
    #header>.bottom .row>div: last-child a.logout:before {
        background-size: 18px auto;
    }
}

#header>.bottom .row>div:last-child a.reg {
    padding-left: 22px;
}

#header>.bottom .row>div:last-child a.reg:before {
    background: url(../images/new-user.svg) no-repeat 0 center;
    background-size: 14.03px auto;
}

@media (max-width:991px) {
    #header>.bottom .row>div: last-child a.reg:before {
        background-size: 18px auto;
    }
}

.add-ad-btn {
    background: rgb(63 120 134);
    font-size: 15px;
    color: #fff;
    padding: 10px 16px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.add-ad-btn:hover {
    color: #fff;
    text-decoration: none;
}

.add-ad-btn:before {
    display: none;
}

.add-ad-btn i {
    position: relative;
    padding-left: 20px;
    height: 12.5px;
    margin-top: 0;
    background-image: url(../images/add-plus-button.svg);
    background-repeat: no-repeat;
    background-position: left center;
}


.login-header-btn{
    font-size: 15px;
    color: black;
    padding: 10px 16px;
    border-radius: 10px;
    border: 1px solid rgb(234, 229, 225);
    display: flex;
    align-items: center;
    text-decoration: none;
    margin: 0 15px 0;
}


.login-header-btn:hover{
    color: black;
    text-decoration: none;
    background-color: rgb(248, 248, 248);
}


#header button.open_mobile_menu {
    display: none;
    float: left;
    width: 22px;
    height: 15px;
    margin: 0 15px 0 0;
    background: url(../images/icon-menu.svg) no-repeat center;
    background-size: 100% auto;
    border: 0;
    opacity: 1;
    transition: opacity .4s cubic-bezier(.4, 0, .2, 1);
}

@media (max-width:991px) {
    #header button.open_mobile_menu {
        display: inline-block !important;
    }
}

#breadcrumb {
    height: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

@media (max-width:767px) {
    #breadcrumb {
        margin-bottom: 0;
        height: 50px;
    }
}

#breadcrumb li {
    font-size: 11px;
    color: #394857;
    display: inline-flex;
    align-items: center;
}

#breadcrumb li a {
    color: #394857;
}

#breadcrumb li>span {
    padding: 0 11px 0 8px;
    line-height: 0;
}

#breadcrumb li img {
    filter: invert(24%) sepia(3%) saturate(5060%) hue-rotate(170deg) brightness(95%) contrast(83%);
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.search_tab {
    display: flex;
    border: 1px solid #263f58;
    border-radius: 5px;
    align-items: center;
    margin-bottom: 20px;
    overflow: hidden;
}

@media (min-width:992px) {
    .search_tab {
        display: none;
    }
}

.search_tab>* {
    width: 50%;
    height: 48px;
    background: #fff;
    color: #263f58;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
}

#search>.header>button.active,
.search_tab>.active {
    background: #263f58;
    color: #fff;
}

#footer {
    background: #3f7886;
}

#footer nav {
    padding-top: 40px;
}

@media (max-width:991px) {
    #footer nav {
        padding-top: 25px;
    }
}

#footer nav>ul {
    padding-bottom: 40px;
    display: flex;
    border-bottom: 2px solid #a5a5a5;
}

@media (max-width:991px) {
    #footer nav>ul {
        flex-wrap: wrap;
        padding-bottom: 0;
    }
}

#footer nav>ul>li {
    padding-right: 80px;
}

@media (max-width:991px) {
    #footer nav>ul>li {
        width: 50%;
        padding-right: 15px;
    }
    #footer nav>ul>li:nth-child(2n) {
        padding-right: 0;
        padding-left: 15px;
    }
}

#footer nav>ul>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

#footer nav>ul>li>a+ul {
    padding-top: 13px;
}

@media (max-width:991px) {
    #footer nav>ul>li>a+ul {
        padding-top: 7px;
    }
}

#footer nav>ul>li:first-child>ul li {
    padding: 0 0 20px;
}

@media (max-width:991px) {
    #footer nav>ul>li: first-child>ul li {
        padding: 0 0 10px;
    }
}

#footer nav>ul>li:first-child>ul li a {
    font-size: 14px;
    font-weight: 600;
}

@media (max-width:991px) {
    #footer nav>ul>li>ul {
        padding-bottom: 15px;
    }
}

#footer nav>ul>li>ul li {
    padding: 7.5px 0;
}

@media (max-width:991px) {
    #footer nav>ul>li>ul li {
        padding: 6px 0;
    }
}

#footer nav>ul>li>ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

@media (max-width:991px) {
    #footer nav>ul>li>ul li a {
        font-size: 11px;
        font-weight: 400;
    }
}

#footer .copyright {
    min-height: 68px;
    display: flex;
    align-items: center;
    width: 100%
}

@media (max-width:750px) {
    #footer .copyright {
        display: block;
        padding: 10px 0;
        min-height: auto;
    }
}

#footer .copyright .col-md-12:first-child {
    color: #fff;
    font-size: 13px;
    text-align: center;
}

@media (max-width:750px) {
    #footer .copyright .col-md-6: first-child {
        font-size: 11px;
    }
}

#footer .copyright .col-md-6:last-child {
    color: #fff;
    font-size: 13px;
    text-align: right;
}

@media (max-width:750px) {
    #footer .copyright .col-md-6: last-child {
        text-align: left;
        padding-top: 10px;
        font-size: 11px;
    }
}

#footer .copyright .col-md-6:last-child a {
    font-weight: 600;
    color: #fff;
}

#shortcut {
    background: #fff;
    border-radius: 5px;
    padding: 25px 0;
    /* margin-bottom: 10px; */
    margin-top: 15px;
}

@media (max-width:992px) {
    #shortcut {
        position: relative;
        padding-top: 50px;
        padding-bottom: 0;
        overflow: hidden;
    }
}

#shortcut>ul {
    display: flex;
    align-items: stretch;
}

@media (max-width:992px) {
    #shortcut>ul {
        display: block;
    }
}

#shortcut>ul>li {
    flex-basis: 25%;
    padding-left: 20px;
}

@media (max-width:992px) {
    #shortcut>ul>li {
        flex-basis: 100%;
        padding-left: 0;
    }
    #shortcut>ul>li:nth-child(2)>a {
        left: 25%
    }
    #shortcut>ul>li:nth-child(3)>a {
        left: 50%
    }
    #shortcut>ul>li:nth-child(4)>a {
        left: 75%
    }
}

#shortcut>ul>li+li {
    border-left: 1px solid var(--mainBg);
}

@media (max-width:992px) {
    #shortcut>ul>li+li {
        border-left-width: 0;
    }
    #shortcut>ul>li+li>a:before {
        content: "";
        position: absolute;
        background: rgba(38, 63, 88, .1);
        width: 1px;
        height: 30px;
        top: 10px;
        left: 0;
        display: block;
    }
}

#shortcut>ul>li>a {
    font-size: 16px;
    font-weight: 600;
    color: #263f58;
}

@media (max-width:992px) {
    #shortcut>ul>li>a {
        font-size: 12px;
        font-weight: 500;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 10px;
        position: absolute;
        left: 0;
        top: 0;
        width: 25%;
        border-bottom: 1px solid rgba(38, 63, 88, .15);
        text-decoration: none;
    }
    #shortcut>ul>li>a.active {
        background: #263f58;
        color: #fff;
    }
    #shortcut>ul>li>a.active+ul {
        display: flex !important;
        padding: 0;
        margin: 15px 0;
        flex-wrap: wrap;
        position: relative;
    }
    #shortcut>ul>li>a.active+ul:before {
        content: "";
        position: absolute;
        background: rgba(38, 63, 88, .1);
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        display: block;
    }
    #shortcut>ul>li>a.active+ul li {
        flex-basis: 50%;
        padding: 4px 20px;
    }
}

#shortcut>ul>li ul {
    padding-top: 6px;
}

@media (max-width:992px) {
    #shortcut>ul>li ul {
        display: none;
    }
}

#shortcut>ul>li ul li {
    padding: 4px 0;
}

#shortcut>ul>li ul li:last-child {
    padding-bottom: 0;
}

#shortcut>ul>li ul a {
    font-size: 14px;
    color: #009ced;
}

#search {
    /* padding-bottom: 20px; */
}

#search>.header {
    height: 42px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #263f58;
    overflow: hidden;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

@media (max-width:768px) {
    #search>.header {
        height: 50px;
    }
}

#search>.header>button {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #263f58;
    font-size: 17px;
    font-weight: 600;
    background: 0 0;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

@media (max-width:768px) {
    #search>.header>button {
        font-size: 14px;
        font-weight: 400;
    }
}

@media (max-width:768px) {
    #search>.header>button.active {
        font-weight: 600;
    }
}

#search>.body {
    background: #fff;
    border-radius: 5px;
    /* padding: 15px 10px 20px; */
    position: relative;
}

#search>.body .desc {
    font-size: 12px;
    line-height: 15px;
    color: #263f58;
    padding-left: 10px;
    padding-bottom: 12px;
}

@media (max-width:768px) {
    #search>.body .desc {
        display: none;
    }
}

/* #search>.body .o16 {
    display: none;
} */

@media (max-width:768px) {
    #search>.body .o5,
    #search>.body .o6 .gsdd .ll: after,
    #search>.body .o6 .lbl,
    #search>.body .o7 span.ll:after,
    #search>.body .o8 span.ll:after {
        display: none;
    }
    #search>.body .o6 .gsdd .ll,
    #search>.body .o7 span.ll,
    #search>.body .o8 span.ll {
        color: #009ced;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        padding-bottom: 10px;
        padding-left: 0;
        border: 0;
        height: auto;
    }
    #search>.body .o6 .gsdd .ll {
        display: block;
    }
    #search>.body .o6 .dd {
        min-height: 38px;
    }
    #search>.body .o7 .lbl {
        display: none;
        visibility: visible !important;
        color: #009ced;
    }
    #search>.body .o7 span.ll,
    #search>.body .o8 span.ll {
        display: block !important;
    }
    #search>.body .o7 .left>ul>li>label {
        display: none !important;
    }
    #search>.body .o7 .dd {
        min-height: 38px;
    }
    #search>.body .o8 .lbl {
        visibility: visible !important;
        color: #009ced;
        display: none;
    }
    #search>.body .o8 .dd {
        min-height: 38px;
    }
    #search>.body .o11,
    #search>.body .o15 {
        flex-basis: 100% !important;
    }
    #search>.body .o11 .checkbox_group {
        height: auto;
        flex-wrap: wrap;
        padding: 5px 20px;
    }
    #search>.body .o11 .checkbox_group>label {
        flex-basis: 50%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #search>.body .o15 .tt {
        padding: 0 0 5px !important;
    }
    #search>.body .o13,
    #search>.body .o14 {
        flex-basis: 50%
    }
}

#search>.body.stype1 .o1 {
    order: 1;
}

#search>.body.stype1 .o2 {
    order: 2;
}

#search>.body.stype1 .o4 {
    order: 8;
}

/* 
@media (max-width:768px) {
    #search>.body.stype1 .o4 {
        flex-basis: 50%
    }
} */

#search>.body.stype1 .o16 {
    order: 3;
}

@media (max-width:768px) {
    #search>.body.stype1 .o16 {
        flex-basis: 50%
    }
}

#search>.body.stype1 .o9 {
    order: 4;
}

@media (max-width:768px) {
    #search>.body.stype1 .o9 {
        flex-basis: 100%
    }
}

#search>.body.stype1 .o5 {
    order: 5;
}

#search>.body.stype1 .o20 {
    order: 20;
}

#search>.body.stype1 .o21 {
    order: 21;
}

@media (max-width:768px) {
    #search>.body.stype1 .o5 {
        order: 1;
    }
}

#search>.body.stype1 .o3 {
    order: 3;
    flex-basis: 20%;
}

@media (max-width:768px) {
    #search>.body.stype1 .o3 {
        flex-basis: 100%
    }
    #search>.body.stype1 .o3 .input_split {
        margin: 0 -10px;
    }
}

#search>.body.stype1 .o13 {
    order: 13;
}

#search>.body.stype1 .o14 {
    order: 14;
}

#search .gsdd>div.dd .bdy .right .srch.open>div,
#search>.body.stype1 .btn .lbl,
#search>.body.stype1 .o16 {
    display: block;
}

#search>.body.stype1 .btn {
    order: 9;
}

@media (min-width: 768px) {
    #search>.body.stype1 .btn {
        flex-basis: 25%;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
    }
}

#search>.body.stype1 .o10,
#search>.body.stype1 .o11,
#search>.body.stype1 .o12,
#search>.body.stype1 .o13,
#search>.body.stype1 .o14,
#search>.body.stype1 .o15,
#search>.body.stype1 .o6,
#search>.body.stype1 .o7,
#search>.body.stype1 .o8,
#search>.body.stype1 .o9,
#search>.body.stype1 .o16 {
    display: none;
}

#search>.body form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#search>.body form>div {
    flex-basis: 12%;
    padding: 0 5px 0;
}

@media (max-width:768px) {
    #search>.body form>div {
        flex-basis: 100%;
        margin-top: 10px;
    }
}

#search>.body form>div.w100 {
    flex-basis: 100%
}

#search>.body form>div.w75 {
    flex-basis: 75%
}

#search>.body form>div.w50 {
    flex-basis: 50%
}

#search>.body form>div .mr .selectric,
#search>.body form>div .mr select {
    border-color: #009ced;
    color: #009ced;
}

#search>.body form>div .mr .selectric span,
#search>.body form>div .mr select span {
    color: #009ced;
}

#search>.body form>div .mr .ll:after,
#search>.body form>div .mr .selectric .button:after,
#search>.body form>div .mr select .button:after {
    filter: invert(42%) sepia(77%) saturate(2435%) hue-rotate(174deg) brightness(99%) contrast(103%);
}

#search>.body form>div .mr .selectric-items {
    border-color: #009ced;
}

#search>.body form>div .mr .ll {
    border-color: #009ced;
    color: #009ced;
}

@media (max-width:768px) {
    #search>.body form>div .mr .dd {
        border: 1px solid #009ced;
    }
}

#search>.body form .lbl {
    color: #263f58;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    display: block;
    padding-bottom: 10px;
}

@media (max-width:768px) {
    #search>.body form .lbl {
        font-size: 14px;
        font-weight: 400;
    }
}

#search>.body form input {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    width: 100%;
    color: #263f58;
    font-size: 14px;
    background: 0 0;
}

#search>.body form input::-webkit-input-placeholder {
    color: rgba(38, 63, 88, .48);
    font-size: 14px;
}

#search>.body form input:-moz-placeholder,
#search>.body form input::-moz-placeholder {
    color: rgba(38, 63, 88, .48);
    font-size: 14px;
}

#search>.body form input:-ms-input-placeholder {
    color: rgba(38, 63, 88, .48);
    font-size: 14px;
}

#search>.body form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #263f58 !important;
}

#search>.body form .input_split {
    display: flex;
}

@media (max-width:768px) {
    #search>.body form .input_split {
        margin: 0 -10px;
    }
}

#search>.body form .input_split input {
    flex-basis: 50%;
    text-align: center;
    padding-right: 0;
}

@media (max-width:768px) {
    #search>.body form .input_split input {
        margin: 0 10px;
        border-radius: 5px !important;
        border-left-width: 1px !important;
        text-align: left;
        padding: 0 11px;
    }
}

#search>.body form .input_split input:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

#search>.body form .input_split input:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left-width: 0;
}

#search>.body form .checkbox {
    padding-right: 12px;
    position: relative;
    display: inline-flex;
    min-height: 40px;
    align-items: center;
}

@media (max-width:768px) {
    #search>.body form .checkbox {
        padding-right: 23px;
        min-height: auto;
        padding-top: 5px;
    }
}

#search>.body form .checkbox input {
    position: absolute;
    width: 12px;
    height: 12px;
    opacity: 0;
}

@media (max-width:768px) {
    #search>.body form .checkbox input {
        width: 18px;
        height: 18px;
    }
}

#search>.body form .checkbox input:checked+span:before {
    border-color: #009ced;
    background: url(../images/check-symbol.svg) no-repeat center #009ced;
    background-size: 7.16px 5.45px;
}

@media (max-width:768px) {
    #search>.body form .checkbox input: checked+span:before {
        background-size: 10.55px auto;
    }
}

#search>.body form .checkbox span {
    font-size: 10px;
    line-height: 21px;
    color: #414448;
    padding-left: 16px;
    position: relative;
}

@media (max-width:768px) {
    #search>.body form .checkbox span {
        padding-left: 22px;
        font-size: 13px;
        font-weight: 500;
    }
}

#search .gsdd>span.ll:after,
#search>.body form .checkbox span:before {
    position: absolute;
    display: block;
    top: 50%;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

#search>.body form .checkbox span:before {
    left: 0;
    border: 1px solid #8f8f8f;
    background: #fff;
    border-radius: 1px;
    background-position: center -12px;
    content: "";
    margin-top: -6px;
    width: 12px;
    height: 12px;
}

@media (max-width:768px) {
    #search>.body form .checkbox span: before {
        width: 18px;
        height: 18px;
        margin-top: -9px;
    }
}

#search>.body form .checkbox_group {
    display: flex;
    height: 40px;
    border-radius: 5px;
    justify-content: space-around;
    border: 1px solid #263f58;
    padding: 0 15px;
}

#search>.body form .checkbox_group.tt {
    padding: 0 80px;
}

#search>.body form .checkbox_group label {
    padding-right: 0;
}

#search>.body form .btn {
    flex-basis: 100%;
    padding-top: 20px;
}

#search .slct_point label input,
#search>.body form .btn .lbl {
    display: none;
}

#search>.body form .btn button {
    height: 50px;
    border-radius: 5px;
    color: #fff;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    padding: 0 20px;
    background: #3f7886;
    margin-left: 20px;
}

.preciseSearch {
    background-color: white!important;
    border: 1px solid rgb(234, 229, 225)!important;
    color: black!important;
    font-weight: 100!important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}


.preciseSearch svg{
    fill: black;
    color: black;
    margin-right: 7px;
}

#search .gsdd>div.dd .ftr button.reset,
#search>.body form .btn button.reset {
    background: #ef4a36;
}

@media (max-width:768px) {
    #search>.body form .btn {
        display: flex;
        padding-top: 5px;
        padding-bottom: 0;
    }
    #search>.body form .btn button {
        flex-basis: 50%;
        padding: 0;
        min-width: auto;
        margin-left: 10px;
    }
    #search>.body form .btn button:first-child {
        margin-left: 0;
        margin-right: 10px;
    }
    #search>.body form .btn button span {
        display: none;
    }
}

#search .gsdd>div.dd,
#search>.body select {
    width: 100%;
    border-radius: 5px;
    background: #fff;
}

#search .gsdd>span.ll,
#search>.body select {
    height: 40px;
    font-size: 12px;
    color: #263f58;
    padding-left: 16px;
}

#search>.body select {
    border: 1px solid #263f58;
}

#search .gsdd>span.ll,
#search>.body .selectric {
    border: 1px solid #263f58;
    border-radius: 5px;
}

#search>.body .selectric>span.label {
    color: #263f58;
    height: 38px;
    line-height: 38px;
}

#search>.body .selectric .button {
    width: 7.35px;
    height: 4.32px;
    right: 15px;
}

#search>.body .selectric .button:after,
.add_adv_page .selectric .button:after {
    background-size: 7.35px 4.32px;
    width: 7.35px;
    height: 4.32px;
}

#search>.body .selectric-open.selectric-below .selectric-items {
    margin-top: -5px;
    padding-top: 5px;
    border-top-width: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#search>.body .selectric-open.selectric-above .selectric-items {
    margin-bottom: -5px;
    padding-bottom: 5px;
    border-bottom-width: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#search>.body .selectric-items {
    border: 1px solid #263f58;
    background: #fff;
}

#search>.body .selectric-items li,
.add_adv_page .selectric-items li {
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    font-size: 12px;
    color: #263f58;
}

#search>.body .selectric-items li.highlighted,
#search>.body .selectric-items li.selected,
#search>.body .selectric-items li:hover {
    background: 0 0 !important;
    color: #009ced;
}

#search .add_adv_page .gsdd>div.dd .bdy label,
#search .gsdd>div.dd .bdy label,
#search label.point,
.add_adv_page .gsdd>div.dd .bdy #search label {
    color: #263f58;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    margin-bottom: 5px;
    padding: 4px 22px 4px 10px;
}

#search .add_adv_page .gsdd>div.dd .bdy label.selected,
#search .gsdd>div.dd .bdy label.selected,
#search label.point.selected,
.add_adv_page .gsdd>div.dd .bdy #search label.selected {
    background: #eef3f9;
}

#search .add_adv_page .gsdd>div.dd .bdy label.selected i,
#search .gsdd>div.dd .bdy label.selected i,
#search label.point.selected i,
.add_adv_page .gsdd>div.dd .bdy #search label.selected i {
    display: block;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#search .add_adv_page .gsdd>div.dd .bdy label i,
#search .gsdd>div.dd .bdy label i,
#search label.point i,
.add_adv_page .gsdd>div.dd .bdy #search label i {
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    display: block;
    opacity: 0;
    position: absolute;
    width: 8px;
    height: 8px;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    background: url(../images/close-button.svg);
    background-size: 8px auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width:768px) {
    #search .add_adv_page .gsdd>div.dd .bdy label i,
    #search .gsdd>div.dd .bdy label i,
    #search label.point i,
    .add_adv_page .gsdd>div.dd .bdy #search label i {
        display: none;
    }
}

#search .gsdd>span.ll {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    cursor: pointer;
}

#search .gsdd>span.ll:after {
    margin-top: -2.16px;
    width: 7.36px !important;
    height: 4.33px !important;
    content: " ";
    right: 15px;
    background: url(../images/select_arrow.svg) center no-repeat;
    background-size: 7.34px auto;
}

@media (max-width:768px) {
    #search .gsdd>span.ll {
        display: none;
    }
}

#search .gsdd>div.dd {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #009ced;
    overflow: hidden;
    z-index: 9;
    box-shadow: 5px 10px 15px rgba(0, 0, 0, .16);
    transition: opacity .4s cubic-bezier(.4, 0, .2, 1);
}

@media (max-width:768px) {
    #search .gsdd>div.dd {
        display: block;
        position: relative;
        opacity: 1;
        box-shadow: none;
        z-index: 0;
        border: 1px solid #263f58;
    }
}

#search .gsdd>div.dd .hdr {
    height: 50px;
    background: #eef3f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 27px;
}

#search .gsdd>div.dd .hdr .tt {
    color: #263f58;
    font-size: 14px;
    font-weight: 600;
}

#search .gsdd>div.dd .hdr a {
    display: block;
    height: 12px;
    width: 12px;
    background: url(../images/close-button.svg);
    background-size: 12px auto;
}

@media (max-width:768px) {
    #search .gsdd>div.dd .hdr {
        display: none;
    }
}

#search .gsdd>div.dd .bdy {
    padding: 15px 10px 20px;
    display: flex;
    justify-content: stretch;
}

@media (max-width:768px) {
    #search .gsdd>div.dd .bdy {
        padding: 5px 10px 0;
    }
    #search .gsdd>div.dd .bdy label {
        padding-right: 23px;
        position: relative;
        display: inline-flex;
        padding-top: 5px;
        align-items: center;
        padding-left: 0;
        font-size: 12px;
    }
    #search .gsdd>div.dd .bdy label input {
        position: absolute;
        width: 18px;
        height: 18px;
        opacity: 0;
        z-index: 1;
    }
    #search .gsdd>div.dd .bdy label input:checked+span:before {
        border-color: #009ced;
        background: url(../images/check-symbol.svg) no-repeat center #009ced;
        background-size: 10.55px auto;
    }
    #search .gsdd>div.dd .bdy label span {
        line-height: 21px;
        color: #414448;
        padding-left: 22px;
        font-size: 13px;
        font-weight: 500;
        z-index: 0;
        position: relative;
    }
    #search .gsdd>div.dd .bdy label span:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        border: 1px solid #8f8f8f;
        background: #fff;
        border-radius: 1px;
        transition: all .4s cubic-bezier(.4, 0, .2, 1);
        background-position: center -12px;
    }
    #search .gsdd>div.dd .bdy label.selected {
        background: 0 0;
    }
    #search .gsdd>div.dd .bdy label.selected i {
        display: none !important;
    }
}

#search .gsdd>div.dd .bdy .left {
    flex-basis: 75%;
    padding: 0 5px;
    display: flex;
    max-height: 300px;
    overflow: auto;
}

@media (max-width:768px) {
    #search .gsdd>div.dd .bdy .left {
        flex-basis: 100%
    }
}

#search .gsdd>div.dd .bdy .left::-webkit-scrollbar {
    width: 9px;
    height: 10px;
    background: #f3f3f3;
}

#search .gsdd>div.dd .bdy .left::-webkit-scrollbar-corner {
    background-color: transparent;
}

#search .gsdd>div.dd .bdy .left::-webkit-scrollbar-thumb,
#search .gsdd>div.dd .bdy .left::-webkit-scrollbar-thumb:hover,
#search .gsdd>div.dd .bdy .right .rs::-webkit-scrollbar-thumb:hover {
    background-color: #dfdfdf;
}

#search .gsdd>div.dd .bdy .left>ul,
.add_adv_page .gsdd>div.dd .bdy .left>ul {
    display: block;
    width: 100%
}

#search .gsdd>div.dd .bdy .left>ul>li,
.add_adv_page .gsdd>div.dd .bdy .left>ul>li {
    padding: 0 5px;
}

#search .gsdd>div.dd .bdy .left>ul>li ul,
.add_adv_page .gsdd>div.dd .bdy .left>ul>li ul {
    padding-top: 2px;
}

#search .gsdd>div.dd .bdy .left>ul>li ul li>label,
#search .gsdd>div.dd .bdy .right .rs label.child,
.add_adv_page .gsdd>div.dd .bdy .left>ul>li ul li>label,
.add_adv_page .gsdd>div.dd .bdy .right .rs label.child {
    font-size: 12px;
    font-weight: 400;
}

#search .gsdd>div.dd .bdy .right {
    padding: 0 10px;
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 1px solid #dfdfdf;
}

@media (max-width:768px) {
    #search .gsdd>div.dd .bdy .right {
        display: none;
    }
}

#search .gsdd>div.dd .bdy .right .rs {
    height: 194px;
    overflow: auto;
    margin: 5px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#search .gsdd>div.dd .bdy .right .rs::-webkit-scrollbar,
.add_adv_page .gsdd>div.dd .bdy .left::-webkit-scrollbar {
    width: 9px;
    height: 10px;
    background: #f3f3f3;
}

#search .gsdd>div.dd .bdy .right .rs::-webkit-scrollbar-corner {
    background-color: transparent;
}

#search .gsdd>div.dd .bdy .right .rs::-webkit-scrollbar-thumb,
#search .gsdd>div.dd .bdy .right .srch>div>div::-webkit-scrollbar-thumb:hover {
    background-color: #dfdfdf;
}

#search .gsdd>div.dd .bdy .right .rs label,
.add_adv_page .gsdd>div.dd .bdy .right .rs label {
    margin-bottom: 8px;
    padding-right: 32px;
    display: inline-flex;
}

#search .gsdd>div.dd .bdy .right .srch {
    position: relative;
}

#search .gsdd>div.dd .bdy .right .srch input {
    padding-left: 40px;
    background: url(../images/srch.svg) 15px center no-repeat;
}

#search .gsdd>div.dd .bdy .right .srch>div {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    margin-top: -1px;
    left: 0;
    background: #fff;
    border: 1px solid #263f58;
    border-top: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 1;
    padding-bottom: 4px;
}

#search .gsdd>div.dd .bdy .right .srch>div>div,
.add_adv_page .gsdd>div.dd .bdy .right .srch>div>div {
    padding: 5px;
    max-height: 200px;
    overflow: auto;
}

#search .gsdd>div.dd .bdy .right .srch>div>div::-webkit-scrollbar,
.add_adv_page .gsdd>div.dd .bdy .right .srch>div>div::-webkit-scrollbar {
    width: 9px;
    height: 10px;
    background: #f3f3f3;
    border-radius: 3px;
}

#search .gsdd>div.dd .bdy .right .srch>div>div::-webkit-scrollbar-corner,
.add_adv_page .gsdd>div.dd .bdy .left::-webkit-scrollbar-corner {
    background-color: transparent;
}

#search .gsdd>div.dd .bdy .right .srch>div>div::-webkit-scrollbar-thumb,
.add_adv_page .gsdd>div.dd .bdy .left::-webkit-scrollbar-thumb,
.add_adv_page .gsdd>div.dd .bdy .left::-webkit-scrollbar-thumb:hover,
.add_adv_page .gsdd>div.dd .bdy .right .rs::-webkit-scrollbar-thumb:hover {
    background-color: #dfdfdf;
}

#search .gsdd>div.dd .bdy .right .srch>div label,
.add_adv_page .gsdd>div.dd .bdy .right .srch>div label {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
}

#search .gsdd>div.dd .bdy .right .srch.open>input,
.add_adv_page .gsdd>div.dd .bdy .right .srch.open>input,
.blocks .header .selectric-open.selectric-below .selectric {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#search .gsdd>div.dd .ftr {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
}

#search .gsdd>div.dd .ftr button,
.pagination li a {
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

#search .gsdd>div.dd .ftr button {
    display: inline-flex;
    padding: 0 20px;
    background: #009ced;
    height: 34px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    min-width: 100px;
}

#search .gsdd.open>span.ll:after,
.add_adv_page .gsdd.open>span.ll:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#search .gsdd.open>div.dd {
    display: block !important;
    opacity: 1;
}

#search .gsdd.gsdd_type2>div.dd .left>ul>li>label {
    color: #263f58 !important;
}

@media (max-width:768px) {
    #search .gsdd.gsdd_type2>div.dd .left>ul>li ul li {
        flex-basis: 50%
    }
    #search .gsdd.disable .dd {
        border-color: #c3c3c3 !important;
    }
    #search .gsdd.disable .bdy,
    #search .gsdd.gsdd_type2>div.dd .left>ul>li>label {
        display: none !important;
    }
}

#search .dd_type2 .left>ul>li>label {
    display: inline-flex !important;
    padding-right: 32px !important;
    color: #009ced !important;
}

#search .dd_type2 .left>ul>li+li {
    padding-top: 5px !important;
}

#search .dd_type2 .left>ul>li ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

#search .dd_type2 .left>ul>li ul>li {
    flex-basis: 25%;
    padding: 0 5px;
}

@media (max-width:768px) {
    #search .dd_type2 .left>ul>li ul>li {
        flex-basis: 100%
    }
}

#search .dd_type2 .rs {
    height: 100px !important;
}

#search .dd_type3 .left>ul>li>span,
.add_adv_page .gsdd>div.dd .bdy .left>ul>li>span {
    font-size: 14px;
    color: #009ced;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding-left: 10px;
    margin-bottom: 5px;
}

@media (max-width:768px) {
    #search .dd_type3 .left>ul>li>span {
        padding-left: 4px;
    }
}

#search .slct_point {
    margin: 10px -6px;
    padding-bottom: 0 !important;
}

#search .slct_point label {
    display: inline-flex;
    padding-right: 32px;
    font-size: 12px;
    font-weight: 400;
    margin: 0 6px 10px;
}

@media (max-width:768px) {
    #search .slct_point label {
        margin: 5px 6px;
    }
}

.mi {
    max-width: 670px;
}

.mi-item {
    width: 25%;
    float: left;
}

@media (max-width:768px) {
    .mi-item {
        width: 100%
    }
}

.blocks .header,
.pagination {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.pagination {
    padding-top: 20px;
    justify-content: center;
}

.pagination li {
    padding: 0 6px;
}

.pagination li a {
    color: #263f58;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    height: 30px;
    min-width: 30px;
    background: rgba(38, 63, 88, .1);
}

.pagination li a.next,
.pagination li a.prev {
    background: 0 0;
}

.pagination li a.next img,
.pagination li a.prev img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: invert(19%) sepia(5%) saturate(5981%) hue-rotate(170deg) brightness(97%) contrast(84%);
    height: 5.98px;
    width: auto;
}

.pagination li a.next img {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.pagination li.active a {
    background: #263f58;
    color: #fff;
}

.blocks .header {
    justify-content: space-between;
    min-height: 38px;
    background: #263f58;
    padding: 0 15px;
}

@media (max-width:992px) {
    .blocks .header {
        border-bottom-width: 1px;
        margin-bottom: 10px;
    }
}

@media (max-width:767px) {
    .blocks .header {
        flex-wrap: wrap;
    }
}

.blocks .header .title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

@media (max-width:992px) {
    .blocks .header .title {
        font-size: 14px;
        font-weight: 500;
    }
}

.blocks .header .link {
    text-align: right;
}

.blocks .header .link a {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
}

@media (max-width:992px) {
    .blocks .header .link a {
        font-size: 12px;
        font-weight: 400;
    }
}

.blocks .header .tools {
    display: flex;
    align-items: center;
    margin: 9px 0;
}

@media (max-width:767px) {
    .blocks .header .tools>div+div {
        margin-left: 0;
    }
}

.blocks .header .tools>div.view_type {
    border: 1px solid #009ced;
    border-radius: 5px;
    height: 34px;
    overflow: hidden;
}

@media (max-width:767px) {
    .blocks .header .tools>div.view_type {
        display: none;
    }
}

.blocks .header .tools>div.view_type2>a,
.blocks .header .tools>div.view_type2>button,
.blocks .header .tools>div.view_type>a,
.blocks .header .tools>div.view_type>button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #009ced;
    padding: 0 20px;
    font-size: 14px;
    height: 100%;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    cursor: pointer;
}

.blocks .header .tools>div.view_type>a:before,
.blocks .header .tools>div.view_type>button:before {
    content: "";
    display: inline-block;
    filter: none;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    filter: invert(48%) sepia(90%) saturate(1697%) hue-rotate(159deg) brightness(91%) contrast(101%);
}

.blocks .header .tools>div.view_type>a:first-child:before,
.blocks .header .tools>div.view_type>button:first-child:before {
    width: 14.9px;
    height: 14.9px;
    background: url(../images/list.svg) no-repeat;
    margin-right: 5.9px;
}

.blocks .header .tools>div.view_type>a:last-child:before,
.blocks .header .tools>div.view_type>button:last-child:before {
    width: 16.47px;
    height: 14px;
    background: url(../images/map.svg) no-repeat;
    margin-right: 4.8px;
}

.blocks .header .tools>div.view_type2>a.active,
.blocks .header .tools>div.view_type2>button.active,
.blocks .header .tools>div.view_type>a.active,
.blocks .header .tools>div.view_type>button.active,
nav#left_navi>a.active {
    background: #3f7786;
    color: #fff;
    cursor: default;
}

.blocks .header .tools>div.view_type>a.active:before,
.blocks .header .tools>div.view_type>button.active:before {
    filter: none;
}

.blocks .header .tools>div.view_type2 {
    border: 1px solid #009ced;
    border-radius: 5px;
    height: 34px;
    overflow: hidden;
}

@media (max-width:992px) {
    .blocks .header .tools>div.view_type2 {
        width: 100%
    }
}

.blocks .header select {
    height: 34px;
    border: 1px solid #009ced;
    border-radius: 5px;
    background: #fff;
    font-size: 13px;
    color: #009ced;
}

.blocks .header .selectric {
    border-color: #009ced;
    border-width: 1px;
    border-radius: 5px;
}

.blocks .header .selectric .label {
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    color: #009ced;
}

.blocks .header .selectric .button:after {
    filter: invert(44%) sepia(96%) saturate(2314%) hue-rotate(173deg) brightness(98%) contrast(102%);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.blocks .header .selectric-open.selectric-below .selectric-items {
    margin-top: -1px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.blocks .header .selectric-open.selectric-above .selectric {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.blocks .header .selectric-open.selectric-above .selectric-items {
    margin-bottom: -1px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.blocks .header .selectric-open .selectric .button:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.blocks .header .selectric-items {
    border: 1px solid #009ced;
    background: #fff;
    width: auto !important;
    z-index: 1;
    box-shadow: none;
    right: 0;
    left: auto;
    min-width: 100%
}

.blocks .header .selectric-items li {
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    font-size: 13px;
    color: #009ced;
    padding: 0 20px 0 16px;
    line-height: 16px;
    min-height: 34px;
    height: auto;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.blocks .header .selectric-items li.highlighted,
.blocks .header .selectric-items li.selected,
.blocks .header .selectric-items li:hover {
    background: #c5e0f6 !important;
    color: #009ced;
}

@media (max-width:767px) {
    .blocks .header .view_type2 {
        border: 1px solid #009ced;
        border-radius: 5px;
        height: 34px;
        overflow: hidden;
        margin: 10px auto 20px;
        width: 100%
    }
    .blocks .header .view_type2>a,
    .blocks .header .view_type2>button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        color: #009ced;
        padding: 0;
        font-size: 12px;
        height: 100%;
        width: 50%;
        transition: all .4s cubic-bezier(.4, 0, .2, 1);
        cursor: pointer;
    }
    .blocks .header .view_type2>a.active,
    .blocks .header .view_type2>button.active {
        background: #009ced;
        color: #fff;
        cursor: default;
    }
}

.tabs_content>* {
    display: none;
}

.add_adv_page .gsdd>div.dd .bdy .right .srch.open>div,
.tabs_content>.active {
    display: block;
}

@media (max-width:992px) {
    .place_list {
        margin: 0 -5px;
    }
    .place_list [class*=col-] {
        padding: 0 5px;
    }
}

.place_list .item,
.place_list .item .img {
    display: block;
    position: relative;
    overflow: hidden;
}


.item .img img{
    border-radius: 10px;
}

.place_list .item {
    background: #fff;
    margin-bottom: 20px;
    text-decoration: none;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

@media (max-width:992px) {
    .place_list .item {
        padding: 0 0px 30px;
        margin-bottom: 10px;
    }
}

/* .place_list .item:hover {
    box-shadow: 6px 6px 10px #c7d1d6;
} */

.place_list .item:hover .tools {
    opacity: 1;
}

/* .place_list .item .img {
    height: 166px;
    margin: 0px -15px 5px;
} */

.place_list .item .img {
    height: auto;
    margin: 0px 0px 0px;
}

@media (max-width:992px) {
    .place_list .item .img {
        height: auto;
        margin: 0 0px 6px;
    }
}

.place_list .item .img .price {
    height: 28px;
    position: absolute;
    display: inline-flex;
    align-items: center;
    background: #ff9100;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-top-left-radius: 5px;
    right: 0;
    bottom: 0;
    padding: 0 12px;
}

@media (max-width:992px) {
    .place_list .item .img .price {
        height: 22px;
        font-size: 10px;
        padding: 0 11px;
    }
}

.place_list .item .img .mortgage, .place_list .item .img .reg {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    bottom: 9px;
    left: 25px;
}

@media (max-width:992px) {
    .place_list .item .img .mortgage,
    .place_list .item .img .reg {
        left: 10px;
        width: 17px;
        height: 17px;
        border-radius: 9px;
        bottom: 3px;
    }
}

.place_list .item .mortgage[data-title]:before,
.place_list .item .reg[data-title]:before, 
.place_list .item .premium[data-title]:before {
    display: inline-flex;
    align-items: center;
    position: absolute;
    bottom: 84px;
    margin-bottom: 8px;
    height: 17px;
    background: #009ced;
    border-radius: 2px;
    color: #fff;
    padding: 0 10px;
    right: 2px;
    content: attr(data-title);
    white-space: nowrap;
    font-size: 8px;
    font-weight: 500;
    transition: all .5s cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
}

/* .place_list .item .mortgage[data-title]:after, 
.place_list .item .reg[data-title]:after, 
.place_list .item .premium[data-title]:after {
    position: absolute;
    border-top: 4px solid #009ced;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: 84px;
    margin-bottom: 4px;
    content: "";
    transition: all .5s cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
    right: 9px;
} */

.place_list .item .mortgage:hover[data-title]:after,
.place_list .item .mortgage:hover[data-title]:before,
.place_list .item .reg:hover[data-title]:after,
.place_list .item .reg:hover[data-title]:before,
.place_list .item .premium:hover[data-title]:after,
.place_list .item .premium:hover[data-title]:before {
    opacity: 1;
}

.place_list .item .img .reg {
    background: url(../images/stamp.svg) no-repeat center #009ced;
    background-size: 10px 10px;
}

@media (max-width:992px) {
    .place_list .item .img .reg {
        background-size: 8.81px auto;
    }
}

.place_list .item .img .reg+.mortgage {
    left: 40px;
}

@media (max-width:992px) {
    .place_list .item .img .reg+.mortgage {
        left: 32px;
    }
}

.place_list .item .img .mortgage {
    background: url(../images/percentage-discount.svg) no-repeat center #ff9100;
    background-size: 8.99px 9.35px;
}

@media (max-width:992px) {
    .place_list .item .img .mortgage {
        background-size: 7.92px auto;
    }
}

.place_list .item .mortgage[data-title]:before {
    background: #ff9100;
}

.place_list .item .mortgage[data-title]:after {
    border-top-color: #ff9100;
}

.place_list .item .premium[data-title]:after {
    border-top-color: #ff9100;
}

.place_list .item .img.star:after {
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    right: 15px;
    top: 15px;
    background: url(../images/rate-star-button.svg) center no-repeat;
    background-size: 18px 17.25px;
}

.place_list .item .desc,
.place_list .item .title {
    display: block;
    /* padding-bottom: 5px; */
}

.place_list .item .desc {
    font-size: 14px;
    font-weight: 400;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: black;
}

.place_list .item .room_ct {
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: 0;
    bottom: 6px;
    font-size: 11px;
    margin: 3px 0;
}


@media (max-width:992px) {
    .place_list .item .room_ct {
        display: flex;
        justify-content: space-between;
        position: absolute;
        width: 100%;
        left: 0;
        /* bottom: 5px; */
        padding: 0 0;
        font-size: 10px;
    }
}


.place_list .item .room_ct>span:first-child {
    color: #263f58;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
}

.place_list .item .room_ct>span:last-child {
    color: rgba(38, 63, 88, .55);
    font-size: 13px;
    font-weight: 500;
    text-align: right;
}

@media (max-width:992px) {
    .place_list .item .room_ct>span: last-child {
        font-size: 9px !important;
        padding-top: 5px;
        color: #263f58;
    }
}

.place_list .item.banner {
    padding: 0;
    border-radius: 0;
    background: 0 0;
}

.place_list .item .tools,
.place_list .set_prem {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.place_list .item .tools {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(45, 45, 45, .88);
    opacity: 0;
    z-index: 3;
    height: 100%;
    transition: all .6s cubic-bezier(.4, 0, .2, 1);
}

.place_list .item .tools a {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    display: inline-flex;
}

.place_list .item .tools a.edit {
    background: url(../images/edit.svg) center 0 no-repeat;
    background-size: 24.12px auto;
    padding-top: 30px;
    margin-bottom: 50px;
}

.place_list .item .tools a.del {
    padding-top: 34px;
    background: url(../images/del.svg) center 0 no-repeat;
    background-size: 20.65px auto;
}

.place_list .item .tools a.eye {
    padding-top: 34px;
    background: url(../images/eyead.svg) center 0 no-repeat;
    background-size: 32.65px auto;
}

.place_list .item .tools a.needPay {
    background: url(../images/dollar.svg) center 0 no-repeat;
    background-size: 15.65px auto;
    padding-top: 30px;
    margin-bottom: 50px;
}

.place_list .set_prem {
    background: #263f58;
    border-radius: 5px;
    overflow: hidden;
    height: 230px;
    margin-bottom: 20px;
    text-decoration: none;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width:992px) {
    .place_list .set_prem {
        height: auto;
        margin-bottom: 10px;
    }
}

.place_list .set_prem .plus {
    display: block;
    width: 100px;
    height: 100px;
    background: url(../images/plus.svg) no-repeat center #fff;
    background-size: 48px 48px;
    border-radius: 50px;
}

.place_list .set_prem .desc {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    margin-top: 13px;
}

.place_list .set_prem .desc.underline {
    text-decoration: underline;
}

.place_list.prem .room_ct span:last-child {
    color: #263f58 !important;
}

.living_comp_list .item {
    padding-bottom: 10px;
}

.living_comp_list .item .title {
    padding-bottom: 2.5px;
}

.living_comp_list .item .desc {
    padding: 2.5px 0 2.5px 0;
}

.living_comp_list .item .desc.company {
    background: url(../images/company.svg) no-repeat 0 center;
    background-size: 5.55px auto;
}

.living_comp_list .item .desc.pin {
    background: url(../images/pin.svg) no-repeat 0 center;
    background-size: 5.97px auto;
}

.living_comp_list .item .desc.metro {
    background: url(../images/metro.svg) no-repeat 0 center;
    background-size: 6.97px auto;
}

.living_comp_list .item .desc.key {
    background: url(../images/key.svg) no-repeat 0 center;
    background-size: 9.625px auto;
}

#home {
    padding-bottom: 15px;
    padding-top: 15px;
}

@media (max-width:992px) {
    #home {
        padding-top: 0px;
    }
}

#doPremPopUP>div {
    text-align: center;
    padding: 0 50px;
}

#delPopUP>div,
#doPremPopUP>div,
#doPremStep2PopUP>div,
#editPopUP>div,
#upPopUP>div {
    min-width: 460px;
    min-height: 150px;
}

#delPopUP>div,
#editPopUP>div {
    text-align: center;
    padding: 0 50px;
}

@media (max-width:767px) {
    #delPopUP>div,
    #doPremPopUP>div,
    #doPremStep2PopUP>div,
    #editPopUP>div,
    #upPopUP>div {
        padding: 0 30px;
    }
}

#delPopUP>div .title,
#doPremPopUP>div .title,
#doPremStep2PopUP>div .title,
#editPopUP>div .title,
#upPopUP>div .title {
    font-size: 18px;
    font-weight: 600;
    color: #394857;
    padding: 23px 0;
}

#delPopUP>div .input_group,
#doPremPopUP>div .input_group,
#doPremStep2PopUP>div .input_group,
#editPopUP>div .input_group,
#upPopUP>div .input_group {
    display: table;
    align-items: center;
    width: 100%
}

@media (max-width:767px) {
    #delPopUP>div .input_group,
    #doPremPopUP>div .input_group,
    #doPremStep2PopUP>div .input_group,
    #editPopUP>div .input_group,
    #upPopUP>div .input_group {
        display: block;
    }
}

#delPopUP>div .input_group>div,
#doPremPopUP>div .input_group>div,
#doPremStep2PopUP>div .input_group>div,
#editPopUP>div .input_group>div,
#upPopUP>div .input_group>div {
    display: table-cell;
}

@media (max-width:767px) {
    #delPopUP>div .input_group>div,
    #doPremPopUP>div .input_group>div,
    #doPremStep2PopUP>div .input_group>div,
    #editPopUP>div .input_group>div,
    #upPopUP>div .input_group>div {
        display: block;
    }
}

#delPopUP>div .input_group>div:last-child,
#doPremPopUP>div .input_group>div:last-child,
#doPremStep2PopUP>div .input_group>div:last-child,
#editPopUP>div .input_group>div:last-child,
#upPopUP>div .input_group>div:last-child {
    width: 1px;
}

@media (max-width:767px) {
    #delPopUP>div .input_group>div: last-child,
    #doPremPopUP>div .input_group>div:last-child,
    #doPremStep2PopUP>div .input_group>div:last-child,
    #editPopUP>div .input_group>div:last-child,
    #upPopUP>div .input_group>div:last-child {
        width: auto;
    }
}

#delPopUP>div .input_group input,
#doPremPopUP>div .input_group input,
#doPremStep2PopUP>div .input_group input,
#editPopUP>div .input_group input,
#upPopUP>div .input_group input {
    height: 36px;
    border: 1px solid #394857;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #fff;
    text-align: center;
    color: #263f58;
    font-size: 12px;
    width: 100%
}

@media (max-width:767px) {
    #delPopUP>div .input_group input,
    #doPremPopUP>div .input_group input,
    #doPremStep2PopUP>div .input_group input,
    #editPopUP>div .input_group input,
    #upPopUP>div .input_group input {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        margin-bottom: 20px;
        height: 40px;
    }
}

#delPopUP>div .input_group button,
#doPremPopUP>div .input_group button,
#doPremStep2PopUP>div .input_group button,
#editPopUP>div .input_group button,
#upPopUP>div .input_group button {
    height: 36px;
    background: #18cb8e;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 0 19px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 10px;
    white-space: nowrap;
}

@media (max-width:767px) {
    #delPopUP>div .input_group button,
    #doPremPopUP>div .input_group button,
    #doPremStep2PopUP>div .input_group button,
    #editPopUP>div .input_group button,
    #upPopUP>div .input_group button {
        height: 40px;
        margin-left: 0;
        margin-bottom: 40px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
}

#doPremStep2PopUP .form,
#upPopUP .form {
    margin-bottom: 30px;
}

#doPremStep2PopUP .form .title,
#upPopUP .form .title {
    font-size: 24px;
    padding-top: 30px !important;
}

@media (max-width:767px) {
    #doPremStep2PopUP .form .title,
    #upPopUP .form .title {
        font-size: 18px;
    }
}

#doPremStep2PopUP .form .row,
#upPopUP .form .row {
    padding-bottom: 5px;
}

#doPremStep2PopUP .form button,
#upPopUP .form button {
    margin-top: 30px;
}

@media (max-width:767px) {
    #doPremStep2PopUP .form button,
    #upPopUP .form button {
        margin-top: 0;
        width: 100%
    }
    #doPremStep2PopUP .form,
    #upPopUP .form {
        margin-bottom: 10px;
    }
}

#doPremStep2PopUP .form .radio span,
#upPopUP .form .radio span {
    padding-left: 26px;
}

#doPremStep2PopUP .form .radio span:before,
#upPopUP .form .radio span:before {
    width: 18px;
    height: 18px;
    border-radius: 9px;
}

#doPremStep2PopUP .form .radio span:after,
#upPopUP .form .radio span:after {
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

#doPremStep2PopUP>div,
#upPopUP>div {
    padding: 0 !important;
    text-align: left !important;
}

.popup,
div.spiner button.spiner {
    top: 0;
    align-items: center;
    justify-content: center;
}

.popup {
    left: 0;
    display: none;
    background: rgba(25, 25, 25, .65);
    transition: opacity .4s cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%
}

.popup.show {
    display: flex !important;
}

.popup.show.animate {
    opacity: 1;
}

.popup.show.animate>div {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.popup>div {
    background: #fff;
    position: relative;
    border-radius: 5px;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

@media (max-width:767px) {
    .popup>div {
        min-width: 96% !important;
    }
}

.popup>div a.close {
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    right: 20px;
    top: 20px;
    background: url(../images/close-popup.svg) no-repeat;
    background-size: cover;
    z-index: 10;
}

.popup.success>div {
    background: 0 0 !important;
}

.popup.success>div a.close {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(58deg) brightness(107%) contrast(101%);
    z-index: 2;
}

.popup.success .form {
    width: 460px;
    height: 410px;
    margin-bottom: 0;
}

@media (max-width:767px) {
    .popup.success .form {
        width: 100%
    }
}

.popup.success .form p {
    font-size: 16px;
}

div.spiner,
div.spiner input {
    position: relative;
}

div.spiner button.spiner {
    position: absolute;
    height: 50%;
    width: 10px;
    right: 13px;
    z-index: 1;
    display: flex;
    background: 0 0;
}

@media (max-width:767px) {
    div.spiner button.spiner {
        height: 28px;
        width: 28px;
        border: 1px solid #abb7c4;
        border-radius: 5px;
        top: 6px;
        right: 10px;
    }
}

div.spiner button.spiner i {
    background: url(../images/input_spiner.svg) center no-repeat;
    background-size: 4.32px auto;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 4.32px;
    height: 7.35px;
    display: block;
}

@media (max-width:767px) {
    div.spiner button.spiner i {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

div.spiner button.spiner.down {
    top: 50%
}

@media (max-width:767px) {
    div.spiner button.spiner.down {
        top: 6px;
        right: 46px;
    }
}

div.spiner button.spiner.down i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width:767px) {
    div.spiner button.spiner.down i {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

div.spiner input {
    z-index: 0;
}

div.spiner input[type=number]::-webkit-inner-spin-button,
div.spiner input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form {
    background: #fff;
    position: relative;
    margin-bottom: 15px;
    border-radius: 5px;
}

.form .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #263f58;
    padding: 24px;
    text-align: center;
}

@media (max-width:767px) {
    .form .title {
        font-size: 18px;
        line-height: 22px;
    }
}

#editProfilePopUP .form form,
#passwordPopUP .form form,
#reportPopUP .form form,
.form .form_padding,
.form form {
    padding: 0 40px 10px;
}

@media (max-width:991px) {
    .form .form_padding,
    .form form {
        padding: 0 30px;
    }
}

.form .row {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

@media (max-width:991px) {
    .form .row,
    .form .row [class*=col-] [class*=col-] {
        padding-bottom: 0;
    }
    .form .row [class*=col-] {
        padding-bottom: 20px;
    }
}

.form .row .row {
    padding-bottom: 0;
}

.form input[type=email],
.form input[type=number],
.form input[type=password],
.form input[type=text] {
    width: 100%;
    height: 40px;
    background: #fff;
    color: #263f58;
    font-size: 13px;
    padding-left: 15px;
    border-radius: 5px;
    border: 1px solid #abb7c4;
}

.form input[type=email]::-webkit-input-placeholder,
.form input[type=number]::-webkit-input-placeholder,
.form input[type=password]::-webkit-input-placeholder,
.form input[type=text]::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
    color: #263f58;
    font-size: 12px;
}

.form input[type=email]:-moz-placeholder,
.form input[type=email]::-moz-placeholder,
.form input[type=number]:-moz-placeholder,
.form input[type=number]::-moz-placeholder,
.form input[type=password]:-moz-placeholder,
.form input[type=password]::-moz-placeholder,
.form input[type=text]:-moz-placeholder,
.form input[type=text]::-moz-placeholder,
.form textarea:-moz-placeholder,
.form textarea::-moz-placeholder {
    color: #263f58;
    font-size: 12px;
}

.form input[type=email]:-ms-input-placeholder,
.form input[type=number]:-ms-input-placeholder,
.form input[type=password]:-ms-input-placeholder,
.form input[type=text]:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
    color: #263f58;
    font-size: 12px;
}

.form input[type=email]:-webkit-autofill,
.form input[type=number]:-webkit-autofill,
.form input[type=password]:-webkit-autofill,
.form input[type=text]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #263f58 !important;
}

.form input[type=email].error,
.form input[type=number].error,
.form input[type=password].error,
.form input[type=text].error {
    border-color: #ef4a36;
    background: url(../images/error.png) right center no-repeat;
}

.form input[type=email].error::-webkit-input-placeholder,
.form input[type=number].error::-webkit-input-placeholder,
.form input[type=password].error::-webkit-input-placeholder,
.form input[type=text].error::-webkit-input-placeholder,
.form textarea.error::-webkit-input-placeholder {
    color: #ef4a36;
}

.form input[type=email].error:-moz-placeholder,
.form input[type=email].error::-moz-placeholder,
.form input[type=number].error:-moz-placeholder,
.form input[type=number].error::-moz-placeholder,
.form input[type=password].error:-moz-placeholder,
.form input[type=password].error::-moz-placeholder,
.form input[type=text].error:-moz-placeholder,
.form input[type=text].error::-moz-placeholder,
.form textarea.error:-moz-placeholder,
.form textarea.error::-moz-placeholder {
    color: #ef4a36;
}

.form input[type=email].error:-ms-input-placeholder,
.form input[type=number].error:-ms-input-placeholder,
.form input[type=password].error:-ms-input-placeholder,
.form input[type=text].error:-ms-input-placeholder,
.form textarea.error:-ms-input-placeholder {
    color: #ef4a36;
}

.form select {
    width: 100%;
    height: 40px;
    background: #fff;
    color: #7b7b7b;
    font-size: 13px;
    padding-left: 15px;
    border-radius: 5px;
    border: 1px solid #abb7c4;
}

.form select:-webkit-autofill,
.form textarea:-webkit-autofill {
    background-color: #fff !important;
}

.form a,
.form textarea {
    color: #263f58;
    font-size: 12px;
}

.form textarea {
    border: 1px solid #abb7c4;
    border-radius: 5px;
    background: #fff;
    width: 100%;
    min-height: 90px;
    padding: 13px 16px;
}

.form textarea.error {
    border-color: #ef4a36;
    background: url(../images/error.png) right 15px no-repeat;
}

.form a {
    font-weight: 500;
}

.form button[type=submit] {
    font-size: 13px;
    font-weight: 600;
    background: #3f7786;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    height: 40px;
    padding: 0 35px;
}

@media (max-width:991px) {
    .form button[type=submit] {
        padding: 0 15px;
    }
}

.form .file_input {
    position: relative;
    overflow: hidden;
    height: 40px;
}

.form .file_input input[type=text] {
    position: relative;
    z-index: 1;
}

.form .file_input input[type=file] {
    position: absolute;
    opacity: 0;
    line-height: 500px;
    left: 0;
    top: 0;
    font-size: 500px;
    z-index: 2;
    cursor: pointer;
}

.form .file_input span.button {
    width: 140px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: #3caabb;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    z-index: 1;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.form .helper {
    font-size: 12px;
    color: #333;
    line-height: 20px;
}

.form .radio,
.form .radio_label {
    min-height: 40px;
    align-items: center;
}

.form .radio_label {
    color: #7b7b7b;
    font-size: 12px;
    display: flex;
    padding-right: 15px;
}

.form .radio {
    padding-right: 17px;
    position: relative;
    display: inline-flex;
}

#addVideoPopUP>div .radio.vertical,
.form .radio.vertical {
    display: flex;
    min-height: 30px;
}

.form .radio input {
    position: absolute;
    width: 16px;
    height: 16px;
    opacity: 0;
}

#addVideoPopUP>div .radio input:checked+span:before,
.form .radio input:checked+span:before {
    border-color: #34b5a4;
}

#addVideoPopUP>div .radio input:checked+span:after,
.form .radio input:checked+span:after {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #34b5a4;
}

#addVideoPopUP>div .radio span,
.form .radio span {
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
    color: #263f58;
    padding-left: 19px;
    position: relative;
}

#addVideoPopUP>div .radio span:before,
.form .radio span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    border: 1px solid #e3ecf5;
    background: #fff;
}

.form hr {
    border-top-color: #bdd3e1 !important;
}

.form.success .title,
.form.success form {
    visibility: hidden;
    z-index: 0;
    position: relative;
}

.form.success .success {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #16c489;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.form.success .success p {
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}

.form.success .success a {
    margin-top: 100px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    bottom: 27px;
    text-decoration: underline;
}

.searched_tags {
    border-top: 2px solid rgba(120, 120, 120, .27);
    padding-top: 20px;
}

@media (max-width:991px) {
    .searched_tags {
        border-width: 1px;
        padding-top: 15px;
    }
}

.searched_tags .title {
    font-size: 18px;
    font-weight: 600;
    color: #263f58;
    margin-bottom: 15px;
}

@media (max-width:991px) {
    .searched_tags .title {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

.searched_tags .tags {
    margin: 0 -10px;
}

@media (max-width:991px) {
    .searched_tags .tags {
        margin: 0 -5px;
    }
}

.searched_tags .tags a {
    display: inline-block;
    border-radius: 100px;
    border: 1px solid #009ced;
    line-height: 34px;
    font-size: 13px;
    font-weight: 500;
    color: #009ced;
    padding: 0 20px;
    margin: 0 10px 20px;
    text-decoration: none;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

@media (max-width:991px) {
    .searched_tags .tags a {
        margin: 0 5px 10px;
        line-height: 30px;
        font-size: 10px;
        padding: 0 16px;
    }
}

.searched_tags .tags a:hover {
    color: #fff;
    background: #009ced;
}

@media (max-width:991px) {
    nav#left_navi {
        padding-top: 50px;
    }
}

#top_navi a,
nav#left_navi>a {
    color: #009ced;
    font-size: 12px;
    display: flex;
    align-items: center;
    height: 50px;
    text-decoration: none;
}

nav#left_navi>a {
    background: #fff;
    font-weight: 500;
    padding-left: 30px;
}

@media (max-width:991px) {
    nav#left_navi>a {
        overflow: hidden;
        height: 0;
        transition: height .4s cubic-bezier(.4, 0, .2, 1);
    }
}

@media (max-width:991px) {
    nav#left_navi>a.active {
        width: 100%;
        height: 50px;
        position: absolute;
        border-left: 10px solid #f6f6f6;
        border-right: 10px solid #f6f6f6;
        left: 0;
        top: 0;
    }
    nav#left_navi>a.active:after {
        content: "";
        position: absolute;
        display: block;
        background: url(../images/arrow_down2.png);
        top: 50%;
        transition: all .4s cubic-bezier(.4, 0, .2, 1);
        background-size: 100%;
        width: 2.85714vw;
        height: 1.5381vw;
        margin-top: -.76905vw;
        margin-left: 0;
        right: 2.38095vw;
    }
    nav#left_navi {
        padding-bottom: 3.57143vw;
    }
    nav#left_navi.open>a {
        height: 50px;
    }
    nav#left_navi.open>a.active:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

#top_navi {
    background: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: flex;
    overflow: hidden;
    margin-bottom: 20px;
}

@media (max-width:991px) {
    #top_navi {
        display: block;
        padding-top: 50px;
        position: relative;
    }
    #top_navi.open>a {
        height: 50px;
    }
    #top_navi.open>a.active:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

#top_navi a {
    flex-grow: 1;
    justify-content: center;
    padding: 2px 0;
    border-bottom: 0 solid transparent;
    transition: all .8s cubic-bezier(.4, 0, .2, 1);
}

@media (max-width:991px) {
    #top_navi a {
        overflow: hidden;
        padding: 0;
        height: 0;
        transition: height .4s cubic-bezier(.4, 0, .2, 1);
    }
}

#top_navi a:hover {
    background: #c5e0f6;
}

#top_navi a.active {
    cursor: default;
    border-bottom: 2px solid #009ced;
    padding-bottom: 0;
}

@media (max-width:991px) {
    #top_navi a.active {
        background: #009ced;
        width: 100%;
        height: 50px;
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
    }
    #top_navi a.active:after {
        content: "";
        position: absolute;
        display: block;
        background: url(../images/arrow_down2.png);
        top: 50%;
        transition: all .4s cubic-bezier(.4, 0, .2, 1);
        background-size: 100%;
        width: 2.85714vw;
        height: 1.5381vw;
        margin-top: -.76905vw;
        margin-left: 0;
        right: 2.38095vw;
    }
    #top_navi a {
        overflow: hidden;
        height: 0;
        transition: height .4s cubic-bezier(.4, 0, .2, 1);
    }
}

.text_page {
    padding-bottom: 40px;
}

.text_page li,
.text_page ol {
    list-style-position: inside;
}

@media (max-width:991px) {
    .text_page [class*=col-] {
        padding-bottom: 20px;
    }
}

.text_page .title,
.text_page h3 {
    color: #263f58;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 10px;
}

.text_page h3 {
    font-size: 16px;
    line-height: 19px;
    margin: 20px 0;
}

.form hr,
.text_page h3+h4 {
    margin-top: 0;
}

.text_page h3+div,
.text_page h3+p {
    padding-top: 0;
}

.text_page div,
.text_page h4,
.text_page p,
.text_page ul li {
    color: #263f58;
    font-size: 14px;
    line-height: 20px;
}

.text_page h4 {
    font-weight: 600;
    margin: 5px 0;
}

.text_page div,
.text_page p {
    padding: 10px 0;
}

.text_page .title+h4,
.text_page div+h4,
.text_page p+h4 {
    margin-top: 20px;
}

.text_page div a,
.text_page p a {
    color: #009ced;
    text-decoration: underline;
}

#top_navi a,
.text_page b,
.text_page strong {
    font-weight: 500;
}

.text_page .red {
    color: #ff2423;
}

.text_page hr {
    border-top-color: rgba(120, 120, 120, .27) !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.text_page ul {
    padding-top: 10px;
    padding-left: 7px;
}

.text_page ul li {
    margin-bottom: 20px;
    padding-left: 11px;
    position: relative;
}

.text_page ul li div:first-child,
.text_page ul li p:first-child {
    padding-top: 0;
}

.text_page ul li div:last-child,
.text_page ul li p:last-child {
    padding-bottom: 0;
}

.add_adv_page .card ul li:before,
.add_adv_page .form ul.props li:before,
.text_page ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #263f58;
}

.add_adv_page .card p b,
.add_adv_page .card ul li b,
.add_adv_page .form p b,
.add_adv_page .form ul.props li b,
.complex_page .desc_block b,
.contact_page .card p b,
.login .card p b,
.not_found>div,
.text_page ul li b {
    font-weight: 600;
}

.text_page i.fa {
    margin-right: 5px;
    font-size: 13px;
}

.last_adv_page,
.prem_adv_page {
    margin-top: -15px;
    padding-bottom: 30px;
}

.last_adv_page {
    margin-top: -25px;
}

.pdf_list {
    padding-bottom: 40px;
}

.pdf_list .item {
    min-height: 70px;
    display: flex;
    align-items: center;
    background: #fff;
    position: relative;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    color: #263f58;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 13px 100px 13px 30px;
    text-decoration: none;
    margin-bottom: 10px;
}

.pdf_list .item:after,
.pdf_list .item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%
}

.pdf_list .item:before {
    border-top: 13px solid #fff;
    border-bottom: 13px solid #fff;
    background: var(--mainBg);
    width: 1px;
    right: 88px;
}

.pdf_list .item:after {
    right: 0;
    width: 88px;
    background: url(../images/pdf.svg) no-repeat center;
    background-size: 28.26px auto;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.pdf_list .item:hover {
    box-shadow: 5px 10px 15px #c7d1d6;
}

#group_result_map {
    margin-bottom: 20px;
    height: 500px;
}

#group_result_map .infoWindowForSearch {
    width: 220px;
    background: #fff;
    display: block;
    position: relative;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 7px;
}

#group_result_map .infoWindowForSearch .img {
    display: block;
    position: relative;
    height: 160px;
    overflow: hidden;
    margin-bottom: 5px;
}

#group_result_map .infoWindowForSearch .img img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
}

#group_result_map .infoWindowForSearch .img .price {
    position: absolute;
    display: inline-flex;
    align-items: center;
    right: 0;
    bottom: 0;
    background: #ff9100;
    color: #fff;
    padding: 0 13px;
    font-weight: 700;
    font-size: 13px;
    height: 28px;
    border-top-left-radius: 5px;
}

#group_result_map .infoWindowForSearch .param,
#group_result_map .infoWindowForSearch .title {
    display: block;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 600;
    color: #263f58;
    margin-bottom: 5px;
}

#group_result_map .infoWindowForSearch .param {
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
}

#group_result_map .infoWindowForSearch .loc_time {
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: rgba(38, 63, 88, .55);
    font-size: 8px;
    font-weight: 500;
}

#group_result_map .gm-style .gm-style-iw-c,
.not_found>div a {
    padding: 0;
    border-radius: 5px;
}

#group_result_map .gm-style .gm-style-iw-d {
    overflow: hidden !important;
    max-width: 220px;
}

.not_found {
    width: 618px;
    position: relative;
    margin: 60px auto 150px;
}

@media (max-width:619px) {
    .not_found {
        width: 100%
    }
}

.not_found img {
    width: 100%;
    position: relative;
    z-index: 0;
}

.not_found>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 22px;
}

@media (max-width:545px) {
    .not_found>div {
        position: relative;
        left: auto;
        top: auto;
        height: auto;
        padding-bottom: 50px;
    }
}

.not_found>div .title {
    font-size: 24px;
    color: #263f58;
    line-height: 29px;
}

@media (max-width:545px) {
    .not_found>div .title {
        font-size: 5.71429vw;
    }
}

.not_found>div a {
    display: flex;
    align-items: center;
    background: #18cb8e;
    color: #fff;
    font-size: 15px;
    margin-top: 34px;
    padding: 0 48px;
    height: 40px;
}

@media (max-width:767px) {
    .complex_list .col-xs-6 {
        padding-right: 5px;
    }
    .complex_list .col-xs-6:nth-child(2n) {
        padding-right: 10px;
        padding-left: 5px;
    }
}

.complex_list .item,
.complex_list .item .img {
    display: block;
    position: relative;
    overflow: hidden;
}

.complex_list .item {
    background: #fff;
    border-radius: 5px;
    padding: 0 18px 50px;
    margin-bottom: 20px;
    text-decoration: none;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    height: 431px;
}

@media (max-width:767px) {
    .complex_list .item {
        height: auto;
        padding: 0 10px 10px;
    }
}

.complex_list .item:hover {
    box-shadow: 6px 6px 10px #c7d1d6;
}

.complex_list .item:hover .tools {
    opacity: 1;
}

.complex_list .item .img {
    height: 220px;
    margin: 0 -18px 16px;
}

@media (max-width:767px) {
    .complex_list .item .img {
        height: auto;
        margin: 0 -10px 7px;
    }
}

.complex_list .item .img .price {
    height: 38px;
    position: absolute;
    display: inline-flex;
    align-items: center;
    background: #ff9100;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-top-left-radius: 5px;
    right: 0;
    bottom: 0;
    padding: 0 18px;
}

@media (max-width:767px) {
    .complex_list .item .img .price {
        font-size: 10px;
        height: 22px;
        padding: 0 9px;
    }
}

.complex_list .item .title {
    color: #263f58;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
}

@media (max-width:767px) {
    .complex_list .item .title {
        font-size: 12px;
        line-height: 16px;
    }
}

.complex_list .item .desc {
    display: block;
    color: #263f58;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 7px;
    padding-left: 20px;
}

@media (max-width:767px) {
    .complex_list .item .desc {
        font-size: 11px;
        line-height: 14px;
    }
}

.complex_list .item .desc.company {
    background: url(../images/company.svg) no-repeat 0 center;
    background-size: 9.96px auto;
}

.complex_list .item .desc.pin {
    background: url(../images/pin.svg) no-repeat 2px center;
    background-size: 7.54px auto;
}

.complex_list .item .desc.metro {
    background: url(../images/metro.svg) no-repeat 0 center;
    background-size: 9.4px auto;
}

.complex_list .item .desc.key {
    background: url(../images/key.svg) no-repeat -2px center;
    background-size: 14px auto;
}

.complex_list .item .room_ct {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 18px;
}

@media (max-width:767px) {
    .complex_list .item .room_ct {
        position: relative;
        bottom: auto;
        left: auto;
        padding: 5px 0 0;
    }
}

.complex_list .item .room_ct>span:first-child {
    color: #9fa4aa;
    font-size: 12px;
    font-weight: 500;
}

@media (max-width:767px) {
    .complex_list .item .room_ct>span: first-child {
        font-size: 9px;
    }
}

.complex_list .item .room_ct>span:last-child {
    font-size: 12px;
    color: #9fa4aa;
    font-weight: 500;
}

@media (max-width:767px) {
    .complex_list .item .room_ct>span: last-child {
        font-size: 9px;
    }
}

.complex_list .item.banner {
    padding: 0;
    border-radius: 0;
    background: 0 0;
}

#back_to_top {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    bottom: 100px;
    right: 130px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#back_to_top:after {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    background: url(../images/arrow_down2.png) center no-repeat;
}

#back_to_top.shw {
    opacity: 1;
    visibility: visible;
}

.add_adv_page hr {
    border-top: 2px solid rgba(120, 120, 120, .27) !important;
    margin-top: 0;
}

.add_adv_page .form,
.add_adv_page hr {
    margin-bottom: 30px;
}

.add_adv_page .form .area_input,
.add_adv_page .whois label {
    display: flex;
}

.add_adv_page .form .area_input input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.add_adv_page .form .area_input .selectric,
.add_adv_page .form .area_input select {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: 0 !important;
}

.add_adv_page .form .row.on_map,
.add_adv_page .form .row.type1 {
    display: none;
}

.add_adv_page .form .row.on_map,
.add_adv_page .form .row.type2 {
    display: none;
}

.add_adv_page .form .row.show {
    display: flex !important;
}

@media (max-width:767px) {
    .add_adv_page .form .row .col-xs-12 {
        flex-basis: 100%
    }
    .add_adv_page .form .row,
    .add_adv_page .form .row.type1 {
        flex-wrap: wrap;
    }
    .add_adv_page .form .row.type1 .col-xs-6 {
        flex-basis: 50%
    }
    .add_adv_page .form .row.type1>:last-child {
        flex-basis: 100%
    }
}

.add_adv_page .form .image_video {
    flex-wrap: wrap;
    padding-bottom: 0 !important;
}

.add_adv_page .form .image_video .img,
.add_adv_page .form .image_video .video {
    display: block;
    height: 84px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.add_adv_page .form .image_video .img>img,
.add_adv_page .form .image_video .video>img {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    z-index: 0;
}

.add_adv_page .form .image_video .video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
}

.add_adv_page .form .image_video .video:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/play.svg) center no-repeat rgba(25, 25, 25, .44);
    background-size: 18.47px auto;
    z-index: 1;
}

.add_adv_page .form .image_video .col-xs-4 {
    padding-bottom: 20px;
}

.add_adv_page .form button.select_on_map,
.add_adv_page .form button.select_video {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.add_adv_page .form .select_image,
.add_adv_page .form button.select_on_map,
.add_adv_page .form button.select_video {
    background: #009ced;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    width: 100%
}

.add_adv_page .form .select_image i,
.add_adv_page .form button.select_on_map i,
.add_adv_page .form button.select_video i {
    margin-right: 8px;
}

@media (max-width:767px) {
    .add_adv_page .form button.select_on_map {
        font-size: 13px;
    }
    .add_adv_page .form .select_image,
    .add_adv_page .form button.select_video {
        font-size: 12px;
    }
}

.add_adv_page .form .select_image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.add_adv_page .form .select_image>input {
    opacity: 0;
    line-height: 100000;
    position: absolute;
    left: 0;
    top: 0;
}

.add_adv_page .form button.check {
    font-size: 15px;
    font-weight: 600;
    background: #18cb8e;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    height: 40px;
    padding: 0 35px;
}

@media (max-width:991px) {
    .add_adv_page .form button.check {
        padding: 0 15px;
    }
}

@media (max-width:767px) {
    .add_adv_page .form button.check {
        width: 100%;
        text-align: center;
    }
}

.add_adv_page .form button[type=submit] {
    font-size: 15px;
}

@media (max-width:767px) {
    .add_adv_page .form button[type=submit] {
        width: 100%;
        text-align: center;
    }
}

.add_adv_page .form ul.props {
    padding-bottom: 3px;
}

.add_adv_page .form ul.props li {
    margin-bottom: 7px;
    padding-left: 10px;
    position: relative;
}

@media (max-width:767px) {
    .add_adv_page .form ul.props li {
        font-size: 12px !important;
    }
}

@media (max-width:767px) {
    .add_adv_page .form ul.props li: before {
        top: 7px !important;
    }
}

.add_adv_page .form p,
.add_adv_page .form ul.props li {
    color: #394857;
    font-size: 14px;
    line-height: 18px;
}

@media (max-width:767px) {
    .add_adv_page .form p {
        font-size: 12px !important;
    }
}

.add_adv_page .form p a {
    color: #009ced;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}

.add_adv_page .form #on_map {
    min-height: 236px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

.add_adv_page .form i.remove {
    position: relative;
    padding-left: 15px;
}

.add_adv_page .form i.remove:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 50%;
    margin-top: -7.5px;
    background: url(../images/close-x-image.svg) no-repeat;
    background-size: 15px 15px;
}

.add_adv_page .form i.leftrotate {
    position: relative;
    padding-left: 15px;
}

.add_adv_page .form i.leftrotate:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 50%;
    margin-top: -7.5px;
    background: url(../images/left.svg) no-repeat;
    background-size: 15px 15px;
}

.add_adv_page .form i.rightrotate {
    position: relative;
    padding-left: 15px;
}

.add_adv_page .form i.rightrotate:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 50%;
    margin-top: -7.5px;
    background: url(../images/right.svg) no-repeat;
    background-size: 15px 15px;
}

.add_adv_page .form i.external-link {
    position: relative;
    padding-left: 17px;
}

.add_adv_page .form i.external-link:before {
    content: "";
    display: block;
    position: absolute;
    width: 16.66px;
    height: 14.28px;
    left: 0;
    top: 50%;
    margin-top: -7.14px;
    background: url(../images/external-link.svg) no-repeat;
    background-size: cover;
}

.add_adv_page input[type=email],
.add_adv_page input[type=password],
.add_adv_page input[type=text] {
    font-size: 14px;
    font-weight: 300;
}

.add_adv_page input[type=email]::-webkit-input-placeholder,
.add_adv_page input[type=password]::-webkit-input-placeholder,
.add_adv_page input[type=text]::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 300;
}

.add_adv_page input[type=email]:-moz-placeholder,
.add_adv_page input[type=email]::-moz-placeholder,
.add_adv_page input[type=password]:-moz-placeholder,
.add_adv_page input[type=password]::-moz-placeholder,
.add_adv_page input[type=text]:-moz-placeholder,
.add_adv_page input[type=text]::-moz-placeholder {
    font-size: 14px;
    font-weight: 300;
}

.add_adv_page input[type=email]:-ms-input-placeholder,
.add_adv_page input[type=password]:-ms-input-placeholder,
.add_adv_page input[type=text]:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 300;
}

.add_adv_page input[type=email].size12,
.add_adv_page input[type=password].size12,
.add_adv_page input[type=text].size12 {
    padding-left: 10px;
}

.add_adv_page input[type=email].size12::-webkit-input-placeholder,
.add_adv_page input[type=password].size12::-webkit-input-placeholder,
.add_adv_page input[type=text].size12::-webkit-input-placeholder {
    font-size: 12px;
}

.add_adv_page input[type=email].size12:-moz-placeholder,
.add_adv_page input[type=email].size12::-moz-placeholder,
.add_adv_page input[type=password].size12:-moz-placeholder,
.add_adv_page input[type=password].size12::-moz-placeholder,
.add_adv_page input[type=text].size12:-moz-placeholder,
.add_adv_page input[type=text].size12::-moz-placeholder {
    font-size: 12px;
}

.add_adv_page input[type=email].size12:-ms-input-placeholder,
.add_adv_page input[type=password].size12:-ms-input-placeholder,
.add_adv_page input[type=text].size12:-ms-input-placeholder {
    font-size: 12px;
}

.add_adv_page textarea {
    font-size: 14px;
    font-weight: 300;
    min-height: 180px;
}

.add_adv_page textarea::-webkit-input-placeholder {
    font-size: 12px;
    font-weight: 300;
    color: #b1bcc7;
}

.add_adv_page textarea:-moz-placeholder,
.add_adv_page textarea::-moz-placeholder {
    font-size: 12px;
    font-weight: 300;
    color: #b1bcc7;
}

.add_adv_page textarea:-ms-input-placeholder {
    font-size: 12px;
    font-weight: 300;
    color: #b1bcc7;
}

.add_adv_page textarea.address {
    min-height: 64px;
}

.add_adv_page textarea.address::-webkit-input-placeholder {
    color: #263f58;
}

.add_adv_page textarea.address:-moz-placeholder,
.add_adv_page textarea.address::-moz-placeholder {
    color: #263f58;
}

.add_adv_page textarea.address:-ms-input-placeholder {
    color: #263f58;
}

.add_adv_page select {
    border-radius: 5px;
    height: 40px;
    font-size: 14px;
    font-weight: 300;
    color: #263f58;
    width: 100%;
    padding-left: 16px;
}

.add_adv_page .selectric {
    border: 1px solid #abb7c4 !important;
    border-radius: 5px;
}

#editProfilePopUP .form .selectric>span.label,
#passwordPopUP .form .selectric>span.label,
#reportPopUP .form .selectric>span.label,
.add_adv_page .selectric>span.label {
    color: #263f58;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 300;
}

.add_adv_page .selectric .button {
    width: 7.35px;
    height: 4.32px;
    right: 15px;
}

.add_adv_page .selectric-open .selectric,
.add_adv_page .selectric-open .selectric-items {
    border-color: #263f58 !important;
}

.add_adv_page .selectric-open.selectric-below .selectric-items {
    margin-top: -5px;
    padding-top: 5px;
    border-top-width: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.add_adv_page .selectric-open.selectric-above .selectric-items {
    margin-bottom: -5px;
    padding-bottom: 5px;
    border-bottom-width: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.add_adv_page .selectric-items,
.add_adv_page select {
    border: 1px solid #abb7c4;
    background: #fff;
}

#editProfilePopUP .form .selectric-items li.highlighted,
#editProfilePopUP .form .selectric-items li.selected,
#editProfilePopUP .form .selectric-items li:hover,
#passwordPopUP .form .selectric-items li.highlighted,
#passwordPopUP .form .selectric-items li.selected,
#passwordPopUP .form .selectric-items li:hover,
#reportPopUP .form .selectric-items li.highlighted,
#reportPopUP .form .selectric-items li.selected,
#reportPopUP .form .selectric-items li:hover,
.add_adv_page .selectric-items li.highlighted,
.add_adv_page .selectric-items li.selected,
.add_adv_page .selectric-items li:hover,
.adv_page .form .selectric-items li.highlighted,
.adv_page .form .selectric-items li.selected,
.adv_page .form .selectric-items li:hover,
.complex_page .form .selectric-items li.highlighted,
.complex_page .form .selectric-items li.selected,
.complex_page .form .selectric-items li:hover {
    background: #263f58 !important;
    color: #fff;
}

.add_adv_page .type_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #abb7c4;
    border-radius: 5px;
    height: 40px;
    padding-left: 15px;
}

.adtype {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #abb7c4;
    border-radius: 5px;
    height: 40px;
    padding-left: 15px;
}

@media (max-width:767px) {
    .add_adv_page .type_group {
        white-space: nowrap;
        flex-wrap: wrap;
        height: auto;
    }
}

.add_adv_page .whois {
    border: 1px solid #abb7c4;
    border-radius: 5px;
    padding: 0 16px;
}

.add_adv_page .whois label:first-child {
    border-bottom: 1px solid #e3ecf5;
}

.add_adv_page .whois input+span {
    color: #b1bcc7;
}

.add_adv_page .whois input:checked+span {
    color: #263f58;
}

.add_adv_page .card {
    background: #fff;
    border-radius: 5px;
    padding: 25px 39px 20px 30px;
    margin-bottom: 30px;
}

@media (max-width:991px) {
    .add_adv_page .card {
        padding: 10px 20px;
    }
}

@media (max-width:767px) {
    .add_adv_page .card {
        margin-bottom: 20px;
    }
}

.add_adv_page .card .title {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #263f58;
    padding-top: 10px;
    text-align: left;
}

.add_adv_page .card ul {
    padding-top: 12px;
}

.add_adv_page .card ul li {
    color: #263f58;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
    position: relative;
}

.add_adv_page .card p {
    color: #263f58;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
}

@media (max-width:767px) {
    .add_adv_page .gsdd_container {
        padding-bottom: 0 !important;
    }
    .add_adv_page form>.row {
        display: flex;
        flex-direction: column-reverse;
    }
}

.add_adv_page .slct_point {
    margin: 0 -6px;
    min-height: 20px;
    padding-bottom: 20px !important;
    display: flex;
    flex-wrap: wrap;
}

.add_adv_page .slct_point label {
    display: inline-flex;
    padding-right: 32px;
    font-size: 12px !important;
    font-weight: 400 !important;
    margin: 5px 6px;
}

.add_adv_page .slct_point label input {
    display: none;
}

.add_adv_page .landmark_title {
    font-size: 12px;
    color: #009ced;
    padding-top: 16px;
}

@media (max-width:768px) {
    .add_adv_page .landmark_title {
        display: none;
    }
}

#search .gsdd>div.dd .bdy .add_adv_page label,
.add_adv_page #search .gsdd>div.dd .bdy label,
.add_adv_page .gsdd>div.dd .bdy label,
.add_adv_page label.point {
    color: #263f58;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    margin-bottom: 5px;
    padding: 4px 22px 4px 10px;
}

#search .gsdd>div.dd .bdy .add_adv_page label.selected,
.add_adv_page #search .gsdd>div.dd .bdy label.selected,
.add_adv_page .gsdd>div.dd .bdy label.selected,
.add_adv_page label.point.selected {
    background: #eef3f9;
}

#search .gsdd>div.dd .bdy .add_adv_page label.selected i,
.add_adv_page #search .gsdd>div.dd .bdy label.selected i,
.add_adv_page .gsdd>div.dd .bdy label.selected i,
.add_adv_page label.point.selected i {
    display: block;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#search .gsdd>div.dd .bdy .add_adv_page label i,
.add_adv_page #search .gsdd>div.dd .bdy label i,
.add_adv_page .gsdd>div.dd .bdy label i,
.add_adv_page label.point i {
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    display: block;
    opacity: 0;
    position: absolute;
    width: 8px;
    height: 8px;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    background: url(../images/close-button.svg);
    background-size: 8px auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width:768px) {
    #search .gsdd>div.dd .bdy .add_adv_page label i,
    .add_adv_page #search .gsdd>div.dd .bdy label i,
    .add_adv_page .gsdd>div.dd .bdy label i,
    .add_adv_page label.point i {
        display: none;
    }
}

.add_adv_page .gsdd>span.ll {
    display: flex;
    border: 1px solid #abb7c4;
    align-items: center;
    border-radius: 5px;
    height: 40px;
    font-size: 12px;
    color: #263f58;
    width: 100%;
    padding-left: 16px;
    position: relative;
    cursor: pointer;
}

.add_adv_page .gsdd>span.ll:after {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -2.16px;
    width: 7.36px !important;
    height: 4.33px !important;
    content: " ";
    right: 15px;
    background: url(../images/select_arrow.svg) center no-repeat;
    background-size: 7.34px auto;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

@media (max-width:768px) {
    .add_adv_page .gsdd>span.ll {
        border: 0;
        padding-left: 0;
        height: auto;
        padding-bottom: 7px;
        color: #009ced;
    }
    .add_adv_page .gsdd>span.ll:after {
        display: none;
    }
}

.add_adv_page .gsdd>div.dd {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    border-radius: 5px;
    border: 1px solid #009ced;
    overflow: hidden;
    background: #fff;
    z-index: 9;
    box-shadow: 5px 10px 15px rgba(0, 0, 0, .16);
    transition: opacity .4s cubic-bezier(.4, 0, .2, 1);
}

@media (max-width:768px) {
    .add_adv_page .gsdd>div.dd {
        display: block;
        position: relative;
        opacity: 1;
        box-shadow: none;
        z-index: 0;
        border: 1px solid #009ced;
    }
}

.add_adv_page .gsdd>div.dd .hdr {
    height: 50px;
    background: #eef3f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 27px;
}

.add_adv_page .gsdd>div.dd .hdr .tt {
    color: #263f58;
    font-size: 14px;
    font-weight: 600;
}

.add_adv_page .gsdd>div.dd .hdr a {
    display: block;
    height: 12px;
    width: 12px;
    background: url(../images/close-button.svg);
    background-size: 12px auto;
}

@media (max-width:768px) {
    .add_adv_page .gsdd>div.dd .hdr {
        display: none;
    }
}

.add_adv_page .gsdd>div.dd .bdy {
    padding: 15px 10px 20px;
    display: flex;
    justify-content: stretch;
}

@media (max-width:768px) {
    .add_adv_page .gsdd>div.dd .bdy {
        padding: 5px 10px 0;
    }
    .add_adv_page .gsdd>div.dd .bdy label {
        padding-right: 0;
        position: relative;
        display: inline-flex;
        padding-top: 5px;
        align-items: center;
        padding-left: 0;
        font-size: 12px;
    }
    .add_adv_page .gsdd>div.dd .bdy label input {
        position: absolute;
        width: 18px;
        height: 18px;
        opacity: 0;
        z-index: 1;
    }
    .add_adv_page .gsdd>div.dd .bdy label input:checked+span:before {
        border-color: #009ced;
        background: url(../images/check-symbol.svg) no-repeat center #009ced;
        background-size: 10.55px auto;
    }
    .add_adv_page .gsdd>div.dd .bdy label span {
        line-height: 21px;
        color: #414448;
        padding-left: 22px;
        font-size: 13px;
        font-weight: 500;
        z-index: 0;
        position: relative;
    }
    .add_adv_page .gsdd>div.dd .bdy label span:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        border: 1px solid #8f8f8f;
        background: #fff;
        border-radius: 1px;
        transition: all .4s cubic-bezier(.4, 0, .2, 1);
        background-position: center -12px;
    }
    .add_adv_page .gsdd>div.dd .bdy label.selected {
        background: 0 0;
    }
    .add_adv_page .gsdd>div.dd .bdy label.selected i {
        display: none !important;
    }
}

.add_adv_page .gsdd>div.dd .bdy .left {
    flex-basis: 75%;
    padding: 0 5px;
    display: flex;
    max-height: 300px;
    overflow: auto;
}

@media (max-width:768px) {
    .add_adv_page .gsdd>div.dd .bdy .left {
        flex-basis: 100%
    }
}

@media (max-width:768px) {
    .add_adv_page .gsdd>div.dd .bdy .left>ul>li>span {
        padding-left: 4px;
    }
}

.add_adv_page .gsdd>div.dd .bdy .right {
    padding: 0 10px;
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 1px solid #dfdfdf;
}

@media (max-width:768px) {
    .add_adv_page .gsdd>div.dd .bdy .right {
        display: none;
    }
}

.add_adv_page .gsdd>div.dd .bdy .right .add_new {
    display: block;
    text-align: center;
}

.add_adv_page .gsdd>div.dd .bdy .right .rs {
    height: 194px;
    overflow: auto;
    margin: 5px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.add_adv_page .gsdd>div.dd .bdy .right .rs::-webkit-scrollbar {
    width: 9px;
    height: 10px;
    background: #f3f3f3;
}

.add_adv_page .gsdd>div.dd .bdy .right .rs::-webkit-scrollbar-corner,
.add_adv_page .gsdd>div.dd .bdy .right .srch>div>div::-webkit-scrollbar-corner {
    background-color: transparent;
}

.add_adv_page .gsdd>div.dd .bdy .right .rs::-webkit-scrollbar-thumb,
.add_adv_page .gsdd>div.dd .bdy .right .srch>div>div::-webkit-scrollbar-thumb,
.add_adv_page .gsdd>div.dd .bdy .right .srch>div>div::-webkit-scrollbar-thumb:hover {
    background-color: #dfdfdf;
}

.add_adv_page .gsdd>div.dd .bdy .right .srch {
    position: relative;
}

.add_adv_page .gsdd>div.dd .bdy .right .srch input {
    padding-left: 40px;
    background: url(../images/srch.svg) 15px center no-repeat !important;
}

.add_adv_page .gsdd>div.dd .bdy .right .srch>div {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    margin-top: -1px;
    left: 0;
    background: #fff;
    border: 1px solid #abb7c4;
    border-top: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 1;
    padding-bottom: 4px;
}

.add_adv_page .gsdd>div.dd .ftr {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
}

.add_adv_page .gsdd>div.dd .ftr button {
    height: 34px;
    border-radius: 5px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    min-width: 100px;
    padding: 0 20px;
    background: #009ced;
}

.add_adv_page .gsdd>div.dd .ftr button.reset {
    background: #ef4a36;
}

.add_adv_page .gsdd.open>div.dd {
    display: block !important;
    opacity: 1;
}

@media (max-width:768px) {
    .add_adv_page .gsdd.disable .dd {
        border-color: #c3c3c3 !important;
        min-height: 38px;
    }
    .add_adv_page .gsdd.disable .dd .bdy {
        display: none;
    }
}

#selectOnMapPopUP>div {
    background-color: transparent !important;
    text-align: center;
}

#selectOnMapPopUP>div a.close {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(58deg) brightness(107%) contrast(101%);
    right: 0;
    top: auto;
    bottom: 100%;
    margin-bottom: 20px;
}

@media (max-width:767px) {
    #selectOnMapPopUP>div a.close {
        width: 6.19048vw;
        height: 6.19048vw;
        background: #263f58;
        filter: none;
        border-radius: 50%
    }
    #selectOnMapPopUP>div a.close:before {
        content: "";
        background: url(../images/close-popup.svg) no-repeat;
        background-size: cover;
        filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(58deg) brightness(107%) contrast(101%);
        width: 2.38095vw;
        height: 2.38095vw;
        position: absolute;
        left: 1.90476vw;
        top: 1.90476vw;
    }
}

#selectOnMapPopUP #select_on_map {
    height: 450px;
    width: 780px;
}

@media (max-width:767px) {
    #selectOnMapPopUP #select_on_map {
        width: 100% !important;
        height: 82.14286vw;
        border-radius: 5px;
        overflow: hidden;
    }
}

#selectOnMapPopUP .save_coords {
    font-size: 13px;
    font-weight: 600;
    background: #18cb8e;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    height: 40px;
    padding: 0 20px;
    margin-top: 20px;
}

@media (max-width:991px) {
    #selectOnMapPopUP .save_coords {
        padding: 0 20px;
    }
}

#addVideoPopUP>div {
    min-width: 460px;
    min-height: 200px;
    text-align: center;
}

#addVideoPopUP>div .title {
    font-size: 18px;
    font-weight: 600;
    color: #394857;
    padding: 23px 0;
}

#addVideoPopUP>div .input_group {
    display: inline-flex;
    align-items: center;
}

@media (max-width:767px) {
    #addVideoPopUP>div .input_group {
        display: flex;
        margin: 0 20px;
    }
}

#addVideoPopUP>div .input_group input {
    height: 36px;
    border: 1px solid #394857;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 250px;
    background: #fff;
    text-align: center;
    color: #263f58;
    font-size: 12px;
}

@media (max-width:767px) {
    #addVideoPopUP>div .input_group input {
        width: auto;
        flex-grow: 1;
    }
}

#addVideoPopUP>div .input_group button {
    height: 36px;
    background: #18cb8e;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 0 19px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 10px;
}

@media (max-width:767px) {
    #addVideoPopUP>div .input_group button {
        margin-left: 0;
    }
}

#addVideoPopUP>div .type_group {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    height: 40px;
    padding-left: 15px;
}

@media (max-width:767px) {
    #addVideoPopUP>div .type_group {
        white-space: nowrap;
        flex-wrap: wrap;
        height: auto;
    }
}

#addVideoPopUP>div .radio {
    padding-right: 17px;
    position: relative;
    display: inline-flex;
    min-height: 40px;
    align-items: center;
}

#addVideoPopUP>div .radio input {
    position: absolute;
    width: 16px;
    height: 16px;
    opacity: 0;
}

.border_bottom0 {
    padding-bottom: 0 !important;
}

.adv_page,
.complex_page {
    padding-bottom: 30px;
}

.adv_page .img_preview,
.complex_page .img_preview{
  position: relative;
  isolation: isolate;          
  width: 100%;
  background: #f6f4f1;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
  height: 450px;                
}

.adv_page .img_preview::before,
.complex_page .img_preview::before{
  content: "";
  position: absolute;
  inset: -24px;               
  background: center/cover no-repeat var(--bg);
  filter: blur(20px) brightness(.65);
  z-index: -1;                  
  pointer-events: none;
}

.adv_page .img_preview a,
.complex_page .img_preview a{
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.adv_page .img_preview img,
.complex_page .img_preview img{
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 991px){
  .adv_page .img_preview,
  .complex_page .img_preview{
    height: clamp(220px, 58vw, 380px);
    margin-bottom: 16px;
  }

  .adv_page .img_preview::before,
  .complex_page .img_preview::before{
    filter: blur(14px) brightness(.72);
  }
}

.adv_page .owl-carousel,
.complex_page .owl-carousel{
  overflow: hidden;
  position: relative;
}

.adv_page .owl-carousel .owl-stage,
.complex_page .owl-carousel .owl-stage{
  display: block !important;
}
.adv_page .owl-carousel .owl-item,
.complex_page .owl-carousel .owl-item{
  display: block !important;
}

.adv_page .img_preview a.mobile,
.complex_page .img_preview a.mobile{
  display: block;
  width: 100%;
  height: 100%;                              
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;                    
  z-index: 1;
}

.adv_page .owl-carousel .owl-nav,
.complex_page .owl-carousel .owl-nav{
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;                       
}
.adv_page .owl-carousel .owl-prev,
.adv_page .owl-carousel .owl-next,
.complex_page .owl-carousel .owl-prev,
.complex_page .owl-carousel .owl-next{
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px; height: 30px;
  background: #263f58;
  border-radius: 5px;
  cursor: pointer;
}
.adv_page .owl-carousel .owl-prev,
.complex_page .owl-carousel .owl-prev{ left: 10px; }
.adv_page .owl-carousel .owl-next,
.complex_page .owl-carousel .owl-next{ right: 10px; }

.adv_page .owl-carousel .owl-prev::before,
.adv_page .owl-carousel .owl-next::before,
.complex_page .owl-carousel .owl-prev::before,
.complex_page .owl-carousel .owl-next::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/arrow_down2.png) center no-repeat;
  background-size: 10.18px auto;
}
.adv_page .owl-carousel .owl-prev::before{ transform: rotate(90deg); }
.adv_page .owl-carousel .owl-next::before{ transform: rotate(-90deg); }

.adv_page .img_thumb,
.complex_page .img_thumb{ margin-bottom: 10px; }

@media (max-width: 991px){
  .adv_page .img_thumb,
  .complex_page .img_thumb{ display: none; }
}

.adv_page .img_thumb>div:nth-child(n+5),
.complex_page .img_thumb>div:nth-child(n+5){ display: none; }

.adv_page .img_thumb>div:nth-child(4)>a:before,
.complex_page .img_thumb>div:nth-child(4)>a:before{
  content: attr(title);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: rgba(25,25,25,.7);
  inset: 0;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  z-index: 1;
}

.adv_page .img_thumb a,
.complex_page .img_thumb a{
  display: block;
  height: 100px;
  overflow: hidden;
  position: relative;
}
.adv_page .img_thumb a img,
.complex_page .img_thumb a img{
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 0; top: 0;
  z-index: 0;
  transition: all .4s cubic-bezier(.4,0,.2,1);
}

.adv_page .img_preview,
.complex_page .img_preview{ height: 450px; } 

.adv_page .img_preview .owl-stage-outer,
.complex_page .img_preview .owl-stage-outer{
  height: 100%;
}

.adv_page .img_preview .owl-stage,
.complex_page .img_preview .owl-stage{
  height: 100% !important;  
  display: block !important;
}

.adv_page .img_preview .owl-item,
.complex_page .img_preview .owl-item{
  height: 100% !important;  
  display: block !important;
}

.adv_page .img_preview a.mobile,
.complex_page .img_preview a.mobile{
  display: block;
  width: 100%;
  height: 100% !important; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;  
  z-index: 1;
}

@media (max-width: 991px){
  .adv_page .img_preview,
  .complex_page .img_preview{
    height: clamp(220px, 58vw, 380px);
  }
}


.adv_page .img_thumb a:hover img,
.complex_page .img_thumb a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/* .adv_page .desc_block {
    padding: 30px 30px 20px;
} */

.adv_page .desc_block,
.complex_page .desc_block {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}

@media (max-width:991px) {
    .adv_page .desc_block,
    .complex_page .desc_block {
        /* padding: 20px; */
    }
}

.adv_page .desc_block .title,
.complex_page .desc_block .title {
    color: #394857;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px;
}

@media (max-width:991px) {
    .adv_page .desc_block .title,
    .complex_page .desc_block .title {
        font-size: 14px;
    }
}

.adv_page .desc_block .price,
.complex_page .desc_block .price {
    background: #009ced;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    padding: 0 45px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    height: 50px;
    margin-bottom: 5px;
}

@media (max-width:991px) {
    .adv_page .desc_block .price,
    .complex_page .desc_block .price {
        font-size: 14px;
        height: 32px;
        padding: 0 23px;
    }
}

.adv_page .desc_block .text p {
    letter-spacing: .04rem;
    font-size: 14px;
    line-height: 20px;
    color: #394857;
    padding: 10px 0;
}

.adv_page .desc_block .text div {
    padding: 10px 0;
}

.adv_page .desc_block .text div,
.complex_page .desc_block .text div,
.complex_page .desc_block .text p {
    letter-spacing: .04rem;
    font-size: 14px;
    line-height: 20px;
    color: #394857;
}

@media (max-width:991px) {
    .adv_page .desc_block .text div,
    .adv_page .desc_block .text p,
    .complex_page .desc_block .text div,
    .complex_page .desc_block .text p {
        font-size: 13px;
    }
}

.adv_page .params_block,
.complex_page .params_block {
    padding-top: 6px;
    padding-bottom: 20px;
}

@media (max-width:767px) {
    .adv_page .params_block,
    .complex_page .params_block {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.adv_page .params_block .title,
.complex_page .params_block .title {
    color: #394857;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
}

@media (max-width:767px) {
    .adv_page .params_block .title,
    .complex_page .params_block .title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px;
    }
}

.adv_page .params_block .params,
.complex_page .params_block .params {
    background: #fff;
    border-radius: 5px;
    padding: 10px 40px;
}

@media (max-width:991px) {
    .adv_page .params_block .params,
    .complex_page .params_block .params {
        padding: 10px 20px;
    }
}

.adv_page .params_block .params .rw,
.complex_page .params_block .params .rw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
    color: #394857;
    font-size: 14px;
    line-height: 18px;
}

.adv_page .contact>div+div,
.adv_page .links>li+li,
.adv_page .params_block .params .rw+.rw,
.adv_page .stats .rw+.rw,
.complex_page .complex_rooms .tabs_content .detail ul li+li,
.complex_page .contact>div+div,
.complex_page .links>li+li,
.complex_page .params_block .params .rw+.rw,
.complex_page .stats .rw+.rw {
    border-top: 1px solid var(--mainBg);
}

.adv_page .params_block .params .rw>:last-child,
.complex_page .complex_rooms .tabs_content .detail ul li>:last-child,
.complex_page .params_block .params .rw>:last-child {
    text-align: right;
}

.adv_page .params_block .params .rw.selected,
.complex_page .params_block .params .rw.selected {
    color: #009ced;
}

.adv_page .params_block .params .rw.selected>:first-child,
.complex_page .params_block .params .rw.selected>:first-child {
    padding-left: 18px;
    position: relative;
}

.adv_page .params_block .params .rw.selected>:first-child:before,
.complex_page .params_block .params .rw.selected>:first-child:before {
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #009ced;
}

.adv_page #map {
    height: 330px;
}

.adv_page #map,
.complex_page #map {
    margin-bottom: 20px;
}

.adv_page .contact,
.adv_page .links,
.adv_page .stats,
.complex_page .contact,
.complex_page .links,
.complex_page .stats {
    background: #f6f4f1;
    border-radius: 5px;
    padding: 0 20px;
    margin-bottom: 10px;
}

.complex_page .contact .link a{
    word-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
}

.adv_page .contact>div,
.complex_page .contact>div {
    display: flex;
    align-items: center;
    min-height: 50px;
    color: #263f58;
    font-size: 13px;
    line-height: 16px;
    padding-left: 30px;
    position: relative;
}

.adv_page .contact>div:before,
.complex_page .contact>div:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%
}

.adv_page .contact>div.user:before,
.complex_page .contact>div.user:before {
    background: url(../images/man-user2.svg) 0 center no-repeat;
    background-size: 17.66px auto;
}

.adv_page .contact .price{
    font-size: 20px;
    font-weight: 700;
}
.adv_page .contact .price:before {
    background: url(../images/manat_symbol.svg) 0 center no-repeat;
    background-size: 19.66px auto;
    filter: drop-shadow(1px 1px 0px #1c3553);
}

span.phone-whatsapp,
span.phone-whatsapp {
    background: url(../images/whatsapp.png) 0 center no-repeat;
    background-size: 17.72px auto;
    position: relative;
    left: 3px;
    border: 0px solid #73AD21;
    height: 16px;
    width: 16px;
    padding: 10px;
}

.showNumber {
    margin-top: 10px;
}

.showNumberWhatsapp {
    margin-top: 10px;
}

/* span.phone-default,
span.phone-default {
    background: url(../images/phone.svg) 0 center no-repeat;
    background-size: 19.72px auto;
    position: relative;
    left: 3px;
    border: 0px solid #73AD21;
    height: 17px;
    width: 17px;
    padding: 10px;
} */

.adv_page .stats .rw,
.complex_page .stats .rw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    color: #394857;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
}

.adv_page .stats .rw>:last-child,
.complex_page .stats .rw>:last-child {
    text-align: right;
    font-weight: 400;
}

.adv_page .links>li,
.complex_page .links>li {
    display: flex;
    align-items: center;
    min-height: 50px;
    position: relative;
}

.adv_page .links>li a,
.complex_page .links>li a {
    padding-left: 25px;
    color: #263f58;
    font-size: 13px;
    line-height: 16px;
}

.adv_page .links>li a:before,
.complex_page .links>li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background: url(../images/man-user2.svg) 0 center no-repeat;
    background-size: 13.66px auto;
}

.adv_page .links>li a.favori:before,
.complex_page .links>li a.favori:before {
    background: url(../images/like2.svg) 0 center no-repeat;
    background-size: 16.19px auto;
}

.adv_page .links>li a.selected:before,
.complex_page .links>li a.selected:before {
    background: url(../images/like.svg) 0 center no-repeat !important;
    filter: invert(53%) sepia(97%) saturate(4892%) hue-rotate(343deg) brightness(99%) contrast(89%);
}

.adv_page .links>li a.report:before,
.complex_page .links>li a.report:before {
    background: url(../images/report.svg) 0 center no-repeat;
    background-size: 15.87px auto;
}

.adv_page .links>li a.video:before,
.complex_page .links>li a.video:before {
    background: url(../images/video.svg) 0 center no-repeat;
    background-size: 14.86px auto;
}

.adv_page .action,
.complex_page .action {
    padding-top: 30px;
}

@media (max-width:767px) {
    .adv_page .action,
    .complex_page .action {
        padding-top: 20px;
    }
}

.adv_page .action .prem,
.adv_page .action .up,
.complex_page .action .prem,
.complex_page .action .up {
    display: block;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    text-decoration: none;
}

.adv_page .action .prem span,
.adv_page .action .up span,
.complex_page .action .prem span,
.complex_page .action .up span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #263f58;
    font-size: 12px;
    font-weight: 600;
    height: 30px;
}

.adv_page .action .prem b,
.adv_page .action .up b,
.complex_page .action .prem b,
.complex_page .action .up b {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: #263f58;
    height: 40px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 768px){
    .adv_page .action .prem b,
    .adv_page .action .up b,
    .complex_page .action .prem b,
    .complex_page .action .up b {
        font-size: 10px!important;
    }
}

.adv_page .action .del,
.adv_page .action .edit,
.complex_page .action .del,
.complex_page .action .edit {
    margin-bottom: 40px;
}

.adv_page .action .del,
.adv_page .action .edit,
.adv_page .action .mort,
.complex_page .action .del,
.complex_page .action .edit,
.complex_page .action .mort {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #18cb8e;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
}

@media (max-width:767px) {
    .adv_page .action .del,
    .adv_page .action .edit,
    .adv_page .action .mort,
    .complex_page .action .del,
    .complex_page .action .edit,
    .complex_page .action .mort {
        margin-bottom: 20px;
    }
}

.adv_page .action .edit i,
.complex_page .action .edit i {
    padding-left: 20px;
    position: relative;
}

.adv_page .action .del i,
.adv_page .action .mort i,
.complex_page .action .del i,
.complex_page .action .mort i {
    position: relative;
}

.adv_page .action .edit i:before,
.complex_page .action .edit i:before {
    background-size: 12.08px auto;
}

.adv_page .action .del i:before,
.adv_page .action .edit i:before,
.adv_page .action .mort i:before,
.complex_page .action .del i:before,
.complex_page .action .edit i:before,
.complex_page .action .mort i:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 50px;
    margin-top: -25px;
    background: url(../images/edit.svg) 0 center no-repeat;
}

.adv_page .action .del,
.complex_page .action .del {
    background: #ef4a36;
}

.adv_page .action .del i,
.complex_page .action .del i {
    padding-left: 17px;
}

.adv_page .action .del i:before,
.complex_page .action .del i:before {
    background: url(../images/del.svg) 0 center no-repeat;
    background-size: 10.61px auto;
}

.adv_page .action .mort,
.complex_page .action .mort {
    background: #263f58;
    margin-bottom: 20px;
}

.adv_page .action .mort i,
.complex_page .action .mort i {
    padding-left: 24px;
}

.adv_page .action .mort i:before,
.complex_page .action .mort i:before {
    background: url(../images/external-link.svg) 0 center no-repeat;
    background-size: 16.66px auto;
}

@media (max-width:991px) {
    .adv_page .form,
    .complex_page .form {
        margin-bottom: 20px;
    }
}

.adv_page .form .row,
.complex_page .form .row {
    padding-bottom: 17px;
}

.adv_page .form .row .col-xs-7,
.complex_page .form .row .col-xs-7 {
    padding-right: 7px;
    flex-basis: 62%
}

.adv_page .form .row .col-xs-5,
.complex_page .form .row .col-xs-5 {
    padding-left: 8px;
    flex-basis: 38%
}

.adv_page .form .row .col-xs-4:first-child,
.complex_page .form .row .col-xs-4:first-child {
    padding-right: 7px;
}

.adv_page .form .row .col-xs-4:first-child+div,
.complex_page .form .row .col-xs-4:first-child+div {
    padding-left: 8px;
    padding-right: 8px;
}

.adv_page .form .row .col-xs-4:last-child,
.complex_page .form .row .col-xs-4:last-child {
    padding-left: 7px;
}

.adv_page .form .title,
.complex_page .form .title {
    font-size: 16px;
    padding: 20px 20px 16px;
}

.adv_page .form label.input_label,
.complex_page .form label.input_label {
    font-size: 14px;
    font-weight: 500;
    color: #263f58;
    padding-bottom: 10px;
    display: block;
}

.adv_page .form .checkbox_tab,
.complex_page .form .checkbox_tab {
    display: flex;
    border: 1px solid #009ced;
    border-radius: 50px;
    overflow: hidden;
    width: 190px;
    margin: 0 auto;
}

.adv_page .form .checkbox_tab>label,
.complex_page .form .checkbox_tab>label {
    flex-basis: 50%;
    height: 34px;
    overflow: hidden;
    position: relative;
}

.adv_page .form .checkbox_tab>label input,
.complex_page .form .checkbox_tab>label input {
    visibility: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.adv_page .form .checkbox_tab>label input:checked+span,
.complex_page .form .checkbox_tab>label input:checked+span {
    color: #fff;
    background: #009ced;
    font-weight: 500;
}

.adv_page .form .checkbox_tab>label span,
.complex_page .form .checkbox_tab>label span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 300;
    color: #009ced;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    cursor: pointer;
}

.adv_page .form form,
.complex_page .form form {
    padding: 0 30px 10px;
}

.adv_page .form button[type=submit],
.complex_page .form button[type=submit] {
    background: #263f58;
    width: 100%
}

.adv_page .form input[type=email],
.adv_page .form input[type=password],
.adv_page .form input[type=text],
.complex_page .form input[type=email],
.complex_page .form input[type=password],
.complex_page .form input[type=text] {
    font-weight: 300;
}

.adv_page .form input[type=email]::-webkit-input-placeholder,
.adv_page .form input[type=password]::-webkit-input-placeholder,
.adv_page .form input[type=text]::-webkit-input-placeholder,
.complex_page .form input[type=email]::-webkit-input-placeholder,
.complex_page .form input[type=password]::-webkit-input-placeholder,
.complex_page .form input[type=text]::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 300;
}

.adv_page .form input[type=email]:-moz-placeholder,
.adv_page .form input[type=email]::-moz-placeholder,
.adv_page .form input[type=password]:-moz-placeholder,
.adv_page .form input[type=password]::-moz-placeholder,
.adv_page .form input[type=text]:-moz-placeholder,
.adv_page .form input[type=text]::-moz-placeholder,
.complex_page .form input[type=email]:-moz-placeholder,
.complex_page .form input[type=email]::-moz-placeholder,
.complex_page .form input[type=password]:-moz-placeholder,
.complex_page .form input[type=password]::-moz-placeholder,
.complex_page .form input[type=text]:-moz-placeholder,
.complex_page .form input[type=text]::-moz-placeholder {
    font-size: 13px;
    font-weight: 300;
}

.adv_page .form input[type=email]:-ms-input-placeholder,
.adv_page .form input[type=password]:-ms-input-placeholder,
.adv_page .form input[type=text]:-ms-input-placeholder,
.complex_page .form input[type=email]:-ms-input-placeholder,
.complex_page .form input[type=password]:-ms-input-placeholder,
.complex_page .form input[type=text]:-ms-input-placeholder {
    font-size: 13px;
    font-weight: 300;
}

#editProfilePopUP .form select,
#passwordPopUP .form select,
#reportPopUP .form select,
.adv_page .form select,
.complex_page .form select {
    font-weight: 300;
    color: #263f58;
}

#editProfilePopUP .form .selectric,
#passwordPopUP .form .selectric,
#reportPopUP .form .selectric,
.adv_page .form .selectric,
.complex_page .form .selectric {
    border: 1px solid #abb7c4 !important;
    border-radius: 5px;
}

.adv_page .form .selectric>span.label,
.complex_page .form .selectric>span.label {
    color: #263f58;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    font-weight: 300;
    margin-right: 25px;
}

#editProfilePopUP .form .selectric .button,
#passwordPopUP .form .selectric .button,
#reportPopUP .form .selectric .button,
.adv_page .form .selectric .button,
.complex_page .form .selectric .button {
    width: 7.35px;
    height: 4.32px;
    right: 15px;
}

#editProfilePopUP .form .selectric .button:after,
#passwordPopUP .form .selectric .button:after,
#reportPopUP .form .selectric .button:after,
.adv_page .form .selectric .button:after,
.complex_page .form .selectric .button:after {
    background-size: 7.35px 4.32px;
    width: 7.35px;
    height: 4.32px;
}

#editProfilePopUP .form .selectric-open .selectric,
#editProfilePopUP .form .selectric-open .selectric-items,
#passwordPopUP .form .selectric-open .selectric,
#passwordPopUP .form .selectric-open .selectric-items,
#reportPopUP .form .selectric-open .selectric,
#reportPopUP .form .selectric-open .selectric-items,
.adv_page .form .selectric-open .selectric,
.adv_page .form .selectric-open .selectric-items,
.complex_page .form .selectric-open .selectric,
.complex_page .form .selectric-open .selectric-items {
    border-color: #263f58 !important;
}

#editProfilePopUP .form .selectric-open.selectric-below .selectric,
#passwordPopUP .form .selectric-open.selectric-below .selectric,
#reportPopUP .form .selectric-open.selectric-below .selectric,
.adv_page .form .selectric-open.selectric-below .selectric,
.complex_page .form .selectric-open.selectric-below .selectric {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#editProfilePopUP .form .selectric-open.selectric-below .selectric-items,
#passwordPopUP .form .selectric-open.selectric-below .selectric-items,
#reportPopUP .form .selectric-open.selectric-below .selectric-items,
.adv_page .form .selectric-open.selectric-below .selectric-items,
.complex_page .form .selectric-open.selectric-below .selectric-items {
    margin-top: -5px;
    padding-top: 5px;
    border-top-width: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#editProfilePopUP .form .selectric-open.selectric-above .selectric,
#passwordPopUP .form .selectric-open.selectric-above .selectric,
#reportPopUP .form .selectric-open.selectric-above .selectric,
.adv_page .form .selectric-open.selectric-above .selectric,
.complex_page .form .selectric-open.selectric-above .selectric {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

#editProfilePopUP .form .selectric-open.selectric-above .selectric-items,
#passwordPopUP .form .selectric-open.selectric-above .selectric-items,
#reportPopUP .form .selectric-open.selectric-above .selectric-items,
.adv_page .form .selectric-open.selectric-above .selectric-items,
.complex_page .form .selectric-open.selectric-above .selectric-items {
    margin-bottom: -5px;
    padding-bottom: 5px;
    border-bottom-width: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#editProfilePopUP .form .selectric-items,
#passwordPopUP .form .selectric-items,
#reportPopUP .form .selectric-items,
.adv_page .form .selectric-items,
.complex_page .form .selectric-items {
    border: 1px solid #abb7c4;
    background: #fff;
}

#editProfilePopUP .form .selectric-items li,
#passwordPopUP .form .selectric-items li,
#reportPopUP .form .selectric-items li,
.adv_page .form .selectric-items li,
.complex_page .form .selectric-items li {
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    font-size: 12px;
    color: #263f58;
}

.adv_page .form .birthday,
.complex_page .form .birthday {
    display: flex;
}

.adv_page .form .birthday>*,
.complex_page .form .birthday>* {
    flex-basis: 31%
}

.adv_page .form .birthday>:last-child,
.complex_page .form .birthday>:last-child {
    flex-basis: 38%
}

.adv_page .form .result,
.complex_page .form .result {
    background: #394857;
    padding: 15px 30px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.adv_page .form .result>div+div,
.complex_page .form .result>div+div {
    padding-top: 13px;
}

.adv_page .form .result div.val,
.complex_page .form .result div.val {
    font-weight: 400;
    padding-top: 2px;
}

.adv_page .fb_box,
.complex_page .fb_box {
    padding-bottom: 20px;
}

@media (max-width:767px) {
    .adv_page .fb_box,
    .complex_page .fb_box {
        padding-bottom: 0;
        overflow: hidden;
    }
}

.adv_page hr,
.complex_page hr {
    border-color: #d9dbde;
}

#editProfilePopUP>div,
#passwordPopUP>div,
#reportPopUP>div {
    border-radius: 5px;
}

#editProfilePopUP .form,
#passwordPopUP .form,
#reportPopUP .form {
    width: 460px;
    margin-bottom: 0;
}

@media (max-width:767px) {
    #editProfilePopUP .form,
    #passwordPopUP .form,
    #reportPopUP .form {
        width: 100% !important;
    }
    #editProfilePopUP .form button[type=submit],
    #passwordPopUP .form button[type=submit],
    #reportPopUP .form button[type=submit] {
        width: 100%
    }
}

@media (max-width:767px) {
    #editProfilePopUP .form form,
    #passwordPopUP .form form,
    #reportPopUP .form form {
        padding: 0 30px 10px;
    }
}

#delPopUP .input_group input,
#editPopUP .input_group input {
    border-color: #abb7c4 !important;
    text-align: left !important;
    padding-left: 15px;
    color: #263f58 !important;
    font-size: 13px !important;
}

@media (max-width:767px) {
    #delPopUP .input_group button,
    #editPopUP .input_group button {
        margin-bottom: 16px !important;
    }
}

#delPopUP .forgot,
#editPopUP .forgot {
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: left;
}

#delPopUP .forgot a,
#editPopUP .forgot a {
    color: #263f58;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 10px;
}

@media (min-width:650px) {
    iframe[src*=instagram] {
        width: 612px;
        height: 710px;
        left: 50%;
        margin-left: -306px;
    }
}

.alertify,
.alertify-log,
.alertify-show {
    -webkit-transition: all 500ms cubic-bezier(.175, .885, .32, 1.275);
    -moz-transition: all 500ms cubic-bezier(.175, .885, .32, 1.275);
    -ms-transition: all 500ms cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all 500ms cubic-bezier(.175, .885, .32, 1.275);
    transition: all 500ms cubic-bezier(.175, .885, .32, 1.275);
}

.alertify-hide {
    -webkit-transition: all 250ms cubic-bezier(.6, -.28, .735, .045);
    -moz-transition: all 250ms cubic-bezier(.6, -.28, .735, .045);
    -ms-transition: all 250ms cubic-bezier(.6, -.28, .735, .045);
    -o-transition: all 250ms cubic-bezier(.6, -.28, .735, .045);
    transition: all 250ms cubic-bezier(.6, -.28, .735, .045);
}

.alertify-log-hide {
    -webkit-transition: all 500ms cubic-bezier(.6, -.28, .735, .045);
    -moz-transition: all 500ms cubic-bezier(.6, -.28, .735, .045);
    -ms-transition: all 500ms cubic-bezier(.6, -.28, .735, .045);
    -o-transition: all 500ms cubic-bezier(.6, -.28, .735, .045);
    transition: all 500ms cubic-bezier(.6, -.28, .735, .045);
}

.alertify-cover {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    filter: alpha(opacity=0);
    opacity: 0;
}

.alertify-cover-hidden {
    display: none;
}

.alertify {
    position: fixed;
    z-index: 99999;
    top: 50px;
    left: 50%;
    width: 550px;
    margin-left: -275px;
    opacity: 1;
}

.alertify-hidden {
    -webkit-transform: translate(0, -150px);
    -moz-transform: translate(0, -150px);
    -ms-transform: translate(0, -150px);
    -o-transform: translate(0, -150px);
    transform: translate(0, -150px);
    opacity: 0;
    display: none;
}

:root *>.alertify-hidden {
    display: block;
    visibility: hidden;
}

.alertify-logs {
    position: fixed;
    z-index: 5000;
    bottom: 10px;
    right: 10px;
    width: 300px;
}

.alertify-logs-hidden {
    display: none;
}

.alertify-log {
    display: block;
    margin-top: 10px;
    position: relative;
    right: -300px;
    opacity: 0;
}

.alertify-log-show {
    right: 0;
    opacity: 1;
}

.alertify-log-hide {
    -webkit-transform: translate(300px, 0);
    -moz-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    -o-transform: translate(300px, 0);
    transform: translate(300px, 0);
    opacity: 0;
}

.alertify-dialog {
    padding: 25px;
}

.alertify-resetFocus {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.alertify-inner {
    text-align: center;
}

.alertify-text {
    margin-bottom: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%
}

.alertify-button,
.alertify-button:active,
.alertify-button:hover,
.alertify-button:visited {
    background: 0 0;
    border: 0;
    line-height: 1.5;
    font-size: 100%;
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
}

.alertify-button:active,
.alertify-button:hover,
.alertify-button:visited {
    text-decoration: none;
}

@media only screen and (max-width:680px) {
    .alertify,
    .alertify-logs {
        width: 90%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .alertify {
        left: 5%;
        margin: 0;
    }
}

.alertify,
.alertify-log {
    font-family: sans-serif;
}

.alertify {
    background: #fff;
    border: 10px solid #333;
    border: 10px solid rgba(0, 0, 0, .7);
    border-radius: 8px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.alertify-text {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
}

.alertify-button {
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    padding: 6px 15px;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
}

.alertify-button:focus,
.alertify-button:hover {
    outline: 0;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .1), transparent);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .1), transparent);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .1), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .1), transparent);
    background-image: linear-gradient(top, rgba(0, 0, 0, .1), transparent);
}

.alertify-button:focus {
    box-shadow: 0 0 15px #2b72d5;
}

.alertify-button:active {
    position: relative;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

.alertify-button-cancel,
.alertify-button-cancel:focus,
.alertify-button-cancel:hover {
    background-color: #fe1a00;
    border: 1px solid #d83526;
}

.alertify-button-ok,
.alertify-button-ok:focus,
.alertify-button-ok:hover {
    background-color: #5cb811;
    border: 1px solid #3b7808;
}

.alertify-log {
    background: #1f1f1f;
    background: rgba(0, 0, 0, .9);
    padding: 15px;
    border-radius: 4px;
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .5);
    font-size: 16px;
}

.alertify-log-error {
    background: #fe1a00;
    background: rgba(254, 26, 0, .9);
}

.alertify-log-success {
    background: #5cb811;
    background: rgba(92, 184, 17, .9);
}

.complex_page .card {
    display: flex;
    margin: -15px 0 20px;
    border-radius: 5px;
    background: #fff;
    padding: 30px;
}

@media (max-width:767px) {
    .complex_page .card {
        padding: 20px;
        display: block;
    }
}

.complex_page .card .tbt {
    padding: 0 30px;
    flex-grow: 1;
}

@media (max-width:767px) {
    .complex_page .card .tbt {
        padding-left: 0;
    }
}

.complex_page .card .tbt .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #394857;
    margin-bottom: 15px;
}

@media (max-width:767px) {
    .complex_page .card .tbt .title {
        font-size: 12px;
        line-height: 18px;
    }
}

.complex_page .card .tbt .price {
    background: #009ced;
    color: #fff;
    padding: 0 40px;
    font-size: 20px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 15px;
}

@media (max-width:767px) {
    .complex_page .card .tbt .price {
        height: 32px;
        font-size: 14px;
        line-height: 32px;
        padding: 0 20px;
    }
}

.complex_page .card .tbt .wt {
    padding-left: 24px;
    color: #394857;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
}

@media (max-width:767px) {
    .complex_page .card .tbt .wt {
        clear: both;
        font-size: 12px;
    }
}

.complex_page .card .tbt .wt:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../images/clock.png) 0 center no-repeat;
    left: 0;
    top: 2px;
}

.complex_page .card .logo {
    width: 160px;
    min-width: 160px;
}

@media (max-width:767px) {
    .complex_page .card .logo {
        width: 78px;
        min-width: 78px;
        float: left;
        margin: 0 20px 15px 0;
    }
}

.complex_page .card .desc {
    border-left: 1px solid var(--mainBg);
    width: 290px;
    padding-left: 30px;
    color: #394857;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    min-width: 290px;
}

@media (max-width:767px) {
    .complex_page .card .desc {
        border-left: 0;
        min-width: auto;
        width: auto;
        padding-left: 0;
        padding-top: 10px;
    }
}

.complex_page .list_block {
    background: #fff;
    border-radius: 5px;
    padding: 30px 30px 23px;
    margin-bottom: 20px;
}

.complex_page .desc_block ul li,
.complex_page .list_block ul li {
    padding-left: 10px;
    position: relative;
    color: #394857;
    font-size: 14px;
    margin-bottom: 7px;
}

.complex_page .list_block ul li {
    font-weight: 500;
    line-height: 18px;
}

.complex_page .desc_block ul li:before,
.complex_page .list_block ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #263f58;
    border-radius: 2px;
}

.complex_page .desc_block {
    padding: 30px 30px 10px;
}

.complex_page .desc_block .text div,
.complex_page .desc_block .text p {
    padding: 0 0 20px !important;
}

.complex_page .desc_block h4 {
    font-size: 14px;
    line-height: 20px;
    color: #394857;
    font-weight: 600;
}

.complex_page .desc_block ul {
    padding-bottom: 13px;
}

.complex_page .desc_block ul li {
    line-height: 20px;
}

.complex_page .video_block {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.complex_page .video_block img {
    width: 100%;
    z-index: 0;
}

.complex_page .video_block:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/play.svg) center no-repeat;
    background-size: 74px auto;
}

.complex_page .contact .email:before {
    background: url(../images/email.svg) 0 center no-repeat;
    background-size: 17.53px auto;
}

.complex_page .contact .pin {
    line-height: 19px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 20px;
}

.complex_page .contact .pin:before {
    background: url(../images/pin2.svg) 0 25px no-repeat;
    background-size: 14px auto;
}

.complex_page .contact .eyel:before {
    background: url(../images/eye-l.svg) 0 16px no-repeat;
    background-size: 21px auto;
}

.adv_page .contact .eyel:before {
    background: url(../images/eye-l.svg) 0 16px no-repeat;
    background-size: 21px auto;
}

.complex_page .contact .phone:before {
    background: url(../images/phone.svg) 0 22px no-repeat;
    background-size: 18px auto;
}

.complex_page .contact .download:before {
    background: url(../images/download.svg) 0 center no-repeat;
    background-size: 15px auto;
}

.complex_page .contact .link:before {
    background: url(../images/link.svg) 0 center no-repeat;
    background-size: 16px auto;
}

.complex_page .contact .key:before {
    background: url(../images/key.svg) 0 center no-repeat;
    background-size: 17px auto;
}

.complex_page #map {
    height: 160px;
    border-radius: 5px;
    margin-top: 30px;
}

.complex_page .complex_rooms .header {
    text-align: center;
    border-bottom: 2px solid rgba(120, 120, 120, .27);
    padding-bottom: 20px;
    padding-top: 6px;
}

.complex_page .complex_rooms .header .title {
    color: #263f58;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
}

.complex_page .complex_rooms .header .tabs {
    display: inline-flex;
    border: 1px solid #009ced;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

@media (max-width:768px) {
    .complex_page .complex_rooms .header .tabs {
        display: table;
        width: 100%
    }
}

.complex_page .complex_rooms .header .tabs a {
    height: 32px;
    display: block;
    padding: 0 25px;
    color: #009ced;
    font-size: 14px;
    line-height: 32px;
}

@media (max-width:768px) {
    .complex_page .complex_rooms .header .tabs a {
        display: table-cell;
        text-align: center;
        padding: 3px 5px;
        line-height: 16px;
        vertical-align: middle;
    }
}

.complex_page .complex_rooms .header .tabs a+a {
    border-left: 1px solid #009ced;
}

.complex_page .complex_rooms .header .tabs a.active {
    background: #009ced;
    color: #fff;
    text-decoration: none;
}

.complex_page .complex_rooms .tabs_content {
    padding-top: 20px;
}

.complex_page .complex_rooms .tabs_content .img {
    background: #fff;
}

.complex_page .complex_rooms .tabs_content .img img,
.news_list .item .img img,
.news_page .detail .img img {
    width: 100%
}

.complex_page .complex_rooms .tabs_content .detail {
    background: #fff;
    border-radius: 5px;
    padding: 17px 20px 12px;
}

.complex_page .complex_rooms .tabs_content .detail .title {
    font-size: 50px;
    font-weight: 600;
    color: #263f58;
    text-align: center;
    line-height: 61px;
    margin-bottom: 18px;
}

.complex_page .complex_rooms .tabs_content .detail .area {
    font-size: 36px;
    font-weight: 500;
    color: #263f58;
    text-align: center;
    line-height: 44px;
}

.complex_page .complex_rooms .tabs_content .detail .area sup {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    top: -1.2em;
}

.complex_page .complex_rooms .tabs_content .detail .price {
    background: #009ced;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    height: 50px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
}

.complex_page .complex_rooms .tabs_content .detail hr {
    border-top-color: var(--mainBg);
}

.complex_page .complex_rooms .tabs_content .detail ul {
    padding-top: 4px;
}

.complex_page .complex_rooms .tabs_content .detail ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
    color: #263f58;
    font-size: 13px;
    line-height: 16px;
}

.contact_page {
    padding-bottom: 30px;
}

.contact_page .form {
    margin-bottom: 20px;
    padding-bottom: 13px;
}

.contact_page .card>.title,
.contact_page .form .title {
    font-size: 24px;
    line-height: 29px;
    padding: 30px 0;
}

.contact_page .form textarea {
    min-height: 180px;
}

.contact_page .card {
    background: #fff;
    border-radius: 5px;
    padding: 15px 40px;
    margin-bottom: 20px;
}

@media (max-width:991px) {
    .contact_page .card {
        padding: 10px 20px 15px;
    }
}

@media (max-width:767px) {
    .contact_page .card {
        margin-bottom: 20px;
    }
}

.contact_page .card>.title {
    font-weight: 600;
    color: #263f58;
    padding: 20px 0;
    text-align: center;
}

@media (max-width:767px) {
    .contact_page .card>.title {
        font-size: 16px;
        padding: 10px 0;
    }
}

.contact_page .card ul {
    display: flex;
    justify-content: stretch;
    margin-bottom: 20px;
    margin-top: 10px;
}

@media (max-width:767px) {
    .contact_page .card ul {
        flex-direction: column;
        margin-bottom: 0;
    }
}

.contact_page .card ul li {
    width: 50%
}

@media (max-width:767px) {
    .contact_page .card ul li {
        width: 100%;
        font-size: 13px;
    }
}

.contact_page .card ul li:first-child {
    padding-right: 38px;
    border-right: 1px solid var(--mainBg);
}

@media (max-width:767px) {
    .contact_page .card ul li: first-child {
        border-right: 0;
        border-bottom: 1px solid var(--mainBg);
        padding-bottom: 11px;
        padding-right: 0;
    }
}

.contact_page .card ul li:last-child {
    padding-left: 38px;
}

@media (max-width:767px) {
    .contact_page .card ul li: last-child {
        padding-left: 0;
        padding-top: 11px;
    }
}

.contact_page .card ul li .title {
    color: #263f58;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    padding-bottom: 12px;
}

@media (max-width:767px) {
    .contact_page .card ul li .title {
        font-size: 14px;
    }
}

.contact_page .card p,
.login .card p {
    color: #466687;
    font-size: 14px;
    line-height: 20px;
}

#contact_map {
    height: 336px;
    margin-bottom: 20px;
}

.faq_page {
    padding-bottom: 50px;
}

.faq_page .item {
    background: #fff;
    margin-bottom: 10px;
    padding: 0 30px;
    position: relative;
}

@media (max-width:991px) {
    .faq_page .item {
        padding: 0 15px;
    }
}

.faq_page .item>h3 {
    font-size: 14px;
    font-weight: 600;
    color: #263f58;
    position: relative;
    cursor: pointer;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding-right: 30px;
}

@media (max-width:991px) {
    .faq_page .item>h3 {
        font-size: 13px;
    }
}

.faq_page .item div,
.faq_page .item>h3 i {
    transition: all .5s cubic-bezier(.4, 0, .2, 1);
}

.faq_page .item>h3 i {
    display: block;
    position: absolute;
    width: 16px;
    border: 1px solid #263f58;
    border-radius: 8px;
    right: 0;
    top: 50%;
    margin-top: -8px;
    height: 16px;
}

.faq_page .item>h3 i:after,
.faq_page .item>h3 i:before {
    content: "";
    display: block;
    position: absolute;
    background: #263f58;
    left: 3px;
    top: 6.5px;
    width: 8px;
    height: 1px;
    transition: all .5s cubic-bezier(.4, 0, .2, 1);
}

.faq_page .item>h3 i:after,
.news_page .owl-carousel .owl-prev:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(-90deg);
}

.faq_page .item div {
    font-size: 0;
    font-weight: 300;
    line-height: 0;
    color: #263f58;
    height: 0;
    overflow: hidden;
    border-top: 0 solid transparent;
    padding: 0;
}

.faq_page .item.open>h3 i {
    border-color: #009ced;
}

.faq_page .item.open>h3 i:before {
    background: #009ced;
}

.faq_page .item.open>h3 i:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #009ced;
}

.faq_page .item.open div {
    height: auto;
    border-top: 1px solid var(--mainBg);
    line-height: 18px;
    font-size: 12px;
    padding: 16px 0 28px;
}

@media (max-width:767px) {
    .login>.row {
        display: flex;
        flex-direction: column-reverse;
    }
    .login>.row>div:first-child button[type=submit] {
        width: 100%
    }
}

.login .card {
    background: #fff;
    border-radius: 5px;
    padding: 10px 40px;
}

@media (max-width:991px) {
    .login .card {
        padding: 10px 20px;
    }
}

.login .card .title {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #263f58;
    padding: 20px 0;
    text-align: left;
}

.login .card p {
    margin-bottom: 20px;
}

.my_adv_page,
.news_page {
    padding-bottom: 30px;
}

.news_page {
    margin-top: -20px;
}

@media (max-width:991px) {
    .news_page {
        margin-top: 0;
    }
    .news_page .row {
        display: flex;
        flex-direction: column-reverse;
    }
}

.news_page .detail {
    display: inline-block;
    vertical-align: top;
}

.news_page .detail .img {
    width: 380px;
    margin: 0 20px 5px 0;
    float: left;
}

@media (max-width:690px) {
    .news_page .detail .img {
        width: 280px;
    }
}

@media (max-width:540px) {
    .news_page .detail .img {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
}

.news_page .detail .title {
    font-size: 16px;
    font-weight: 600;
    color: #394857;
    line-height: 22px;
    margin-bottom: 12px;
}

@media (max-width:540px) {
    .news_page .detail .title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 7px;
    }
}

.news_page .detail .date {
    color: #7a7e80;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    position: relative;
}

@media (max-width:540px) {
    .news_page .detail .date {
        font-size: 11px;
    }
}

.news_page .detail hr {
    border-top-color: rgba(120, 120, 120, .27);
    margin-top: 7px;
    margin-bottom: 0;
}

@media (max-width:540px) {
    .news_page .detail hr {
        margin-top: 10px;
        margin-bottom: 5px;
    }
}

.news_page .detail .text {
    color: #394857;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width:540px) {
    .news_page .detail .text {
        font-size: 12px;
    }
}

.news_page .detail .text div,
.news_page .detail .text p {
    padding: 7px 0;
}

.news_page .owl-carousel .owl-prev {
    left: 10px;
}

.news_page .owl-carousel .owl-next,
.news_page .owl-carousel .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: #263f58;
    border-radius: 5px;
}

@media (max-width:540px) {
    .news_page .owl-carousel .owl-next,
    .news_page .owl-carousel .owl-prev {
        width: 20px;
        height: 20px;
    }
}

.news_page .owl-carousel .owl-prev:before {
    transform: rotate(90deg);
}

.news_page .owl-carousel .owl-next:before,
.news_page .owl-carousel .owl-prev:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
    background: url(../images/arrow_down2.png) center no-repeat;
    background-size: 10.18px auto;
}

@media (max-width:540px) {
    .news_page .owl-carousel .owl-next: before,
    .news_page .owl-carousel .owl-prev:before {
        width: 20px;
        height: 20px;
        background-size: 7.18px auto;
    }
}

.news_page .owl-carousel .owl-next {
    left: auto;
    right: 10px;
}

.news_page .owl-carousel .owl-next:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.news_page .others .title {
    color: #394857;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
}

@media (max-width:540px) {
    .news_page .others .title {
        border-bottom: 1px solid rgba(120, 120, 120, .27);
        font-size: 14px;
        line-height: 30px;
    }
}

.news_page .others ul li {
    padding: 14px 0 17px;
}

.news_page .others ul li+li {
    border-top: 1px solid rgba(120, 120, 120, .27);
    padding: 17px 0;
}

@media (max-width:540px) {
    .news_page .others ul li+li {
        border-top: 1px solid rgba(104, 177, 241, .27);
        padding: 13px 0;
    }
}

.news_list .item,
.news_page .others ul li a {
    text-decoration: none;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.news_page .others ul li a {
    display: block;
    color: #394857;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

@media (max-width:540px) {
    .news_page .others ul li a {
        font-size: 14px;
        line-height: 20px;
    }
}

.news_page .others ul li a:hover {
    color: #243343;
}

.news_page .others ul li a span {
    display: block;
    color: #7a7e80;
    font-size: 10px;
    font-weight: 400;
    padding-bottom: 3px;
}

.news_list .item {
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    padding-bottom: 56px;
    position: relative;
}

#search_page .list a:hover,
.news_list .item:hover {
    box-shadow: 6px 6px 10px #c7d1d6;
}

.news_list .item,
.news_list .item .img {
    display: block;
    margin-bottom: 20px;
}

.news_list .item .title {
    display: block;
    color: #263f58;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding: 0 25px 11px;
}

.news_list .item .date_more,
.news_list .item .desc {
    padding: 0 25px;
    font-size: 12px;
    line-height: 18px;
    color: #464646;
}

.news_list .item .desc {
    display: block;
}

.news_list .item .date_more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 23px;
}

.news_list .item .date_more>:last-child {
    padding-right: 10px;
    position: relative;
}

.news_list .item .date_more>:last-child:after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 7px;
    right: 0;
    top: 50%;
    margin-top: -2px;
    background: url(../images/right-arrow.svg) center no-repeat;
    background-size: 4px auto;
}

#search_page,
.profile_page {
    padding-bottom: 30px;
}

.profile_page .fields {
    border: 1px solid #3f7786;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}

.profile_page .fields .img {
    width: 100px;
    height: 100px;
    margin: 40px auto;
    position: relative;
}

.profile_page .fields .img>div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #009ced;
    overflow: hidden;
}

.profile_page .fields .img a {
    position: absolute;
    bottom: 0;
    right: -6px;
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/edit.svg) center no-repeat;
    background-size: 13.99px auto;
    filter: invert(46%) sepia(13%) saturate(7488%) hue-rotate(173deg) brightness(98%) contrast(101%);
}

.profile_page .fields .rw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 40px;
    height: 48px;
    font-size: 14px;
    font-weight: 500;
    color: #394857;
}

@media (max-width:767px) {
    .profile_page .fields .rw {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 0;
        height: auto !important;
        margin: 0 20px;
    }
}

.profile_page .fields .rw>:last-child {
    font-weight: 400;
    text-align: right;
}

@media (max-width:767px) {
    .profile_page .fields .rw>: last-child {
        padding-top: 5px;
    }
}

.profile_page .fields .rw+.rw {
    height: 49px;
    border-top: 1px solid var(--mainBg);
}

.profile_page .fields hr {
    border-top-color: var(--mainBg);
    margin-top: 0;
    margin-bottom: 0;
}

#search_page .list a .img .price,
.profile_page button.edit {
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.profile_page button.edit {
    background: #3f7786;
    border-radius: 5px;
    margin: 0 auto;
    padding: 0 28px;
    font-size: 13px;
    font-weight: 600;
    height: 40px;
}

.profile_page button.edit:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 12px;
    background: url(../images/edit.svg) 0 center no-repeat;
    background-size: 11.59px auto;
}

#search_page>.title {
    color: #263f58;
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    padding-bottom: 20px;
}

@media (max-width:767px) {
    #search_page>.title {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 5px;
        padding-top: 15px;
        margin-top: 20px;
        border-top: 1px solid rgba(120, 120, 120, .27);
    }
}

@media (max-width:991px) {
    #search_page .list {
        margin: 0 -5px;
    }
    #search_page .list [class*=col-] {
        padding-left: 5px;
        padding-right: 5px;
    }
}

#search_page .list a {
    display: block;
    background: #fff;
    border-radius: 5px;
    padding: 10px 20px 10px 160px;
    position: relative;
    min-height: 120px;
    text-decoration: none;
    overflow: hidden;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    margin-bottom: 20px;
}

@media (max-width:991px) {
    #search_page .list a {
        min-height: auto;
        padding: 0 10px 10px;
        margin-bottom: 10px;
    }
}

#search_page .list a .img {
    width: 140px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width:991px) {
    #search_page .list a .img {
        width: auto;
        position: relative;
        height: auto;
        margin: 0 -10px 7px;
        display: block;
        max-height: 120px;
        overflow: hidden;
    }
    #search_page .list a .img img {
        width: 100%
    }
}

#search_page .list a .img .price {
    position: absolute;
    background: #ff9100;
    height: 24px;
    width: 100%;
    bottom: 0;
    font-size: 12px;
    font-weight: 700;
}

@media (max-width:991px) {
    #search_page .list a .img .price {
        width: auto;
        right: 0;
        height: 22px;
        font-size: 10px;
        padding: 0 10px;
        border-top-left-radius: 5px;
    }
}

#search_page .list a .title {
    font-size: 14px;
    color: #263f58;
    font-weight: 600;
    padding-bottom: 4px;
    display: block;
}

@media (max-width:991px) {
    #search_page .list a .title {
        font-size: 12px;
    }
}

#search_page .list a .rw {
    display: flex;
    align-items: center;
    padding: 4px 0;
}

@media (max-width:991px) {
    #search_page .list a .rw {
        padding: 2px 0;
        flex-direction: column;
        align-items: flex-start;
    }
}

#search_page .list a .rw>* {
    font-size: 11px;
    line-height: 14px;
    font-weight: 500;
    color: rgba(38, 63, 88, .55);
}

@media (max-width:991px) {
    #search_page .list a .rw>* {
        color: #263f58;
    }
}

#search_page .list a .rw>*+* {
    padding-left: 20px;
}

@media (max-width:991px) {
    #search_page .list a .rw>*+* {
        padding-top: 4px;
        padding-left: 0;
    }
}

#search_page .list a .rw b {
    color: #263f58;
    padding-left: 4px;
    font-weight: 500;
}

#search_page .list a .loc_time {
    position: absolute;
    bottom: 9px;
    right: 20px;
    font-size: 10px;
    line-height: 13px;
    font-weight: 500;
    color: rgba(38, 63, 88, .55);
}

@media (max-width:991px) {
    #search_page .list a .loc_time {
        color: #263f58;
        position: relative;
        font-size: 9px;
        right: auto;
        bottom: auto;
        padding-top: 4px;
    }
}

.ymaps-2-1-75-balloon__content {
    padding: 0 !important;
    margin-right: 0 !important;
}

.ymaps-2-1-75-balloon__close {
    position: absolute;
    right: 0;
}

.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%
}

.selectric {
    border: 0 solid #000;
    background: #fff;
    position: relative;
    border-radius: 4px;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 40px 0 16px;
    font-size: 12px;
    line-height: 40px;
    color: #7b7b7b;
    height: 40px;
}

.selectric .button,
.selectric .button:after {
    position: absolute;
    display: block;
    top: 0;
    width: 10.7px;
    height: 6.1px;
}

.selectric .button {
    background: #fff;
    border-radius: 0;
    right: 16px;
    bottom: 0;
    margin: auto;
    color: #000;
    text-align: center;
    font: 0/0 a;
    *font: 12px/12px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
    content: " ";
    left: 0;
    background: url(../images/select_arrow.svg);
    background-size: 10.7px 6.1px;
}

.selectric-focus .selectric {
    border-color: #aaa;
}

.selectric-hover .selectric {
    border-color: #000;
}

.selectric-hover .selectric .button {
    color: #000;
}

.selectric-hover .selectric .button:after {
    border-top-color: #000;
}

.selectric-open {
    z-index: 9999;
}

.selectric-open .selectric {
    border-color: #fff;
    background: #fff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.selectric-open .selectric-items {
    display: block;
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: 0;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: 0 !important;
    border: 0 !important;
    *font: 0/0 a !important;
    background: 0 0 !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f4f7f9;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%
}

.selectric-items li,
.selectric-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 40px;
    min-height: 40px;
}

.selectric-items li {
    display: block;
    padding: 0 0 0 16px;
    color: #666;
    cursor: pointer;
    height: 40px;
}

.selectric-items li.highlighted,
.selectric-items li.selected {
    background: #e6eef3;
    color: #444;
}

.selectric-items li:hover {
    background: #f0f0f0;
    color: #444;
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default !important;
    background: 0 0 !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: 700;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
    color: #444;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

.owl-height {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.leftrotate_item {
    margin-left: 15px;
}

.rightrotate_item {
    margin-left: 15px;
}

.remove_item {
    margin-left: 15px;
}

.hide_auto_popup {
    display: none !important;
}

.adv_page .links>li a.warning:before,
.complex_page .links>li a.warning:before {
    background: url(../images/warning.png) 0 center no-repeat;
    background-size: 15.87px auto;
}

.regus .whois {
    border: 1px solid #abb7c4;
    border-radius: 5px;
    padding: 0 16px;
}
.regus .whois label:first-child {
    border-bottom: 1px solid #e3ecf5;
}

.regus .whois label {
    display: flex;
}

.regus .whois input+span {
    color: #b1bcc7;
}

.regus .whois input:checked+span {
    color: #263f58;
}

  
.api-signin-buttons{
    padding: 10px 0 40px 0;
}
.btnicon-google-signin{
    background: white;
    border-radius: 8px;
    padding: 6px;
}

@media (max-width:991px) {
    .coverBlock {height: unset!important;}
    .coverBlock .block-inside-1 {float:unset!important;width:unset!important;}
    .block-inside-2 { width:unset!important; float:unset!important; padding: 0 10px!important;}
    .product-phones__list {padding-left:unset!important; padding-top:unset!important; padding: 0 10px!important;}
    .agency-header--feedback-info {padding:unset!important;}
}


.ads-desc {
    width: 100%;
    display: table;
    border-collapse: collapse;
    margin-top: 5px;
}

.ads-desc tr {
    display: table-row;
}

.ads-desc td {
    font-size: 12px;
    font-weight: 500;
    color: #263b55;
    text-align: center;
    padding: 8px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}

.ads-desc td i {
    font-size: 14px;
    color: #7a7a7a; 
    margin-right: 6px;
}

/* İki td arasına dikey çizgi ekleme */
.ads-desc td:not(:last-child) {
    border-right: 1px solid #e0e0e0; /* Çizgi rengi gri */
}

/* Mobil uyumlu yapı */
@media (max-width: 576px) {
    .ads-desc td {
        font-size: 10px;
        padding: 6px;
    }
    .ads-desc td i {
        font-size: 12px;
    }
}

@media (max-width: 768px) { 
    .web-banner {
        display: none !important;
    }
}


#loginPopup {
  position: fixed;
  inset: 0;                        
  background: rgba(0, 0, 0, 0.5);
  display: none;                     
  z-index: 10000;
  padding: 20px;                     
  display: none;                    
  align-items: center;            
  justify-content: center;
}

#loginPopup .popup-content {
  background: #fff;
  width: min(500px, 92vw);
  max-height: 90vh;                 
  border-radius: 12px;
  padding: 24px 20px 20px;
  position: relative;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
  display: flex;
  flex-direction: column;
  overflow: auto;                    
  -webkit-overflow-scrolling: touch;
  justify-content: center;
}

#loginPopup .popup-content h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #3f7886;
}

#loginPopup .close-btn {
    position: absolute;
    top: 10px;
    left: 12px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    padding: 8px 14px;
    font: 600 15px system-ui;
}

#loginPopup form { margin-top: 8px; }
#loginPopup input {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  margin: 10px 0;
  border: 1px solid #263f58;
  border-radius: 8px;
  font-size: 14px;
}

#loginPopup .login-btn {
  background: #3f7886;
  color: #fff;
  padding: 12px;
  width: 100%;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  margin-top: 6px;
}

#loginPopup .forgot-password {
  display: block;
  margin: 10px 0;
  color: #1c3553;
  text-decoration: underline;
  font-size: 13px;
}

#loginPopup p {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin: 10px 0 0;
}

/* ===== Mobile: tam ekran görünüş ===== */
@media (max-width: 680px) {
  #loginPopup {
    padding: 0;
    z-index: 1000 !important;
  }
  #loginPopup .popup-content {
    width: 100vw;
    height: 100dvh;              /* tam hündürlük */
    max-height: none;
    border-radius: 0;
    padding: calc(18px + env(safe-area-inset-top)) 16px
             calc(90px + env(safe-area-inset-bottom));
    overflow: auto;              /* içi scroll */
    -webkit-overflow-scrolling: touch;
  }
  #loginPopup .close-btn {
    top: calc(8px + env(safe-area-inset-top));
    left: 10px;
    position: absolute;             
  }
  #loginPopup .popup-content h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  #loginPopup input {
    height: 44px;                   
    font-size: 15px;
  }
  #loginPopup .login-btn {
    height: 48px;
    font-size: 16px;
    margin-top: 10px;
  }
}

@supports not (height: 100dvh) {
  @media (max-width: 680px) {
    #loginPopup .popup-content { height: 100vh; }
  }
}


#loginPopup .social-icons a {
    margin: 5px;
    color: white;
    background: #1c3553;
    padding: 10px;
    border-radius: 50%;
    text-decoration: none;
    display: inline-block;
    height: 30px;
    width: 31px;
}

#registerPopup {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;                     
  z-index: 10000;
  justify-content: center;
  align-items: center;
}

#registerPopup .popup-content{
  background:#fff;
  padding: 20px;
  border-radius:10px;
  width:90%;
  max-width:500px;
  max-height:90vh;
  position:relative;
  box-shadow:0 20px 50px rgba(0,0,0,.25);
  justify-content: center;
  display:flex;
  flex-direction:column;
  align-items:stretch;                   
  justify-content: center;            
  overflow:auto;
  -webkit-overflow-scrolling:touch;

  text-align:left;                        
}

#registerPopup .close-btn{
    position: absolute;
    top: 10px;
    left: 12px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    padding: 8px 14px;
    font: 600 15px system-ui;
}

#registerPopup h2{
  font-size:21px;
  font-weight:700;
  text-align: center;
  color:#3f7886;
}

#registerPopup .tab-container{
  display:flex;
  gap:8px;
  margin-bottom:12px;
}
#registerPopup .tab-btn{
  flex:1 1 0;
  height:40px;
  border:1px solid #dcdcdc;
  border-radius:10px;
  background:#f6f6f6;
  cursor:pointer;
  font:600 14px/1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
#registerPopup .tab-btn.active{
  background:#fff;
  border-color:#3f7886;
  color:#3f7886;
}

#registerPopup .tab-content{ display:none; }
#registerPopup .tab-content.active{ display:block; }

#registerPopup form{ display:block; width:100%; }
#registerPopup input{
  display:block;                          
  width:100%;
  height:42px;
  box-sizing:border-box;
  padding:10px 12px;
  margin:10px 0;
  border:1px solid #3f7886;
  border-radius:8px;
  font-size:14px;
}

#registerPopup .login-btn{
  background:#3f7886;
  color:#fff;
  padding:12px;
  width:100%;
  border:none;
  border-radius:10px;
  cursor:pointer;
  font-size:15px;
  font-weight:700;
  margin-top:6px;
}

#registerPopup .forgot-password{
  display:block;
  margin:10px 0;
  color:#1c3553;
  text-decoration:underline;
  font-size:13px;
}

#registerPopup p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 12px 0 0;
    text-align: center;
}

/* ===== Mobil: tam ekran, tabbar üstdə qalsın ===== */
@media (max-width:680px){
  /* .mobile-tabbar{
    position:fixed;
    left:0; right:0; bottom:0;
    z-index:11000 !important;
  } */

  #registerPopup{
    padding:0;
  }

  #registerPopup .popup-content{
    width:100vw;
    height:100dvh;                        
    max-height:none;
    border-radius:0;                    
    padding: calc(18px + env(safe-area-inset-top)) 16px
             calc(90px + env(safe-area-inset-bottom)); 
    overflow:auto;
  }

  #registerPopup .close-btn{
    position:absolute;
    top:calc(8px + env(safe-area-inset-top));
    left:10px;
  }

  #registerPopup h2{ font-size:20px; margin-bottom:12px;text-align: center; }
  #registerPopup input{ height:44px; font-size:15px; }
  #registerPopup .login-btn{ height:48px; font-size:16px; margin-top:10px; }
}

@supports not (height:100dvh){
  @media (max-width:680px){
    #registerPopup .popup-content{ height:100vh; }
  }
}


.tab-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.tab-btn {
    flex: 1;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    background: #ffffff;
    transition: all 0.3s ease;
}

.tab-btn:hover {
    background: #e7e7e7;
}

.tab-btn.active {
    background: #1c3553;
    color: white;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.social-icons a {
    margin: 5px;
    color: white;
    background: #d54b3a;
    padding: 10px;
    border-radius: 50%;
    text-decoration: none;
    display: inline-block;
    height: 30px;
    width: 31px;
}


input::placeholder {
    color: #263f58;  
    opacity: 1; 
}

input[type="email"]::placeholder {
    color: #263f58; 
}

input:-ms-input-placeholder {
    color: #263f58;
}

input::-ms-input-placeholder {
    color: #263f58;
}

.banner-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.banner-popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 10px;
    text-align: center;
}

.banner-popup .popup-content .close-button {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 13px;
    border-radius: 50%;
    background-color: #fff;
    padding: 5px;
    font-weight: bold;
}

.banner-popup .popup-content img{
    height: 428px;
}

@media (max-width: 768px) {
    .banner-popup .popup-content img{
        height: 250px;
    }
}

.cloudTags{
    border: 1px solid #337ab7;
    padding: 5px 10px;
    border-radius: 30px;
    background: white;
    display: inline-block;
    float: left;
    margin: 10px 0 0 15px
}
.cloudTags:hover{
    border: 1px solid #0c3050;
}
.cloudTags a{
    font-size: 15px;
    text-align: center;
    color:#337ab7!important;
}
.cloudTags a:hover{
    text-decoration: none;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 768px){
    .cloudTags a{
        font-size: 12px;
        text-align: center;
        color:#337ab7!important;
    }
}

.kompleks-icon i {
    color: #ababab;
}


.same_rent_ipoteka .row .col-md-3 {
    width: 50%;
}
@media (max-width: 991px){
    .same_rent_ipoteka .row .col-md-3 {
        width: 100%;
    }
    .ipoteka-rent .right-ad .prices .price{
        font-size: 13px;
    }
    .ipoteka-rent .right-ad .title{
        font-size: 15px;
    }
}
.ipoteka-rent{
    background-color: #ffff;
    float: left;
    width: 305px!important;
    border-radius: 2px;
    margin: 10px 0;
}
.ipoteka-rent .left-ad{
    width: 50%;
    float: left;
    display: inline-block;
}
.ipoteka-rent .left-ad img{
    width: 100%;
}
.ipoteka-rent .right-ad{
    width: 50%;
    float: left;
    display: inline-block;
    padding: 3px 10px;
}
.ipoteka-rent .right-ad .title{
    font-size: 12px;
    font-weight: 600;
}
.ipoteka-rent .right-ad .other-desc .desc{
    white-space: nowrap;
    font-size: 10px;
    font-weight: 600;
    color: #767676;
    line-height: 1.7;
}
.ipoteka-rent .right-ad .other-desc{
    margin-top: 5px;
}
.ipoteka-rent .right-ad .price{
    font-size: 11px;
    background-color: #009ced;
    white-space: nowrap;
    padding: 3px;
    color: white;
    font-weight: 600;
    border-radius: 2px;
}
.ipoteka-rent .right-ad .ad-price{
    margin-top: 6px;
    border-radius: 3px;
    text-align: left;
    /* padding: 3px; */
}
.same_rent_ipoteka{
    padding: 0 0 16px 0;
}
.adv_page .action, .complex_page .action {
    padding-top: 10px;
}
.ipoteka-rent .right-ad .prices{
    margin-top:7px;
}
/* .owl-stage{
    width: 100%!important;
} */
.same_rent_ipoteka .header .title {
    color: #263f58;
    font-size: 14px;
    font-weight: 600;
}


.adv_page .upgradeAds .upBtn  {
    display: block;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    text-decoration: none;
}

.adv_page .upgradeAds .upBtn span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #263f58;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    background: #f6f4f1;
}


.adv_page .upgradeAds .upBtn b {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: #263f58;
    height: 40px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
    .adv_page .upgradeAds .upBtn b {
        font-size: 10px !important;
    }
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.header-news-strip {
    background: #fff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
    margin-bottom: 15px;
}

.news-strip-scroll {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 15px;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #ccc transparent;
    padding-bottom: 6px;
}

.news-strip-scroll::-webkit-scrollbar {
    height: 6px;
}


.news-strip-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 6px 10px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    min-width: 280px;
    max-width: 280px;
    text-decoration: none;
    color: #333;
    transition: background 0.2s;
}

.news-strip-item:hover {
    background: #f0f0f0bd;
    text-decoration: none;
}

.news-strip-item img {
    width: 100px;
    height: 70px;
    border-radius: 6px;
    object-fit: cover;
    margin-right: 10px;
}

.news-strip-item .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content:
}

.news-strip-item .title {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 4px;
    text-decoration: none;
}

.news-strip-item .date {
    font-size: 11px;
    color: #888;
    text-decoration: none !important;
}

.place_list .item .img.express:after {
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    right: 15px;
    top: 15px;
    background: url(../images/express.svg) center no-repeat;
    background-size: 18px 17.25px;
}

.index-agency-slider-wrap {
    overflow-x: auto;
    padding: 5px 0 10px 0;
}
.index-agency-slider {
    display: flex;
    gap: 15px;
    min-width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}
.index-agency-slider::-webkit-scrollbar {
    display: none;
}
.index-agency-card {
    flex: 0 0 auto;
    width: 220px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.08);
    text-align: center;
    text-decoration: none;
    color: #333;
    padding: 15px;
    scroll-snap-align: start;
    transition: transform 0.2s;
}
.index-agency-card:hover {
    transform: translateY(-5px);
}
.index-agency-logo {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-color: #f2f2f2;
}
.index-agency-name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-agency-badge {
    display: inline-block;
    background: #f3f4f6;
    padding: 5px 10px;
    font-size: 13px;
    color: #333;
    border-radius: 50px;
    font-weight: 500;
}


.agency-container {
    padding: 20px;
    display: flex;
    justify-content: center;
}
.agencies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    max-width: 1200px;
    width: 100%;
}
.agency-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none!important;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.2s ease-in-out;
}
.agency-card:hover {
    transform: scale(1.05);
}
.agency-logo {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin-bottom: 10px;
}
.agency-info {
    text-align: center;
    width: 100%;
}
.agency-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}
.agency-description {
    font-size: 13px;
    color: #6a6a6a;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ads-header-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    margin-bottom: 5px;
}

.ads-header-block .title {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ads-header-block .title i {
    font-size: 20px;
    color: #000000;
}

.ads-header-right .all-view-link {
    font-size: 14px;
    color: black;
    font-weight: 400;
    padding: 6px 0px;
    text-decoration: underline;
}

.ads-header-right .all-view-link:hover {
    text-decoration: none;
}


@media (max-width: 992px) {

    .ads-header-block .title {
        font-size: 18px;
    }

    .ads-header-block .choosetitle {
        font-size: 18px!important;
    }
    
    .ads-header-block .title i {
        font-size: 16px!important;
    }

    .ads-header-right .all-view-link {
        font-size: 12px!important;
    }

    .clean-switch label {
        font-size: 12px;
    }

    .clean-switch {
        height: auto!important;
    }

}

@media (max-width: 991px) {
    #header>.bottom .row>div:first-child {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
    }
    #header>.bottom .row, #header>.top .row .social {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    #header>.bottom .row>div:last-child {
        justify-content: center;
        display: flex;
        align-items: center;
        flex-direction: row;
        align-content: center;
        flex-wrap: nowrap;
        width: 100%!important;
    }
    .clean-switch label {
        padding: 5px 6px!important;
        font-size: 10px!important;
    }
}

.express-color{
    color:#ff0000!important;
}

.clean-switch {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0 10px;
    border: 1px solid #d0d7e3;
    background: #f6f8fc;
    height: 34px;
}

.clean-switch input {
    display: none;
}

.clean-switch label {
    padding: 6px 16px;
    font-size: 14px;
    color: #333;
    background: transparent;
    cursor: pointer;
    line-height: 1;
    transition: all 0.2s ease-in-out;
    border-right: 1px solid #e3e8ef;
}

.clean-switch label:last-of-type {
    border-right: none;
}

.clean-switch input:checked + label {
    background: #263f58;
    color: #fff;
    font-weight: 500;
}

.express-border-left{
    border-left-color:#ff0000!important;
}


.discount-text>li a:before {
    content: ""!important;;
    display: block!important;;
    position: absolute!important;;
    left: 0!important;;
    top: 0!important;;
    width: auto!important;;
    height: 100%!important;;
    background: none!important;
    background-size: 13.66px auto!important;;
}

.agency-profile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: linear-gradient(135deg, #fefefe, #f4f4f4);
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.07);
    margin-bottom: 35px;
    gap: 20px;
}

.agency-profile__left {
    flex: 0 0 auto;
}

.agency-profile__logo {
    width: 130px;
    height: 130px;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    border: 3px solid #ddd;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}

.agency-profile__right {
    flex: 1;
    min-width: 250px;
}

.agency-profile__title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #2b2b2b;
}

.agency-profile__description {
    font-size: 15px;
    color: #555;
    margin-bottom: 14px;
    line-height: 1.6;
}

.agency-profile__details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.agency-profile__address {
    font-size: 15px;
    color: #0073e6;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
}

.agency-profile__contact {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 8px;
}

.agency-profile__phone {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
}

.agency-profile__phone i,
.agency-profile__address i {
    color: #383838;
}

@media (max-width: 768px) {
    .agency-profile {
        flex-direction: column;
        align-items: flex-start;
    }

    .agency-profile__contact {
        flex-direction: column;
    }
}


.select2-search__field::placeholder {
  color: #000 !important; 
  opacity: 1;              
}

.select2-selection__placeholder {
  color: #000 !important;
}

.select2-search__field::-webkit-input-placeholder { color: #000 !important; opacity: 1; }
.select2-search__field::-moz-placeholder { color: #000 !important; opacity: 1; }
.select2-search__field:-ms-input-placeholder { color: #000 !important; }
.select2-search__field:-moz-placeholder { color: #000 !important; }


.select2-container .select2-selection--single .select2-selection__rendered {
    color: #000000 !important;
    padding-left: 0 !important;
    font-size: 14px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 38px !important;
  top: 0 !important;
  right: 6px !important;
}

.select2-container .select2-selection--multiple {
  min-height: 38px;
  border-radius: 5px;
  border: 1px solid #cfcfcf;
  padding: 5px;
  font-size: 12px;
  color: #263f58;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
}

.select2-container--default .select2-selection--multiple {
    min-height: 50px !important;
    font-size: 14px;
    color: black !important;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
  background: black !important;
  color: white !important;
  border: none;
  border-radius: 3px;
  padding: 3px 8px;
  margin: 2px 2px;
  font-size: 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: black !important;
  color: white !important;
  border: none;
  border-radius: 3px;
  padding: 3px 8px;
  margin: 2px 2px;
  font-size: 12px;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #cfcfcf !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: black!important;
    border-right: 1px solid gray!important;  
    color: white !important;
}

.desc_block .text{
    word-break: break-word;
    /* margin-top: 10px; */
}

@media (max-width:768px) {
    .desc_block .text {
        /* margin-top: 50px!important; */
    }

    .mpad-acbtn{
        padding: 0 5px;
    }

    .adv_page .upgradeAds .upBtn b {
        font-size: 12px;
    }
    
    .adv_page .img_preview{
        margin-bottom: 10px;
    }

    .ad-actions {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 15px !important;
        padding: 0 !important;
        margin: 10px 0 !important;
        list-style: none !important;
        align-items: center !important;
        justify-content: center;
    }

    .ad-actions li {
        margin: 0 !important;
        padding: 0 !important;
    }

    .ad-actions a {
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
        color: #333 !important;
        text-decoration: none !important;
        font-weight: 500 !important;
    }

    .adv_page .form, .complex_page .form {
        margin: 10px 0 20px 0!important;
    }

    .sayfind{
        padding-left:0px!important;
        padding-right:0px!important;
    }

    .sayfind .showNumberText {
        font-size: 11px;
    }

}

#map {
        height: 200px !important;
    }
    
.property-info {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 3px;
    background: #f9f9f9;
    padding: 5px;
    border-radius: 8px;
    font-family: sans-serif;
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
}
.property-info div {
    font-weight: 600;
    color: #333;
}
.property-info .label {
    color: #888;
    font-weight: 500;
}



.agency-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 8px;
    margin-bottom: 15px;
    background: beige;
}

.agency-box__left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.agency-box__logo {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
}

.agency-box__name {
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.agency-box__count a {
    font-size: 13px;
    color: #666;
    text-decoration: underline;
}

.agency-box__count a:hover {
    color: black;
}

.item .price {
    font-weight: 700;
    font-size: 17px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.item .title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: black;
    font-weight: 500;
}

.place_list .item .reg {
    background: url(../images/stamp.svg) no-repeat center #159f46;
    background-size: 9px 9px;
}

.place_list .item .mortgage, .place_list .item .reg {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 5px;
}

.place_list .item .mortgage {
    background: url(../images/percentage-discount.svg) no-repeat center #bb3636;
    background-size: 8.99px 9.35px;
}

.place_list .item .icons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.place_list .item .icons span:nth-child(1){
    margin-right: 5px;
}

.place_list .item .parameters {
    display: flex;
    list-style: none;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
}

.place_list .item .parameters span {
    position: relative;
    padding-right: 13px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-decoration-line: none;
    text-transform: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: black;
}

.place_list .item .parameters span:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.place_list .item .parameters span:not(:last-child)::after{  
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 5px;
    margin: auto;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: rgb(47, 31, 25);
}


.search-tabs-top-tags {
    display: flex;
    background-color: #fff;
    gap: 10px;
    margin-bottom: 15px;
    align-items: center;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.search-tabs-top-tags::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.search-tabs-bottom-tags {
    margin-top: 15px;
    display: flex;
    background-color: #fff;
    gap: 10px;
    margin-bottom: 15px;
    align-items: center;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.search-tabs-bottom-tags::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.tab-item {
    text-decoration: none;
    border-radius: 14px;
    background: #f8f8f8;
    color: #2f1f19;
    padding: 15px;
    height: 44px;
    display: flex;
    align-items: center;
    transition: background-color 0.3s;
    cursor: pointer;
}

.tab-item:hover {
    background-color: #ececec;
    text-decoration: none;
    color: #000;
}

.tab-content {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab-icon {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    fill: #946952;
}

.tab-label {
    font-size: 15px;
    font-weight: 400;
}

@media screen and (max-width: 743px) {
    .tab-item {
        padding: 8px 10px;
    }

    .tab-label {
        font-size: 14px;
    }
}

@media (min-width: 991px) {
  .search-tabs-top-tags {
    display: none;
  }
}

.searchBlockOnlyDesktop { display:block; }
.searchBlockOnlyMobile  { display:none; }

@media (max-width: 768px) {
    .searchBlockOnlyDesktop { display:none !important; }
    .searchBlockOnlyMobile  { display:block !important; }
}

.mobileSearch .mobileCitySelect {
    border: 1px solid #c1c1c1;
    width: 100%;
    height: 45px;
    border-radius: 15px;
    display: flex;
    font-size: 15px;
    flex-direction: row;
    padding: 0 0 0 21px;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.mobileSearch {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}


.kz-filter-btn{
  display:flex; justify-content:center; align-items:center;
  width:54px; height:45px; padding:0;
  margin: 0 0 0 10px;
  border:1px solid #eaeaea; border-radius:14px;
  background:#ffffff!important; color:#2f1f19;
  box-sizing:border-box; cursor:pointer;
  transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .05s ease;
  text-align:center; white-space:nowrap; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.kz-filter-btn:hover{ background:#f7f7f7; }
.kz-filter-btn:active{ transform:translateY(1px); }
.kz-filter-btn:focus-visible{ outline:none; box-shadow:0 0 0 3px rgba(56,100,255,.35); }

.kz-filter-btn__icon svg {
    display: block;
    width: 20px;
    fill: black;
    height: 20px;
    color: black;
}
.kz-filter-btn__icon svg path{ fill:currentColor; stroke:currentColor; stroke-width:.3; }

.kz-filter-btn--primary{ background:#3864ff; border-color:#3864ff; color:#ffffff; }
.kz-filter-btn--primary:hover{ filter:brightness(.98); }

.kz-filter-btn--sm{ width:44px; height:44px; border-radius:12px; }
.kz-filter-btn--lg{ width:60px; height:60px; border-radius:16px; }

.kz-filter-btn[disabled]{ opacity:.6; cursor:not-allowed; }

.location-group { display: none; }

.agency-title {
    position: absolute;
    display: inline-flex;
    align-items: center;
    background: #3f7886;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    border-radius: 5px;
    bottom: 5px;
    left: 10px;
    padding: 2px 5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.ad-favorite {
    display: inline-block;
    border: 0px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    z-index: 4;
    width: 20px;
    height: 20px;
    background-position: 0px 0px;
    top: 10px;
    right: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateZ(0px);
    background-image: url(/images/favorite-i.svg);
}

.ad-favorite__toggle {
    float: none;
    padding: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.place_list .item .premium {
    background: url(../images/crown.svg) no-repeat center rgb(255 153 30);
    background-size: 14px 14px;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 5px;
}

.mobile-tabbar {
  position: fixed;
  min-height: 53px;
  height: 53px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px calc(env(safe-area-inset-bottom) + 4px);
  border-top: 1px solid rgb(234, 229, 225);
  background: #fff;
  z-index: 99;
  transition: transform 0.2s linear;
}

.mobile-tabbar__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 11px;
}

.mobile-tabbar__item {
  position: relative;
  width: 20%;
  max-width: 60px;
  text-align: center;
}

.mobile-tabbar__link {
  height: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  width: 100%;
  white-space: nowrap;
  cursor: pointer;
}

.mobile-tabbar__icon {
  align-self: center;
}

.mobile-tabbar__icon svg{
    fill: rgb(47, 31, 25);
}

.mobile-tabbar__label {
  font-family: Helvetica, Arial, sans-serif;
  color: rgb(47, 31, 25);
  text-align: center;
  font-size: 8px;
  text-transform: uppercase;
}

.mobile-tabbar__link--center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  width: 100%;
  white-space: nowrap;
  cursor: pointer;
  position: absolute;
  padding: 0;
  height: auto;
  gap: 5px;
  left: 50%;
  top: -41px;
  transform: translate(-50%);
}

.mobile-tabbar__link--center svg {
  fill: rgb(152, 145, 138);
}

.mobile-tabbar { display: none; }

@media (max-width: 768px) {
    .mobile-tabbar {
        display: block;
        z-index: 10000;
    }
}


.ipx-open-btn{padding:10px 16px;border-radius:10px;border:1px solid #ddd;background:#fff;cursor:pointer}
.ipx-modal{position:fixed;inset:0;display:none;z-index:99999}
.ipx-modal.ipx-show{display:block}
.ipx-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.35)}

.ipx-dialog{
  position:relative;
  background:#fff;
  width:min(980px,92vw);
  margin:40px auto;
  border-radius:16px;
  box-shadow:0 20px 50px rgba(0,0,0,.25);
  display:flex;
  flex-direction:column;
  max-height:90vh;
  overflow:auto;                       
  -webkit-overflow-scrolling:touch;
}

.ipx-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #eee}

.ipx-header h2{margin:0;font:700 22px/1.2 system-ui}
.ipx-close{border:1px solid #eee;border-radius:10px;background:#fff;cursor:pointer;padding: 8px 14px;}

.ipx-footer{
  position:sticky;
  bottom:0;
  display:flex;
  gap:12px;
  justify-content:flex-end;
  padding:14px 20px;
  border-top:1px solid #eee;
  background:#fff;
  z-index:1;
}

.ipx-form{
  padding:18px 20px 0;
  flex:1 1 auto;                        
  min-height:0;                         
  overflow:visible;                      
  padding-bottom:80px;                   
}

.ipx-form-row{display:grid;grid-template-columns:var(--ipx-label-w) 1fr;align-items:center;column-gap:18px;row-gap:8px;margin-bottom:var(--ipx-field-gap)}
.ipx-form-label{justify-self:start;color:#3c342e;font:600 13px/1.2 system-ui}
.ipx-form-field{min-width:0}
.ipx-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.ipx-input{height:var(--ipx-control-h);border:1px solid #e3e1df;border-radius:var(--ipx-radius);padding:0 14px;font:500 14px system-ui}
.ipx-input::placeholder{color:#000;opacity:1}
.ipx-link-btn{border:none;background:transparent;color:var(--ipx-primary);cursor:pointer;font:600 13px system-ui;justify-self:start}
.ipx-mt-10{margin-top:10px}
.ipx-segment{display:inline-flex;border:1px solid #e7e5e3;border-radius:var(--ipx-radius);background:#f1efee;overflow:hidden}
.ipx-segment--full{display:grid;grid-template-columns:1fr 1fr}
.ipx-segment input{display:none}
.ipx-seg{display:flex;align-items:center;justify-content:center;height:var(--ipx-control-h);padding:0 18px;font:600 14px system-ui;cursor:pointer}
#lease-buy:checked + .ipx-seg,
#lease-buy:checked + .ipx-seg, #lease-rent:checked + .ipx-seg { background: #3f7886;color: white; }
.ipx-chips{display:flex;flex-wrap:wrap;gap:10px}
.ipx-chips input{display:none}
.ipx-chip{display:inline-flex;align-items:center;justify-content:center;height:var(--ipx-control-h);padding:0 16px;border-radius:999px;background:var(--ipx-chip);border:1px solid #e7e5e3;cursor:pointer;font:600 13px system-ui;color:#3f3933;min-width:78px}
.ipx-chips input:checked + .ipx-chip{background:#3f7886;border-color:#3f7886;color:#fff}
.ipx-btn {min-width: 170px;height: 40px;border-radius: 12px;border: 0;cursor: pointer;font: 700 14px system-ui;}
.ipx-btn-grey{background:#f1efee}
.ipx-btn-primary{background:var(--ipx-primary);color:#fff}
.ipx-inline{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.ipx-chips--inline{display:flex;gap:10px;flex-wrap:wrap;margin-top:0}
.ipx-inline > *{flex:0 0 auto}

.ipx-dual{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  border:1px solid #e3e1df;
  border-radius:12px;
  background:#fff;
  height:46px;
  overflow:hidden;
}
.ipx-dual::after{
  content:"";
  position:absolute;
  top:6px;bottom:6px;left:50%;
  width:1px;background:#dcd9d7;transform:translateX(-0.5px);
}
.ipx-dual .ipx-input{
  border:0!important;border-radius:0!important;height:100%;
  padding:0 14px;text-align:left;font:500 14px system-ui;background:transparent;
}
.ipx-dual--compact{width:260px}
.ipx-dual--half{width:300px}

@media (max-width:680px){
  .ipx-dialog{
    width:100vw;
    height:100dvh;                    
    max-height:none;
    margin:0;border-radius:0;
  }

  .ipx-footer{
    position:fixed;left:0;right:0;bottom:0;z-index:10;
    padding-bottom:calc(14px + env(safe-area-inset-bottom));
  }

  .ipx-form-row{grid-template-columns:1fr;align-items:start}
  .ipx-row{grid-template-columns:1fr}
  .ipx-btn {min-width: auto; padding: 0 15px;}

  .ipx-form{padding-bottom:calc(80px + env(safe-area-inset-bottom))}

  .ipx-inline{align-items:stretch}
  .ipx-dual--compact,
  .ipx-dual--half{width:100%}
}

@supports not (height:100dvh){
  @media (max-width:680px){
    .ipx-dialog{height:100vh}
  }
}

.ipx-header {
    position: sticky;
    top: 0;
    z-index: 99999;
    background: #fff;
}

@media (max-width:680px){
  .ipx-header{
    padding-top: calc(16px + env(safe-area-inset-top));
  }
}




/* ===== More (full-screen mobil) ===== */
.moremenu{position:fixed;inset:0;display:none;z-index:98}
.moremenu.is-open{display:block}

@media (min-width:769px){ .moremenu{display:none!important} }

.moremenu__backdrop{
  position:absolute;inset:0;background:rgba(0,0,0,.35);
  opacity:0;transition:opacity .2s ease;
}
.moremenu.is-open .moremenu__backdrop{opacity:1}

.moremenu__panel{
  position:absolute;inset:0;background:#fff;display:flex;flex-direction:column;
  transform:translateY(100%);transition:transform .25s cubic-bezier(.22,.61,.36,1);
  border-radius:14px 14px 0 0;
  box-shadow:0 -6px 24px rgba(0,0,0,.08);
}
.moremenu.is-open .moremenu__panel{transform:translateY(0)}

.moremenu__header{
  position:sticky;top:0;z-index:1;background:#fff;
  padding:16px 20px;border-bottom:1px solid #eee;text-align:center;
}
.moremenu__header h2{margin:0;font:700 18px/1.25 system-ui;color:#2f1f19}
.moremenu__close{
  position:absolute;top:10px;left:12px;border:1px solid #eee;border-radius:12px;
  background:#fff;cursor:pointer;padding:8px 12px;font:600 15px system-ui;
}

.moremenu__content{
  flex:1 1 auto;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch;
  overscroll-behavior:contain;
  padding-bottom:calc(100px + env(safe-area-inset-bottom)); 
}

.moremenu__list{margin:0;padding:10px 0;list-style:none}
.moremenu__item + .moremenu__item{border-top:1px solid #eee}
.moremenu__divider{height:12px;background:#f7f6f5;border-top:1px solid #eee;border-bottom:1px solid #eee;margin:10px 0}

.moremenu__link{
  display:block;align-items:center;gap:14px;
  padding:16px 20px;               
  color:#2f1f19;text-decoration:none;
  font:400 16px/1.55 system-ui;    
  text-transform: lowercase; 
}

.moremenu__link::first-letter { text-transform: uppercase !important; }

.moremenu__link:active{background:#f4f3f2}
.moremenu__link:hover{background:#f7f6f5}

.moremenu__icon{
  width:22px;min-width:22px;         
  display:inline-flex;align-items:center;justify-content:center;
}

.moremenu__badge{
  margin-left:auto;display:inline-block;padding:3px 8px;border-radius:11px;
  background:#b8e986;color:#1e6f00;font:700 11px/1 system-ui;text-transform:lowercase;
}

@media (max-width:768px){
  .moremenu__panel{height:100dvh}
}
@supports not (height:100dvh){
  @media (max-width:768px){ .moremenu__panel{height:100vh} }
}

body.no-scroll{overflow:hidden;height:100dvh}
@supports not (height:100dvh){ body.no-scroll{height:100vh} }

.filter-fab { display: none; }

@media (max-width:991px) { .filter-fab { display: flex; } }

.filter-fab {
    position: fixed;
    right: 8px;
    bottom: 95px;
    z-index: 99;
    align-items: center;
    gap: 6px;
    height: 38px;
    padding: 0 15px;
    border: 0;
    border-radius: 20px;
    background: #4264fd;
    color: #fff;
    font: 500 15px / 1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    cursor: pointer;
    transition: opacity .4s;
}

.filter-fab--show{     
    opacity:1;
}

.filter-fab__icon{
    display:inline-block;
    vertical-align:middle;
    transform:translateZ(0);
    width:18px;
    height:18px;
}

.grecaptcha-badge { display: none; }

.adv_page .title-adv {
    padding: 10px 5px;
    font-size: 22px;
}

.adv_page .contact .user {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.adv_page .contact .user span {
    font-size: 11px;
}

.adv_page .contact {
    background-color: #f6f4f1!important;
}

.adv_page .contact .phones:before {
    background: url(../images/phone.svg) 0 center no-repeat;
    background-size: 25.66px auto;
}

.adv_page .contact .phones a {
    font-weight: 700;
    font-size: 16px;
    color: #263f58;
}

.adv_page .contact .phones-whatsapp:before {
    background: url(../images/whatsapp.svg) 0 center no-repeat;
    background-size: 25.66px auto;
}

.adv_page .contact .phones-whatsapp a {
    font-weight: 700;
    font-size: 16px;
    color: #263f58;
}


/* Utilities */
.u-align-center { align-items: center; }
.u-flex { display: flex; }
.u-mt-15 { margin-top: 15px; }

/* Block: agency-short */
.agency-short__logo{
  width: 50px; height: 50px; margin-right: 10px;
  background-repeat: no-repeat; background-size: cover;
  background-position: center center;
  border-radius: 7px; flex: 0 0 50px;
}

.agency-short__name{
  font-weight: 500; 
  font-size: 15px; 
  line-height: 18px;
  color: #212C3A;
}

.agency-short__name a {
    color: black;
    text-decoration: underline;
}

.agency-short__tag {
    color: #98918A;
    margin-top: 2px;
    font-size: 14px;
    line-height: 17px;
}

.agency-short {
    background: #f5f5dc;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.agency-short__count-link {
    margin-left: 1px;
    font-size: 12px;
}

.desc_block{ position: relative; --desc-bg: #fff; }

.desc_block .text{
  max-height: none;
  overflow: hidden;
  transition: max-height .35s ease;
}

.desc_block.is-collapsed .text::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0; height:48px;
  pointer-events:none;
  background: linear-gradient(to bottom, rgba(255,255,255,0), var(--desc-bg));
}

.desc_toggle{
  display:inline-block;
  margin-top:10px;
  font-size:14px;
  line-height:1;
  color:#002eff;
  opacity:.65;
  text-decoration:none;
  background:none;
  border:0;
  padding:0;
  cursor:pointer;
}
.desc_toggle:hover,
.desc_toggle:focus{
  opacity:1;
  text-decoration:underline;
  outline: none;
}

.ads-tabs{ margin-top:20px; }
.ads-tabs__nav{ display:flex; gap:8px; flex-wrap:wrap; margin-bottom:5px; }
.ads-tabs__btn{
  appearance:none; border:1px solid #eae5e1; background:#fff; color:#212c3a;
  border-radius:6px; padding:8px 12px; font-size:14px; cursor:pointer; transition:.2s;
}
.ads-tabs__btn:hover{ border-color:#d7d1cc; }
.ads-tabs__btn.is-active{ color:#4264fd; border-color:#4264fd; background:#f5f7ff; }
.ads-tabs__pane{ display:none; }
.ads-tabs__pane.is-active{ display:block; }
