body.main {
    background-color: #59a6d5;
    background-image: url(../img/bg_1920.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

@media screen and (max-width: 1440px) {
    body.main {
        background-image: url(../img/bg_1440.png);
        background-size: contain;
        background-position: bottom center;
    }
}
@media screen and (max-width: 1024px) {
    body.main {
        background-image: url(../img/bg_1024.png);
        background-size: contain;
        background-position: bottom center;
    }
}
@media screen and (max-width: 480px) {
    body.main {
        background-image: url(../img/bg_480.png);
        background-size: contain;
        background-position: bottom center;
    }
}
.header__logo {
    padding: 20px 3px;
}
.header__link {
    display: flex;
    align-items: center;
}
.header__link img {
    margin-right: 10px;
}
.header {
    display: flex;
}
.header__fluid-container {
    justify-content: flex-start;
}
.main .header {
    background-color: transparent;
    color: #fff;
}
.main .dropdown__title {
    background-color: #6aafd9;
    color: #ffffff;
}
.dropdown__title {
    font-family: "TT Runs DemiBold", sans-serif;
    color: #212529;
    letter-spacing: 0.01em;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 400;
}
.dropdown__list {
    overflow-y: auto;
}
.main .dropdown__list {
    scrollbar-color: #59a6d5 #f5f5f5;
}
.main .dropdown__content {
    background-color: #59a6d5;
}
.dropdown__content {
    border: 1px solid #fff;
}
.dropdown__list a {
    letter-spacing: 0.01em;
    font-size: 14px;
    font-weight: 400;
    font-family: "TT Runs DemiBold", sans-serif;
    color: #212529;
}
.main .dropdown__list a {
    color: #ffffff;
}
.mainmenu {
    font-family: "TT Runs DemiBold", sans-serif;
    display: grid;
    gap: 40px;
    grid-auto-flow: column;
    flex: 1;
    justify-content: center;
}
.mainmenu a {
    text-transform: none;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    line-height: 20px;
    white-space: nowrap;
}
.main .header__logo {
    background-color: transparent;
}
.main .mainmenu a,
.main .header__link {
    color: #fff;
}
.mainmenu a,
.header__link {
    color: #e96040;
}
.header__title {
    font-family: "TT Runs DemiBold", sans-serif;
    font-size: 15px;
    letter-spacing: 0.004em;
}
.card-lg {
    min-height: 13.4375vw;
}
.card__desc-lg h4,
.card__desc-lg .h4 {
    font-size: 48px;
    letter-spacing: 1px;
}
.landing_text {
    line-height: 140%;
}
.landing_text p {
    line-height: 140%;
    margin-top: 1em;
    margin-bottom: 1em;
}
.landing_text p:first-child {
    margin-top: 0;
}
.landing_text p:last-child {
    margin-bottom: 0;
}
.landing_text li {
    margin-bottom: 0.8em;
    line-height: 140%;
}
.landing_text li:last-child {
    margin-bottom: 0;
}
.landing_text table {
    border-collapse: collapse;
}
.landing_text td,
.landing_text th {
    border-collapse: collapse;
    padding: 7px 14px;
    border: 1px solid #777;
}
.landing_text img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
}

.landing_code iframe {
    aspect-ratio: 16 / 9;
    max-width: 100%;
    height: auto;
}
button.to_top {
    display: none;
}
button.to_top.show {
    display: block;
}
button.to_top {
    position: fixed;
    bottom: 14px;
    right: 14px;
    z-index: 2;
    background: transparent;
    border: none;
    color: #e54e42;
    font-size: 4em;
}
button.to_top i {
    outline: 3px solid #ffffff4d;
    border-radius: 100%;
    background: #fff;
}

@media screen and (max-width: 768px) {
    button.to_top {
        font-size: 2em;
    }
    .page__title {
        font-size: 26px;
        margin-top: 20px;
    }

    .card__desc-lg h4,
    .card__desc-lg .h4 {
        font-size: 28px;
    }

    .landing_code iframe {
        aspect-ratio: 2 / 1;
    }
}
@media screen and (max-width: 480px) {
    .landing_code iframe {
        aspect-ratio: 1 / 1;
    }
    .invest-map__map {
    }
}
main.page {
    min-height: calc(100vh - 100px);
}
.intro {
    background: none;
    color: #fff;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.intro_head {
    position: absolute;
    left: 4em;
    top: 8em;
    z-index: 2;
    max-width: 30%;
}
.intro_head h6 {
    line-height: 140%;
    font-size: 1em;
}
.intro_text {
    position: absolute;
    left: 4em;
    bottom: 2em;
    z-index: 2;
    max-width: 30%;
}
.intro_text p {
    line-height: 150%;
}
.page__main {
}
.intro_text p {
    font-size: 0.84em;
    font-family: "TT Runs Regular";
    letter-spacing: 0.1px;
    color: #fff;
}
@media screen and (max-width: 1024px) {
    .intro {
        /* top:3em; */
        bottom: 2em;
    }
    .intro_head {
        position: absolute;
        left: 1em;
        right: 1em;
        top: 10em;
        z-index: 2;
        max-width: 50%;
    }
    .intro_head h6.intro_head_header {
        line-height: 140%;
        font-size: 0.84em;
    }
    .intro_text {
        max-width: unset;
        right: 2em;
        /* bottom: 2em; */
        /* display: none; */
    }
    .intro_text p {
        font-size: calc(0.84em);
    }

    .header {
        height: 220px;
    }
}
@media screen and (max-width: 480px) {
    .header__fluid-container {
        flex-direction: column;
        align-items: center;
    }
    .mainmenu {
        margin-bottom: 1em;
        gap: 10px;
    }
    .mainmenu a {
        font-weight: normal;
        font-size: 13px;
    }

    .header__logo {
        margin-bottom: 1em;
        width: 100%;
        padding: 10px 6px;
    }
    .header__city-select {
        width: 100%;
    }
    .intro {
        /* top:3em; */
        bottom: 2em;
    }
    .intro_head {
        position: absolute;
        left: 1em;
        right: 1em;
        top: 11em;
        z-index: 2;
        max-width: 100%;
    }
    .intro_head h6.intro_head_header {
        line-height: 140%;
        font-size: 0.84em;
    }
    .intro_text {
        display: none;
        max-width: unset;
        left: 1em;
        right: 1em;
    }
    .intro_text p {
        font-size: calc(0.84em);
    }
}
.map .header__logo {
    background-color: transparent;
}

.map-label__title {
    letter-spacing: 0px;
    opacity: 0.8;
    font-size: 0.825em;
    background-color: #004360;
    padding: 4px 10px 4px;
}
@media screen and (max-height: 768px) {
    .intro_head h1 {
        font-size: 24px;
    }
    .intro_text {
        /* display:none; */
    }
    .intro_text p {
        font-size: 13px;
    }
}

@media screen and (max-height: 600px) {
    .intro_head h1 {
        font-size: 24px;
    }
    .intro_text {
        display: none;
    }
}

.invest-map {
    background: #fff;
}

@media screen and (max-width: 1280px) {
    .map-label:before {
        background: radial-gradient(50% 50% at 50% 50%, rgb(255 255 255) 0, rgba(80, 0, 125, 0) 100%);
    }
}

.map-label::before {
    background: radial-gradient(50% 50% at 50% 50%, rgb(255 255 255) 0, rgba(80, 0, 125, 0) 100%);
}
.map-label__head {
    border: 1px solid #fff;
}
.map-label__title {
    background: #fff;
    color: #e7344c;
    opacity: 0.9;
    border: 1px solid #e7344c17;
}
.header.map .header__link {
    margin-left: -150px;
    font-size: 20px;
    color: #222;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);*/
}
.header.map .header__link:hover {
    color: #000;
}

.intro_text p,
.intro_head {
    color: #e7344c;
}
.intro_text p {
    font-weight: bold;
    /*text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);*/
    color: #222;
}

.landing_header {
    position: relative;
}
.landing_header h1 {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
}
.landing_header img {
    max-width: 100%;
    position: relative;
    z-index: 0;
}
.main_cities_area,
.main_header_area {
    padding: 20px 40px;
    max-width: 850px;
}
.main .intro_head_header {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-family: "TT Runs DemiBold", sans-serif;
    font-weight: 400;
    font-size: 52px;

    letter-spacing: 0%;
}
.main .intro_head_header span {
    font-size: 107px;
}
@media screen and (max-width: 768px) {
    .main_cities_area,
    .main_header_area {
        max-width: unset;
    }
    .main .intro_head_header {
        font-size: 32px;
    }
    .main .intro_head_header span {
        font-size: 57px;
    }
}
@media screen and (max-width: 480px) {
    .main_cities_area,
    .main_header_area {
        padding: 20px 10px;
    }
    .main .intro_head_header {
        font-size: 20px;
    }
    .main .intro_head_header span {
        font-size: 40px;
    }
}
.main_cities_area {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-family: "TT Runs DemiBold", sans-serif;
}
.main_cities_area a {
    position: relative;
    display: flex;
    color: #fff;
    background-color: #6aafd9;

    letter-spacing: 0.01em;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 40px;
    height: 50px;
    line-height: 20px;

    padding: 14px 26px 16px;
    align-items: center;
    justify-content: space-between;
}
.main_cities_area a:after {
    content: "";
}
.main_cities_area a:hover {
}
.main_cities_area a:hover::after {
}
