@media (max-width: 1200px) {

    .full-screen h1,
    .full-screen h4 {
        font-size: 2em;
        line-height: 42px;
        margin: 10px 0;
    }
}

@media (max-width: 1180px) {
    .handbag__and {
        width: 100%;
    }

    .apartment__conditions {
        width: 100%;
    }

    .opportunities__flex-container {
        flex-direction: column;
    }

    .opportunities__flex-big {
        margin-left: 0px;
    }

    .opportunities__flex-small {
        display: inline-block;
        width: 100%;
        padding: 0 0 50px 0;
    }

    .advantages__grid-container {
        display: flex;
        flex-direction: column;
        margin: 0 0 30px 0;
    }

    .advantages__slider-container {
        display: flex;
        width: 100%;
        height: 100%;
    }

    .advantages__grid-slider {
        grid-area: none;
    }

    .advantages .grid-swiper-1 {
        order: 1;
    }

    .advantages .grid-swiper-2 {
        order: 3;
    }
}

@media (max-width: 1024px) {
    .calc__text {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .answers__spoiler {
        width: 80%;
    }

    .answers {
        margin: 150px 0 0 0;
    }

    .answers__text {
        width: 100%;
    }

    .opportunities__text {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .advantages__text {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .presentation {
        width: 100%;
    }
}


@media (max-width: 991px) {
    .policy {
        padding-right: 40px;
        padding-left: 40px;
    }

    .w-container {
        max-width: none;
    }

    .footer__grid {
        display: flex;
        flex-direction: column;
    }

    .advantages__slider-swiper {
        height: 500px;
    }

    .advantages__slider-swiper-demo {
        width: 60%;
        height: 12vh;
    }

    .container {
        margin: 0px 30px 50px 30px;
    }

    .full-screen h1{
        font-size: 26px;
        line-height: 30px;
        margin: 10px 0;
    }
     .full-screen h4 {
        font-size: 1.2em;
     }
     .vacancies-card{
        flex-basis: 50%;
    }
}


@media (max-width: 768px) {
    .header__flex-content p {
        display: none;
    }

    .calc__title,
    .calc h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .calc__subtitle {
        font-size: 18px;
    }

    .answers__spoiler {
        width: 90%;
    }

    .answers {
        margin: 150px 0 0 0;
    }

    .answers__title,
    .answers h2 {
        font-size: 28px;
        line-height: 37px;
    }

    .answers__subtitle {
        font-size: 18px;
    }

    .handbag__image {
        width: 100%;
        height: 530px;
        margin-bottom: 30px;
    }

    .car__image {
        max-width: 100%;
        height: 530px;
        margin-bottom: 30px;
    }

    .telephone__image {
        width: 100%;
        height: 530px;
        margin-bottom: 30px;
    }

    .telephone__image:hover {
        width: 100%;
        height: 570px;
    }

    .opportunities__flex-other {
        flex-direction: column;
    }

    .opportunities__flex-big {
        margin-left: 0;
    }

    .opportunities__flex-telephone {
        display: flex;
        flex-direction: column;
    }

    .opportunities__car {
        width: 100%;
    }

    .opportunities__handbag {
        width: 100%;
        margin-bottom: 100px;
        margin-left: 0px;
    }

    .opportunities__title,
    .opportunities h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .opportunities__subtitle {
        font-size: 18px;
    }

    .advantages__title,
    .advantages h2 {
        font-size: 28px;
        line-height: 37px;
    }

    .advantages__subtitle {
        font-size: 18px;
    }

    .swiper-button-next {
        display: none;
    }

    .swiper-button-prev {
        display: none;
    }

    .slider-apartaments__swiper {
        width: 100%;
        height: 60vh;
    }

    .slider-apartaments__swiper-demo {
        position: absolute;
        bottom: 3%;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        height: 10vh;
    }

    .presentation__title {
        font-size: 28px;
        line-height: 37px;
    }

    .presentation__subtitle {
        font-size: 18px;
    }
    .vacancies-card{
        flex-basis: 100%;
        padding: 0;
    }
    .answers__text{
        padding-bottom: 10px;
    }
    .vacancies-block{
        gap:1em;
    }
    .presentation{
        padding-bottom: 0;
    }
    .full-screen{
        min-height: 100%;
    }
}


@media (max-width: 480px) {
    .presentation {
        text-align: left;
    }

    .calc__text-block {
        padding-top: 30px;
        text-align: left;
    }

    .policy {
        padding-right: 20px;
        padding-left: 20px;
    }

    .w-container {
        max-width: 728px;
    }

    .w-richtext {
        margin: 0;
        min-height: 100%;
        background-color: #fff;
        font-family: Arial, sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #333;
    }

    .answers__text {
        text-align: left;
    }

    .handbag__image {
        height: 300px;
    }

    .handbag__text {
        text-align: center;
    }

    .handbag__image:hover {
        height: 340px;
    }

    .car__image {
        height: 300px;
    }

    .car__text {
        text-align: center;
    }

    .car__image:hover {
        height: 340px;
    }

    .telephone__image {
        height: 300px;
    }

    .telephone__text {
        text-align: center;
    }

    .telephone__image:hover {
        width: 100%;
        height: 340px;
    }

    .apartment__image {
        height: 300px;
    }

    .apartment__text {
        text-align: center;
    }

    .apartment__image:hover {
        height: 340px;
    }

    .opportunities__text {
        padding-top: 30px;
        text-align: left;
    }

    .advantages__slider-swiper {
        height: 350px;
    }

    .advantages__slider-swiper-demo {
        width: 70%;
        height: 9vh;
    }

    .advantages__text {
        text-align: left;
    }

    .calc__options {
        padding: 20px;
    }
    .advantages__text-block-container{
        padding: 40px 20px 40px 20px;
    }
    .presentation__title, .presentation h2{
        font-size: 1.3em;
        line-height:35px;
    }
}


@media (max-width: 425px) {
    .answers__spoiler {
        width: 95%;
    }
}