:root{
    --fontMain: Lato;
    --brand: #0F4C81;
    --blue: #0F4C81;
}
body{
    font-family: var(--fontMain);
}

#gtranslate {font-size: 10px; text-align: right; padding-top: 8px;}
#gtranslate img {width: 15px; height: 17px; margin-top: -2px;}

.page-id-8004 .Section {
    padding-bottom: 0;
}

.page-id-8004 .archive__form {
    padding-bottom: 4.5rem;
    padding-bottom: var(--sectionPadding);
    background: #FBFBFB;
}

.fond__main {
    width: 100%;
}

.page-id-8004 .slogan {
    margin-bottom: 8px;
    text-align: center;
}

.under-slogan {
    width: 100%;
    font-size: 18px;
    text-align: center;
}

.fond__main-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
}

.fond__main-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 35px 33px;
    margin: 0 12px 24px;
    width: calc(33.333333% - 16px);
    min-height: 350px;
    color: #fff;
    border-radius: 3px;
    background-size: cover;
    background-position: 50%;
    background-color: #9bb7d2;
    align-content: flex-end;
    align-items: center;
    overflow: hidden;
}

.fond__main-item:nth-child(3n+1) {
    margin-left: 0;
}

.fond__main-item:nth-child(3n+3) {
    margin-right: 0;
}

.fond__main-item:after {
    position: absolute;
    pointer-events: none;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(58, 89, 143, 0) 36.98%, rgba(58, 89, 143, 0.85) 100%);
}

.fond__main-item p {
    position: relative;
    margin: 0;
    max-width: 85%;
    width: 100%;
    font-size: 13px;
    line-height: 1.538;
    font-weight: 700;
    z-index: 1;
}

.fond__main-item strong {
    font-size: 64px;
    line-height: 1.21875;
}

.fond__main-flag {
    pointer-events: none;
    position: absolute;
    width: 34px;
    height: 23px;
    top: 24px;
    right: 24px;
}

.fond__main-item p.cost {
    padding: 4px 0 5px;
    margin-top: 8px;
    max-width: unset;
    width: auto;
}

.fond__main-item p.cost.gold {
    padding: 4px 16px 5px;
    color: var(--brand);
    background: #fff;
    border-radius: 3px;
}

.fond__main-item p:nth-last-child(2) {
    min-height: 38px;
}

.fond__main-discount {
    position: relative;
    display: flex;
    margin-top: 48px;
    width: 100%;
    color: #fff;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--brand) -25.79%, #9EB7E3 100%), #EBEBEB;
    justify-content: space-between;
    align-items: stretch;
    overflow: hidden;
}

.fond__main-discount:not(.second) .fond__discount-arround {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fond__main-discount:not(.second) .fond__discount-arround:before,
.fond__main-discount:before {
    pointer-events: none;
    position: absolute;
    content: '';
    top: -180px;
    left: -40px;
    width: 360px;
    height: 360px;
    background: #4B6593;
    border-radius: 100%;
}

.fond__discount-logo {
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 253px;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.fond__discount-content {
    position: relative;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding: 32px;
    align-items: flex-start;
    z-index: 1;
}

.fond__discount-content h3 {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.12196;
}

.fond__discount-content p {
    flex-grow: 1;
    margin: 0;
    max-width: 85%;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5384;
}

.fond__discount-img {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
}

.fond__discount-market {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 8px 35px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
    line-height: 1.5384;
    background: linear-gradient(270deg, #FFC806 -4.67%, #E78A00 100%);
    transform: translateX(-50%);
    z-index: 1;
}

.fond__discount-img:after {
    pointer-events: none;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90.01deg, #7E99C9 4.2%, rgba(58, 89, 143, 0) 99.99%);
}

.project__tab {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    justify-content: center;
}

.project__tab p {
    margin: 0;
    margin-right: 16px;
    font-size: 13px;
    font-weight: 500;
    line-height: 15.85px;
}

ul.project__tab>li {
    display: flex;
    padding: 0;
    margin: 0 8px;
    min-width: max-content;
    align-items: center;
}

ul.project__tab>li:before {
    display: none;
}

.project__tab .Filter__stages {
    width: auto !important;
    min-width: 163px;
}

.project__tab .Dropdown__value:empty:before {
    color: #333333;
}

.project__tab .Dropdown.-inputAlter .Dropdown__button {
    border-color: var(--brand);
}

.project__tab .Dropdown__arrow.-tick {
    fill: #333 !important;
}

.project__tab .reverse {
    color: var(--major);
    background: rgba(0,0,0,0);
}

.project__tab .reverse:hover,
.project__tab .active {
    color: #fff;
    background: var(--brand);
}

.project__content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    width: 100%;
    justify-content: space-between;
    align-content: center;
    align-items: stretch;
}

.project__item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 24px;
    margin: 0 12px 24px;
    width: calc(33.333333% - 16px);
    color: #333333;
    border-radius: 3px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
}

.project__item:nth-child(3n+1) {
    margin-left: 0;
}

.project__item:nth-child(3n+3) {
    margin-right: 0;
}

.project__item h3 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.26px;
}

.project__item p {
    margin: 0;
    max-width: 80%;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
}

.project__item p.cost {
    flex-grow: 1;
}

.project__item p.cost.gold {
    padding: 4px 16px 5px;
    margin-top: 8px;
    margin-bottom: 18px;
    max-width: unset;
    width: auto;
    color: var(--brand);
    font-weight: 700;
    border-radius: 3px;
    background: #FFF7E8;
}

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

.why__left,
.why__right {
    width: calc(50% - 24px);
}

.why__left {
    margin-right: 24px;
}

.why__right {
    margin-left: 24px;
}

.why__item {
    margin-bottom: 8px;
    width: 100%;
}

.why__item h3 {
    margin: 0 0 24px;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.26px;
}

.why__item p {
    margin: 0 0 24px;
    font-size: 13px;
    line-height: 20px;
}

.why__item-img {
    margin-bottom: 24px;
    width: 100%;
}

.why__item-img img {
    max-width: 100%;
    height: auto;
}

.fond__main-discount.second {
    min-height: 280px;
    overflow: unset;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.fond__main-discount.second img {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
}

.fond__main-discount.second .fond__discount-img {
    width: 38.5%;
}

.fond__main-discount.second .fond__discount-content h3 {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 43px;
}

.fond__main-discount.second .fond__discount-content p {
    max-width: 45%;
}

.fond__main-discount.second .fond__discount-img:after,
.fond__main-discount.second:before {
    display: none;
}
.invest__steps .StepDealSet{
    margin: 0 !important;
    justify-content: space-between;
    align-items: stretch;
}
.invest__steps .step-deal-set__item{
    min-height: auto;
    margin: 0;
    margin-top: 24px;
    width: calc(25% - 18px);
    flex: 0 0 auto;
    padding-top: 16px;
}
.invest__steps .StepDeal__num{
    top: 8px;
    width: 40px;
    height: 58px;
    line-height: 58px;
    padding: 0;
    padding-left: 5px;
    font-size: 22px;
}
.invest__steps .StepDeal__title{
    height: 44px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 17px;
    line-height: 22px;
    max-width: 90%;
}
.invest__steps .StepDeal__text{
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}
.invest__steps .StepDeal__num.rotate-num{
    transform: rotate(90deg);
    display: flex;
    top: -10px;
    left: 80%;
}
.invest__steps .StepDeal__num.rotate-num span{
    transform: rotate(-90deg);
    display: block;
}
.invest__steps .StepDeal__num.rotate-180{
    left: auto;
    display: flex;
    right: 0;
}
.invest__steps .StepDeal__num.rotate-180 span{
    display: block;
    transform: rotate(-180deg);
}
.fond__links{
    background: #FFF7E8;
    padding: 24px 0 32px;
}
.fond__container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.fond__title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.01em;
    color: var(--brand);
    margin-bottom: 32px;
}
.fond__title img{
    margin-right: 24px;
}
.fond__column{
    width: calc(33.333% - 16px);
}
.fond__link{
    padding-top: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 24px;
    border-top: 1px solid var(--brand);
    text-decoration: none !important;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.01em;
    transition: .3s color;
    color: #000000;
}
.fond__link:hover{
    color: var(--brand);
}
.fond__link img{
    margin-right: 24px;
}

.why__line {
    display: none;
}

/*======================================================*/
/*======================================================*/
/*======================================================*/
/*======================================================*/
/*======================================================*/
/*======================================================*/
/*======================================================*/
/*======================================================*/
/*======================================================*/
/*======================================================*/

.object__inside h2 {
    display: none;
}

.grid.mt-900.selection-callback-section.second {
    margin-top: 32px !important;
    margin-bottom: 52px;
}

.slider-category .Slider .EstateCard,
.slider-category .Slider.d .EstateCard {
    margin: 0;
    width: auto;
    max-width: unset;
}

.sticky-origin-soc {
    display: flex;
    margin-top: 56px;
    width: 100%;
    color: #333;
    font-size: 18px;
    line-height: 27px;
    justify-content: space-between;
    align-items: center;
}

.sticky-origin-soc p {
    padding: 0;
    margin: 0;
}

.sticky-origin-soc ul {
    display: flex;
    margin: 0;
    justify-content: space-between;
    align-items: center;
}

.sticky-origin-soc ul>li:before {
    display: none;
}

.sticky-origin-soc ul>li {
    padding: 0;
    margin-left: 16px;
    margin-top: 0;
}

.sticky-origin-soc ul>li:first-child {
    margin-left: 0;
}

.sticky-origin-soc ul>li svg .black {
    transition: .3s all;
}

.sticky-origin-soc ul>li svg:hover .black{
    fill: var(--brand) !important;
}

/**/

.popup-calculate {
    position: fixed;
    display: flex;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51,51,34,0.3);
    overflow-y: auto;
    z-index: 999;
    justify-content: center;
    align-items: center;
}

.popup-calculate__content {
    padding: 42px 24px 24px;
    max-width: 624px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    position: relative;
}

.popup-calculate__content h3 {
    margin-bottom: 27px;
    width: 100%;
    text-align: center;
}

.popup-calculate__table,
.popup-calculate__table-line {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 8px;
    background: #fff;
    font-weight: 500;
    line-height: 15px;
    justify-content: space-between;
    align-items: center;
}

.popup-calculate__table {
    margin-bottom: 16px;
}

.popup-calculate__table-line {
    padding: 2px 8px;
}

.popup-calculate__table-col:nth-child(1) {
    width: 45%
}

.popup-calculate__table-col:nth-child(2) {
    width: 37.5%
}

.popup-calculate__table-col:last-child {
    width: 17.5%
}

.popup-calculate__table-line:nth-child(2n+2) {
    background: #F4F4F4;
}

.popup-calculate__table-line:first-child {
    color: #6D6D6D;
}

.popup-calculate__table-line:not(:first-child) {
    color: var(--brand);
    text-transform: uppercase;
}

.popup-calculate__table-line:last-child {
    color: #fff;
    background: var(--brand);
}

.popup-calculate__table-line:last-child .popup-calculate__table-col:last-child {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
}

.popup-calculate__nav {
    display: flex;
    flex-wrap: wrap;
    margin-top: 22px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.popup-calculate__nav.project__tab .reverse {
    display: flex;
    padding: 0;
    font-size: 8px;
    font-weight: 500;
    line-height: 10px;
    justify-content: center;
    align-items: center;
    min-width: auto;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.IconFlag{
    box-shadow: none;
}
.map__addresses{
    padding-top: 70px;
    display: flex;
}
.estate__gallery .slick-list{
    margin-left: -12px;
    margin-right: -12px;
}
.map__address{
    width: 50%;
    display: flex;
}
.map__address-icon{
    margin-right: 24px;
}
img.GalleryImage[src^="https://tranio.ru/photos/"] + .mark{
    left: 4% !important;
}
.estate__gallery-item{
    position: relative;
}
.estate__gallery-item>a{
    margin: 0 12px;
    display: block;
}
.map__address-icon+.map__address-item{
    margin-right: 42px;
}
.map__address-title{
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #808080;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
}
.map__address-text{
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: var(--brand);

}
.map__address-text.phone{
    text-decoration: underline;
}
.popup-calculate__nav.project__tab .reverse svg {
    margin-right: 0;
}

.popup-calculate__nav.project__tab .reverse path {
    fill: var(--brand) !important;
    transition: .3s all;
}

.popup-calculate__nav.project__tab .reverse:hover path {
    fill: #fff !important;
}

.popup-calculate__nav-save {
    display: flex;
    margin: 0;
    align-items: center;
}

ul.popup-calculate__nav-save>li {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
}

ul.popup-calculate__nav-save>li a {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

ul.popup-calculate__nav-save>li svg {
    margin-left: 8px;
}

ul.popup-calculate__nav-save>li:not(:first-child) {
    margin-left: 24px;
}

ul.popup-calculate__nav-save>li:before {
    display: none;
}

.mobile-right-sidebar,
.archive__form.mobile {
    display: none;
}

.ArticleSmallCardSet p {
    display: none;
}









/*======================================================*/

.Filter.second .col-sq,
.Filter.second .col-level,
.Filter.second .col-class,
.Filter.second .Filter__expaned,
.Filter.second.is-expanded .Filter__hidden,
.Filter.second .Filter__hidden .mob {
    display: none;
}

.Filter.second.is-expanded .col-sq,
.Filter.second.is-expanded .col-level,
.Filter.second.is-expanded .col-class,
.Filter.second.is-expanded .Filter__expaned {
    display: inherit;
}

.Filter.second .line-btn {
    margin-top: 0 !important;
}

.Filter.second .grid:nth-child(1),
.Filter.second .Filter__secondRow>.row>div:nth-child(1),
.Filter.second .Filter__secondRow>.row>div:nth-child(3) {
    display: inherit !important;
}

.filter-top-block-header {
    display: none;
}


.Tile__link.Tile__link-all{
    background-size: auto !important;
    background-repeat: no-repeat !important;
}
.recommendations-block .slider-pic-holder{
    width: 170px;
    flex: 0 0 170px;
    overflow: hidden;
    height: 100%
}
.recommendations-block .slider-pic-holder img{
    height: 100%;
    width: auto;
    max-width: none;
}
.recommendations-block__man{
    width: 30px;
    height: 30px;
}
.recommendations-block .slider-element{
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}
.recommendations-block .slider-element .slider-element-wrapper{
    height: 270px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding: 16px 24px;
}
.recommendations-block .slider-element{
}
.services__slick{
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}
.services__title{
    font-weight: 600;
    font-size: 36px;
    color: #333333;
    margin-bottom: 35px;
    line-height: 46px;
    white-space: nowrap;
}
.services__item{
    width: calc(33.33% - 16px);
}
/*======================================================*/

.finance-baner {
    display: flex;
    flex-wrap: wrap;
    padding: 22px 20px 19px;
    width: 100%;
    background-color: #fff;
    background-color: var(--bg);
    box-shadow: inset hoff voff blur #000;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    border-radius: 3px;
    justify-content: space-between;
    align-content: center;
    align-items: stretch;
}

.finance-baner-left,
.finance-baner-right {
    display: flex;
    flex-wrap: wrap;
    width: 45%;
    color: var(--brand);
    justify-content: center;
    align-content: center;
    align-items: center;
}

.finance-baner-right p {
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 13px;
    line-height: 16px;
}

.finance-baner-right p:first-child {
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

.finance-baner-right strong {
    margin: 24px 0 16px;
    line-height: 1;
    font-size: 46px;
    font-weight: 900;
}

/*======================================================*/
.edit-popup .Popup.-ask {
    padding: 32px 24px;
    height: auto;
}

.edit-popup .Popup__inner {
    width: 70%;
}

.edit-popup p.fz-200.lh-157.fw-600.color-intense.mb-300 {
    margin-bottom: 0 !important;
    color: var(--brand) !important;
    font-size: 18px !important;
    line-height: 27px !important;
}

.edit-popup .Popup__inner-header {
    margin: 8px 0 27px;
    color: var(--brand);
    font-size: 13px;
    line-height: 20px;
}

.ArticleCard__body {
    padding-right: 20px;
    max-width: 50%;
}

.ArticleCard__link {
    position: relative;
}

.articleCard__img {
    position: absolute;
    top: 24px;
    right: 24px;
    max-width: 50%;
    width: 100%;
    /*height: 100%;*/
    height: calc(100% - 48px);
    overflow: hidden;
}

.articleCard__img img {
    max-width: unset;
    height: 100%;
}

/*======================================================*/

.section-seven .slider-element-wrapper {
    margin-left: 0;
}

.section-seven .slider-element {
    padding: 16px 24px;
    outline: none;
}

.section-seven .slider-element.slick-slide {
    position: relative;
    /*margin: 0 20px;*/
}

.section-seven .slick-slide:not(.slick-active) {
    /*opacity: 0;*/
}

.section-seven .slick-slide:not(.slick-active) + .slick-active:not(.slick-center) .slider-element-wrapper{
    /*margin-right: -170px;*/
}

.section-seven .slider-element.slick-slide.slick-current.slick-center .slider-element-wrapper{
    /*margin-right: -170px;*/
    opacity: 1;
}

.section-seven .slider-element.slick-slide:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    z-index: 2;
}

.section-seven .slick-track {
    padding: 20px 0;
}

.section-seven .slider-element.slick-slide.slick-current.slick-center {
    z-index: 5;
    max-width: 200px;
}
.section-seven .slider-element.slick-slide.slick-current.slick-center .slider-element-wrapper{
    margin: 0 -150px;

}

.section-seven .slider-element.slick-slide.slick-current.slick-center:before {
    display: none;
}
.Header__callback-container{
    position: relative;
    padding-right: 55px;
}
.Header__callback-container .gtranslate{
    position: absolute;
    right: 0;
    width: 45px;
    top: 37px;
    display: flex;
    padding: 0;
    flex-direction: column;
}
.Header__callback-container .gtranslate:before{
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    height: calc(100% + 10px);
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 0px 3px 3px 3px;
    display: none;
}
.glink-current{
    position: absolute !important;
    width: 100%;
    top: -30px;

}
.Header__language{
    display: none;
}
.Header__callback-container .gtranslate img{
    display: none;
}
.Header__callback-container .gtranslate a{
    font-size: 13px;
    position: relative;
    z-index: 2;
    line-height: 16px;
    font-weight: bold;
    letter-spacing: 0.01em;
    color: var(--brand);
    width: 100%;
    padding: 3px;
    text-align: center;
    transition: .3s all;
}
.Header__callback-container .gtranslate a:not(.glink-current):hover{
    background: var(--brand);
    color: #fff;
}
.Header__callback-container .gtranslate a:not(.glink-current){
    display: none;
}
.Header__callback-container .gtranslate.open:before, .Header__callback-container .gtranslate.open a:not(.glink-current){
    display: block;
}
/*======================================================*/

.map-plane {
    margin-top: 40px;
    width: 100%;
}

.map-plane.greece {
    padding-bottom: 60px;
}

.map-plane.spain {
    padding-bottom: 40px;
}

.map-plane.port {
    padding-bottom: 53px;
}

.map-plane p {
    padding: 0;
    margin: 0 0 20px;
    width: 100%;
    color: var(--brand);
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
}

.map-plane-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.map-plane-content p {
    font-weight: 400;
}

.map-plane-one,
.map-plane-two {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
}

.map-plane .map-plane-one,
.map-plane .map-plane-two {
    width: 48%;
}

.map-plane .map-plane-one {
    margin-top: 35px;
}

.map-plane .map-plane-one p {
    margin-left: 36px;
    text-align: left;
}

.map-plane .map-plane-two p {
    margin-left: 36px;
    margin-top: 35px;
    text-align: left;
}

.map-plane .traectory-plane {
    position: absolute;
    transform: translateX(-50%);
    z-index: 2;
}

.map-plane.greece .traectory-plane {
    bottom: -60px;
    left: 43.8%;
}

.map-plane.spain .traectory-plane {
    bottom: -40px;
    left: 42.8%;
}

.map-plane.port .traectory-plane {
    bottom: -53px;
    left: 42.8%;
}
.manager__titie{
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #333333;
    margin-bottom: 24px;
}
.popups{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999999;
    background: #000;
    width: 100%;
    height: 100%;
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
}
.news-span-div{
    height: auto !important;
}
.menedger__popup label{
    font-size: 8px;
    line-height: 12px;
    color: #333;
    display: block;
    margin-bottom: 4px;
}
.stickyOrigin.second{
    margin-right: 28px;
}
.menedger__popup .row{
    margin: 0 !important;
}
.menedger__popup .FormInput{
    background: #FFFFFF;
    border: 1px solid #CECECE;
    border-radius: 3px;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    padding: 8px;
    font-style: normal;
    color: #333333;
}

.menedger__popup .FormInput:-moz-placeholder{
    font-style: normal;
    color: #CECECE;
}
.menedger__popup .FormInput:-ms-input-placeholder{
    font-style: normal;
    color: #CECECE;
}
.menedger__popup .FormInput::-webkit-input-placeholder{
    font-style: normal;
    color: #CECECE;
}
.plane-mob {
    display: none;
}
.object__inside img{
    height: 60px;
    width: 60px;
}
.Popup{
    padding: 0 !important;
    background: transparent;
    min-height: auto;
}
.Popup__closer{
    top: 25px;
}
.menedger__popup .col-12,
.menedger__popup .col-12 + .col-6,
.menedger__popup .is-first-column {
    padding: 0 !important;
    margin-bottom: 16px;
}
.menedger__popup .col-flags {
    width: 50px;
    text-align: center;
    position: absolute;
    top: 35px;
    right: 10px;
}
    .menedger__popup .col-flags label {
        display: block;
        margin: 0 0 16px;
    }
@media (min-width: 980px) {
    .menedger__popup .col-12 + .col-6 + .col-6,
    .menedger__popup .col-12 + .col-6 + .col-4,
    .menedger__popup .is-first-column + .col-6,
    .menedger__popup .is-first-column + .col-4,
    .menedger__popup .is-first-column + .col-4 + .col-4 {
        padding-top: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 16px !important;
        margin-bottom: 16px;
    }
    .menedger__popup .col-4 {
        max-width: 33.33333% !important;
    }
}
@media (max-width: 979px) {
    .menedger__popup .sm\:col-6,
    .menedger__popup .sm\:col-6 + .sm\:col-6,
    .menedger__popup .sm\:col-6 + .sm\:col-6 + .sm\:col-6 {
        max-width: 50% !important;
        padding: 0 16px 0 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 16px !important;
    }
    .menedger__popup .sm\:col-6:after {
        display: none;
    }
}
.menedger__popup{
    max-width: 445px;
    padding: 0 72px 35px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 3px 3px;
    margin-top: 63px;
    /*display: none;*/
}
.manager__btn{
    text-align: center;
}
.menedger__logotype{
    position: absolute;
    transform: translate(-50%, -50%);
    top: -67px;
    left: 50%;
}
.manager__success{
    padding-top: 167px;
    background: url(../images/manager_success.svg) center top no-repeat;
    text-align: center;
    display: none;
}
.menedger__popup:after{
    position: absolute;
    top: -50px;
    height: 63px;
    content: "";
    background: #fff;
    left: 0;
    width: 100%;
    background: url(../images/popup_top.png) center top no-repeat;
    background-size: 100% auto;
}


/*======================================================*/
/*======================================================*/
/*======================================================*/

.best-post .Section.-bg.pt-300.best-articles .container {
    padding: 0  10px;
}

.best-post .ArticleSmallCardSet {
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
}

.best-post .ArticleCard__link {
    margin-bottom: 24px;
    max-width: 49%;
    width: 100%;
    max-height: 280px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    align-items: stretch;
    align-content: flex-start;
    overflow: hidden;
}

.best-post .ArticleCard__link:nth-child(1n+5) {
    display: none;
}

.best-post .ArticleCard__link .ArticleCard__body {
    /*display: flex;
    flex-direction: column;*/
    overflow: hidden;
}

/*.best-post .ArticleCard__link .ArticleCard__body h4 {
    flex-grow: 1;
}*/

.best-post .ArticleCard__link p {
    display: inherit;
}

.home-page__contant .slogan-container {
    height: auto;
}




/*======================================================*/

/*.post-type-archive-estate .Tile.-item4 {
    grid-area: item7;
}

.post-type-archive-estate .Tile.-item5 {
    grid-area: item1;
}

.post-type-archive-estate .Tile.-item3 {
    grid-area: item10;
}

.post-type-archive-estate .Tile.-item1 {
    grid-area: item2;
}

.post-type-archive-estate .Tile.-item2 {
    grid-area: item9;
}*/

/*====*/

/*.post-type-archive-estate .Tile.-item7 {
    grid-area: item4;
}

.post-type-archive-estate .Tile.-item9 {
    grid-area: item5;
}

.post-type-archive-estate .Tile.-item10 {
    grid-area: item3;
}*/




.country__visa-photo{
    display: block;
}
.country__visa-img{
    float: left;
}
.country__visa-bottom{
    display: flex;
    flex-wrap: wrap;
}
.DottedSteps{
    width: 100%;
}
.GalleryImage{
    max-height: 250px;
    min-width: 384px;
}
.fixed_active .fixed_slider_container{
    position: fixed;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 100;
    top: 80px;
}
.fixed_active .fixed_slider_container .container{
    margin: 0 auto;
}
.fixed_slider_container .container{
    margin: 0;
    background: #fff;
    z-index: 100;
    max-width: calc(var(--containerWidth) - var(--sidePadding) * 2);
}
.fixed_active .fixed_slider_container .object__slider {
    margin-bottom: 10px !important;
    margin-top: 10px;
}
.object__calc-price .stickyBlock{
    /*top: calc(50vh - 60px);*/
}
.Tile.-item4 .Tile__heading{
    font-size: 20px !important;
}
.Header.is-scrolled{
    z-index: 101;
}
.object__calc-price{
    margin-top: 40px;
}
.form__radio-styles{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.form__radio-styles label{
    margin-right: 36px;
    padding-left: 26px;
    position: relative;
    overflow: hidden;
}
.form__radio-styles input{
    position: absolute;
    left: -999px;
}
.form__radio-styles span{
    font-size: 13px;
    line-height: 16px;
    color: var(--brand);
    position: relative;
    display: block;
    height: 100%;
}
.form__radio-styles span:after, .form__radio-styles span:before{
    position: absolute;
    left: -26px;
    top: calc(50% - 6px);
    content: "";
    width: 12px;
    height: 12px;
}
.form__radio-styles span:after{
    border: 1px solid #cecece;
    border-radius: 50%;
}
.form__radio-styles span:before{
    z-index: 2;
    background: url("../images/img-style-radio.svg");
    background-size: cover;
    opacity: 0;
    transition: .3s opacity;
}
.form__radio-styles input:checked+span:before{
    opacity: 1;
}
/*======================================================*/

.basicLightbox.-popupMod {
    /*display: none !important;*/
}
.catalog__sliders .EstateCard{
    max-width: none !important;
}
.catalog__arrow{
    padding: 0;
    margin: 0;
    background: url(../images/catalog__arrow.svg) no-repeat;
    height: 190px;
    width: 26px;
    position: absolute;
    border: 0;
    z-index: 5;
    top: 0;
    outline: none !important;
}
.estate__arrow{
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.estate__arrow svg path{
    stroke: #b1b1b1 !important;
    fill: transparent;
}
.estate__arrow:hover svg path{
    stroke: var(--brand) !important;
}
.estate__arrow{
    height: 100%;
}
.estate__arrow.slick-prev{
    left: -26px !important;
}
.estate__arrow.slick-next{
    right: -26px !important;
}
.catalog__count{
    display: none;
}
.catalog__arrow.slick-disabled{
    opacity: 0.3;
}
.catalog__arrow.slick-prev{
    left: 0;
    transform: rotate(180deg);
    background-position: 8px center;
}
.catalog__arrow.slick-next{
    right: 0;
    background-position: calc(100% - 8px) center;
}
.golden-visa-bar-block .catalog__arrow.slick-prev{
    left: 16px;
}
.golden-visa-bar-block .catalog__arrow.slick-next{
    right: 16px;
}
.catalog__count-items{
    display: none !important;
}
.slick-slide, .slick-slide a{
    outline: none !important;
}
.services__title.transparent{
    color: transparent !important;
}
.third-section-head-wrapper{
    margin-top: 72px;
}

.country-slider{
    display: grid !important;
    grid-template-areas:
        "item1 item2 item3 item4 item5 item6"
        "item1 item7 item7 item8 item5 item6"
        "item9 item9 item9 item10 item10 item11";
    grid-gap: 7px;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 184px);
    width: 100%;
}
.country-slider .country-slider-item{
    display: none;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.country-slider .country-slider-item:after, .slider-item-link{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
}
.slider-item-link{
    z-index: 3;
}
.country__towns .country-slider-item{
    display: block;
    border-radius: 5px;
}
.country-slider .slider-item__portugal, .country__towns .country-slider-item:nth-child(1){
    grid-area: item1;
    display: block;
}
.country-slider .slider-item__portugal:after{
    background: linear-gradient(180deg, rgba(156, 135, 130, 0) 61.42%, #8B7B79 100%);
}
.country-slider .slider-item__austria, .country__towns .country-slider-item:nth-child(2){
    grid-area: item2;
    display: block;
}
.country-slider .slider-item__austria:after{
    background: linear-gradient(180.46deg, rgba(20, 41, 51, 0) 62.4%, #27373F 99.6%);
}
.country-slider .slider-item__spain, .country__towns .country-slider-item:nth-child(3){
    grid-area: item3;
    display: block;
}
.country-slider .slider-item__spain:after{
    background: linear-gradient(180.39deg, rgba(123, 132, 146, 0) 58.91%, #777F8C 99.66%)
}
.country-slider .slider-item__monaco, .country__towns .country-slider-item:nth-child(4){
    grid-area: item4;
    display: block;
}
.country-slider .slider-item__monaco:after{

}
.country-slider .slider-item__malta, .country__towns .country-slider-item:nth-child(5){
    grid-area: item5;
    display: block;
}
.country-slider .slider-item__malta:after{
    background: linear-gradient(180.04deg, rgba(179, 148, 53, 0) 75.05%, #938423 98.8%);
}
.country-slider .slider-item__france, .country__towns .country-slider-item:nth-child(6){
    grid-area: item6;
    display: block;
}
.country-slider .slider-item__france:after{
    background: linear-gradient(180deg, rgba(58, 132, 152, 0) 67.27%, #4793A3 100%);
}
.country-slider .slider-item__greece, .country__towns .country-slider-item:nth-child(7){
    grid-area: item7;
    display: block;
}
.country-slider .slider-item__greece:after{
    background: linear-gradient(181.19deg, rgba(15, 76, 129, 0) 66.42%, #0F4C81 98.98%);
}
.country-slider .slider-item__montenegro, .country__towns .country-slider-item:nth-child(8){
    grid-area: item8;
    display: block;
}
.country-slider .slider-item__montenegro:after{
    background: linear-gradient(0deg, #0F4C81 0%, rgba(15, 76, 129, 0) 38.53%)
}
.country-slider .slider-item__switzerland, .country__towns .country-slider-item:nth-child(9){
    grid-area: item9;
    display: block;
}
.country-slider .slider-item__switzerland:after{
    background: linear-gradient(180deg, rgba(26, 35, 27, 0) 43.99%, #2A482C 117.41%);
}
.country-slider .slider-item__united-kingdom, .country__towns .country-slider-item:nth-child(10){
    grid-area: item10;
    display: block;
}
.country-slider .slider-item__united-kingdom:after{
    background: linear-gradient(180deg, rgba(244, 95, 16, 0) 68.67%, rgba(197, 75, 23, 0.8) 100%)
}
.country__towns .slider-item:nth-child(11), .slider-item__all{
    grid-area:item11;
}
.country-slider .slider-item__all{
    border: 1px solid var(--brand);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    text-align: center;
    font-size: 24px;
    line-height: 16px;
    color: var(--brand);
    font-weight: 400;
}
.country-slider .slider-item__all:after{
    display: none;
}
.slider-item__all svg{
    display: inline-block;
    margin-top: 17px;
}
@media(min-width: 768px){

    .row-nowrap{
        flex-wrap: nowrap;
    }
}
@media (max-width: 1279px) {

    /**/

    .OfficeSet {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .Office {
        padding: 0 10px;
        margin-left: 0;
        width: 16.5%;
        min-width: 150px;
    }

    .Office__city,
    .Office__country {
        white-space: unset;
    }

    .Office__city {
        font-size: 1rem;
    }

    .Office__country {
        font-size: 0.9rem;
    }




    .page-id-8004 .row.gap-lg {
        margin-left: 0;
        margin-right: 0;
    }

    .page-id-8004 .row.gap-sm {
        margin-left: 0;
        margin-right: 0;
    }











}




@media (max-width: 1135px) {
    .catalog__count-items{
        display: block !important;
        width: auto !important;
        height: auto !important;
        position: absolute;
        top: calc(190px - 32px);
        right: 10px;;
        z-index: 5;
        font-size: 13px;
        font-weight: 500;
        color: #fff;
    }
    .golden-visa-bar-block .catalog__count-items{
        right: 24px;
    }
    .catalog__count-items span:not(.catalog__count-item){
        font-size: 8px;
        margin-left: 2px;
    }
    .catalog__count-item{
        font-size: 18px;
        font-weight: 800;
        margin-right: 2px;
    }
    /**/

    .Office__city {
        font-size: 18px;
    }

    .Office__country {
        font-size: 14px;
    }

    .Office__address {
        font-size: 12px;
    }

    .Header__button {
        margin-left: 24px;
        padding: 5px 9px;
        font-size: 12px;
        white-space: unset;
    }

    .grid>.row>.col-4 {
        max-width: 30%;
    }

    .grid>.row>* {
        padding: 10px;
    }

    .grid>.row>.col-4 .PageNav {
        font-size: 14px;
    }

    .ArticleCard__link {
        padding: 10px;
    }

    .ArticleCard__body h4 {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .NavMain li+li {
        margin-left: 10px;
    }

    .NavMain {
        margin: 0 10px;
    }

    h1, .h1 {
        font-size: 40px;
    }

    .PageHeader {
        margin-bottom: 50px;
    }

    .Section {
        padding: 40px 0;
    }

    .OfficeSet {
        margin-bottom: 40px;
    }

    .Paginator {
        font-size: 16px;
        margin-top: 50px;
    }

    .Collapsible.-alter .Collapsible__header {
        font-size: 16px;
    }

    .Collapsible.-alter {
        padding-bottom: 20px;
    }

    .Footer__hr.mt-400 {
        margin-top: 0 !important;
    }

    .Collapsible__body {
        margin-top: 1rem;
        font-size: 13px;
    }




    .fond__main-discount.second .fond__discount-content h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .fond__main-discount.second .fond__discount-content p {
        max-width: 60%;
    }

}






@media (max-width: 979px) {

    /**/

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*.row {*/
    /*    margin-right: 0;*/
    /*    margin-left: 0;*/
    /*}*/

    .Office {
        min-width: 230px;
        margin-bottom: 30px;
    }

    .Footer__nav ul {
        flex-wrap: wrap;
    }

    .Footer__nav ul>li,
    .Footer__nav ul>li+li {
        padding-right: 10px;
        margin: 0;
        margin-top: 10px;
        min-width: 236px;
    }

    .grid>.row>.col-4,
    .grid>.row>.col-4+.col-8 {
        position: relative;
        padding: 0;
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
    }

    .grid>.row>.col-4+.col-8 {
        margin-top: 24px;
    }

    .grid>.row>.col-4:after {
        pointer-events: none;
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        width: 30%;
        height: 100%;
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    }

    .grid>.row>.col-4 .PageNav {
        display: flex;
        flex-wrap: nowrap;
        padding: 0 0 10px;
        width: 100%;
        font-size: 13px;
        line-height: 27px;
        overflow-x: auto;
    }

    .PageNav>li,
    .PageNav>li+li {
        flex-grow: 0;
        margin: 0;
        margin-right: 16px;
        width: auto;
        white-space: nowrap;
    }

    .PageNav>li:last-child {
        margin-right: 0;
        padding-right: 25%;
    }

    .PageNav__item span {
        margin-left: 8px;
    }

    .PageNav__item.is-selected {
        position: relative;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        background-color: inherit;
        color: var(--brand);
    }

    .PageNav__item.is-selected:before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        border: 1px solid var(--brand);
    }

    .PageNav__item.is-selected span {
        color: var(--major);
    }


    .Header {
        padding: 8px 0;
        height: auto !important;
    }

    .Header__grid {
        height: auto;
    }

    header .NavMain,
    .Header__phone,
    .Header__button {
        display: none;
    }

    .Header__logo {
        margin: 0 auto;
    }

    .btn__birger {
        position: absolute;
        left: 16px;
        top: 18px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        height: 16px;
        width: 24px;
        cursor: pointer;
    }

    .btn__birger div {
        width: 100%;
        height: 2px;
        background: var(--brand);
    }




    ul.project__tab>li {
        margin: 8px 8px;
    }

    .fond__main-item {
        padding: 15px;
    }

    .fond__main-item strong {
        font-size: 44px;
    }

    .fond__discount-img {
        display: flex;
        align-items: center;
    }

    .fond__discount-logo {
        left: 0;
        top: 0;
        width: 100px;
        transform: unset;
    }

    .project__item {
        padding: 15px;
        margin: 0 8px 24px;
        width: calc(33.333333% - 12px);
    }

    .project__item p.cost.gold {
        padding: 4px 10px 5px;
        font-size: 12px;
    }

    .why .mt-900 {
        margin-top: 40px !important;
    }

    .why__item h3 {
        margin: 0 0 12px;
        font-size: 22px;
        line-height: 26px;
    }

    .fond__discount-content {
        padding: 24px;
    }

    .fond__main-discount .Button {
        margin-top: 16px;
    }

    .fond__main-discount.second .fond__discount-content h3 {
        font-size: 25px;
        line-height: 32px;
    }

    .fond__main-discount.second .fond__discount-img {
        width: 40%;
    }

    .invest__steps .step-deal-set__item {
        margin-top: 10px;
        width: calc(25% - 10px);
        padding: 10px;
        padding-top: 50px;
    }

    .invest__steps .StepDeal__num {
        top: 0;
    }

    .invest__steps .StepDeal__num.rotate-num {
        top: -9px;
        left: auto;
        right: 9px;
    }

    .fond__column {
        width: calc(33.333% - 10px);
    }

    .fond__title img,
    .fond__link img {
        margin-right: 16px;
    }

    .fond__title {
        margin-bottom: 24px;
        font-size: 18px;
        line-height: 26px;
    }

    .row.gap-sm.country__visa-photo {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        align-content: center;
    }

    .grid>.row.gap-sm>.col-auto.country__visa-img,
    .grid>.row.gap-sm>.col .col-6,
    .grid>.row.gap-sm>.country__visa-bottom {
        padding-top: 0;
        padding-bottom: 0;
        padding: 0;
    }

    .grid>.row.gap-sm>.col .col-6 {
        display: flex;
        flex-wrap: wrap;
        flex: 0 0 auto;
        max-width: 100%;
        align-content: center;
        align-items: center;
    }

    .col-auto.country__visa-img+.col {
        display: flex;
        margin-left: 16px;
        padding: 0;
        flex-grow: 1;
    }

    .country__visa-img {
        max-width: 40%;
    }

    .country__visa-img img {
        max-width: 100%;
    }

    .country__visa-img+.col .grid {
        display: flex;
        align-content: space-around;
    }

    .country__visa-bottom p.fw-700.color-brand.mt-400 {
        margin: 0 auto;
        width: 80%;
        text-align: center;
    }

}





:root{
    --fontMain: Lato;
    --brand: #0F4C81;
    --brand05: rgba(58, 89, 143, .5);
    --blue: #0F4C81;
    --border: #919191;
    --bg-currency: #EFF3F7
}

.stat-num{
    font-weight: 500;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    color: var(--brand);
}

.stat-container{
    display:flex;
    margin-top: 27px
}
.slogan{
    text-align: center;
    font-family: var(--fontMain);
    font-weight: 500;
    font-size: 48px;
    line-height: 62px;
}
.stat-info {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}
.input-txt-container{
    margin-top: 14px;
}
.pre-input-txt{
    font-weight:400;
    font-size:13px;
    line-height: 17px;
    text-align: center;
}
.pre-input-txt span{
    color: var(--brand);
}
.filter-top{
    padding-top: 25px;
    padding-bottom: 27px;
}
.filter-top__main{
    display: flex;
    height: 35px;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    border: 1px solid var(--border);
    border-radius: 100px;
    padding: 0;
    align-items: center;
    justify-content: space-between;
}
.filter-top__btn{
    transition: .3s all;
    cursor: pointer;
    background: transparent;
    border: 0;
    height: 23px;
    display: block;
    width: 100%;
    color: var(--brand);
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
}
.Dropdown.-inputAlter .Dropdown__button{
    height: 100%;
    padding: 0;
    background: transparent;
    box-shadow: none !important;
    border-radius: 0 !important;
    border: 0 !important;
}
.Dropdown__search{
    height: 100%;
}
.Dropdown.-inputAlter{
    width: 100% !important;
}
.filter-top__country{
    width: 25%;
    padding-right: 4px;
}
.Filter__country{
    padding-left: 27px;
    padding-right: 26px;
}
.Filter__type{
    padding-left: 25px;
    padding-right: 28px;
}
.Filter__price{
    padding-left: 24px;
    padding-right: 30px;
}
.filter-top__type{
    width: 25%;
    padding-left: 5px;
    padding-right: 2px;
    border-left: 1px solid var(--border);
}
.filter-top__price{
    width: 35%;
    padding-left: 6px;
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
}
.filter-top__search{
    width: 15%;
    padding-left: 30px;
    padding-right: 30px;
}
.Dropdown.-complex .Dropdown__currency{
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    white-space: nowrap;
    width: auto;
    margin-right: 8px;
}
.Toddler.noUi-horizontal .noUi-handle{
    height: 11px;
    width: 11px;
    border: 2px solid transparent !important;
    transition: .3s border-color;
    top: -5px;
    border-radius: 50%;
    background: transparent;
}
.noUi-handle{
    box-shadow: none !important;

}
.noUi-touch-area{
    background: var(--brand);
    border-radius: 50%;
}
.Toddler.noUi-horizontal .noUi-handle:hover{
    border-color: var(--brand05) !important;
}
.Dropdown__arrow{
    position: static !important;
}
.noUi-handle:after, .noUi-handle:before{
    display: none;
}
.Dropdown__values{
    text-align: center;
}
.CurrencySwitch.-alter{
    width: 100%;
}
.Filter__price .Dropdown__body{
    padding: 30px 25px;

}
.Dropdown__value{
    flex: 1 1 100%;
}
.CurrencySwitch{
    background: var(--bg-currency);
    border: 0 !important;
}
.CurrencySwitch.-alter .CurrencySwitch__option{
    width: 33.33%;
    height: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #C9C9C9;
    background: transparent !important;
}
.CurrencySwitch.-alter .CurrencySwitch__option.is-selected{
    color: var(--brand);
    border: 1px solid var(--brand);
    font-weight: 500 !important;
}
.Dropdown__values li{
    margin-left: 0;
}
.filter-top__additional{
    border: 0;
    margin-top: 17px;
    width: 100%;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}
.filter-top__collapse{
    display: flex;
    justify-content: space-between;
    height: 35px;
    align-items: center;
    width: 100%;
    margin-top: 17px;
}
.filter-top__areas{
    width: calc(26% - 8px);
}
.filter-top__stages{
    width: calc(19% - 8px);
}
.filter-top__build{
    width: calc(24% - 8px);
}
.filter__top-actions{
    display: flex;
    width: 29%;
    align-items: center;
    justify-content: space-between;
}
.filter__top-actions button{
    width: calc(50% - 4px);
}
.Filter{
    width: 100%;
}
.Filter__area {
    width: 100% !important;
}
.FormInput.-toddlerMax, .FormInput.-toddlerMin{
    width: 100%;
}
.Filter__area, .Filter__stages, .Filter__building {
    height: 35px;
    border: 1px solid var(--border);
    padding: 0 20px;
    border-radius: 20px;
}
.filter__top-actions button:not(.filter-top__btn-collapse){
    background: var(--brand);
    color: #fff;
}
.filter__top-actions button:not(.filter-top__btn-collapse):hover, .filter-top__btn-collapse{
    color: var(--brand);
    background: transparent;
    border: 1px solid var(--brand);
    cursor: pointer;
}
.filter-top-block button{
    outline: none !important;

}
.filter__top-actions button{
    height: 35px;
    border-radius: 20px;
}
.filter-top__btn-collapse:hover{
    color: #fff;
    background: var(--brand);
}
.filter-top__information{
    margin-top: 17px;
    align-items: center;
    justify-content: space-between;
    border: 0;
    height: 35px;
    display: flex;
}
.filter-top__information .filter-top__btn-collapse{
    background: transparent !important;
    border: 0 !important;
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
}
.filter-top__btn-collapse svg{
    width: 11px;
    margin-right: 7px;
    height: 14px;
}
.filter-top__count{
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #333;
}
.filter-top__collapse{
    display: none;
}
.other_filter.filter-top-block .filter-top__collapse{
    display: flex;
}
.other_filter.filter-top-block .filter-top__information{
    display: none;
}
.filter-top__mobile-title{
    display: none;
    margin-bottom: 24px;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: var(--brand);

}
.best-post .Section.-bg{
    background: #fff;
}
.ArticleCard__body{
    height: 100%;
}
.ArticleCard__body h4{
    line-height: 25px;
    font-weight: 500;
    color: #333;
    margin: 0 0 24px;
}
.ArticleCard__link p{
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    color: #333;
    margin-bottom: 0px;
}
.ArticleCard__content{
    padding-bottom: 30px;
}
.section-eight{
    background: #EBEEF4 !important;
}
.ArticleCard__time{
    font-size: 12px;
    line-height: 18px;
    color: #BABABA;
}
.ArticleCard__body{
    position: relative;
}
.NavSlash__item, .NavSlash__sep{
    font-size: 13px;
    line-height: 17px;
    color: #c9c9c9;
    font-weight: 400;
}
.NavButtons{
    margin-top: 24px;
    margin-bottom: 33px;
}
.NavButtons .Button{
    margin: 0 3px 0 0;
    width: 136px;
    text-align: center;
    background: #EBEEF4;
    border-radius: 111px;
    color: var(--brand);
    font-size: 13px;
    font-weight: normal;
    border: 1px solid #EBEEF4;
}
.NavButtons .Button:not(.-secondary), .NavButtons .Button:hover{
    border: 1px solid var(--brand);
    background: #fff;
}
.NavSlash__item.is-current, .NavSlash__item.is-current+.NavSlash__sep{
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
}
.object__video-title{
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    color: #fff;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}
.object__video-subtitle{
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    margin-bottom: 29px;
    font-weight: 400;
    margin-top: 0;
    position: relative;
    z-index: 1;
}
.object__video-promo .Button{
    position: relative;
    z-index: 1;

}
.object__video-promo{
    padding: 32px 56px 35px;
    background-color: transparent;
    background-size: auto 100%;
    position: relative;
    margin-top: 30px!important;
}
.object__video-promo:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90.04deg, #000000 0.04%, rgba(0, 0, 0, 0.54) 99.96%);
    border-radius: 3px 0px 0px 3px;
    content: "";
}
.news-block{
    margin-top: 52px !important;
}
.Section.best-post, .Section.best-articles{
    padding-bottom: 0;
}
.txt-news-block .date{
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: var(--brand)
}
.news-holdder{
    max-width: 576px !important;
    width: 100% !important;
}
.selection-callback-section .FormInput{
    padding-left: 0;
    padding-right: 0;
}
.step-deal-set .h1{
    font-weight: 600;
    text-align: center;
    margin-bottom: 45px !important;
}
@media(max-width: 767px){
    .object__video-promo{
        background: url(../images/free_video-mob.png) center top no-repeat !important;
        background-size: cover !important;
        padding: 24px;
        text-align: center;
        margin-top: 32px;
        margin-bottom: 38px;
        width: 100%;
    }
    .object__video-title{
        margin-bottom: 7px;
        font-size: 18px;
        line-height: 23px;
    }
    .object__video-subtitle{
        margin-bottom: 67px;
        font-size: 13px;
        line-height: 17px;
    }
    .object__video-promo .Button{
        background: rgba(15, 76, 129, 0.95);
        width: 140px;
        height: 35px;
    }
    .NavButtons{
        margin-bottom: 8px;

    }
    .object__video-promo:before{
        display: none;
    }
    .NavButtons .Button{
        width: calc(50% - 8px);
        margin-bottom: 16px;
    }
    .filter-top__slider{
        position: relative;
        padding-bottom: 385px;
    }
    .filter-top__mobile-input{
        height: 35px;
        padding: 0 20px;
        position: relative;
        border: 1px solid var(--border);
        border-radius: 20px;
    }
    .filter-top__additional, .filter-top__collapse, .filter-top__main{
        display: block;
        height: auto;
        border: 0;
    }
    .filter-top__country, .filter-top__type, .filter-top__areas{
        width: 100%;
        margin:  0 0 24px;
        border: 0;
        padding: 0;
    }
    .filter-top__mobile input{
        font-size: 13px;
        line-height: 20px;
        font-weight: 400;

    }
    .filter-top__price{
        width: 100%;
        bottom: 30px;
        left: 0;
        position: absolute;
        padding: 0;
        border: 0px !important;
    }
    .filter-top__mobile-title{
        display: block;
        text-align: center;
    }
    .filter-top__mobile button{
        height: 100%;
        border: 0;
        padding-right: 19px;
        right: 0;
        top: 0;
        padding-left: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        background: transparent;
    }
    .filter-top__information {
        margin-top: 9px;
    }
    .filter-top__collapse{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .filter-top__slider{
        background: #fff;
        display: none;
    }
    .filter-top__stages, .filter-top__build{
        width: calc(50% - 8px);
        margin-bottom: 24px;
    }
    .Dropdown.-inputAlter{
        height: 35px;
        border-radius: 20px;
        border: 1px solid var(--border);
    }
    .filter-top__price .Dropdown.-inputAlter{
        height: auto;
        padding: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .filter-top__price .Dropdown.-inputAlter .Dropdown__button{
        height: 0;
        overflow: hidden;
    }
    .filter-top__price .Dropdown.-complex .Dropdown__body{
        position: static;
        opacity: 1;
        z-index: 5;
        visibility: visible;
        border-radius: 0;
        box-shadow: none;
        padding-left: 0;
        padding-right: 0;
    }
    .other_filter.filter-top-block .filter-top__mobile{
        display: none !important;
    }
    .filter-top__type .Dropdown.-inputAlter, .filter-top__country .Dropdown.-inputAlter{
        padding-left: 20px;
        padding-right: 20px;
    }
    .filter-top__price .row.gap-xxs{
        margin: 0 !important;
        padding-left: 48px;
        padding-right: 48px;
    }
    .filter-top__price .Toddler.noUi-target{
        margin-bottom: 23px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .filter-top__price .CurrencySwitch.-alter{
        margin-left: 60px !important;
        margin-right: 60px !important;
        width: calc(100% - 120px);
    }
    .filter__top-actions{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .filter__top-actions button{
        height: 40px;
    }
    .filter__top-actions .filter-top__btn-collapse{
        background: #fff;
    }
    .object__calc-price {
        margin-top: 20px;
    }
}
////////////////////////////////////////////////

.object__weight .textButton {
    font-family: Lato;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #0F4C81;
}
.currency_euro {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #919191
}
.finance-baner {
    display: none;
}
.call_developer {
    position: fixed;    
    bottom: 6px;
    z-index: 9999;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background: #0F4C81;
    border-radius: 4px;
    border: 0;
    padding: 18px 25px;
    width:95%;
    justify-content: center;
}
.call_developer:before {
   /* content: url(/wp-content/themes/twentytwenty/images/phone-ringing.svg);
    color: #fff;*/
}


@media (max-width: 800px) {
    .ArticleCard__link {
        flex-direction: column;
    }

    .articleCard__img {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }

    .ArticleCard__body, .articleCard__img {
        width: 100%;
        max-width: 100%;
    }

    .ArticleCard__image {
        margin-left: 0;
        margin-top: 10px;
    }

    .articleCard__img img {
        width: 100%;
        height: auto;
    }
}