@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800&display=swap&subset=cyrillic');

.mh-110 {
    min-height: 110px;
}

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

.mb-60 {
    margin-bottom: 60px;
}

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

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

.text-center {
    text-align: center;
}

/**/
.h1,
.h2,
.h3,
.h4 {
    font-family: 'open sans', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}

/*buttons*/
button {
    cursor: pointer;
}

#top .avia-button.avia-color-dark {
    border: 1px solid #000 !important;
    color: #000000 !important;
}

#top .avia-button.avia-color-light {
    border: 1px solid #fff !important;
}

.avia_iconbox_title {
    font-size: 16px;
    padding: 0 20px;
}

/*media elements*/

#top .avia-video {
    margin-bottom: 0;
    background-size: 100%;
    -webkit-transition: background-size 250ms ease;
    -o-transition: background-size 250ms ease;
    transition: background-size 250ms ease;
    background-position: center;
}

#top .avia-video:hover {
    background-size: 110%;
    -webkit-transition: background-size 250ms ease;
    -o-transition: background-size 250ms ease;
    transition: background-size 250ms ease;
}

div .logo {
    float: left;
    position: relative !important;
}

.main_menu {
    position: relative !important;
    line-height: 30px;
    height: 100%;
    float: right;
    width: 70%;
    width: auto;
}

/* header */
header#header {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

#header .logo img {
    padding: 5px 0;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.container.av-logo-container {
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

/* .menu-item span.avia-menu-text {
    font-size: 15px;
} */
.pll-parent-menu-item ul.sub-menu {
    max-width: 50px;
}

.avia-menu.av-main-nav-wrap {
    width: 100%;
}

#avia-menu {
    height: 90px;
    display: block;
}

.responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
    float: right;
}

.responsive.html_mobile_menu_tablet #top #wrap_all #header {
    position: fixed !important;
}

.responsive.html_mobile_menu_tablet.html_header_top #top #main {
    padding-top: 90px !important;
    margin: 0;
}

.header-content {
    max-width: 1200px;
}

.cat-description {
    max-width: 860px;
}

/*icon-style*/
.av_font_icon.av-icon-style-border .av-icon-char {
    margin-bottom: 20px !important;
    /* color: #2d5c88 !important;
    border-color: #2d5c88 !important; */
}

/*light-gray-form*/
#top #wrap_all div .light-gray-form .input-text,
#top #wrap_all div .light-gray-form textarea,
#top #wrap_all div .light-gray-form input {
    border: 2px solid #dfdfdf;
}

#top #wrap_all .error .text_input,
#top #wrap_all .error .text_area,
#top #wrap_all .error .select {
    border: 2px solid #DF653E;
}

#top #wrap_all .avia_ajax_form.av-form-labels-hidden p {
    margin-top: 0;
    margin-bottom: 30px;
}

.main_color input[type='submit']:hover {
    background-color: #eeeeee !important;
}

.category-card {
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
    -webkit-transition: -webkit-box-shadow 450ms ease-in-out;
    transition: -webkit-box-shadow 450ms ease-in-out;
    -o-transition: box-shadow 450ms ease-in-out;
    transition: box-shadow 450ms ease-in-out;
    transition: box-shadow 450ms ease-in-out, -webkit-box-shadow 450ms ease-in-out;
    border: 1px solid #eaeaea !important;
    overflow: hidden !important;
    cursor: pointer;
}

.category-card:hover {
    -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.17);
    -webkit-transition: -webkit-box-shadow 450ms ease-in-out;
    transition: -webkit-box-shadow 450ms ease-in-out;
    -o-transition: box-shadow 450ms ease-in-out;
    transition: box-shadow 450ms ease-in-out;
    transition: box-shadow 450ms ease-in-out, -webkit-box-shadow 450ms ease-in-out;
}

.avia-image-container.av-hover-grow {
    overflow: hidden !important;
}

.av-special-heading.mh-110 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}


/* invest archive */
.row.flex-grid {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}

a.invest-card {
    display: block;
    height: 100%;
    background-color: white;
    text-decoration: none;
    color: #515151;
    border: 1px solid gray;
    text-decoration: none !important;
    -webkit-box-shadow: 0px 0px 0px #d8d8d8;
    box-shadow: 0px 0px 0px #d8d8d8;
    -webkit-transition: -webkit-box-shadow 450ms ease;
    transition: -webkit-box-shadow 450ms ease;
    -o-transition: box-shadow 450ms ease;
    transition: box-shadow 450ms ease;
    transition: box-shadow 450ms ease, -webkit-box-shadow 450ms ease;
}

.invest-card:hover {
    text-decoration: none;
    color: #515151;
    -webkit-box-shadow: 0 20px 30px #d8d8d8;
    box-shadow: 0 20px 30px #d8d8d8;
    -webkit-transition: -webkit-box-shadow 450ms ease;
    transition: -webkit-box-shadow 450ms ease;
    -o-transition: box-shadow 450ms ease;
    transition: box-shadow 450ms ease;
    transition: box-shadow 450ms ease, -webkit-box-shadow 450ms ease;
}

.invest-card .thumb-wrapper {
    overflow: hidden;
    position: relative;
}

.invest-card .thumb-wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    z-index: 500;
    position: absolute;
    opacity: 0.25;
    background-color: #011126;
    transition: opacity 350ms ease;
}

.invest-card:hover .thumb-wrapper:before {
    transition: opacity 350ms ease;
    opacity: 0;
}

.invest-card img.post-thumb {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    min-height: 100%;
    display: block;
}

.invest-card:hover img.post-thumb {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.invest-card .text-wrapper {
    padding: 30px 40px;
}

.invest-card .invest-terms {
    color: gray;
    font-size: 12px !important;
    z-index: 500;
    text-align: center;
    margin: 0;
    width: 100%;
}

.avia_transform .image-overlay {
    opacity: 0 !important;
    display: none !important;
}

.invest-card .invest-card-title {
    margin-top: 15px;
    margin-bottom: 20px;
    color: #515151;
    text-align: center;
    font-size: 18px;
}

.invest-card .invest-card-title:after {
    /* content: ''; */
    width: 30px;
    height: 2px;
    display: block;
    background-color: gray;
    margin: 4px auto;
    margin-top: 5px;
}

.invest-card .invest-description {
    font-size: 14px;
    text-align: center;
}

.invest-card .invest-description p {
    font-size: 14px !important;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 0;
    color: gray;
    text-align: center;
}

.invest-description-wrapper {
    margin-bottom: 30px;
}

.invest-card .invest-price,
.invest-card .invest-return,
.invest-card .invest-square {
    font-size: 14px !important;
    color: #515151;
    margin: 0 !important;
    border-bottom: 1px dotted #dadada;
    margin-bottom: 5px !important;
}

.invest-card .invest-square {
    border-top: 1px dotted #dadada;
    padding-top: 5px;
    padding-bottom: 5px;
}

.invest-card .invest-price {
    padding-top: 5px;
    padding-bottom: 5px;
}

.invest-card .invest-return {
    padding-top: 5px;
    padding-bottom: 5px;
}

.invest-card .invest-price strong,
.invest-card .invest-return strong,
.invest-card .invest-square strong {
    float: right;
    color: #515151;
}

p.invest-descr {
    margin: 0;
}

/*invest single*/
.investment-template .container .av-content-small.units {
    width: 65%;
    height: 100%;
    border: none;
}

.header-wrapper {
    min-height: 360px;
    background-color: rgba(1, 17, 38, 0.5);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    color: white;
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
}

.single-investment .header-wrapper {
    min-height: 460px;
}

.header-wrapper h1,
.header-wrapper .h1 {
    width: 100%;
}

.header-wrapper .media {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
}

.header-wrapper .media:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(35, 41, 52, 0.7);
    opacity: 0.5;
    background-color: #011126;
}

.header-content {
    z-index: 500;
    position: relative;
    text-align: center;
}

tr.invest-price td {
    border-top: none;
}

#agent-contact {
    padding-top: 50px;
}

.content.clearfix {
    border: none !important;
}

.container.template-investment main.content {
    width: 65%;
}

.container_wrap {
    clear: both;
    position: relative;
    border-top-style: solid;
    border-top-width: 0;
}

#top .form-wrapper form {
    margin-bottom: 0;
}

#top .form-wrapper form fieldset {
    margin-bottom: 0;
}

.invest-content {
    border: none !important;
}

table.invest-info-wrapper {
    margin: 0;
    background-color: transparent !important;
}

table.invest-info-wrapper tr {
    background-color: transparent !important;
}

table.invest-info-wrapper td {
    font-size: 17px;
    padding: 15px 20px;
    color: #2a2a2a !important;
    border: 1px solid #ebebeb;
    border-left: none !important;
    border-right: none !important;
}

table.invest-info-wrapper td:nth-child(2) {
    text-align: right;
}


.grayscale .avia-image-overlay-wrap {
    position: relative;
}

.grayscale .avia-image-overlay-wrap:before {
    content: '';
    opacity: 0.5;
    background-color: #011126;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 50;
    transition: opacity 350ms ease;
}

.grayscale:hover .avia-image-overlay-wrap:before {
    opacity: 0;
    transition: opacity 350ms ease;
}

/* specialist */
.specialist-wrapper {
    display: block;
    width: 100%;
    border: 2px solid #ebebeb;
    margin-top: 95px;
}

.specialist-card {
    position: relative;
    padding-top: 80px;
}

/* .specialist-thumb img {
    border-radius: 50%;
} */
.specialist-thumb {
    display: block;
    width: 100%;
    height: 155px;
    text-align: center;
    top: -80px;
    margin-bottom: 30px;
    position: absolute;
}

.specialist-info {
    text-align: center;
    padding-bottom: 30px;
}

p.spec-title {
    padding: 0 20px;
    font-weight: bold;
    color: #404040;
    margin: 15px 0 -10px;
}

p.spec-post {
    font-size: 13px !important;
    margin: 0;
    padding: 0 20px;
    line-height: 16px;
    margin-bottom: 20px;
}

.spec-phones {
    margin-bottom: 20px;
    font-size: 16px !important;
}

.spec-phone a {
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
}

.specialist-wrapper .avia-button {
    opacity: 0.5;
}

/* avia-team-member */
section.avia-team-member {
    text-align: center;
}

.team-member-description p {
    font-size: 14px !important;
    line-height: 18px;
}

.team-member-name {
    margin-bottom: 20px !important;
    margin-top: 25px !important;
    font-size: 18px !important;
}

.team-member-job-title {
    font-size: 12px;
}

img.avia_image.avia_image_team {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

/*av-masonry*/
.av-sort-by-term {
    margin-bottom: 30px;
}

.avia_desktop .av-hover-overlay-active .av-masonry-image-container {
    opacity: 1 !important;
}

.av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry {
    right: 30px !important;
    bottom: 30px !important;
}

.av-masonry-entry-title.entry-title {
    text-align: center;
    margin-bottom: 20px !important;
    ;
}

.av-masonry-entry .av-masonry-entry-title+.av-masonry-entry-content {
    text-align: center;
    margin-bottom: 20px !important;
    ;
}

.main_color .container .av-inner-masonry-content {
    background-color: #ffffff !important;
    margin-left: -1px;
    margin-right: -1px;
    width: 101%;
}

figure.av-inner-masonry.main_color {
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 0px 0px 0px #d8d8d8;
    box-shadow: 0px 0px 0px #d8d8d8;
    -webkit-transition: -webkit-box-shadow 450ms ease;
    transition: -webkit-box-shadow 450ms ease;
    -o-transition: box-shadow 450ms ease;
    transition: box-shadow 450ms ease;
    transition: box-shadow 450ms ease, -webkit-box-shadow 450ms ease;
}

figure.av-inner-masonry.main_color:hover {
    border: 1px solid #eaeaea;
    text-decoration: none;
    color: #515151;
    -webkit-box-shadow: 0 20px 30px #d8d8d8;
    box-shadow: 0 20px 30px #d8d8d8;
    -webkit-transition: -webkit-box-shadow 450ms ease;
    transition: -webkit-box-shadow 450ms ease;
    -o-transition: box-shadow 450ms ease;
    transition: box-shadow 450ms ease;
    transition: box-shadow 450ms ease, -webkit-box-shadow 450ms ease;
}

figcaption.av-inner-masonry-content.site-background {
    padding-bottom: 10px;
    padding-top: 30px;
}

/* .av-inner-masonry:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    opacity: 0.5;
    background-color: #011126;
    z-index: 50;
    transition: opacity 450ms ease;
}
.isotope-item:hover .av-inner-masonry:before {
    opacity: 0;
    background-color: #011126;
    transition: opacity 450ms ease;
} */

.category-card .avia-image-overlay-wrap:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    opacity: 0.5;
    background-color: #011126;
    transition: opacity 450ms ease;
    z-index: 50;
    left: 0;
    top: 0;
}

.category-card:hover .avia-image-overlay-wrap:before {
    opacity: 0;
    background-color: #011126;
    transition: opacity 450ms ease;
}

/**/
span.text-sep.text-sep-date {
    display: none;
}

span.blog-categories.minor-meta {
    display: none;
}

span.text-sep.text-sep-cat {
    display: none;
}



/* tables */
table td {
    font-size: 17px;
    padding: 20px 12px;
    background-color: transparent;
}

.form-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}


/*gallery*/
.avia-gallery {
    margin-bottom: 30px;
    margin-top: 30px;
}

/*pagination*/
.pagination {
    padding: 0 !important;
    text-align: center !important;
}

#top .pagination .current,
#top .pagination a,
#top .fullsize .template-blog .pagination a {
    padding: 0 !important;
    display: inline-block !important;
    float: none !important;
}

#top .pagination-meta {
    display: none;
}

.content .pagination {
    padding: 0 !important;
    text-align: center !important;
    display: flex;
    justify-content: center;
}

#top.investment-template #main .sidebar {
    border-left-width: 0px !important;
}

#top #footer .widget ul {
    display: flex;
    flex-direction: column;
}



#top #footer .widget ul li a {
    color: white;
}

#top #footer .widget_nav_menu li a {
    font-size: 14px;
}

#top #wrap_all h3.widgettitle {
    font-weight: 600;
}

.textwidget.custom-html-widget>div a {
    flex: 0 1 45px;
}

.textwidget.custom-html-widget>div {
    display: flex;
    align-items: center;
}

/*socket*/


#socket .copyright {
    float: none !important;
    font-size: 16px;
}

.input-text,
input[type='text'],
input[type='input'],
input[type='password'],
input[type='email'],
input[type='number'],
input[type='url'],
input[type='tel'],
input[type='search'],
textarea,
select,
#top .input-text,
#top input[type="text"],
#top input[type="input"],
#top input[type="password"],
#top input[type="email"],
#top input[type="number"],
#top input[type="url"],
#top input[type="tel"],
#top input[type="search"],
#top textarea,
#top select {
    border-color: #ebebeb !important;
    color: #919191 !important;
    padding: 13px !important;
    margin-bottom: 0 !important;
    background-color: transparent !important;
    border: 2px solid #e1e1e1 !important;
}

input[type='submit'],
input[type=button] {
    margin: 0;
    border-radius: 2px;
    font-weight: normal;
    font-size: 0.92em;
    min-width: 142px;
    outline: none;
    /*  padding: 18px 22px;*/
    border: 2px solid #dfdfdf !important;
    background-color: transparent !important;
    color: #515151 !important;
    cursor: pointer;
}

#top .alternate_color ::placeholder {
    color: white !important;
    opacity: 1;
    /* Firefox */
}

#top .alternate_color :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white !important;
}

#top .alternate_color ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white !important;
}

#top .alternate_color input[type=button] {
    color: white !important;
    background-color: transparent !important;
    transition: all 350ms ease-in-out;
}

#top .alternate_color input[type=button]:hover {
    color: gray !important;
    background-color: white !important;
    transition: all 350ms ease-in-out;
}

#top .alternate_color .nf-response-msg {
    color: white !important;
}

::-webkit-input-placeholder {
    text-indent: 0px;
    transition: text-indent 0.3s ease;
}

::-moz-placeholder {
    text-indent: 0px;
    transition: text-indent 0.3s ease;
}

:-moz-placeholder {
    text-indent: 0px;
    transition: text-indent 0.3s ease;
}

:-ms-input-placeholder {
    text-indent: 0px;
    transition: text-indent 0.3s ease;
}

/* :focus::-webkit-input-placeholder {
    text-indent: 900px;
    transition: text-indent 0.3s ease;
}
:focus::-moz-placeholder {
    text-indent: 900px;
    transition: text-indent 0.3s ease;
}
:focus:-moz-placeholder {
    text-indent: 900px; 
    transition: text-indent 0.3s ease;
}
:focus:-ms-input-placeholder {
    text-indent: 900px;
    transition: text-indent 0.3s ease;
} */
#top .alternate_color .input-text,
#top .alternate_color input[type='text'],
#top .alternate_color input[type='input'],
#top .alternate_color input[type='password'],
#top .alternate_color input[type='email'],
#top .alternate_color input[type='number'],
#top .alternate_color input[type='url'],
#top .alternate_color input[type='tel'],
#top .alternate_color input[type='search'],
#top .alternate_color textarea,
#top .alternate_color select {
    color: white !important;
}

.nf-form-fields-required {
    display: none;
}

.nf-form-content {
    padding: 0 !important;
}

.nf-error.field-wrap .nf-field-element:after,
.nf-pass.field-wrap .nf-field-element:after,
.nf-after-field {
    display: none !important;
}

.nf-form-errors {
    display: none;
}

.nf-form-content {
    padding: 5px;
    max-width: 100% !important;
    margin: 0 auto;
}

.nf-response-msg {
    text-align: center;
    border: 1px solid gray;
    padding: 30px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.nf-form-content nf-fields-wrap>nf-field:nth-child(1) {
    width: 49%;
    max-width: 49%;
    display: block;
    float: left;
    margin-right: 2%;
}

.nf-form-content nf-fields-wrap>nf-field:nth-child(2) {
    width: 49%;
    max-width: 49%;
    display: block;
    float: left;
}

@media (max-width: 1310px) {
    .menu-item span.avia-menu-text {
        font-size: 14px;
    }
}

@media (max-width: 1280px) {
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
        display: none !important;
    }

    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
        display: block !important;
    }

    .container.template-investment main.content {
        width: 60%;
    }
}

@media (max-width: 1199px) {
    #top #av-burger-menu-ul li.lang-item {
        /* width: 40px; */
        float: left;
    }

    .lang-item a {
        /* width: 20px!important; */
        box-sizing: border-box;
        padding: 15px 15px !important;
    }

    .lang-item-first {
        margin-left: 36px !important;
    }
}

@media (max-width: 991px) {
    .responsive #top.investment-template #main .sidebar {
        display: block !important;
        width: 100%;
    }

    .responsive #top.investment-template #main .sidebar .inner_sidebar.extralight-border {
        margin: 0 auto;
        max-width: 400px;
    }

    #top.investment-template aside {
        border-color: transparent !important;
    }

    /* .responsive.html_mobile_menu_tablet.html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 80px !important;
    } */

    .container.template-investment main.content {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .responsive.html_mobile_menu_tablet.html_header_top #top #main {
        padding-top: 80px !important;
        margin: 0;
    }

    .invest-card {
        max-width: 360px;
        margin: auto;
    }

    .responsive #top .container .av-content-small,
    .responsive #top #wrap_all .flex_column,
    .responsive #top #wrap_all .av-flex-cells .no_margin {
        margin-bottom: 20px !important;
    }

    .category-card {
        /* width: 70% !important; */
        width: 100% !important;
        margin: 0 auto !important;
        margin-bottom: 30px !important;
    }

    #top .avia-section-huge .content,
    #top .avia-section-huge .sidebar {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .responsive #top .logo {
        max-width: 40%;
        float: left !important;
    }

    .menu-item span.avia-menu-text {
        font-size: 14px;
    }

    #footer .widget:not(.widget_social_icons_custom_widget) {
        padding: 0;
        margin: 0px !important;
        text-align: center;
        overflow: hidden;
        max-width: 480px;
        margin: 4px auto 0 !important;
    }

}

@media (max-width: 575px) {
    .responsive #top .logo {
        max-width: 50%;
    }

    /* .responsive.html_mobile_menu_tablet.html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 80px !important;
    } */
}

/*dropdown*/
.bootstrap-select .dropdown-menu {
    padding: 0 !important;
    background: none !important;
}

.bootstrap-select>.dropdown-toggle {
    background: transparent;
    color: white;
    height: 45px;
}

.bootstrap-select .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    padding: 0 15px;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 45px;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.392857px;
    color: #515151;
}

.bootstrap-select .dropdown-menu .dropdown-item:hover {
    background: rgba(255, 255, 255, 1);
    color: black;
}

.bootstrap-select .dropdown-menu .dropdown-item a {
    background: transparent;
}

.bootstrap-select .dropdown-menu .dropdown-item.active {
    background: rgb(193, 193, 193);
    color: black;
    font-weight: bold;
}

.header-content input[type="submit"] {
    height: 45px;
    border-radius: 5px;
    color: white !important;
}

.header-content input[type="submit"]:hover {
    background: white !important;
    color: #000000 !important;
    transition-duration: .3s;
}

.post-type-archive-investment .header-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    min-height: 360px;
    justify-content: flex-end;
}

.post-type-archive-investment form {
    min-height: 160px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.post-type-archive-investment form p {
    display: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    max-width: 100%;
}

.dropdown-menu {
    transform: none !important;
    top: initial !important;
}

.section-form-search {
    z-index: 1000;
}

@media (max-width: 992px) {
    .post-type-archive-investment form {
        max-width: 760px;
    }
}

@media (max-width: 767.98px) {
    .post-type-archive-investment form>div {
        margin-bottom: 15px;
    }

    .post-type-archive-investment form>div:nth-last-child(1) {
        margin-bottom: 0;
    }

}


.dropdown-menu li {
    padding: 0 !important;
    margin: 0 !important;
}

#av_section_5 {
    z-index: 0;
    position: relative;
}

@media (max-width: 767.98px) {

    .main_block_catalog {
        margin-left: 0 !important;
        width: 100% !important;
        margin-top: 20px !important;
    }

}

.invest-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.8rem;
    margin-top: 2.2rem;
    width: 100%;
}

.invest-title {
    flex: 0 0 calc(100% - 10rem);
    max-width: calc(100% - 10rem);
}

.invest-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.invest-flex aside {
    flex: 0 0 47%;
    max-width: 47%;
    padding-right: 4rem;
    box-sizing: border-box;
}

.invest-flex main {
    flex: 0 0 52%;
    max-width: 52%;
}

.invest-flex .content,
.invest-flex .sidebar {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
}


.invest-flex .invest-price td {
    padding: 0 20px 15px;
    border-top: 0 !important;
}

.invest-flex .specialist-wrapper {
    margin-top: 110px;
}

@media (max-width: 1200px) {

    .invest-flex aside {
        padding-right: 2rem;
    }
}


@media screen and (max-width: 767.98px) {

    .invest-flex {
        flex-direction: row-reverse;
        flex-wrap: wrap;
    }

    .invest-flex aside {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-bottom: 1rem;
    }

    .invest-flex main {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .responsive #gallery-new {
        width: unset !important;
        margin-left: 0 !important;
    }

    .invest-flex .invest-price td,
    .invest-flex .invest-square td,
    .invest-flex .invest-return td {
        padding: 0 0 15px !important;
    }

    .invest-top {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .invest-title {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #top #wrap_all .all_colors h1 {
        margin-bottom: 10px !important;
    }

    .slick-prev {
        right: auto;
        left: 0;
    }

    .slick-next {
        right: 0;
        left: auto;
    }


}


.slick-slider:not(.slick-initialized),
.slick-slider:not(.slick-initialized) .slick-slide,
.slick-slider:not(.slick-initialized) .slick-slide img,
.slick-slider:not(.slick-initialized) .slick-slide .simple-slide-container:after {
    display: none !important;
}


.invest-similar h2 {
    margin-bottom: 2rem;
}

.invest-flex .avia-video {
    margin-top: 1.5rem;
}

.invest-share img,
a.addtoany_share img {
    width: 20px;
    height: 20px;
    opacity: .56;
    transition: all .3s ease
}


.invest-share a:hover img,
a.addtoany_share:hover img {
    opacity: 1;
}


.responsive #gallery-new {
    width: calc(100vw - 5rem);
    max-width: 100vw;
    margin-left: calc(50% - (50vw - 2.5rem));
}


.pdf_download {
    margin-left: 0.4rem;
    margin-right: 0rem;
}

#menu-item-64-he,
#menu-item-65-he,
#menu-item-9736-he,
#menu-item-64-sr,
#menu-item-65-sr,
#menu-item-9736-sr,
#menu-item-64-nl,
#menu-item-9736-nl,
#menu-item-65-nl,
.menu-item-64-sr,
.menu-item-64-he,
.menu-item-64-nl,
.menu-item-65-sr,
.menu-item-65-he,
.menu-item-65-nl,
.menu-item-9736-sr,
.menu-item-9736-he,
.menu-item-9736-nl {
    display: none !important;
}

.invest-wrap .specialist-thumb {
    top: unset !important;
    margin-bottom: unset !important;
    position: relative !important;
    width: -webkit-fill-available !important;
    height: auto !important;
    width: 168px !important;
}

.invest-wrap .specialist-thumb img {
    height: auto !important;
    width: 168px !important;
}

.invest-wrap .specialist-card {
    position: relative;
    padding: 1rem !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
    border: 0;
    border: 1px solid #ebebeb;
}

.invest-wrap .specialist-info .spec-title {
    font-size: 24px !important;
    padding: 0 !important;
}

.invest-wrap .specialist-info {
    text-align: left !important;
    padding-bottom: 0 !important;
    flex-grow: 1 !important;
    padding-left: 2rem !important;
}


.invest-wrap .invest_video iframe {
    height: 295px
}

.invest-wrap .slick-slide:not(.slick-current) img {
    /* 	filter: brightness(0.5); */
    filter: opacity(0.4) !important;
}

a.addtoany_share img {
    margin-top: 2px;
}

.invest-wrap .slick-slide {
    border: 5px solid white;
}

.invest-wrap .invest-block {
    margin: 3rem 0 0;
}


.invest-wrap .invest-share {
    margin-top: 0.8rem;
}

#gallery-new:not(.slick-initialized) figure {
    display: none !important;
}

.mapboxgl-ctrl-bottom-right,
.mapboxgl-ctrl-compass {
    display: none !important;
}

.stretch {
    width: 100%;
}

button:focus {
    outline: none !important;
}


.landing_hero .avia-image-overlay-wrap::before,
.landing_about .avia-image-overlay-wrap::before,
.landing_adv .avia-image-overlay-wrap::before,
.landing_projects .avia-image-overlay-wrap::before,
.landing_contacts .avia-image-overlay-wrap::before {
    content: none
}

.landing_about {
    padding: 3rem 0;
    color: #212529;
}

.landing_adv,
.landing_projects {
    padding: 3rem 0;
    color: #212529;
}

.landing_contact {
    padding: 1rem 0 0rem;
    color: #ffffff;
}

.landing_contacts {
    padding: 5rem 0;
    color: #ffffff;
}

.landing_contacts p {
    margin: 0;
}

.landing_about ul {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.landing_about ul li {
    position: relative;
    padding-right: 2.2rem;
    margin-bottom: .2rem;
    font-weight: 300;
}

.landing_about ul li:before {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../images/check.svg);
}

.landing_about.ltr ul li {
    position: relative;
    padding-left: 2.2rem;
    margin-bottom: .2rem;
    padding-right: 0;
    font-weight: 300;
}

.landing_about.ltr ul li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    right: unset;
    width: 20px;
    height: 20px;
    background: url(../images/check.svg);
}

.landing_about .main_color,
.landing_adv .main_color,
.landing_projects .main_color,
.landing_contacts .main_color {
    color: #212529;
}



.landing_hero h1 {
    font-size: 46px !important;
    line-height: 1.1 !important;
}

.landing_hero h2 {
    color: white;
    font-size: 36px;
}

.landing_about h2 {
    color: #005398;
}

.mfp-counter {
    display: none;
}

.landing_price p {
    position: absolute;
    top: 160px;
    transform: translate(Z);
    transform: scaleX(-1);
    background: white;
    margin: 0;
    opacity: 1;
    padding: 0.1rem 0.5rem;
    z-index: 2;
    color: black;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0 0.2rem 0.2rem 0;
}

.landing_projects .avia-button-wrap a {
    margin-top: 4rem;
    position: relative;
    border-radius: 0.2rem !important;
    background: #005398;
    padding: 1rem;
    transition: all .3s ease;
}

.landing_hero .avia-button-wrap a {
    padding: .5rem 1rem;
    position: relative;
    border-radius: 0.2rem !important;
    background: #005398;
    padding: 1rem;
    transition: all .3s ease;
}

.landing_hero .avia-button-wrap a:hover,
.landing_projects .avia-button-wrap a:hover {
    background: #046cc3;
}

.landing_adv img {
    width: 55px;
    filter: brightness(99.5);
}

.landing_hero h1 {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    background: #ffffff4d;
    padding: 0.75rem 1.5rem;
    color: #005398 !important;
    font-weight: 600 !important;
    margin-bottom: 0.5rem;
    backdrop-filter: blur(2px);
}


.landing_adv .adv_item {
    min-height: 99px;
    display: flex;
    align-items: stretch;
    background: #424b59;
}

.landing_adv .adv_item .avia-image-container {
    background: #424b59;
    padding: 1rem;
    margin: 0;
    min-width: 101px;
}


.landing_adv .adv_item .avia-image-container {
    background: #424b59;
    padding: 1rem;
    align-self: center;
}

.landing_adv .adv_item .av_textblock_section {
    background: #e5e7e9;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
}

.landing_adv .flex_column_div p {
    font-size: .9rem;
    line-height: 1.5;
    margin-bottom: 0 !important;
}

#top .landing_contacts input[type="text"],
#top .landing_contacts input[type="email"],
#top .landing_contacts input[type="tel"] {
    border: 1px solid #bdbdbd !important;
    direction: rtl !important;
    padding: 1rem !important;
    color: #212529 !important;
    font-weight: 300 !important;
}

#top .landing_contacts.ltr input[type="text"],
#top .landing_contacts.ltr input[type="email"],
#top .landing_contacts.ltr input[type="tel"] {
    direction: ltr !important;
}

#top .landing_contacts input::placeholder,
#top .landing_contacts textarea::placeholder {
    color: #212529 !important;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #212529 !important;
}


.landing_div .content {
    padding-top: 20px;
    padding-bottom: 20px;
}

#top .landing_contacts textarea {
    height: 68px;
    border: 1px solid #bdbdbd !important;
    direction: rtl !important;
    padding: 1rem !important;
    color: #212529 !important;
    font-weight: 300 !important;
}

#top .landing_contacts.ltr textarea {
    direction: ltr !important;
}

.page-id-24201 nav {
    float: left !important;
}

.page-id-24201 nav a,
.page-id-25585 nav a {
    font-size: 21px;
}


.page-id-24201 header,
.page-id-25585 header {
    position: relative !important;
    margin-bottom: -90px;
    box-shadow: none;
}

.responsive.html_mobile_menu_tablet.html_header_top #top.page-id-24201 #main,
.responsive.html_mobile_menu_tablet.html_header_top #top.page-id-25585 #main {
    padding-top: 70px !important;
}

.page-id-24201 #avia-menu,
.page-id-24201 #header_main .container,
.page-id-24201 .main_menu ul:first-child>li a,
.page-id-24201 header .main_menu ul:first-child>li a,
.page-id-25585 #avia-menu,
.page-id-25585 #header_main .container,
.page-id-25585 .main_menu ul:first-child>li a,
.page-id-25585 header .main_menu ul:first-child>li a {
    height: 70px;
    line-height: 70px;
}



.landing_adv .avia-icongrid-tooltip li article:before {
    padding-top: 73%;
}

.landing_contacts form {
    margin-bottom: 6rem;
}

.landing_div h2 {
    color: white;
}

.landing_contacts form .row>div {
    width: 100%;
}

.landing_contacts form .row>div p {
    text-align: center;
}

.landing_contacts .wpcf7-spinner {
    display: none;
}


.landing_hero .avia-button-wrap {
    margin-top: 6rem;
}

.landing_about h2,
.landing_adv h2 {
    font-weight: 400 !important;
    color: #005398;
    font-size: 35px !important;
}


.landing_projects .invest-card {
    -webkit-box-shadow: 0 0 0 #3a6bbfb8;
    box-shadow: 0 0 0 #3a6bbfb8;
}


.landing_projects .invest-card:hover {
    -webkit-box-shadow: 0 2px 12px #3a6bbfb8;
    box-shadow: 0 2px 12px #3a6bbfb8;
}

.landing_contact .avia-icongrid-tooltip li article:before {
    padding-top: 9%;
}

.landing_blue h2 {
    color: #005398;
}


.landing_projects h2 {
    font-weight: 400 !important;
    color: #005398;
    font-size: 35px !important;
}


.landing_contacts h2 {
    font-weight: 400 !important;
    color: #ffffff;
    font-size: 35px !important;
}

.landing_adv {
    padding-bottom: 4rem;
}

.landing_contact .avia-icongrid-content {
    display: none;
}

.landing_contact .avia-icongrid-icon {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 0.4em;
    color: initial;
    color: #005398;
}


.landing_contact .avia-icongrid-tooltip li:hover .avia-icongrid-front {
    bottom: 50%;
    -webkit-transform: translateY(38%);
    -ms-transform: translateY(38%);
    transform: translateY(38%);
}

#top .landing_contacts input[type='submit'] {
    position: relative;
    background: #005398 !important;
    color: #fff !important;
    border-radius: 2px !important;
    border: 0 !important;
    margin-bottom: 2rem;
}




.landing_projects .invest-card .invest-square strong,
.landing_projects .invest-card .invest-price strong {
    direction: ltr;
}

.landing_projects .invest-card .text-wrapper {
    padding: 16px 40px 30px;
}

.landing_contact h6 {
    color: #212529 !important;
}

.landing_contact .content {
    padding-top: 0px;
    padding-bottom: 93px;
}

.landing_hero h1 {
    color: white;
    font-size: 57px;
}

.landing_div a {
    width: 80%;
    padding: 15px 16px 13px;
}

.landing_hero h3 {
    color: white;
    font-size: 27px;
    margin-top: 1rem;
    margin-bottom: 4rem;
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 4px solid #7e97b2;
    border-top-color: #005398;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.investment-template-single-investment .sold,
.investment-template-single-investment .reserve,
.investment-template-single-investment .active,
.investment-template-single-investment .rented_out,
.investment-template-single-investment .removed_from_rent {
    font-weight: 400;
    position: absolute;
    top: 10%;
    background: #fff;
    border-radius: 0;
    color: #c50066;
    padding: 1rem 2.5rem;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 2;
}

.investment-template-single-investment #gallery-new .sold,
.investment-template-single-investment #gallery-new .reserve,
.investment-template-single-investment #gallery-new .active,
.investment-template-single-investment #gallery-new .rented_out,
.investment-template-single-investment #gallery-new .removed_from_rent {
    z-index: 2;
    top: 8%;
    padding: 0.75rem 1.7rem;
}

.invest-card .sold,
.invest-card .reserve,
.invest-card .active,
.invest-card .rented_out,
.invest-card .removed_from_rent {
    font-weight: 400;
    position: absolute;
    top: 0;
    background: #fff;
    border-radius: 0;
    color: #c50066;
    padding: 0.75rem 1.7rem;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 767.98px) {


    .avia-icongrid-tooltip li article {
        padding: 3em 3em;
    }

    .landing_contact {
        padding: 0;
    }

    .page-id-24201 nav {
        display: none !important;
    }

    .landing_adv .adv_item {
        display: flex;
        align-items: center;
        min-height: unset;
    }

    .landing_adv .av_textblock_section {
        padding-right: 1rem;
        flex: 1;
    }


    .responsive #top.page-id-24201 .logo {
        float: none !important;
        margin: 0 auto !important;
    }

    .landing_adv img {
        width: 50px;
        margin-bottom: 0;
        margin-left: auto;
        max-width: 50px;
        margin-right: auto;
    }


    .responsive #top.page-id-24201 .avia-icongrid-tooltip li .avia-icongrid-front,
    .responsive #top.page-id-25585 .avia-icongrid-tooltip li .avia-icongrid-front {
        padding: 0em;
    }



    .landing_contacts .avia-icongrid-tooltip li:hover .avia-icongrid-front {
        transform: none;
    }

    .landing_contacts h2 {
        margin-bottom: 0;
    }



    .landing_adv,
    .landing_projects {
        padding: 2rem 0;
    }

    .landing_about {
        padding: 2rem 0;
    }

    h2 {
        margin-bottom: 3rem;
    }

    .landing_adv .avia-icongrid-tooltip li article {
        padding: 0;
    }

    .landing_adv .avia-icongrid-tooltip li .avia-icongrid-front {
        padding: 1em;
    }

    .landing_adv .col-md-6 {
        margin-top: 20px
    }

    .landing_about .about_1 {
        display: none;
    }

    .landing_about .about_2 {
        display: flex;
        flex-direction: column-reverse;
    }

    .landing_about .about_2 img {
        margin-top: 2.5rem;
        margin-bottom: 2rem;
    }

    .landing_about .about_3 img {
        margin-top: .5rem;
    }

    .landing_adv .landing_form:after,
    .landing_adv .landing_form:before {
        content: none;
    }

}

*,
*:focus {
    outline: none !important;
}

.invest_video>div {
    max-width: 100%;
}

.avia-section {
    min-height: 80px;
}

#gallery-new {
    position: relative;
}

#gallery-new .slick-arrow {
    position: absolute;
    width: 26px;
    height: 26px;
    border: 1px solid #b1b1b1;
    top: 26px;
    left: auto;
}

#gallery-new .slick-arrow:before {
    position: static;
    margin-top: 0;
    color: #b1b1b1;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
}

#gallery-new .slick-arrow.slick-next {
    right: 0;
}

#gallery-new .slick-arrow.slick-prev {
    right: 35px;
}