body,
html {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #0C0D28;
    color: white;
    overflow-x: hidden;
}

.scroll {
    box-shadow: 0px 1px 0px #476AC4, 0px 12px 8px rgba(12, 9, 46, 0.6);
    backdrop-filter: blur(3.8px);
}

/*HEADER*/
.header {
    position: fixed;

    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 48px;
    /* Add padding on the sides */

    z-index: 9999;
    background: rgba(12, 13, 40, 0.74);
    backdrop-filter: blur(3.8px);

    transition: top 0.4s;
}

.logo-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: #FFFFFF;
}

.logo {
    content: url('photos/logo.png');
    width: 55px;
    height: 55px;
    background-size: cover;
    background-position: center;
}

.text-container {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.logo-text {
    font-size: 30px;
    font-weight: 700;
}


.sub-text {
    font-size: 18px;
    font-weight: 400;
}

.navigation {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 52px;
    position: absolute;
    width: 513px;
    height: 27px;
    right: 148px;
    top: 36px;
}

.navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.navigation ul li {
    margin-left: 34px;
    /* Spacing between items */
    font-size: 22px;
}

.navigation ul li a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.navigation ul li a:hover {
    color: #9e9e9e;
    /* Lighter grey on hover */
}
/*HEADER*/

/*MAIN*/
.main {
    position: absolute;
    width: 1440px;
    height: 800px;
    left: calc(50% - 1440px/2);
    top: 91px;
}

.main-container {
    position: absolute;
    width: 1183px;
    height: 691px;
    left: 129px;
    top: 25px;
}

.text-first {
    position: absolute;
    width: 1085px;
    height: 88px;
    left: calc(50% - 1085px/2);
    top: 312px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 72.3527px;
    line-height: 88px;
    text-transform: uppercase;

    color: #FFFFFF;
}

.line {
    position: absolute;
    width: 595px;
    height: 110px;
    left: calc(50% - 595px/2);
    top: calc(50% - 110px/2 + 101.5px);
    z-index: 1;

    content: url('photos/line.png')
}

.ochki {
    position: absolute;
    width: 526px;
    height: 466px;
    left: calc(50% - 526px/2 + 0.5px);
    top: 0px;

    content: url('photos/ochki.png');

    z-index: 2;
}

.main_ice {
    /* main_ice */

    position: absolute;
    width: 307px;
    height: 307px;
    left: 202px;
    top: 5px;

    content: url('photos/main_ice.png');

    z-index: 1;
}

.right_ice {
    position: absolute;
    width: 537px;
    height: 672px;
    right: 0px;
    top: calc(50% - 672px/2);

    content: url('photos/RIGHT_ICE.png');
}

.left_ice {
    position: absolute;
    width: 458px;
    height: 545px;
    left: 0px;
    top: 135px;

    content: url('photos/LEFT_ICE.png');
}

.text-second {
    position: absolute;
    width: 1183px;
    height: 88px;
    left: calc(50% - 1183px/2);
    top: 406px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 72.3527px;
    line-height: 88px;
    text-align: center;
    text-transform: uppercase;

    color: #FFFFFF;
    z-index: 2;
}

.main-text-info {
    position: absolute;
    width: 781px;
    height: 66px;
    left: calc(50% - 781px/2);
    top: 532px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;

    color: #FFFFFF;
}

.button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    gap: 8px;

    position: absolute;
    width: 319px;
    height: 63px;
    left: calc(50% - 319px/2);
    top: 628px;

    background: #469ECF;
    border-radius: 16px;
    border-style: none;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    text-decoration: none;
}

.button-text {
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}

.button:hover {
    background-color: #40a3ff;
    transform: scale(1.01);
}

/*MAIN*/


/*INFO*/
.info {
    position: absolute;
    width: 1440px;
    height: 830px;
    left: calc(50% - 1440px/2);
    top: 891px;
}

.star_left {
    /* STAR_LEFT */

    position: absolute;
    width: 228px;
    height: 250px;
    left: 12px;
    top: 237px;

    content: url(photos/STAR_LEFT.png);
}

.star_right {
    position: absolute;
    width: 376px;
    height: 529px;
    left: 1064px;
    top: 891px;

    content: url(photos/STAR_RIGHT.png);
}

.info-container {
    position: absolute;
    width: 960px;
    height: 693px;
    left: calc(50% - 960px/2);
    top: calc(50% - 693px/2 - 0.5px);
}

.agiki-photo {
    position: absolute;
    width: 729px;
    height: 418px;
    left: calc(50% - 729px/2 + 0.5px);
    top: 0px;

    content: url('photos/agiki_info.png');
}

.info-text-first {
    position: absolute;
    width: 960px;
    height: 86px;
    left: calc(50% - 960px/2);
    top: 441px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 43px;
    text-align: center;

    color: #FFFFFF;
}

.info-text-second {
    position: absolute;
    width: 899px;
    height: 88px;
    left: calc(50% - 899px/2 + 0.5px);
    top: 550px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;

    color: #FFFFFF;
}

.info-text-third {
    position: absolute;
    width: 899px;
    height: 44px;
    left: calc(50% - 899px/2 + 0.5px);
    top: 649px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;

    color: #FFFFFF;
}

/*INFO*/

/*TOURS*/
.tours {
    position: absolute;
    width: 1440px;
    height: 1719px;
    left: calc(50% - 1440px/2);
    top: 1721px;

    background: #0B1438;
    border-radius: 110px;
}

.tours-container {
    position: absolute;
    width: 1116px;
    height: 1583px;
    left: calc(50% - 1116px/2);
    top: calc(50% - 1583px/2);
}

.tours-text {
    position: absolute;
    width: 1116px;
    height: 88px;
    left: calc(50% - 1116px/2);
    top: 0px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 72.35px;
    line-height: 88px;
    text-align: center;

    color: #FFFFFF;
}

.tours-agiki {
    box-sizing: border-box;

    position: absolute;
    width: 1116px;
    height: 340px;
    left: 0px;
    top: 148px;

    background: rgba(255, 255, 255, 0.05);
    border: 4px solid #4A6FCF;
    border-radius: 45px;

    transition: all 0.2s ease-in-out;
}

.tours-agiki:hover {
    background-color: rgba(255, 255, 255, 0.023);
    transform: scale(1.009);
}

.tours-agiki-photo {
    position: absolute;
    width: 436px;
    height: 294px;
    left: 23px;
    top: calc(50% - 294px/2);

    border-radius: 29px;

    content: url('photos/agiki_photo.png');

}

.tours-agiki-text {
    position: absolute;
    width: 585px;
    height: 294px;
    left: 483px;
    top: 23px;
}

.tours-agiki-text-first {
    position: absolute;
    width: 585px;
    height: 74px;
    left: 0px;
    top: 0px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;

    color: #FFFFFF;
}

.tours-agiki-text-second {
    position: absolute;
    width: 585px;
    height: 132px;
    left: calc(50% - 585px/2);
    top: 84px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;

    color: #FFFFFF;
}

.tours-agiki-text-third {
    position: absolute;
    width: 324px;
    height: 22px;
    left: calc(50% - 324px/2 - 130.5px);
    top: 272px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */

    color: #FFFFFF;
}

.tours-carstvo {
    box-sizing: border-box;

    position: absolute;
    width: 1116px;
    height: 340px;
    left: 0px;
    top: 513px;

    background: rgba(255, 255, 255, 0.05);
    border: 4px solid #4A6FCF;
    border-radius: 45px;

    transition: all 0.2s ease-in-out;
}

.tours-carstvo:hover {
    background-color: rgba(255, 255, 255, 0.023);
    transform: scale(1.009);
}

.tours-carstvo-photo {
    position: absolute;
    width: 433px;
    height: 294px;
    left: 26px;
    top: calc(50% - 294px/2);

    border-radius: 29px;

    content: url('photos/carstvo.png');
}

.tours-carstvo-text {
    position: absolute;
    width: 585px;
    height: 294px;
    left: 483px;
    top: 23px;
}

.tours-carstvo-text-first {
    position: absolute;
    width: 585px;
    height: 37px;
    left: 0px;
    top: 0px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    /* identical to box height */

    color: #FFFFFF;
}

.tours-carstvo-text-second {
    position: absolute;
    width: 585px;
    height: 132px;
    left: calc(50% - 585px/2);
    top: 47px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;

    color: #FFFFFF;
}

.tours-carstvo-text-third {
    position: absolute;
    width: 324px;
    height: 22px;
    left: calc(50% - 324px/2 - 130.5px);
    top: 272px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */

    color: #FFFFFF;
}

.tours-cherkeh {
    box-sizing: border-box;

    position: absolute;
    width: 1116px;
    height: 340px;
    left: 0px;
    top: 878px;

    background: rgba(255, 255, 255, 0.05);
    border: 4px solid #4A6FCF;
    border-radius: 45px;

    transition: all 0.2s ease-in-out;
}

.tours-cherkeh:hover {
    background-color: rgba(255, 255, 255, 0.023);
    transform: scale(1.009);
}

.tours-cherkeh-photo {
    position: absolute;
    width: 436px;
    height: 294px;
    left: 23px;
    top: calc(50% - 294px/2);

    border-radius: 29px;

    content: url('photos/cherkeh.png');
}

.tours-cherkeh-text {
    position: absolute;
    width: 585px;
    height: 294px;
    left: 483px;
    top: 23px;
}

.tours-cherkeh-text-first {
    position: absolute;
    width: 585px;
    height: 37px;
    left: 0px;
    top: 0px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    /* identical to box height */

    color: #FFFFFF;
}

.tours-cherkeh-text-second {
    position: absolute;
    width: 585px;
    height: 132px;
    left: calc(50% - 585px/2);
    top: 47px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;

    color: #FFFFFF;
}

.tours-cherkeh-text-third {
    position: absolute;
    width: 451px;
    height: 22px;
    left: calc(50% - 451px/2 - 67px);
    top: 272px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;

    color: #FFFFFF;
}

.tours-munkhalov {
    box-sizing: border-box;

    position: absolute;
    width: 1116px;
    height: 340px;
    left: 0px;
    top: 1243px;

    background: rgba(255, 255, 255, 0.05);
    border: 4px solid #4A6FCF;
    border-radius: 45px;

    transition: all 0.2s ease-in-out;
}

.tours-munkhalov:hover {
    background-color: rgba(255, 255, 255, 0.023);
    transform: scale(1.009);
}

.tours-munkhalov-photo {
    position: absolute;
    width: 436px;
    height: 294px;
    left: 23px;
    top: calc(50% - 294px/2);

    border-radius: 29px;

    content: url('photos/munkhalov.png');
}

.tours-munkhalov-text {
    position: absolute;
    width: 585px;
    height: 294px;
    left: 483px;
    top: 23px;
}

.tours-munkhalov-text-first {
    position: absolute;
    width: 585px;
    height: 37px;
    left: 0px;
    top: 0px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    /* identical to box height */

    color: #FFFFFF;
}

.tours-munkhalov-text-second {
    position: absolute;
    width: 585px;
    height: 132px;
    left: calc(50% - 585px/2);
    top: 47px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;

    color: #FFFFFF;
}

.tours-munkhalov-text-third {
    position: absolute;
    width: 324px;
    height: 22px;
    left: calc(50% - 324px/2 - 130.5px);
    top: 272px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */

    color: #FFFFFF;
}

/*TOURS*/

/*CONTACTS*/
.contacts {
    position: absolute;
    width: 1440px;
    height: 214px;
    left: calc(50% - 1440px/2);
    top: 3440px;
}

.contacts-container {
    position: absolute;
    width: 1344px;
    height: 160px;
    left: 48px;
    top: 29px;
}

.contact {
    position: absolute;
    width: 289px;
    height: 160px;
    left: 0px;
    top: 0px;
}

.contact-text {
    position: absolute;
    width: 154px;
    height: 30px;
    left: 0px;
    top: 0px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;

    color: #FFFFFF;
}

.location {
    position: absolute;
    width: 289px;
    height: 36px;
    left: 0px;
    top: 52px;
    display: flex;
}

.location-logo {
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0px;
    align-self: center;

    content: url('photos/location.png');
}

.location-text {
    position: absolute;
    width: 261px;
    height: 36px;
    left: 28px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;

    color: #FFFFFF;
}

.phone {
    position: absolute;
    width: 171px;
    height: 18px;
    left: 0px;
    top: 106px;
    display: flex;
}

.phone-logo {
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0px;
    align-self: center;

    content: url('photos/phone.png');
}

.phone-text {
    position: absolute;
    width: 261px;
    height: 36px;
    left: 28px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;

    color: #FFFFFF;
}

.mail {
    position: absolute;
    width: 191px;
    height: 18px;
    left: 0px;
    top: 142px;
    display: flex;
}

.mail-logo {
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0px;
    align-self: center;

    content: url('photos/mail.png');
}

.mail-text {
    position: absolute;
    width: 261px;
    height: 36px;
    left: 28px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;

    color: #FFFFFF;
}

.social {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 22px;

    position: absolute;
    width: 281px;
    height: 87px;
    left: 1063px;
    top: 0px;
}

.social-text {
    position: absolute;
    width: 281px;
    height: 30px;
    left: 0px;
    top: 0px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;

    color: #FFFFFF;
}

.social-logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 18px;

    position: absolute;
    width: 141px;
    height: 35px;
    left: 140px;
    top: 52px;
}

.social-telegram {
    width: 35px;
    height: 35px;
    flex: none;
    order: 0;
    flex-grow: 0;

    content: url('photos/telegram.png');
}

.social-yandex {
    width: 35px;
    height: 35px;
    flex: none;
    order: 1;
    flex-grow: 0;

    content: url('photos/yandex.png');
}

.social-vk {
    width: 35px;
    height: 35px;
    flex: none;
    order: 2;
    flex-grow: 0;

    content: url('photos/vk.png');
}


/*!MEDIA!*/


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

    body,
    html {
        width: 100%;
        margin: 0;
        padding: 0;
        font-family: 'Montserrat', sans-serif;
        background-color: #0C0D28;
        color: white;
        scroll-behavior: smooth;
    }

    .header {
        position: fixed;
        width: 430px;
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
        background: rgba(12, 13, 40, 0.74);
        z-index: 1000;
    }

    .burger {
        position: absolute;
        width: 30px;
        height: 16px;
        right: 75px;
        top: 22px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        z-index: 1001;
    }

    .burger div {
        width: 100%;
        height: 2px;
        background-color: white;
        transition: all 0.3s ease;
    }

    /* Скрыть навигацию по умолчанию */
    .navigation {
    display: none;
    position: fixed;
    top: 60px; /* Располагаем меню под шапкой */
    right: 0; /* Меню будет выравнено по правому краю */
    width: 194px;
    height: auto;
    background: rgba(12, 13, 40, 0.85);
    border-width: 0px 0px 1px 1px;
    border-style: solid;
    border-color: #4A6FCF;
    border-radius: 0px 0px 0px 20px;
    padding: 20px;
    z-index: 999;
}

.navigation ul {
    display: flex;
    flex-direction: column-reverse; /* Разворачиваем элементы снизу вверх */
    gap: 32px; /* Отступ между элементами */
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
}


.navigation ul li a {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s;
}

.navigation ul li a:hover {
    color: #9e9e9e;
}
    /* Меняем вид бургер-иконки при открытии */
    .burger.open div:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .burger.open div:nth-child(2) {
        opacity: 0;
    }

    .burger.open div:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    /* Показать навигацию, когда она открыта */
    .navigation.open {
        display: flex;
    }

    /* Затемнение основного содержимого при открытом меню */
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 998;
        display: none;
    }

    .overlay.open {
        display: block;
    }

    .logo-container {
        position: absolute;
        width: 124px;
        height: 35px;
        left: 25px;
        top: 12px;
    }

    .logo {
        width: 35px;
        height: 35px;
        background-size: cover;
        background-position: center;

        content: url('photos/logo.png');
    }

    .text-container {
        display: flex;
        flex-direction: column;
        margin-left: 6px;
        width: 83px;
        height: 35px;
    }

    .logo-text {
        font-size: 18px;
        font-weight: 700;
    }


    .sub-text {
        font-size: 10px;
        font-weight: 400;
    }



    .main {
        position: absolute;
        width: 430px;
        height: 691px;
        left: calc(50% - 430px/2);
        top: 60px;
    }

    .main-container {
        position: absolute;
        width: 380px;
        height: 534px;
        left: calc(50% - 380px/2);
        top: 73px;
    }

    .text-first {
        position: absolute;
        width: 380px;
        height: 86px;
        left: calc(50% - 380px/2);
        top: 0px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 800;
        font-size: 35px;
        line-height: 43px;
        text-align: center;
        text-transform: uppercase;

        color: #FFFFFF;
    }

    .text-second {
        position: absolute;
        width: 319px;
        height: 43px;
        left: calc(50% - 319px/2 - 0.5px);
        top: 244px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 800;
        font-size: 35px;
        line-height: 43px;
        /* identical to box height */
        text-align: center;
        text-transform: uppercase;

        color: #FFFFFF;
    }

    .star_left {
        display: none;
    }

    .star_right {
        display: none;
    }

    .left_ice {
        display: none;
    }

    .right_ice {
        display: none;
    }

    .main_ice {
        display: none;
    }

    .line {
        position: absolute;
        width: 290px;
        height: 53px;
        left: 45px;
        top: 239px;

        content: url('photos/phone_tours/line_phone.png');
    }

    .ochki {
        position: absolute;
        width: 298px;
        height: 264px;
        left: calc(50% - 298px/2);
        top: 61px;

        content: url('photos/ochki.png');
    }


    .main-text-info {
        position: absolute;
        width: 372px;
        height: 95px;
        left: calc(50% - 372px/2);
        top: 344px;

        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        text-align: center;

        color: #FFFFFF;
    }

    .button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 8px;

        position: absolute;
        width: 192px;
        height: 44px;
        left: calc(50% - 192px/2);
        top: 491px;

        background: #469ECF;
        border-radius: 10px;


        transition: all 0.2s ease-in-out;
        cursor: pointer;
        text-decoration: none;
    }

    .button:hover {
        background-color: #40a3ff;
        transform: scale(1.01);
    }

    .button-text {
        width: 121px;
        height: 20px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;

        text-align: center;

        color: #ffffff;

        flex: none;
        order: 0;
        flex-grow: 0;
    }

    .info {
        position: absolute;
        width: 430px;
        height: 750px;
        left: calc(50% - 430px/2);
        top: 751px;
    }

    .info-container {
        position: absolute;
        width: 380px;
        height: 585px;
        left: calc(50% - 380px/2);
        top: calc(50% - 585px/2 - 0.5px);
    }

    .agiki-photo {
        position: absolute;
        width: 374px;
        height: 242.61px;
        left: calc(50% - 374px/2);
        top: calc(50% - 242.61px/2 - 171.2px);
        content: url('photos/agiki_info.png');
    }

    .info-text-first {
        position: absolute;
        width: 380px;
        height: 78px;
        left: calc(50% - 380px/2);
        top: 262.61px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 800;
        font-size: 21px;
        line-height: 26px;
        text-align: center;

        color: #FFFFFF;
    }

    .info-text-second {
        position: absolute;
        width: 377px;
        height: 133px;
        left: calc(50% - 377px/2 - 0.5px);
        top: 361px;

        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        text-align: center;

        color: #FFFFFF;
    }

    .info-text-third {
        position: absolute;
        width: 377px;
        height: 76px;
        left: calc(50% - 377px/2 - 0.5px);
        top: 509px;

        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        text-align: center;

        color: #FFFFFF;
    }

    .tours {
        position: absolute;
        width: 430px;
        height: 1625px;
        left: calc(50% - 430px/2);
        top: 1501px;

        background: #0B1438;
        border-radius: 55px;
    }

    .tours-container {
        position: absolute;
        width: 380px;
        height: 1535px;
        left: calc(50% - 380px/2);
        top: calc(50% - 1535px/2);
    }

    .tours-text {
        position: absolute;
        width: 380px;
        height: 35px;
        left: calc(50% - 380px/2);
        top: 0px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 800;
        font-size: 29px;
        line-height: 35px;
        text-align: center;

        color: #FFFFFF;
    }

    .tours-agiki {
        box-sizing: border-box;

        position: absolute;
        width: 380px;
        height: 355px;
        left: calc(50% - 380px/2);
        top: 64px;

        background: rgba(255, 255, 255, 0.05);
        border: 2px solid #4A6FCF;
        border-radius: 15px;
    }

    .tours-agiki-photo {
        position: absolute;
        width: 347px;
        height: 159px;
        left: calc(50% - 347px/2 + 0.5px);
        top: calc(50% - 159px/2 - 82px);

        border-radius: 9px;

        content: url('photos/phone_tours/agiki.png');
    }

    .tours-agiki-text {
        position: absolute;
        width: 346px;
        height: 157px;
        left: 17px;
        top: 185px;
    }

    .tours-agiki-text-first {
        position: absolute;
        width: 346px;
        height: 42px;
        left: calc(50% - 346px/2);
        top: 0px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 800;
        font-size: 18px;
        line-height: 22px;
        text-align: center;

        color: #FFFFFF;
    }

    .tours-agiki-text-second {
        position: absolute;
        width: 329px;
        height: 78px;
        left: calc(50% - 329px/2 + 0.5px);
        top: 47px;

        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 13px;
        text-align: center;

        color: #FFFFFF;
    }

    .tours-agiki-text-third {
        position: absolute;
        width: 236px;
        height: 12px;
        left: calc(50% - 236px/2);
        top: 145px;

        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 12px;
        text-align: center;

        color: #FFFFFF;
    }

    .tours-carstvo {
        box-sizing: border-box;

        position: absolute;
        width: 380px;
        height: 355px;
        left: calc(50% - 380px/2);
        top: 436px;

        background: rgba(255, 255, 255, 0.05);
        border: 2px solid #4A6FCF;
        border-radius: 15px;
    }

    .tours-carstvo-photo {
        position: absolute;
        width: 347px;
        height: 159px;
        left: calc(50% - 347px/2 + 0.5px);
        top: calc(50% - 159px/2 - 82px);

        border-radius: 9px;

        content: url('photos/phone_tours/carstvo.png');
    }

    .tours-carstvo-text {
        position: absolute;
        width: 346px;
        height: 157px;
        left: 17px;
        top: 185px;
    }

    .tours-carstvo-text-first {
        position: absolute;
        width: 328px;
        height: 22px;
        left: calc(50% - 328px/2);
        top: 0px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 800;
        font-size: 18px;
        line-height: 22px;
        /* identical to box height */
        text-align: center;

        color: #FFFFFF;
    }

    .tours-carstvo-text-second {
        position: absolute;
        width: 329px;
        height: 91px;
        left: calc(50% - 329px/2 + 0.5px);
        top: 27px;

        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 13px;
        text-align: center;

        color: #FFFFFF;
    }

    .tours-carstvo-text-third {
        position: absolute;
        width: 236px;
        height: 12px;
        left: calc(50% - 236px/2);
        top: 145px;

        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 12px;
        text-align: center;

        color: #FFFFFF;
    }

    .tours-cherkeh {
        box-sizing: border-box;

        position: absolute;
        width: 380px;
        height: 355px;
        left: calc(50% - 380px/2);
        top: 808px;

        background: rgba(255, 255, 255, 0.05);
        border: 2px solid #4A6FCF;
        border-radius: 15px;
    }

    .tours-cherkeh-photo {
        /* ФОТО АГИКИ */

        position: absolute;
        width: 347px;
        height: 159px;
        left: calc(50% - 347px/2 + 0.5px);
        top: calc(50% - 159px/2 - 82px);

        border-radius: 9px;

        content: url('photos/phone_tours/cherkeh.png');
    }

    .tours-cherkeh-text {
        position: absolute;
        width: 329px;
        height: 157px;
        left: 26px;
        top: 185px;
    }

    .tours-cherkeh-text-first {
        position: absolute;
        width: 279px;
        height: 22px;
        left: calc(50% - 279px/2);
        top: 0px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 800;
        font-size: 18px;
        line-height: 22px;
        /* identical to box height */
        text-align: center;

        color: #FFFFFF;
    }

    .tours-cherkeh-text-second {
        position: absolute;
        width: 329px;
        height: 78px;
        left: calc(50% - 329px/2);
        top: 27px;

        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 13px;
        text-align: center;

        color: #FFFFFF;
    }

    .tours-cherkeh-text-third {
        position: absolute;
        width: 236px;
        height: 12px;
        left: calc(50% - 236px/2 - 0.5px);
        top: 145px;

        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 12px;
        text-align: center;

        color: #FFFFFF;
    }

    .tours-munkhalov {
        box-sizing: border-box;

        position: absolute;
        width: 380px;
        height: 355px;
        left: calc(50% - 380px/2);
        top: 1180px;

        background: rgba(255, 255, 255, 0.05);
        border: 2px solid #4A6FCF;
        border-radius: 15px;
    }

    .tours-munkhalov-photo {
        position: absolute;
        width: 347px;
        height: 159px;
        left: calc(50% - 347px/2 + 0.5px);
        top: calc(50% - 159px/2 - 82px);

        border-radius: 9px;

        content: url('photos/phone_tours/munkhalov.png');
    }

    .tours-munkhalov-text {
        position: absolute;
        width: 329px;
        height: 157px;
        left: 26px;
        top: 185px;
    }

    .tours-munkhalov-text-first {
        position: absolute;
        width: 265px;
        height: 22px;
        left: calc(50% - 265px/2);
        top: 0px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 800;
        font-size: 18px;
        line-height: 22px;
        /* identical to box height */
        text-align: center;

        color: #FFFFFF;
    }

    .tours-munkhalov-text-second {
        position: absolute;
        width: 329px;
        height: 78px;
        left: calc(50% - 329px/2);
        top: 27px;

        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 13px;
        text-align: center;

        color: #FFFFFF;
    }

    .tours-munkhalov-text-third {
        position: absolute;
        width: 236px;
        height: 12px;
        left: calc(50% - 236px/2 - 0.5px);
        top: 145px;

        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
        text-align: center;

        color: #FFFFFF;
    }

    .contacts {
        position: absolute;
        width: 430px;
        height: 170px;
        left: calc(50% - 430px/2);
        top: 3126px;
    }

    .contacts-container {
        position: absolute;
        width: 380px;
        height: 85px;
        left: 25px;
        top: 25px;
    }

    .contact {
        /* контакты */

        position: absolute;
        width: 158px;
        height: 85px;
        left: 0px;
        top: 0px;
    }

    .contact-text {
        position: absolute;
        width: 74px;
        height: 15px;
        left: 0px;
        top: 0px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;

        color: #FFFFFF;
    }

    .location {
        position: absolute;
        width: 158px;
        height: 20px;
        left: 0px;
        top: 27px;
    }

    .location-logo {
        position: absolute;
        width: 12px;
        height: 12px;
        left: 0px;

        content: url('photos/location.png');
    }

    .location-text {
        position: absolute;
        width: 139px;
        height: 20px;
        left: 19px;

        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 8px;
        line-height: 10px;

        color: #FFFFFF;
    }

    .phone {
        position: absolute;
        width: 95px;
        height: 12px;
        left: 0px;
        top: 54px;
    }

    .phone-logo {
        position: absolute;
        width: 12px;
        height: 12px;
        left: 0px;

        content: url('photos/phone.png');
    }

    .phone-text {
        position: absolute;
        width: 76px;
        height: 10px;
        left: 19px;

        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 8px;
        line-height: 10px;
        text-decoration: none !important;

        color: #FFFFFF;
    }

    .mail {
        position: absolute;
        width: 106px;
        height: 12px;
        left: 0px;
        top: 73px;
    }

    .mail-logo {
        position: absolute;
        width: 12px;
        height: 12px;
        left: 0px;

        content: url('photos/mail.png');
    }

    .mail-text {
        position: absolute;
        width: 87px;
        height: 10px;
        left: 19px;

        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 8px;
        line-height: 10px;

        color: #FFFFFF;
    }

    .social {
        position: absolute;
        width: 135px;
        height: 43px;
        left: 245px;
        top: 0px;
    }

    .social-text {
        position: absolute;
        width: 135px;
        height: 15px;
        left: 0px;
        top: 0px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;

        color: #FFFFFF;
    }

    .social-logos {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px;
        gap: 12px;

        position: absolute;
        width: 72px;
        height: 16px;
        left: 63px;
        top: 27px;
    }

    .social-telegram {
        width: 16px;
        height: 16px;

        flex: none;
        order: 0;
        flex-grow: 0;

        content: url('photos/telegram.png');
    }

    .social-yandex {
        width: 16px;
        height: 16px;

        flex: none;
        order: 1;
        flex-grow: 0;

        content: url('photos/yandex.png');
    }

    .social-vk {
        width: 16px;
        height: 16px;

        flex: none;
        order: 2;
        flex-grow: 0;

        content: url('photos/vk.png');
    }
}


@media screen and (min-width: 1920px) {

    body,
    html {
        width: 100%;
        margin: 0;
        padding: 0;
        font-family: 'Montserrat', sans-serif;
        background-color: #0C0D28;
        color: white;
        scroll-behavior: smooth;
    }

    .header {
        position: fixed;
    
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 48px;
        /* Add padding on the sides */
    
        z-index: 9999;
        background: rgba(12, 13, 40, 0.74);
        backdrop-filter: blur(3.8px);
    
        transition: top 0.4s;
    }
    
    .logo-container {
        display: flex;
        align-items: center;
        cursor: pointer;
        text-decoration: none;
        color: #FFFFFF;
    }
    
    .logo {
        content: url('photos/logo.png');
        width: 55px;
        height: 55px;
        background-size: cover;
        background-position: center;
    }
    
    .text-container {
        display: flex;
        flex-direction: column;
        margin-left: 10px;
    }
    
    .logo-text {
        font-size: 30px;
        font-weight: 700;
    }
    
    
    .sub-text {
        font-size: 18px;
        font-weight: 400;
    }
    
    .navigation {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0px;
        gap: 52px;
        position: absolute;
        width: 513px;
        height: 27px;
        right: 148px;
        top: 36px;
    }
    
    .navigation ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
    }
    
    .navigation ul li {
        margin-left: 34px;
        /* Spacing between items */
        font-size: 22px;
    }
    
    .navigation ul li a {
        color: white;
        text-decoration: none;
        transition: color 0.3s ease-in-out;
    }
    
    .navigation ul li a:hover {
        color: #9e9e9e;
        /* Lighter grey on hover */
    }

    .main {
        position: absolute;
        width: 1920px;
        height: 825px;
        left: calc(50% - 1920px/2);
        top: 100px;
    }

    .left_ice {
        position: absolute;
        width: 404px;
        height: 606px;
        left: 0px;
        top: 74px;
        content: url('photos/hd_tours/LEFT_ICE.png');
    }

    .right_ice {
        position: absolute;
        width: 749px;
        height: 672px;
        right: 0px;
        top: 110px;

        content: url('photos/hd_tours/RIGHT_ICE.png');
    }

    .main-container {
        position: absolute;
        width: 1183px;
        height: 731px;
        left: calc(50% - 1183px/2 + 0.5px);
        top: 20px;
    }

    .text-first {
        position: absolute;
        width: 1085px;
        height: 88px;
        left: calc(50% - 1085px/2 + 1px);
        top: 313px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 800;
        font-size: 72.3527px;
        line-height: 88px;
        text-transform: uppercase;

        color: #FFFFFF;
    }

    .text-second {
        position: absolute;
        width: 1183px;
        height: 88px;
        left: calc(50% - 1183px/2);
        top: 406px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 800;
        font-size: 72.3527px;
        line-height: 88px;
        text-align: center;
        text-transform: uppercase;

        color: #FFFFFF;

        z-index: 2;
    }

    .line {
        position: absolute;
        width: 595px;
        height: 110px;
        left: calc(50% - 595px/2 + 1px);
        top: calc(50% - 110px/2 + 81.5px);

        content: url('photos/line.png');

        z-index: 1;
    }

    .ochki {
        position: absolute;
        width: 526px;
        height: 466px;
        left: calc(50% - 526px/2 + 1.5px);
        top: 0px;

        content: url('photos/ochki.png');

        z-index: 2;
    }

    .main_ice {
        position: absolute;
        width: 307px;
        height: 307px;
        left: 157px;
        top: 6px;

        content: url('photos/main_ice.png');
        z-index: 1;
    }

    .main-text-info {
        position: absolute;
        width: 982px;
        height: 84px;
        left: calc(50% - 982px/2 + 0.5px);
        top: 539px;

        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 23px;
        line-height: 28px;
        text-align: center;

        color: #FFFFFF;
    }

    .button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;

        gap: 8px;

        position: absolute;
        width: 319px;
        height: 63px;
        left: calc(50% - 319px/2);
        top: 668px;

        background: #469ECF;
        border-radius: 16px;
        border-style: none;
        transition: all 0.2s ease-in-out;
        cursor: pointer;
        text-decoration: none;
    }

    .button-text {
        color: white;
        text-decoration: none;
        font-weight: 700;
        font-size: 18px;
    }

    .button:hover {
        background-color: #2d8dd1;
        transform: scale(1.01);
    }

    .info {
        position: absolute;
        width: 1920px;
        height: 925px;
        left: calc(50% - 1920px/2);
        top: 925px;
    }

    .info-container {
        position: absolute;
        width: 1459px;
        height: 834px;
        left: calc(50% - 1459px/2 + 0.5px);
        top: calc(50% - 834px/2 - 0.5px);
    }


    .agiki-photo {
        position: absolute;
        width: 855px;
        height: 490px;
        left: calc(50% - 855px/2);
        top: 0px;

        border-radius: 50px;


        content: url('photos/agiki_info.png');
    }

    .info-text-first {
        position: absolute;
        width: 1459px;
        height: 110px;
        left: calc(50% - 1459px/2);
        top: 522px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 800;
        font-size: 45px;
        line-height: 55px;
        text-align: center;

        color: #FFFFFF;
    }

    .info-text-second {
        position: absolute;
        width: 1240px;
        height: 84px;
        left: calc(50% - 1240px/2 + 0.5px);
        top: 656px;

        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 23px;
        line-height: 28px;
        text-align: center;

        color: #FFFFFF;
    }

    .info-text-third {
        position: absolute;
        width: 1240px;
        height: 56px;
        left: calc(50% - 1240px/2 + 0.5px);
        top: 753px;

        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 23px;
        line-height: 28px;
        text-align: center;

        color: #FFFFFF;
    }

    .star_left {
        position: absolute;
        width: 228px;
        height: 250px;
        left: 34px;
        top: 372px;

        content: url(photos/hd_tours/STAR_LEFT.png);
    }

    .star_right {
        position: absolute;
        width: 376px;
        height: 664px;
        left: calc(50% - 376px/2 + 772px);
        top: 840px;

        content: url(photos/hd_tours/STAR_RIGHT.png);
    }


    .tours {
        position: absolute;
        width: 1920px;
        height: 2305px;
        left: calc(50% - 1920px/2);
        top: 1850px;

        background: #0B1438;
        border-radius: 150px;
    }

    .tours-container {
        position: absolute;
        width: 1516px;
        height: 2161px;
        left: 202px;
        top: 72px;
    }

    .tours-text {
        position: absolute;
        width: 1116px;
        height: 88px;
        left: calc(50% - 1116px/2);
        top: 0px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 800;
        font-size: 72.35px;
        line-height: 88px;
        text-align: center;

        color: #FFFFFF;
    }

    .tours-agiki {
        box-sizing: border-box;

        position: absolute;
        width: 1516px;
        height: 471px;
        left: calc(50% - 1516px/2);
        top: 160px;

        background: rgba(255, 255, 255, 0.05);
        border: 4px solid #4A6FCF;
        border-radius: 45px;

        transition: all 0.2s ease-in-out;
    }

    .tours-agiki-photo {
        position: absolute;
        width: 457px;
        height: 393px;
        left: 41px;
        top: calc(50% - 393px/2);

        border-radius: 34px;

        content: url('photos/hd_tours/agiki.png');
    }

    .tours-agiki-text {
        position: absolute;
        width: 939px;
        height: 393px;
        left: 529px;
        top: 39px;
    }

    .tours-agiki-text-first {
        position: absolute;
        width: 939px;
        height: 98px;
        left: calc(50% - 939px/2);
        top: 0px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 800;
        font-size: 40px;
        line-height: 49px;

        color: #FFFFFF;
    }

    .tours-agiki-text-second {
        position: absolute;
        width: 939px;
        height: 150px;
        left: calc(50% - 939px/2);
        top: calc(50% - 150px/2 + 0.5px);

        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 30px;

        color: #FFFFFF;
    }

    .tours-agiki-text-third {
        position: absolute;
        width: 395px;
        height: 28px;
        left: calc(50% - 395px/2 - 272px);
        top: 365px;

        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 23px;
        line-height: 28px;
        /* identical to box height */

        color: #FFFFFF;
    }

    .tours-carstvo {
        box-sizing: border-box;

        position: absolute;
        width: 1516px;
        height: 471px;
        left: calc(50% - 1516px/2);
        top: 670px;

        background: rgba(255, 255, 255, 0.05);
        border: 4px solid #4A6FCF;
        border-radius: 45px;

        transition: all 0.2s ease-in-out;
    }

    .tours-carstvo-photo {
        position: absolute;
        width: 457px;
        height: 393px;
        left: 41px;
        top: calc(50% - 393px/2);

        border-radius: 34px;

        content: url('photos/hd_tours/carstvo.png');
    }

    .tours-carstvo-text {
        position: absolute;
        width: 939px;
        height: 393px;
        left: 529px;
        top: 39px;
    }

    .tours-carstvo-text-first {
        position: absolute;
        width: 939px;
        height: 49px;
        left: calc(50% - 939px/2);
        top: 0px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 800;
        font-size: 40px;
        line-height: 49px;
        /* identical to box height */

        color: #FFFFFF;
    }

    .tours-carstvo-text-second {
        position: absolute;
        width: 939px;
        height: 180px;
        left: calc(50% - 939px/2);
        top: calc(50% - 180px/2 - 33.5px);

        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 30px;

        color: #FFFFFF;
    }

    .tours-carstvo-text-third {
        position: absolute;
        width: 441px;
        height: 28px;
        left: calc(50% - 441px/2 - 249px);
        top: 365px;

        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 23px;
        line-height: 28px;
        /* identical to box height */

        color: #FFFFFF;
    }

    .tours-cherkeh {
        box-sizing: border-box;

        position: absolute;
        width: 1516px;
        height: 471px;
        left: calc(50% - 1516px/2);
        top: 1180px;

        background: rgba(255, 255, 255, 0.05);
        border: 4px solid #4A6FCF;
        border-radius: 45px;

        transition: all 0.2s ease-in-out;
    }

    .tours-cherkeh-photo {
        position: absolute;
        width: 457px;
        height: 393px;
        left: 41px;
        top: calc(50% - 393px/2);

        border-radius: 34px;

        content: url('photos/hd_tours/cherkeh.png');
    }

    .tours-cherkeh-text {
        position: absolute;
        width: 939px;
        height: 393px;
        left: 529px;
        top: 39px;
    }

    .tours-cherkeh-text-first {
        position: absolute;
        width: 939px;
        height: 49px;
        left: calc(50% - 939px/2);
        top: 0px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 800;
        font-size: 40px;
        line-height: 49px;
        /* identical to box height */

        color: #FFFFFF;
    }

    .tours-cherkeh-text-second {
        position: absolute;
        width: 939px;
        height: 150px;
        left: calc(50% - 939px/2);
        top: calc(50% - 150px/2 - 48.5px);

        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 30px;

        color: #FFFFFF;
    }

    .tours-cherkeh-text-third {
        position: absolute;
        width: 526px;
        height: 28px;
        left: calc(50% - 526px/2 - 206.5px);
        top: 365px;

        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 23px;
        line-height: 28px;
        /* identical to box height */

        color: #FFFFFF;
    }

    .tours-munkhalov {
        box-sizing: border-box;

        position: absolute;
        width: 1516px;
        height: 471px;
        left: calc(50% - 1516px/2);
        top: 1690px;

        background: rgba(255, 255, 255, 0.05);
        border: 4px solid #4A6FCF;
        border-radius: 45px;

        transition: all 0.2s ease-in-out;
    }

    .tours-munkhalov-photo {
        position: absolute;
        width: 457px;
        height: 393px;
        left: 41px;
        top: calc(50% - 393px/2);

        border-radius: 34px;

        content: url('photos/hd_tours/munkhalov.png');
    }

    .tours-munkhalov-text {
        position: absolute;
        width: 939px;
        height: 393px;
        left: 529px;
        top: 39px;
    }

    .tours-munkhalov-text-first {
        position: absolute;
        width: 939px;
        height: 49px;
        left: calc(50% - 939px/2);
        top: 0px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 800;
        font-size: 40px;
        line-height: 49px;
        /* identical to box height */

        color: #FFFFFF;
    }

    .tours-munkhalov-text-second {
        position: absolute;
        width: 939px;
        height: 120px;
        left: calc(50% - 939px/2);
        top: calc(50% - 120px/2 - 63.5px);

        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 30px;

        color: #FFFFFF;
    }

    .tours-munkhalov-text-third {
        position: absolute;
        width: 526px;
        height: 28px;
        left: calc(50% - 526px/2 - 206.5px);
        top: 365px;

        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 23px;
        line-height: 28px;
        /* identical to box height */

        color: #FFFFFF;
    }

    .contacts {
        position: absolute;
        width: 1920px;
        height: 300px;
        left: calc(50% - 1920px/2);
        top: 4155px;
    }

    .contacts-container {
        position: absolute;
        width: 1708px;
        height: 217px;
        left: 106px;
        top: 42px;
    }

    .contact {
        position: absolute;
        width: 383px;
        height: 216px;
        left: calc(50% - 383px/2 - 662.5px);
        top: calc(50% - 216px/2);
    }

    .contact-text {
        position: absolute;
        width: 246px;
        height: 49px;
        left: 0px;
        top: 0px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 49px;

        color: #FFFFFF;
    }

    .location {
        position: absolute;
        width: 383px;
        height: 48px;
        left: 0px;
        top: 72px;
    }

    .location-logo {
        position: absolute;
        width: 25px;
        height: 25px;
        left: 0px;

        content: url('photos/location.png');
    }

    .location-text {
        position: absolute;
        width: 348px;
        height: 48px;
        left: 35px;


        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;

        color: #FFFFFF;
    }

    .phone {
        position: absolute;
        width: 225px;
        height: 25px;
        left: 0px;
        top: 143px;
    }

    .phone-logo {
        position: absolute;
        width: 25px;
        height: 25px;
        left: 0px;
    }

    .phone-text {
        position: absolute;
        width: 190px;
        height: 24px;
        left: 35px;

        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;

        color: #FFFFFF;
    }

    .mail {
        position: absolute;
        width: 253px;
        height: 25px;
        left: 0px;
        top: 191px;
    }

    .mail-logo {
        position: absolute;
        width: 25px;
        height: 25px;
        left: 0px;
    }

    .mail-text {
        position: absolute;
        width: 218px;
        height: 24px;
        left: 35px;

        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;

        color: #FFFFFF;
    }

    .social {
        position: absolute;
        width: 449px;
        height: 129px;
        right: 0px;
        top: 0px;
        left: 1259px;
    }

    .social-text {
        position: absolute;
        width: 449px;
        height: 49px;
        left: 0px;
        top: 0px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 49px;

        color: #FFFFFF;
    }

    .social-logos {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px;
        gap: 27px;

        position: absolute;
        width: 204px;
        height: 50px;
        left: 245px;
        top: 79px;
    }

    .social-telegram {
        width: 50px;
        height: 50px;

        flex: none;
        order: 0;
        flex-grow: 0;

        content: url('photos/telegram.png');
    }

    .social-yandex {
        width: 50px;
        height: 50px;

        flex: none;
        order: 1;
        flex-grow: 0;

        content: url('photos/yandex.png');
    }

    .social-vk {
        width: 50px;
        height: 50px;

        flex: none;
        order: 1;
        flex-grow: 0;

        content: url('photos/vk.png');
    }
}