@media (min-width: 1501px) {

    .content-control {
        width: 100vw;
        max-width: 100vw;
        margin-left: auto;
        margin-right: auto;
    }
    .section-4-control{
        max-width: 100vw;
        margin-left: auto;
        margin-right: auto;
    }

    .section-4-content-text-desc,
    .section-2-desc-text,
    .section-3-item-desc,
    .section-2-head-ul-control,
    .section-contact-items-right-item-desc {
        font-size: 20px;
    }

    .popup-right-desc-blue{
        font-size: 16px;
    }
    .pop-up-control {
        display: flex;
        flex-direction: column;
        background-color: transparent;
        border: none;
        padding: 90px 120px;
        position: relative;
    }

    .popup-close {
        position: absolute;
        right: 0;
        top: 0;
        width: 33px;
        height: 33px;
        margin-top: 35px;
        margin-right: 25px;
        cursor: pointer;
    }

    .popup-left-sub-header-section-1{
        margin-top: 16px;
        margin-bottom: 16px;
    }

}