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);
}


@media screen and (min-width: 1920px) { 
.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;

}

.main-container {

    position: absolute;
    width: 1708px;
    height: 721px;
    left: 106px;
    top: calc(50% - 721px/2);

    box-sizing: border-box;

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

}

.main-text {
    position: absolute;
    width: 576px;
    height: 165px;
    left: 72px;
    top: 122px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;

    color: #FFFFFF;
}

.second-text {
    position: absolute;
    width: 575px;
    height: 84px;
    left: 72px;
    top: 307px;

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

    color: #FFFFFF;
}

.devices {
    content: url(photos/devices.png);

    position: absolute;
    width: 949px;
    height: 552px;
    right: 109px;
    top: 136px;

    z-index: 999;
}

.ellipse {
    position: absolute;
    width: 173px;
    height: 173px;
    left: 896px;
    top: 215px;

    background: #324C92;
    filter: blur(100px);
}

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

    gap: 8px;

    position: absolute;
    width: 205px;
    height: 45px;
    left: calc(50% - 205px/2 - 679.5px);
    top: 526px;

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

.first-button-text {
    color: white;
    text-decoration: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

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

    gap: 8px;

    box-sizing: border-box;

    position: absolute;
    width: 251px;
    height: 45px;
    left: calc(50% - 251px/2 - 436.5px);
    top: 526px;

    border: 2px solid #4A6FCF;

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

.second-button-text {
    color: white;
    text-decoration: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;

}


.first-button:hover {
    background-color: #3757a8;
    transform: scale(1.01);
}

.second-button:hover {
    transform: scale(1.01);
}



.choose {

    position: absolute;
    width: 1920px;
    height: 739px;
    left: calc(50% - 1920px/2);
    top: 925px;

    background: #0B1438;
    border-radius: 45px;

}

.choose-container {

    position: absolute;
    width: 1564px;
    height: 553px;
    left: 178px;
    top: 93px;

}

.choose-text {

    position: absolute;
    width: 735px;
    height: 71px;
    left: calc(50% - 735px/2 - 414.5px);
    top: 0px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 58px;
    line-height: 71px;
    /* identical to box height */

    color: #FFFFFF;
}

.equipment {
    position: absolute;
    width: 640px;
    height: 411px;
    left: 0px;
    top: 142px;

    box-sizing: border-box;

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

}

.equipment-first-text {

    position: absolute;
    width: 549px;
    height: 43px;
    left: 38px;
    top: 29px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    /* identical to box height */

    color: #FFFFFF;

}

.equipment-second-text {

    position: absolute;
    width: 446px;
    height: 96px;
    left: 38px;
    top: 86px;

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

    color: #FFFFFF;
}

.equipment-photo {
    content: url(photos/equipment-photo.png);
    position: absolute;
    width: 343px;
    height: 264px;
    left: 291px;
    top: 141px;
}

.experience {
    position: absolute;
    width: 512px;
    height: 197px;
    left: 671px;
    top: 142px;

    box-sizing: border-box;

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

}

.experience-first-text {
    position: absolute;
    width: 324px;
    height: 37px;
    left: 38px;
    top: 29px;

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

    color: #FFFFFF;
}

.experience-second-text {
    position: absolute;
    width: 438px;
    height: 88px;
    left: 38px;
    top: 80px;

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

    color: #FFFFFF;
}

.support {

    position: absolute;
    width: 512px;
    height: 197px;
    left: 671px;
    top: 356px;

    box-sizing: border-box;

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

}

.support-first-text {
    position: absolute;
    width: 324px;
    height: 37px;
    left: 37px;
    top: 29px;

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

    color: #FFFFFF;
}

.support-second-text {
    position: absolute;
    width: 438px;
    height: 88px;
    left: 37px;
    top: 80px;

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

    color: #FFFFFF;
}

.flexible {
    position: absolute;
    width: 350px;
    height: 411px;
    left: 1214px;
    top: 142px;

    box-sizing: border-box;

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

.flexible-first-text {
    position: absolute;
    width: 280px;
    height: 37px;
    left: 38px;
    top: 29px;

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

    color: #FFFFFF;
}

.flexible-second-text {
    position: absolute;
    width: 269px;
    height: 132px;
    left: 38px;
    top: 80px;

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

    color: #FFFFFF;
}

.flexible-button {

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

    gap: 8px;

    position: absolute;
    width: 200px;
    height: 45px;
    left: calc(50% - 200px/2);
    top: 337px;

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

.flexible-button-text {
    color: white;
    text-decoration: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.flexible-button:hover {
    background-color: #3757a8;
    transform: scale(1.01);
}


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

.price-text-main {
    position: absolute;
    width: 251px;
    height: 71px;
    left: 178px;
    top: 62px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 58px;
    line-height: 71px;

    color: #FFFFFF;
}

.best {
    /* лучший выбор */

    position: absolute;
    width: 183px;
    height: 41px;
    right: 0px;
    top: 0px;

    box-sizing: border-box;

    background: #4A6FCF;
    border: 3px solid #4A6FCF;
    border-radius: 0px 10px;

}

.best-text {
    position: absolute;
    width: 144px;
    height: 22px;
    left: 20px;
    top: 6px;

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

    color: #FFFFFF;
}

.price-container {
    position: absolute;
    width: 1564px;
    height: 731px;
    left: 178px;
    top: 184px;
}

.price-econom {

    position: absolute;
    width: 462px;
    height: 731px;
    left: 0px;
    top: 0px;

    box-sizing: border-box;

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

}

.price-text-first {
    position: absolute;
    width: 146px;
    height: 43px;
    left: calc(50% - 146px/2 - 125px);
    top: 45px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 43px;
    /* identical to box height */

    color: #FFFFFF;
}


.price-text-second {

    position: absolute;
    width: 401px;
    height: 44px;
    left: 33px;
    top: 106px;

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

    color: #FFFFFF;
}

.price-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 7px;

    position: absolute;
    width: 275px;
    height: 43px;
    left: 33px;
    top: 171px;
}

.price-price-first {
    width: auto;
    height: 43px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 43px;
    /* identical to box height */

    color: #FFFFFF;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.price-price-second {
    /* / за 1 панораму */

    width: 141px;
    height: 22px;

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

    color: #FFFFFF;


    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;

}

.price-line {
    position: absolute;
    width: 396px;
    height: 0px;
    left: calc(50% - 396px/2);
    top: 236px;

    border: 1.4px solid rgba(74, 111, 207, 0.35);
}

.price-resolution {
    position: absolute;
    width: 362px;
    height: 23px;
    left: 33px;
    top: 254px;
}

.price-icon {
    content: url(photos/icon.png);

    position: absolute;
    width: 22px;
    height: 22px;
    left: 0px;
    top: 0px;
}

.price-text {
    position: absolute;
    width: 328px;
    height: 22px;
    left: 34px;
    top: 1px;

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

    color: #FFFFFF;
}

.price-angle {
    position: absolute;
    width: 241px;
    height: 23px;
    left: 33px;
    top: 301px;
}

.price-shooting {
    position: absolute;
    width: 277px;
    height: 23px;
    left: 33px;
    top: 348px;
}

.price-site {
    position: absolute;
    width: 313px;
    height: 23px;
    left: 33px;
    top: 395px;
}

.price-tour {
    position: absolute;
    width: 326px;
    height: 23px;
    left: 33px;
    top: 442px;
}

.price-standart {
    position: absolute;
    width: 462px;
    height: 731px;
    left: 551px;
    top: 0px;

    box-sizing: border-box;

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

.price-elements {
    position: absolute;
    width: 285px;
    height: 23px;
    left: 33px;
    top: 489px;
}

.price-premium {
    position: absolute;
    width: 462px;
    height: 731px;
    left: 1102px;
    top: 0px;

    box-sizing: border-box;

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

.price-retouch {
    position: absolute;
    width: 362px;
    height: 23px;
    left: 33px;
    top: 536px;
}

.price-text-retouch {
    position: absolute;
    width: 328px;
    height: 22px;
    left: 34px;
    top: 1px;

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

    color: #FFFFFF;
}

.price-vr {
    position: absolute;
    width: 343px;
    height: 23px;
    left: 33px;
    top: 583px;
}

.price-text-vr {
    position: absolute;
    width: 309px;
    height: 22px;
    left: 34px;
    top: 1px;

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

    color: #FFFFFF;
}

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

    gap: 8px;

    position: absolute;
    width: 231px;
    height: 45px;
    left: calc(50% - 231px/2 + 0.5px);
    top: 646px;

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

.price-button-text {
    color: white;
    text-decoration: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.price-button:hover {
    background-color: #3757a8;
    transform: scale(1.01);
}

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

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

.info-container {
    position: absolute;
    width: 1708px;
    height: 604px;
    left: 106px;
    top: 98px;

    box-sizing: border-box;

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

.info-text {
    position: absolute;
    width: 489px;
    height: 55px;
    left: 72px;
    top: 122px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    /* identical to box height */

    color: #FFFFFF;
}

.contact {
    position: absolute;
    width: 383px;
    height: 144px;
    left: 72px;
    top: 204px;
}

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

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

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

    color: #FFFFFF;
}

.location-logo {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0px;
    top: 12px;
    content: url('../photos/location.png');
}

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

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

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

    color: #FFFFFF;
}

.phone-logo {

    position: absolute;
    width: 25px;
    height: 25px;
    left: 0px;
    top: 0px;
    content: url('../photos/phone.png');
}

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

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

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

    color: #FFFFFF;
}

.mail-logo {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0px;
    top: 0px;
    content: url('../photos/mail.png');
}

.phone-logo {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0px;
    top: 0px;
    content: url('../photos/phone.png');
}

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

    position: absolute;
    width: 141px;
    height: 35px;
    left: 72px;
    top: 419px;
}

.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');
}

.map {
    position: absolute;
    width: 924px;
    height: 447px;
    left: 712px;
    top: calc(50% - 447px/2 - 0.5px);
}

.map-yandex {
    width: 924px;
    height: 447px;
    border-radius: 15px;
}
}

@media screen and (max-width: 1910px) {
    .header {
        position: fixed;

        width: 100%;
        height: 91px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 48px;

        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 {
        width: 45px;
        height: 45px;
        background-size: cover;
        background-position: center;

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

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

    .logo-text {
        font-size: 25px;

        font-weight: 700;
    }

    .sub-text {
        font-size: 15px;

        font-weight: 400;
    }

    .navigation {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0px;
        gap: 34px;

        position: absolute;
        height: 20px;
        right: 148px;
        top: calc(50% - 20px/2 - 0.5px);
    }

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

    .navigation ul li {
        margin-left: 34px;

    }

    .navigation ul li a {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        color: white;
        text-decoration: none;
        transition: color 0.3s ease-in-out;
    }

    .navigation ul li a:hover {
        color: #9e9e9e;

    }

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

    .ellipse {
        position: absolute;
        width: 173px;
        height: 173px;
        left: 690px;
        top: 191px;

        background: #324C92;
        filter: blur(100px);
    }

    .devices {
        position: absolute;
        width: 659px;
        height: 386px;
        right: 110px;
        top: 156px;

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

    .main-container {
        position: absolute;
        width: 1222px;
        height: 593px;
        left: calc(50% - 1222px/2);
        top: calc(50% - 593px/2 - 0.5px);
        box-sizing: border-box;

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

    .main-text {
        position: absolute;
        width: 471px;
        height: 129px;
        left: 72px;
        top: 122px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 35px;
        line-height: 43px;

        color: #FFFFFF;
    }

    .second-text {
        position: absolute;
        width: 406px;
        height: 66px;
        left: 72px;
        top: 271px;

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

        color: #FFFFFF;
    }

    .first-button {

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

        position: absolute;
        width: 169px;
        height: 45px;
        left: calc(50% - 169px/2 - 454.5px);
        top: 404px;

        background: #4A6FCF;
        border-radius: 16px;

    }

    .first-button-text {
        position: absolute;
        width: 120px;
        height: 22px;
        left: calc(50% - 120px/2 + 0.5px);
        top: calc(50% - 22px/2 - 0.5px);

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


        color: #FFFFFF;
    }

    .second-button {
        box-sizing: border-box;

        position: absolute;
        width: 222px;
        height: 45px;
        left: calc(50% - 222px/2 - 244px);
        top: 404px;

        border: 2px solid #4A6FCF;
        border-radius: 16px;
    }

    .second-button-text {
        position: absolute;
        width: 167px;
        height: 22px;
        left: calc(50% - 167px/2 + 0.5px);
        top: calc(50% - 22px/2 - 0.5px);

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


        color: #FFFFFF;
    }

    .choose {
        position: absolute;
        width: 1440px;
        height: 742px;
        left: calc(50% - 1440px/2);
        top: 840px;

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

    .choose-container {
        position: absolute;
        width: 1164px;
        height: 560px;
        left: 138px;
        top: 71px;
    }

    .choose-text {
        position: absolute;
        width: 735px;
        height: 71px;
        left: calc(50% - 735px/2 - 214.5px);
        top: 0px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 58px;
        line-height: 71px;
        /* identical to box height */

        color: #FFFFFF;
    }

    .equipment {
        position: absolute;
        width: 342px;
        height: 448px;
        left: 0px;
        top: 112px;
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0.05);
        border: 3px solid #4A6FCF;
        border-radius: 15px;
    }

    .equipment-first-text {
        position: absolute;
        width: 266px;
        height: 74px;
        left: 36px;
        top: 29px;

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

        color: #FFFFFF;
    }

    .equipment-second-text {
        position: absolute;
        width: 270px;
        height: 132px;
        left: calc(50% - 270px/2);
        top: 112px;

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

        color: #FFFFFF;
    }

    .equipment-photo {
        position: absolute;
        width: 239.06px;
        height: 184px;
        right: 1px;
        bottom: 1px;

        content: url('../price_vt/photos/equipment-photo.png');
    }

    .experience {
        position: absolute;
        width: 445px;
        height: 214px;
        left: 359px;
        top: 112px;

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

    .experience-first-text {
        position: absolute;
        width: 350px;
        height: 37px;
        left: 36px;
        top: 29px;

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

        color: #FFFFFF;
    }

    .experience-second-text {
        position: absolute;
        width: 380px;
        height: 110px;
        left: 36px;
        top: 75px;

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

        color: #FFFFFF;
    }

    .support {
        position: absolute;
        width: 445px;
        height: 217px;
        left: 359px;
        top: 340px;

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

    .support-first-text {
        position: absolute;
        width: 324px;
        height: 37px;
        left: 36px;
        top: 29px;

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

        color: #FFFFFF;
    }

    .support-second-text {
        position: absolute;
        width: 371px;
        height: 110px;
        left: 36px;
        top: 80px;

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

        color: #FFFFFF;
    }

    .flexible {
        position: absolute;
        width: 342px;
        height: 448px;
        left: 822px;
        top: 109px;

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

    .flexible-first-text {
        position: absolute;
        width: 270px;
        height: 37px;
        left: 36px;
        top: 29px;

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

        color: #FFFFFF;
    }

    .flexible-second-text {
        position: absolute;
        width: 270px;
        height: 132px;
        left: calc(50% - 270px/2);
        top: 75px;

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

        color: #FFFFFF;
    }

    .flexible-button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    
        gap: 8px;
    
        position: absolute;
        width: 200px;
        height: 45px;
        left: calc(50% - 200px/2);
        top: 376px;

    
        background: #4A6FCF;
        border-radius: 16px;
        border-style: none;
        transition: all 0.2s ease-in-out;
        cursor: pointer;
        text-decoration: none;
    }
    
    .flexible-button-text {
        color: white;
        text-decoration: none;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
    }
    
    .flexible-button:hover {
        background-color: #3757a8;
        transform: scale(1.01);
    }

    .price {
        position: absolute;
        width: 1440px;
        height: 1304px;
        left: calc(50% - 1440px/2);
        top: 1582px;
    }

    .price-text-main {
        position: absolute;
        width: 251px;
        height: 71px;
        right: 1051px;
        top: 71px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 58px;
        line-height: 71px;
        /* identical to box height */

        color: #FFFFFF;
    }

    .price-container {
        position: absolute;
        width: 1164px;
        height: 1037px;
        right: 138px;
        top: 196px;
    }

    .price-econom {
        position: absolute;
        width: 1164px;
        height: 319px;
        right: 0px;
        top: 0px;

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

    .price-text-first {
        position: absolute;
        width: 146px;
        height: 43px;
        left: 36px;
        top: 39px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 35px;
        line-height: 43px;
        /* identical to box height */

        color: #FFFFFF;
    }

    .price-text-second {
        position: absolute;
        width: 401px;
        height: 44px;
        left: 36px;
        top: 100px;

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

        color: #FFFFFF;
    }

    .price-price {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px;
        gap: 7px;

        position: absolute;
        width: 244px;
        height: 43px;
        left: 36px;
        top: 165px;
    }

    .price-price-first {
        width: auto;
        height: 43px;
    
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 35px;
        line-height: 43px;
        /* identical to box height */
    
        color: #FFFFFF;
    
    
        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 0;
    }
    
    .price-price-second {
        /* / за 1 панораму */
    
        width: 141px;
        height: 22px;
    
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        /* identical to box height */
    
        color: #FFFFFF;
    
    
        /* Inside auto layout */
        flex: none;
        order: 1;
        flex-grow: 0;
    
    }

    .price-button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    
        gap: 8px;
    
        position: absolute;
        width: 231px;
        height: 45px;
        left: calc(50% - 231px/2 - 430.5px);
        top: 236px;        
    
        background: #4A6FCF;
        border-radius: 16px;
        border-style: none;
        transition: all 0.2s ease-in-out;
        cursor: pointer;
        text-decoration: none;
    }
    
    .price-button-text {
        color: white;
        text-decoration: none;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
    }
    
    .price-button:hover {
        background-color: #3757a8;
        transform: scale(1.01);
    }

    .price-line {
        position: absolute;
        width: 0px;
        height: 254px;
        right: 701px;
        top: 33px;

        border: 1.4px solid rgba(74, 111, 207, 0.35);
    }

    .price-resolution {
        position: absolute;
        width: 267px;
        height: 23px;
        left: 489px;
        top: 54px;
    }

    .price-icon {
        content: url(photos/icon.png);
    
        position: absolute;
        width: 22px;
        height: 22px;
        left: 0px;
        top: 0px;
    }
    
    .price-text {
        position: absolute;
        width: 328px;
        height: 22px;
        left: 34px;
        top: 1px;
    
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        /* identical to box height */
    
        color: #FFFFFF;
    }

    .price-angle {
        position: absolute;
        width: 241px;
        height: 23px;
        left: 489px;
        top: 101px;
    }

    .price-shooting {
        position: absolute;
        width: 277px;
        height: 23px;
        left: 489px;
        top: 148px;
    }

    .price-site {
        position: absolute;
        width: 313px;
        height: 23px;
        left: 489px;
        top: 195px;
    }

    .price-tour {
        position: absolute;
        width: 326px;
        height: 23px;
        left: 489px;
        top: 242px;
    }

    .price-standart {
        position: absolute;
        width: 1164px;
        height: 319px;
        left: 0px;
        top: 359px;

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

    .price-elements {
        position: absolute;
        width: 285px;
        height: 23px;
        left: 843px;
        top: 54px;
    }

    .price-premium {
        position: absolute;
        width: 1164px;
        height: 319px;
        left: 0px;
        top: 718px;

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

    .price-retouch {
        position: absolute;
        width: 285px;
        height: 45px;
        left: 843px;
        top: 101px;
    }

    .price-text-retouch {
        position: absolute;
        width: 251px;
        height: 44px;
        left: 34px;
        top: 1px;

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

        color: #FFFFFF;
    }

    .price-vr {
        position: absolute;
        width: 285px;
        height: 45px;
        left: 843px;
        top: 170px;
    }

    .price-text-vr {
        position: absolute;
        width: 251px;
        height: 44px;
        left: 34px;
        top: 1px;

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

        color: #FFFFFF;
    }

    .best {
        /* лучший выбор */
    
        position: absolute;
        width: 183px;
        height: 41px;
        right: 0px;
        top: 0px;
    
        box-sizing: border-box;
    
        background: #4A6FCF;
        border: 3px solid #4A6FCF;
        border-radius: 0px 10px;
    
    }
    
    .best-text {
        position: absolute;
        width: 144px;
        height: 22px;
        left: 20px;
        top: 6px;
    
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        /* identical to box height */
    
        color: #FFFFFF;
    }

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

    .info-container {
        position: absolute;
        width: 1222px;
        height: 604px;
        left: 109px;
        top: 98px;

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

    .info-text {
        position: absolute;
        width: 489px;
        height: 55px;
        left: 53px;
        top: 136px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 45px;
        line-height: 55px;
        /* identical to box height */

        color: #FFFFFF;
    }

    .contact {
        position: absolute;
        width: 383px;
        height: 144px;
        left: 53px;
        top: 218px;
    }

    .location {
        position: absolute;
        width: 383px;
        height: 48px;
        left: 0px;
        top: 0px;
    }
    
    .location-text {
        position: absolute;
        width: 348px;
        height: 48px;
        left: 35px;
        top: 0px;
    
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
    
        color: #FFFFFF;
    }
    
    .location-logo {
        position: absolute;
        width: 25px;
        height: 25px;
        left: 0px;
        top: 12px;
        content: url('../photos/location.png');
    }
    
    .phone {
        position: absolute;
        width: 225px;
        height: 25px;
        left: 0px;
        top: 71px;
    }
    
    .phone-text {
        position: absolute;
        width: 190px;
        height: 24px;
        left: 35px;
        top: 0px;
    
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
    
        color: #FFFFFF;
    }
    
    .phone-logo {
    
        position: absolute;
        width: 25px;
        height: 25px;
        left: 0px;
        top: 0px;
        content: url('../photos/phone.png');
    }
    
    .mail {
        position: absolute;
        width: 253px;
        height: 25px;
        left: 0px;
        top: 119px;
    }
    
    .mail-text {
        position: absolute;
        width: 218px;
        height: 24px;
        left: 35px;
        top: 0px;
    
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
    
        color: #FFFFFF;
    }
    
    .mail-logo {
        position: absolute;
        width: 25px;
        height: 25px;
        left: 0px;
        top: 0px;
        content: url('../photos/mail.png');
    }
    
    .phone-logo {
        position: absolute;
        width: 25px;
        height: 25px;
        left: 0px;
        top: 0px;
        content: url('../photos/phone.png');
    }
    

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

        position: absolute;
        width: 141px;
        height: 35px;
        left: 53px;
        top: 433px;
    }

    
    .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');
    }

    .map {
        position: absolute;
        width: 546px;
        height: 447px;
        right: 53px;
        top: 78px;
    }
    
    .map-yandex {
        width: 546px;
        height: 447px;
        border-radius: 15px;
    }
}

@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: 422px;
        left: calc(50% - 430px/2);
        top: 60px;
    }

    .main-container {
        position: absolute;
        width: 366px;
        height: 364px;
        left: calc(50% - 366px/2);
        top: 29px;
    }

    .devices, .ellipse {
        display: none;
    }

    .main-text {
        position: absolute;
        width: 310px;
        height: 117px;
        left: calc(50% - 310px/2);
        top: 34px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 39px;
        text-align: center;

        color: #FFFFFF;
    }

    .second-text {
        position: absolute;
        width: 310px;
        height: 54px;
        left: 28px;
        top: 166px;

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

        color: #FFFFFF;
    }

    .first-button:hover {
        background-color: #3757a8;
        transform: scale(1.01);
    }
    
    .second-button:hover {
        transform: scale(1.01);
    }

    .first-button {
        position: absolute;
        width: 177px;
        height: 39px;
        left: calc(50% - 177px/2 - 1.5px);
        top: 243px;

        background: #4A6FCF;
        border-radius: 10px;

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

    .first-button-text {
        position: absolute;
        width: 100px;
        height: 18px;
        left: calc(50% - 100px/2 + 0.5px);
        top: calc(50% - 18px/2 - 0.5px);

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 15px;
        line-height: 18px;

        color: #FFFFFF;
    }

    .second-button {
        box-sizing: border-box;

        position: absolute;
        width: 177px;
        height: 39px;
        left: calc(50% - 177px/2 - 1.5px);
        top: 291px;

        border: 2px solid #4A6FCF;
        border-radius: 10px;

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

    .second-button-text {
        position: absolute;
        width: 139px;
        height: 18px;
        left: calc(50% - 139px/2);
        top: calc(50% - 18px/2 - 0.5px);

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 15px;
        line-height: 18px;

        color: #FFFFFF;
    }

    .choose {
        display: none;
    }

    .price {
        position: absolute;
        width: 430px;
        height: auto;
        left: calc(50% - 430px/2);
        top: 482px;
    }

    .price-text-main {
        position: absolute;
        width: 174px;
        height: 49px;
        left: calc(50% - 174px/2 - 96px);
        top: 29px;

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

        color: #FFFFFF;
    }

    .price-container {
        position: absolute;
        width: 366px;
        height: auto;
        left: 32px;
        top: 107px;
    }

    .price-econom,
    .price-standart,
    .price-premium {
        transition: height 0.3s ease, top 0.3s ease;
        overflow: hidden;
    }    

    .price-econom {
        position: absolute;
        width: 366px;
        height: 319px;
        left: calc(50% - 366px/2);
        top: 0px;

        box-sizing: border-box;

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

    .price-text-first {
        position: absolute;
        width: 134px;
        height: 39px;
        left: 36px;
        top: 41px;

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 39px;

        color: #FFFFFF;
    }

    .price-text-second {
        position: absolute;
        width: 275px;
        height: 36px;
        left: 36px;
        top: 100px;

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

        color: #FFFFFF;
    }

    .price-price {
display: flex;
flex-direction: row;
align-items: center;
padding: 0px;
gap: 7px;

position: absolute;
width: 233px;
height: 39px;
left: 36px;
top: 174px;
    }

    .price-price-first {
/* 3 500₽ */

width: 116px;
height: 39px;

font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 39px;
/* identical to box height */

color: #FFFFFF;


/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;

    }

    .price-price-second {
width: 117px;
height: 18px;

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

color: #FFFFFF;

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

    }

    .price-button {
position: absolute;
width: 177px;
height: 39px;
left: calc(50% - 177px/2 - 58.5px);
top: 252px;

background: #4A6FCF;
border-radius: 10px;
    }

    .price-button-text {
        position: absolute;
        width: 100px;
        height: 18px;
        left: calc(50% - 100px/2 + 0.5px);
        top: calc(50% - 18px/2 - 0.5px);

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;

        color: #FFFFFF;
    }

    /* Скрываем дополнительный контент по умолчанию */
.price-econom .price-resolution,
.price-econom .price-angle,
.price-econom .price-shooting,
.price-econom .price-site,
.price-econom .price-tour,

.price-standart .price-resolution,
.price-standart .price-angle,
.price-standart .price-shooting,
.price-standart .price-site,
.price-standart .price-tour,
.price-standart .price-elements,

.price-premium .price-resolution,
.price-premium .price-angle,
.price-premium .price-shooting,
.price-premium .price-site,
.price-premium .price-tour,
.price-premium .price-elements,
.price-premium .price-retouch,
.price-premium .price-vr {
    display: none;
}

/* Отображаем дополнительный контент, когда карточка раскрыта */
.price-econom.expanded .price-resolution,
.price-econom.expanded .price-angle,
.price-econom.expanded .price-shooting,
.price-econom.expanded .price-site,
.price-econom.expanded .price-tour,

.price-standart.expanded .price-resolution,
.price-standart.expanded .price-angle,
.price-standart.expanded .price-shooting,
.price-standart.expanded .price-site,
.price-standart.expanded .price-tour,
.price-standart.expanded .price-elements,

.price-premium.expanded .price-resolution,
.price-premium.expanded .price-angle,
.price-premium.expanded .price-shooting,
.price-premium.expanded .price-site,
.price-premium.expanded .price-tour,
.price-premium.expanded .price-elements,
.price-premium.expanded .price-retouch,
.price-premium.expanded .price-vr {
    display: block;
}

.price-resolution {
position: absolute;
width: 227px;
height: 18px;
left: 36px;
top: 330px;
}

.price-icon {
position: absolute;
width: 18px;
height: 18px;
right: 209px;
top: 0px;
}

.price-text {
position: absolute;
height: 18px;
left: 33px;
top: 0px;

font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
font-size: 15px;
line-height: 18px;

color: #FFFFFF;
}

.price-angle {
position: absolute;
width: 205px;
height: 18px;
left: 36px;
top: 366px;
}

.price-shooting {
position: absolute;
width: 208px;
height: 18px;
left: 36px;
top: 402px;
}

.price-site {
position: absolute;
height: 18px;
left: 36px;
top: 438px;
}

.price-tour {
position: absolute;
width: 277px;
height: 18px;
left: 36px;
top: 474px;
}

.price-standart {
position: absolute;
width: 366px;
height: 337px;
left: 0px;
top: 346px;
}

.price-premium {
position: absolute;
width: 366px;
height: 337px;
left: 0px;
top: 710px;
}

.best {
    display: none;
}

.price-elements {
position: absolute;
width: 277px;
height: 18px;
left: 36px;
top: 510px;
}

.price-retouch {
position: absolute;
height: 18px;
left: 36px;
top: 546px;
}

.price-text-retouch {
position: absolute;
width: 274px;
height: 18px;
left: 33px;
top: 0px;

font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
font-size: 15px;
line-height: 18px;

color: #FFFFFF;
}

.price-vr {
position: absolute;
height: 18px;
left: 36px;
top: 582px;
}

.price-text-vr {
position: absolute;
width: 258px;
height: 18px;
left: 33px;
top: 0px;

font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
font-size: 15px;
line-height: 18px;

color: #FFFFFF;
}

.arrow {
position: absolute;
width: 21px;
height: 11px;
left: 309px;
top: 265px;
content: url(../photos/phone_tours/arrow.png);
}

.info {
    display: none;
}

}