a.main-title-a{
    border-bottom: 3px solid #fee600;
    padding-bottom: 3px;
}

.main-title{
    background-size: cover;
    min-height: 920px;
    height: 100vh;
}

.main-title h1{
    font-size: 48px;
}

[lang="pl"] .main-title h1 {
    font-size: 38px;
}

.main-title .n-sub{
    padding-top: 12px;
    color: white;
    font-family: "gilroyextrabold";
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}

.head-advs{
    margin-top: 45px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -15px;
    margin-bottom: 20px;
    flex-direction: row!important;
}

.head-advs__item{
    width: 33.33%;
    padding: 0 15px;
    text-align: left!important;
    box-sizing: border-box;
    margin: 0!important;
}

.head-advs__item .icon{
    width: 92px;
    flex-shrink: 0;
}

.head-advs__item .icon img{
    max-width: 100%;
}

.head-advs__item p{

    padding-top: 5px;
    font-size: 15px!important;
    font-weight: 500;
    line-height: 1.3;
}

.head-advs__item p:before{
    display: none;
}

.head-advs__item p span{
    display: block;
    font-family: "gilroyextrabold";
    font-size: 22px;
    font-weight: 700;
}

[lang="lt"] .head-advs__item p span, [lang="pl"] .head-advs__item p span {
    font-size: 18px;
}

.main-title input.button-index-topblock{
    font-size: 16px;
    font-weight: 400;
}

.main-title .container{
    max-width: 1295px!important;
    width: 100%!important;
}

.main-advantages-wrap{
    display: flex;
    flex-wrap: wrap;
    max-width: 863px;
}

.main-advantages-unit.certif,
.main-advantages-unit.garant{
    width: 50%;
    background-image: none;
}

.main-advantages-unit.certif .text,
.main-advantages-unit.garant .text{
    max-width: 300px;
    font-size: 16px;
    color: #303337;
    font-weight: 400;
    position: relative;
    z-index: 2;
}

.main-advantages-unit.certif .title,
.main-advantages-unit.garant .title{
    max-width: 305px;
    padding: 0!important;
    position: relative;
    z-index: 2;
}


.main-advantages-unit.garant,
.main-advantages-unit.certif{
    margin: 0!important;
    padding: 0!important;
    padding-left: 48px!important;
    padding-top: 15px!important;
    padding-right: 15px!important;
    position: relative;
}

.main-advantages-unit.garant .icon,
.main-advantages-unit.certif .icon{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.main-advantages-unit.garant .icon img,
.main-advantages-unit.certif .icon img{
    max-width: 100%;
}

.n-stat{
    padding-top: 55px;
    padding-bottom: 15px;
}

.n-stat__items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.n-stat__item{
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.n-stat__in{
    display: flex;
}

.n-stat__item .icon{
    width: 92px;
    padding-right: 10px;
    flex-shrink: 0;
}

.n-stat__item .icon img{
    max-width: 100%;
}

.n-stat__item p{
    padding-top: 3px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #303337;
}

.n-stat__item p span{
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    font-family: "gilroyextrabold";
    font-weight: 700;
}

.n-staps{
    padding-top: 55px;
    padding-bottom: 25px;
}

.n-staps .container{
    max-width: 1295px!important;
    width: 100%!important;
}

.n-staps .subtitle{
    color: #303337;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 45px;
    line-height: 1.3;
}

.n-staps__items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.n-staps__item{
    width: 25%;
    padding: 45px 15px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 55px;
}

.n-staps__item.b_r:before{
    content: "";
    width: 269px;
    height: 62px;
    background: url(../images/n-stap/b_r.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateY(-50%);
}

.n-staps__item.t_r:before{
    content: "";
    width: 314px;
    height: 62px;
    background: url(../images/n-stap/t_r.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateY(-50%);
}

.n-staps__item.r_d:before{
    content: "";
    width: 67px;
    height: 144px;
    background: url(../images/n-stap/r_d.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 115%;
    left: 50%;
    transform: translateY(-50%);
}

.n-staps__item.b_l:before{
    content: "";
    width: 314px;
    height: 62px;
    background: url(../images/n-stap/b_l.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateY(-50%);
}

.n-staps__item.t_l:before{
    content: "";
    width: 314px;
    height: 62px;
    background: url(../images/n-stap/t_l.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateY(-50%);
}

.n-staps__item.w1{
    width: 276px;
    flex-shrink: 0;
}

.n-staps__item.w2{
    width: 337px;
    flex-shrink: 0;
}

.n-staps__item.w3{
    width: 290px;
    flex-shrink: 0;
}

.n-staps__item.w4{
    width: 360px;
    flex-shrink: 0;
}

.n-staps__item.w5{
    width: 305px;
    flex-shrink: 0;
}

.n-staps__item.w6{
    width: 345px;
    flex-shrink: 0;
}

.n-staps__item.w7{
    width: 329px;
    flex-shrink: 0;
}

.n-staps__item.w8{
    width: 250px;
    flex-shrink: 0;
}


.n-staps__in{
    position: relative;
    padding-left: 70px;
}

.n-staps__item .icon{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.n-staps__item .icon img{
    max-width: 100%;
}

.n-staps__item .tit{
    padding-top: 15px;
    color: #303337;
    font-size: 24px;
    font-weight: 700;
    font-family: "gilroyextrabold";
    line-height: 1.4;
    position: relative;
    z-index: 2;
}

.n-parm{
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
}

.n-parm_t{
    font-size: 18px;
}

.n-parm__item .num{
    font-size: 30px;
    font-family: "gilroyextrabold";
}

.n-parm__item .num sup{
    font-size: 16px;
    font-family: 'gilroylight';
    transform: translateY(-5px);
    position: relative;
}
.big-slider .slick-list {
    box-sizing: content-box;
}

@media only screen and (max-width : 1295px){
    .n-staps__item{
        width: 25%!important;
    }

    .n-staps__item:before{
        display: none!important;
    }
    .main-tour-path-request {
        width: 224px;
        padding-right: 49px;
        line-height: 24px;
        background-position: 196px 5px;
    }
}




@media only screen and (max-width : 1200px){
    .main-title{
        min-height: 1000px;
    }

    .main-title h1{
        font-size: 50px;
    }

    .main-title .n-sub{
        font-size: 30px;
    }

    .head-advs__item p{
        font-size: 14px!important
    }

    .head-advs__item p span{
        font-size: 20px;
    }
}

@media only screen and (max-width : 1199px){
    .head-advs__item{
        width: 50%;
    }



    .main-title{
        height: auto;
    }

    .main-title h1{
        font-size: 40px;
    }

    .n-stat__item{
        width: 50%;
    }

    .n-staps__item{
        width: 50%!important;
        padding-top: 0;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width : 989px){
    .main-tour-path-request {
        padding-top: 17px;
        background-position: 196px 22px;
    }
    .main-tour-path-request:after {
        top: 0;
    }
    .main-tour-path-request:before {
        top: 0px;
    }
}

@media only screen and (max-width : 767px){
    .head-advs__item{
        width: 100%;
        display: flex;
        align-items: center;
    }

    .head-advs__item p br{
        display: none;
    }
    .head-advs__item .icon {
        width: 53px;
    }
    .head-advs__item:first-child img {
        width: 53px;
        min-width: 53px;
    }
    .head-advs__item p {
        padding: 15px 0 15px 13px;
        margin: 0;
    }
    .head-advs__item .icon img {
        display: block;
    }
    .main-title .n-sub{
        font-size: 24px;
        line-height: 1.3;
    }

    a.main-title-a{
        font-size: 16px;
    }

    .main-title h1{
        font-size: 30px;
        line-height: 1.5;
    }

    .head-advs__item p span{
        font-size: 16px;
    }
    .main-advantages {
        padding-top: 30px;
        padding-bottom: 13px;
    }
    .main-advantages-date {
        margin-bottom: 25px;
    }
    .main-advantages-date .small {
        margin-top: 40px;
    }
    .main-advantages-unit.certif,
    .main-advantages-unit.garant{
        width: 100%;
        text-align: center;
        padding-left: 15px!important;
    }

    .main-advantages-unit.garant{
        margin-top: 50px!important;
    }

    .main-advantages-unit.garant .icon, .main-advantages-unit.certif .icon{
        left: 50%;
        transform: translateX(-50%);
    }

    .main-advantages-unit.certif .text, .main-advantages-unit.garant .text,
    .main-advantages-unit.certif .title, .main-advantages-unit.garant .title{
        margin-left: auto;
        margin-right: auto;
    }

    .n-stat__item{
        width: 100%;
    }

    .n-stat__item p span{
        font-size: 20px;
    }
    .n-staps {
        padding: 0;
    }

    .n-staps__item{
        width: 100%!important;
    }

    .n-staps .subtitle{
        margin-bottom: 20px;
    }
}

.callback-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    margin-left: 7px;
}
.callback-email a {
    position: relative;
    top: -3px;
}

.header-mobile-soc .callback-email a {
    padding: 0 5px;
    color: white;
}

.partner-photo {
    max-width: 100%;
    margin: 10px 0;
}
.apartments-list-wrap.cols .apartments-list-unit-image {
    width: 96%;
}
.apartments-list-wrap.cols .apartments-list-unit-image-wrap {
    max-width: calc(100% - 31px);
}
.apartments-list-wrap.cols .apartments-list-unit-info {
    max-width: calc(100% - 31px);
}
@media (max-width: 767px) {
    .apartments-list-wrap.cols .apartments-list-unit-image {
        width: 100%;
    }
    .apartments-list-wrap.cols .apartments-list-unit-image-wrap {
        max-width: 100%;
    }
    .apartments-list-wrap.cols .apartments-list-unit-info {
        max-width: 100%;
    }
}

.callback-email.mult {
    display: flex;
    flex-direction: column;
}
.callback-email.mult a {
    line-height: 20px;
}
.img-cover {
    object-fit: cover;
    object-position: 50% top;
}
.main-advantages-width {
    margin: 0!important;
    padding: 0!important;
    margin-top: 20px;
    padding-top: 15px!important;
    padding-right: 15px!important;
    position: relative;
}
.main-advantages-width .title {
    font-family: gilroyextrabold;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px;
    padding: 0!important;
    position: relative;
    z-index: 2;
}
.main-advantages-width .text {
    font-size: 16px;
    line-height: 20px;
    color: #303337;
    font-weight: 400;
    position: relative;
    z-index: 2;
}

.main-advantages {
    height: 1148px;
}
@media (max-width: 767px) {
    .main-advantages-width {
        text-align: center;
        margin-top: 50px!important;
        max-width: 305px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .main-advantages-width .title {
        font-size: 20px;
        line-height: 26px;
    }
    .main-advantages {
        height: auto;
    }
}
.clearAll {
   overflow: hidden;
}
.apartmentsDetailed-body .header-topline {
    z-index: 3;
}

.filter-item {
    margin-bottom: 20px;
}
.modern_pagenavigation2 {
    height: 55px;
}
.modern_pagenavigation2 .pagination-body .pagination-body-unit.active {
    width: 50px;
    line-height: 50px;
}
.meta-hid {
    display: none;
}
@media only screen and (max-width : 767px){
    .champions{
        padding: 20px 10px;
    }

    .champions img{
        width: auto!important;
        height: auto!important;
        max-width: 100%;
        margin: 10px 0;
    }
}
.consent {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.header-mobile-soc {
    display: none;
}

@media only screen and (max-width : 989px){
    .header-mobile-soc {
        display: block;
    }

    .header-mobile-soc .header-topline-contacts {
        display: flex;
        position: absolute;
        right: 10px;
        top: 67px;
    }

    .header-mobile-soc .header-topline-contacts .icon-skype,
    .header-mobile-soc .header-topline-contacts .icon-facebook,
    .header-mobile-soc .header-topline-contacts .icon-instagram,
    .header-mobile-soc .header-topline-contacts .icon-viber,
    .header-mobile-soc .header-topline-contacts .icon-telegram,
    .header-mobile-soc .header-topline-contacts .icon-watsapp {
        background-color: #fff;
    }
}

@media only screen and (max-width : 646px){
    .header-mobile-soc.header-mobile-soc_partners .header-topline-contacts {
        max-width: 245px;
        flex-wrap: wrap;
        top: 58px;
    }

    .header-mobile-soc.header-mobile-soc_partners .header-topline-contacts .icon-watsapp {
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .header-mobile-soc.header-mobile-soc_partners .header-topline-contacts .icon-telegram {
        margin-left: 0;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width : 443px){
    .header-mobile-soc .header-topline-contacts {
        max-width: 100px;
        flex-wrap: wrap;
        top: 58px;
    }

    .header-mobile-soc .header-topline-contacts .icon-watsapp {
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .header-mobile-soc .header-topline-contacts .icon-telegram {
        margin-left: 10px;
        margin-bottom: 10px;
    }
}

.workarea ul.iti__country-list li:before{
     display: none;
}

.workarea ul.iti__country-list li {
    padding-left: 15px;
    margin-bottom: 0;
}

.apartmentsDetailed-form-body-wrap-outer .input-wrap.full-width-mobile:nth-child(3), .phone_list_properties {
    margin-left: 12px;
}

@media only screen and (max-width : 1324px){
    .apartmentsDetailed-form-body-wrap-outer .input-wrap.full-width-mobile:nth-child(3), .phone_list_properties {
        margin-left: 10px;
    }
}
@media only screen and (max-width : 767px){
    .apartmentsDetailed-form-body-wrap-outer .input-wrap.full-width-mobile:nth-child(3), .phone_list_properties {
        margin-left: 0px;
    }
}

.article-conclusion {
    padding: 25px 35px;
    background: #fff7ed;
}

.img-left {
    float: left;
    max-width: 270px;
    margin:  0 0 10px 10px;
}

@media only screen and (max-width : 522px){
    .img-left {
        float: none;
        max-width: 100%;
        margin:  0;
    }
}

.footer-copyright a {
    color: #008fea;
}

html[lang="pl"] .main-searchFilters #pricemin-button:before {
    top: 0;
    left: 14px;
    content: "Od";
}
html[lang="pl"] .main-searchFilters #pricemax-button:before {
    position: absolute;
    top: 0;
    left: 14px;
    content: "Do"
}

html[lang="pl"] .main-searchFilters #pricemin-button {
    padding: 0 0 0 39px;
}

.header-menu-unit .dropdown-body a {
    display: block;
}

html[lang="pl"] .footer-form .buttons-bottom a {
    font-size: 14px;
    line-height: 45px;
}

.webp .header-phones-unit.flag6 {
    background-image: url(../images/header-flag-pl1.png)
}
.header-phones-unit.flag6 {
    background-image: url(https://northcyprusinvest.net/cdn-cgi/image/quality=80,format=auto/local/templates/northcyprusinvest2/images/header-flag-pl1.png)
}
.header-phones-unit .number, .header-phones-unit a:hover {
    font-size: 18px;
}
@media only screen and (max-width : 1324px){
    .header-phones {
        height: 89px;
        flex-wrap: wrap;
        line-height: 15px;
    }
    .webp .header-phones-unit {
        background-position: 0px 2px !important;
    }
    .main-title {
        min-height: 1202px;
    }
    .drop_site {
        margin: -73px 0 0;
    }
}

.apartments-list-unit-markers {
    display: block;
    position: absolute;
    top: -11px;
    left: -11px;
}
/*html[lang="ru"] .apartments-list-unit-markers {
    display: block;
}*/

.apartments-list-unit-markers-item {
    text-transform: uppercase;
    color: #fff;
    padding: 2px 9px;
    font-size: 15px;
    font-weight: 600;
    background-color: #EE4141;
}

.page_team img {
    object-fit: cover;
}

html[lang="pl"] .main-northCyprus-healthcare,
html[lang="pl"] .main-northCyprus-education
{
    display: none;
}