.screen-1 {
    display: flex;
    margin-top: 82px;
    margin-bottom: 90px;
}
.screen-1 .body-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.screen-1 .text {
    flex: 0 0 auto;
    width: 34.21%;
    padding-right: 70px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.screen-1 .media img {
    width: 100%;
    max-width: 850px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
}
.screen-1 .media {
    position: relative;
    width: 100%;
}
.screen-1 .text .brief-btn {
    width: 100%;
    margin-top: 5px;
}
.screen-1 h3 {
    line-height: 30px;
    margin-bottom: 42px;
}
.screen-1 h2 {
    margin-bottom: 42px;
}
.screen-1 .text p {
    margin-top: 0;
}
.screen-1 .text a {
    transition: all 0.5s ease-in-out;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    padding: 21px 0;
    border: 1px solid #000;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    display: inline-flex;
}

.screen-2 .body-content {
    margin-top: 100px;
    margin-bottom: 100px;
    border-top: 1px solid #000;
    display: flex;
    position: relative;
    padding-top: 100px;
}
.screen-2 .body-content:before {
    content: "";
    background: url(/assets/img/arr-butt.svg) no-repeat;
    width: 8px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -4px;
}
.screen-2 .video-block {
    position: relative;
}
.screen-2 .video-block h2 {
    color: #fff;
    position: absolute;
}
.screen-2 .text-block {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.screen-2 video:focus {
    outline: none;
}
.screen-2 video {
    max-width: 100%;
}

.screen-3 .body-content {
    display: flex;
    margin-bottom: 100px;
    justify-content: space-between;
}
.screen-3 .content {
    display: flex;
}
.screen-3 .text {
    width: 23.5%;
    flex-direction: column;
    border-bottom: 1px solid #000;
    position: relative;
}
.screen-3 .media {
    width: 63.5%;
    justify-content: space-between;
}
.screen-3 h2 {
    color: #212529;
    padding-bottom: 48px;
}
.screen-3 p {
    margin: 0;
}

.screen-3 .custom-nav {
    position: absolute;
    bottom: 100px;
    right: 0;
}
.screen-3 .custom-nav .owl-prev {
    border: 0;
    background: url(/assets/img/nav-pre.svg);
    height: 8px;
    width: 35px;
    outline: none;
    cursor: pointer;
    margin-right: 10px;
}
.screen-3 .custom-nav .owl-next {
    border: 0;
    background: url(/assets/img/nav-next.svg);
    height: 8px;
    width: 35px;
    outline: none;
    cursor: pointer;
}
.screen-3 .owl-stage-outer {
    padding-left: 100px;
    margin-left: -100px;
    padding-right: calc(50vw - 646px);
    margin-right: calc(-50vw + 646px);
}
.screen-3 .owl-stage:hover {
    cursor: grab;
}
.screen-3 .owl-stage:active {
    cursor: grabbing;
}
.owl-item {
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0, 0.5, 0.8, 1.5);
}
.owl-item.active {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.screen-4 {
    padding: 0;
    padding-left: calc(50vw - 646px);
}
.screen-4 .body-content {
    display: flex;
    padding-bottom: 100px;
    flex-direction: row-reverse;
    background: #edeff4;
    padding: 125px 0;
    justify-content: space-between;
}
.screen-4 .content {
    display: flex;
}
.screen-4 .text {
    width: 29.35%;
    max-width: 410px;
    flex-direction: column;
    border-bottom: 1px solid #000;
    margin-right: calc(50vw - 646px);
    position: relative;
}
.screen-4 .media {
    width: 53%;
    max-width: 740px;
}
.screen-4 h2 {
    color: #212529;
    padding-bottom: 48px;
}
.screen-4 p {
    margin: 0;
}
.screen-4 .media img {
    max-width: 740px;
    max-height: 450px;
    width: 100%;
    height: 100%;
}

.screen-4 .custom-nav {
    position: absolute;
    bottom: 50px;
    left: 0;
}
.screen-4 .custom-nav .owl-prev {
    border: 0;
    background: url(/assets/img/nav-pre.svg);
    height: 8px;
    width: 35px;
    outline: none;
    cursor: pointer;
    margin-right: 10px;
}
.screen-4 .custom-nav .owl-next {
    border: 0;
    background: url(/assets/img/nav-next.svg);
    height: 8px;
    width: 35px;
    outline: none;
    cursor: pointer;
}
.screen-4 .owl-stage-outer {
    padding-right: 100px;
    margin-right: -100px;
    padding-left: calc(50vw - 646px);
    margin-left: calc(-50vw + 646px);
}
.screen-4 .owl-stage:hover {
    cursor: grab;
}
.screen-4 .owl-stage:active {
    cursor: grabbing;
}

.screen-5 .body-content {
    display: flex;
    padding-top: 100px;
    justify-content: space-between;
}
.screen-5 .content {
    display: flex;
}
.screen-5 .text {
    width: 29.35%;
    max-width: 410px;
    flex-direction: column;
} /*34.78%*/
.screen-5 .media {
    width: 53%;
    max-width: 740px;
    position: relative;
} /*65.22%*/
.screen-5 h2 {
    color: #212529;
    padding-bottom: 40px;
    border-bottom: 1px solid #000;
}
.screen-5 .media img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 18px;
    left: 0;
}
.screen-5 ul li {
    font-weight: 600;
    font-size: 24px;
    padding: 12px 0;
    border-bottom: 1px solid #c4c4c4;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.screen-5 ul li p {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.screen-5 ul {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.screen-5 .plus-btn {
    padding: 1px;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
}
.screen-5 .plus-btn::before {
    content: "+";
    top: 0;
    left: 0;
    font-size: 40px;
    font-weight: 100;
}

/* Media queries */
@media screen and (min-width: 991.98px) and (max-width: 1291.98px) {
    /* screen-1 */
    .screen-1 .text {
        flex: 0 0 auto;
        width: 420px;
        padding-right: auto;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
    }

    .screen-1 .media img {
        width: 540px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .screen-1 .text h2 {
        margin-bottom: 22px;
        font-weight: 600;
        font-style: normal;
        font-size: 30px;
        line-height: 100%;
    }

    .screen-1 .text h3 {
        line-height: 30px;
        margin-bottom: 18px;
        font-size: 18px;
        line-height: 125%;
        width: 314px;
    }

    .screen-1 .text p {
        line-height: 22px;
        width: 330px;
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 115%;
    }

    .screen-1 {
        display: flex;
        margin-top: 40px;
        margin-bottom: 90px;
    }

    .brief-btn {
        display: flex;
        cursor: pointer;
        transition: all 0.5s;
        color: #000;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        padding: 16px 0;
        border: 1px solid #000;
        max-width: 290px;
        align-items: center;
        justify-content: space-around;
    }

    .arrow::before {
        width: 60px;
    }

    /* screen-3 */
    .screen-3 .body-content {
        display: flex;
        margin-bottom: 100px;
        justify-content: space-between;
    }
    .screen-3 .content {
        display: flex;
    }
    .screen-3 .text {
        width: 240px;
        flex-direction: column;
        border-bottom: 1px solid #000;
        position: relative;
    }
    .screen-3 .media {
        width: 63.5%;
        justify-content: space-between;
    }
    .screen-3 h2 {
        color: #212529;
        padding-bottom: 40px;
        font-size: 30px;
        line-height: 100%;
    }
    .screen-3 p {
        margin: 0;
        font-size: 14px;
        line-height: 115%;
    }

    .screen-3 .custom-nav {
        position: absolute;
        bottom: 100px;
        right: 0;
    }
    .screen-3 .custom-nav .owl-prev {
        border: 0;
        background: url(/assets/img/nav-pre.svg);
        height: 8px;
        width: 35px;
        outline: none;
        cursor: pointer;
        margin-right: 10px;
    }
    .screen-3 .custom-nav .owl-next {
        border: 0;
        background: url(/assets/img/nav-next.svg);
        height: 8px;
        width: 35px;
        outline: none;
        cursor: pointer;
    }
    .screen-3 .owl-stage-outer {
        padding-left: 100px;
        margin-left: -100px;
        padding-right: calc(50vw - 480px);
        margin-right: 0;
    }
    .screen-3 .owl-stage:hover {
        cursor: grab;
    }
    .screen-3 .owl-stage:active {
        cursor: grabbing;
    }
    .owl-item {
        opacity: 0;
        transition: opacity 0.5s cubic-bezier(0, 0.5, 0.8, 1.5);
    }
    .owl-item.active {
        opacity: 1;
        transition: opacity 0.5s ease;
    }

    .screen-3 .owl-div img {
        max-height: 315px;
    }

    /* screen-4 */
    .screen-4 {
        padding: 0;
        padding-left: calc(50vw - 480px);
    }
    .screen-4 .body-content {
        display: flex;
        padding-bottom: 100px;
        flex-direction: row-reverse;
        background: #edeff4;
        padding: 90px 0;
        justify-content: space-between;
    }
    .screen-4 .content {
        display: flex;
    }
    .screen-4 .text {
        width: 29.35%;
        max-width: 410px;
        flex-direction: column;
        border-bottom: 1px solid #000;
        margin-right: calc(50vw - 480px);
        position: relative;
    }
    .screen-4 .media {
        width: 53%;
        max-width: 575px;
    }
    .screen-4 h2 {
        color: #212529;
        padding-bottom: 48px;
        font-size: 30px;
        line-height: 100%;
    }

    .screen-4 p {
        margin: 0;
        font-size: 14px;
        line-height: 115%;
    }
    .screen-4 .media img {
        max-width: 575px;
        max-height: 450px;
        width: 100%;
        height: 100%;
    }

    .screen-4 .custom-nav {
        position: absolute;
        bottom: 50px;
        left: 0;
    }
    .screen-4 .custom-nav .owl-prev {
        border: 0;
        background: url(/assets/img/nav-pre.svg);
        height: 8px;
        width: 35px;
        outline: none;
        cursor: pointer;
        margin-right: 10px;
    }
    .screen-4 .custom-nav .owl-next {
        border: 0;
        background: url(/assets/img/nav-next.svg);
        height: 8px;
        width: 35px;
        outline: none;
        cursor: pointer;
    }
    .screen-4 .owl-stage-outer {
        padding-right: 100px;
        margin-right: -100px;
        padding-left: calc(50vw - 480px);
        margin-left: calc(-50vw + 480px);
    }
    .screen-4 .owl-stage:hover {
        cursor: grab;
    }
    .screen-4 .owl-stage:active {
        cursor: grabbing;
    }

    /* screen-5 */
    .screen-5 .body-content {
        display: flex;
        padding-top: 100px;
        justify-content: space-between;
    }
    .screen-5 .content {
        display: flex;
    }
    .screen-5 .text {
        width: 410px;
        max-width: 410px;
        flex-direction: column;
    } /*34.78%*/
    .screen-5 .media {
        width: 504px;
        height: 273px;
        max-width: 740px;
        position: relative;
    } /*65.22%*/
    .screen-5 h2 {
        color: #212529;
        padding-bottom: 40px;
        border-bottom: 1px solid #000;
        font-size: 30px;
        line-height: 100%;
    }
    .screen-5 .media img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .screen-5 ul li {
        font-weight: 600;
        font-size: 24px;
        padding: 0px 0;
        border-bottom: 1px solid #c4c4c4;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .screen-5 ul li p {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
        font-size: 18px;
        line-height: 125%;
    }
    .screen-5 ul {
        cursor: pointer;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }
    .screen-5 .plus-btn {
        padding: 1px;
        position: relative;
        background: none;
        border: none;
        cursor: pointer;
    }
    .screen-5 .plus-btn::before {
        content: "+";
        top: 0;
        left: 0;
        font-size: 40px;
        font-weight: 100;
    }
}

@media screen and (min-width: 767.98px) and (max-width: 991.98px) {
    /* screen-1 */
    .screen-1 .text {
        flex: 0 0 auto;
        width: 310px;
        padding-right: 25px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
    }

    .screen-1 .media img {
        width: 410px;
        max-height: 312;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .screen-1 .text h2 {
        margin-bottom: 22px;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        line-height: 100%;
    }

    .screen-1 .text h3 {
        line-height: 30px;
        margin-bottom: 18px;
        font-size: 16px;
        line-height: 115%;
        width: 280px;
    }

    .screen-1 .text p {
        line-height: 22px;
        width: 240px;
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 115%;
    }

    .screen-1 {
        display: flex;
        margin-top: 40px;
        margin-bottom: 90px;
    }

    .brief-btn {
        display: flex;
        cursor: pointer;
        transition: all 0.5s;
        color: #000;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        padding: 14px 0;
        border: 1px solid #000;
        max-width: 240px;
        align-items: center;
        justify-content: space-around;
    }

    .arrow::before {
        width: 60px;
    }

    /* screen-2 */
    .screen-2 .text-block h2 {
        font-size: 24px;
        line-height: 100%;
        text-align: center;
    }

    /* screen-3 */
    .screen-3 .body-content {
        display: flex;
        margin-bottom: 100px;
        justify-content: space-between;
    }
    .screen-3 .content {
        display: flex;
    }
    .screen-3 .text {
        width: 240px;
        height: 290px;
        flex-direction: column;
        border-bottom: 1px solid #000;
        position: relative;
    }
    .screen-3 .media {
        width: 63.5%;
        justify-content: space-between;
        height: 217px;
        position: relative;
        top: 70px;
    }
    .screen-3 h2 {
        color: #212529;
        padding-bottom: 40px;
        font-size: 24px;
        line-height: 100%;
    }
    .screen-3 p {
        margin: 0;
        font-size: 14px;
        line-height: 115%;
    }

    .screen-3 .custom-nav {
        position: absolute;
        bottom: 50px;
        right: 0;
    }
    .screen-3 .custom-nav .owl-prev {
        border: 0;
        background: url(/assets/img/nav-pre.svg);
        height: 8px;
        width: 35px;
        outline: none;
        cursor: pointer;
        margin-right: 10px;
    }
    .screen-3 .custom-nav .owl-next {
        border: 0;
        background: url(/assets/img/nav-next.svg);
        height: 8px;
        width: 35px;
        outline: none;
        cursor: pointer;
    }
    .screen-3 .owl-stage-outer {
        padding-left: 100px;
        margin-left: -100px;
        padding-right: calc(50vw - 646px);
        margin-right: 0;
    }
    .screen-3 .owl-stage:hover {
        cursor: grab;
    }
    .screen-3 .owl-stage:active {
        cursor: grabbing;
    }
    .owl-item {
        opacity: 0;
        transition: opacity 0.5s cubic-bezier(0, 0.5, 0.8, 1.5);
    }
    .owl-item.active {
        opacity: 1;
        transition: opacity 0.5s ease;
    }

    .screen-3 .owl-div img {
        max-height: 217px;
    }

    /* screen-4 */
    .screen-4 {
        padding: 0;
        padding-left: calc(50vw - 360px);
    }
    .screen-4 .body-content {
        display: flex;
        padding-bottom: 100px;
        flex-direction: row-reverse;
        background: #edeff4;
        padding: 90px 0;
        justify-content: space-between;
    }
    .screen-4 .content {
        display: flex;
    }
    .screen-4 .text {
        width: 264px;
        max-width: 410px;
        flex-direction: column;
        border-bottom: 1px solid #000;
        margin-right: calc(50vw - 360px);
        position: relative;
    }
    .screen-4 .media {
        width: 53%;
        max-width: 414px;
    }
    .screen-4 h2 {
        color: #212529;
        padding-bottom: 24px;
        font-size: 24px;
        line-height: 100%;
    }

    .screen-4 p {
        margin: 0;
        font-size: 14px;
        line-height: 115%;
    }
    .screen-4 .media img {
        max-width: 414px;
        min-height: 304px;
        width: 100%;
        height: 100%;
    }

    .screen-4 .custom-nav {
        position: absolute;
        bottom: 20px;
        left: 0;
    }
    .screen-4 .custom-nav .owl-prev {
        border: 0;
        background: url(/assets/img/nav-pre.svg);
        height: 8px;
        width: 35px;
        outline: none;
        cursor: pointer;
        margin-right: 10px;
    }
    .screen-4 .custom-nav .owl-next {
        border: 0;
        background: url(/assets/img/nav-next.svg);
        height: 8px;
        width: 35px;
        outline: none;
        cursor: pointer;
    }
    .screen-4 .owl-stage-outer {
        padding-right: 100px;
        margin-right: -100px;
        padding-left: calc(50vw - 360px);
        margin-left: calc(-50vw + 360px);
    }
    .screen-4 .owl-stage:hover {
        cursor: grab;
    }
    .screen-4 .owl-stage:active {
        cursor: grabbing;
    }

    /* screen-5 */
    .screen-5 .body-content {
        display: flex;
        padding-top: 100px;
        justify-content: space-between;
    }
    .screen-5 .content {
        display: flex;
    }
    .screen-5 .text {
        width: 410px;
        max-width: 410px;
        flex-direction: column;
    } /*34.78%*/
    .screen-5 .media {
        width: 264px;
        height: 266px;
        max-width: 740px;
        position: relative;
    } /*65.22%*/
    .screen-5 h2 {
        color: #212529;
        padding-bottom: 40px;
        border-bottom: 1px solid #000;
        font-size: 30px;
        line-height: 100%;
    }
    .screen-5 .media img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .screen-5 ul li {
        font-weight: 600;
        font-size: 24px;
        padding: 0px 0;
        border-bottom: 1px solid #c4c4c4;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .screen-5 ul li p {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
        font-size: 18px;
        line-height: 125%;
    }
    .screen-5 ul {
        cursor: pointer;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }
    .screen-5 .plus-btn {
        padding: 1px;
        position: relative;
        background: none;
        border: none;
        cursor: pointer;
    }
    .screen-5 .plus-btn::before {
        content: "+";
        top: 0;
        left: 0;
        font-size: 40px;
        font-weight: 100;
    }
}

@media screen and (min-width: 479.98px) and (max-width: 767.98px) {
    /* screen-1 */
    .screen-1 .text {
        flex: 0 0 auto;
        width: auto;
        padding-right: 0;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
    }

    .screen-1 .media img {
        width: 440px;
        height: 240px;
        position: static;
        bottom: 0;
        right: 0;
    }

    .screen-1 .text h2 {
        margin-bottom: 15px;
        font-weight: 600;
        font-style: normal;
        font-size: 36px;
        line-height: 100%;
    }

    .screen-1 .text h3 {
        line-height: 30px;
        margin-bottom: 18px;
        font-size: 24px;
        line-height: 115%;
        width: auto;
    }

    .screen-1 .text p {
        line-height: 22px;
        width: auto;
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 115%;
        margin-bottom: 40px;
        padding-right: 60px;
    }

    .screen-1 .text p:nth-child(4) {
        padding-right: 160px;
    }

    .brief-btn {
        display: flex;
        cursor: pointer;
        transition: all 0.5s;
        color: #000;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        padding: 14px 0;
        border: 1px solid #000;
        max-width: 332px;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 50px;
    }

    .arrow::before {
        width: 35px;
    }

    .screen-1 {
        display: flex;
        margin-top: 0px;
        margin-bottom: 50px;
    }
    .screen-1 .body-content {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
        border-top: 1px solid #000;
        padding-top: 30px;
    }

    /* screen-2 */
    .screen-2 .body-content {
        padding-top: 85px;
        padding-bottom: 50px;
        border-top: 1px solid #000;
        display: flex;
        position: relative;
        margin-top: 50px;
        margin-bottom: 0;
    }

    .screen-2 .text-block h2 {
        font-size: 36px;
        line-height: 100%;
        width: 341px;
        text-align: center;
    }

    /* screen-3 */
    .screen-3 .body-content {
        display: flex;
        margin-bottom: 100px;
        justify-content: space-between;
        flex-direction: column;
    }
    .screen-3 .content {
        display: flex;
    }
    .screen-3 .text {
        width: 440px;
        height: 170px;
        flex-direction: column;
        border-bottom: 1px solid #000;
        position: relative;
    }
    .screen-3 .media {
        width: 440px;
        justify-content: space-between;
        height: 320px;
        position: relative;
        top: 40px;
    }
    .screen-3 h2 {
        color: #212529;
        padding-bottom: 30px;
        font-size: 36px;
        line-height: 100%;
    }
    .screen-3 p {
        margin: 0;
        font-size: 14px;
        line-height: 115%;
    }

    .screen-3 .custom-nav {
        position: absolute;
        bottom: 30px;
        right: 0;
    }
    .screen-3 .custom-nav .owl-prev {
        border: 0;
        background: url(/assets/img/nav-pre.svg);
        height: 8px;
        width: 35px;
        outline: none;
        cursor: pointer;
        margin-right: 10px;
    }
    .screen-3 .custom-nav .owl-next {
        border: 0;
        background: url(/assets/img/nav-next.svg);
        height: 8px;
        width: 35px;
        outline: none;
        cursor: pointer;
    }
    .screen-3 .owl-stage-outer {
        padding-left: 100px;
        margin-left: -100px;
        padding-right: 0;
        margin-right: 0;
    }
    .screen-3 .owl-stage:hover {
        cursor: grab;
    }
    .screen-3 .owl-stage:active {
        cursor: grabbing;
    }
    .owl-item {
        opacity: 0;
        transition: opacity 0.5s cubic-bezier(0, 0.5, 0.8, 1.5);
    }
    .owl-item.active {
        opacity: 1;
        transition: opacity 0.5s ease;
    }

    .screen-3 .owl-div img {
        max-height: 320px;
    }

    /* screen-4 */
    .screen-4 {
        padding: 0;
        padding-left: calc(50vw - 220px);
    }
    .screen-4 .body-content {
        display: flex;
        padding-bottom: 100px;
        flex-direction: column;
        background: #edeff4;
        padding: 50px 0;
        justify-content: space-between;
    }
    .screen-4 .content {
        display: flex;
    }
    .screen-4 .text {
        width: 440px;
        max-width: 440px;
        flex-direction: column;
        border-bottom: 1px solid #000;
        margin-right: calc(50vw - 220px);
        position: relative;
        margin-bottom: 30px;
        padding-bottom: 60px;
    }
    .screen-4 .media {
        width: 53%;
        max-width: 440px;
    }
    .screen-4 h2 {
        color: #212529;
        padding-bottom: 24px;
        font-size: 36px;
        line-height: 100%;
    }

    .screen-4 p {
        margin: 0;
        font-size: 14px;
        line-height: 115%;
    }
    .screen-4 .media img {
        max-width: 440px;
        min-height: 323px;
        width: 100%;
        height: 100%;
    }

    .screen-4 .custom-nav {
        position: absolute;
        bottom: 20px;
        left: 360px;
    }
    .screen-4 .custom-nav .owl-prev {
        border: 0;
        background: url(/assets/img/nav-pre.svg);
        height: 8px;
        width: 35px;
        outline: none;
        cursor: pointer;
        margin-right: 10px;
    }
    .screen-4 .custom-nav .owl-next {
        border: 0;
        background: url(/assets/img/nav-next.svg);
        height: 8px;
        width: 35px;
        outline: none;
        cursor: pointer;
    }
    .screen-4 .owl-stage-outer {
        padding-right: 100px;
        margin-right: -120px;
        padding-left: calc(50vw - 220px);
        margin-left: calc(-50vw + 220px);
    }
    .screen-4 .owl-stage:hover {
        cursor: grab;
    }
    .screen-4 .owl-stage:active {
        cursor: grabbing;
    }

    /* screen-5 */
    .screen-5 .body-content {
        display: flex;
        padding-top: 50px;
        justify-content: space-between;
    }
    .screen-5 .content {
        display: flex;
    }
    .screen-5 .text {
        width: 410px;
        max-width: 410px;
        flex-direction: column;
    } /*34.78%*/
    .screen-5 .media {
        display: none;
    } /*65.22%*/
    .screen-5 h2 {
        color: #212529;
        padding-bottom: 40px;
        border-bottom: 1px solid #000;
        font-size: 36px;
        line-height: 100%;
    }
    .screen-5 .media img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .screen-5 ul li {
        font-weight: 600;
        font-size: 24px;
        padding: 0px 0;
        border-bottom: 1px solid #c4c4c4;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .screen-5 ul li p {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
        font-size: 18px;
        line-height: 125%;
    }
    .screen-5 ul {
        cursor: pointer;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }
    .screen-5 .plus-btn {
        padding: 1px;
        position: relative;
        background: none;
        border: none;
        cursor: pointer;
    }
    .screen-5 .plus-btn::before {
        content: "+";
        top: 0;
        left: 0;
        font-size: 40px;
        font-weight: 100;
    }
}

@media screen and (min-width: 319.98px) and (max-width: 479.98px) {
    /* screen-1 */
    .screen-1 {
        display: flex;
        flex-direction: column;
        margin-top: 0;
        margin-bottom: 50px;
    }

    .screen-1 .body-content {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        width: 100%;
        border-top: 1px solid #000000;
        padding-top: 30px;
    }

    .screen-1 .text {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 50px;
    }

    .screen-1 h2 {
        margin-bottom: 25px;
        font-weight: 600;
        font-size: 24px;
        line-height: 100%;
    }

    .screen-1 h3 {
        font-weight: 600;
        font-size: 16px;
        line-height: 115%;
        margin-bottom: 25px;
    }

    .screen-1 .media img {
        min-height: 240px;
        position: relative;
    }

    .screen-1 .text p {
        font-weight: 400;
        font-size: 14px;
        line-height: 115%;
    }

    .screen-1 .text p:nth-child(4) {
        margin-right: 20px;
    }

    .screen-1 .text .brief-btn {
        width: 100%;
        margin-top: 25px;
        margin-right: 10px;
        padding: 17px 0;
        font-weight: 700;
        font-size: 14px;
        line-height: 100%;
    }

    /* screen-2 */
    .screen-2 .body-content {
        padding-top: 65px;
        padding-bottom: 50px;
        border-top: 1px solid #000;
        display: flex;
        position: relative;
        margin-top: 0;
        margin-bottom: 0;
    }

    .screen-2 .text-block h2 {
        font-size: 24px;
        line-height: 100%;
        width: 280px;
        text-align: center;
    }

    /* screen-3 */
    .screen-3 .body-content {
        display: flex;
        margin-bottom: 100px;
        justify-content: space-between;
        flex-direction: column;
    }
    .screen-3 .content {
        display: flex;
    }
    .screen-3 .text {
        width: 300px;
        height: 200px;
        flex-direction: column;
        border-bottom: 1px solid #000;
        position: relative;
    }
    .screen-3 .media {
        width: 300px;
        justify-content: space-between;
        height: 195px;
        position: relative;
        top: 40px;
    }
    .screen-3 h2 {
        color: #212529;
        padding-bottom: 30px;
        font-size: 24px;
        line-height: 100%;
    }
    .screen-3 p {
        margin: 0;
        font-size: 14px;
        line-height: 115%;
    }

    .screen-3 .custom-nav {
        position: absolute;
        bottom: 30px;
        right: 0;
    }
    .screen-3 .custom-nav .owl-prev {
        border: 0;
        background: url(/assets/img/nav-pre.svg);
        height: 8px;
        width: 35px;
        outline: none;
        cursor: pointer;
        margin-right: 10px;
    }
    .screen-3 .custom-nav .owl-next {
        border: 0;
        background: url(/assets/img/nav-next.svg);
        height: 8px;
        width: 35px;
        outline: none;
        cursor: pointer;
    }
    .screen-3 .owl-stage-outer {
        padding-left: 100px;
        margin-left: -100px;
        padding-right: 0;
        margin-right: 0;
    }
    .screen-3 .owl-stage:hover {
        cursor: grab;
    }
    .screen-3 .owl-stage:active {
        cursor: grabbing;
    }
    .owl-item {
        opacity: 0;
        transition: opacity 0.5s cubic-bezier(0, 0.5, 0.8, 1.5);
    }
    .owl-item.active {
        opacity: 1;
        transition: opacity 0.5s ease;
    }

    .screen-3 .owl-div img {
        max-height: 195px;
    }

    /* screen-4 */
    .screen-4 {
        padding: 0;
        padding-left: calc(50vw - 150px);
    }
    .screen-4 .body-content {
        display: flex;
        padding-bottom: 100px;
        flex-direction: column;
        background: #edeff4;
        padding: 50px 10px;
        justify-content: space-between;
    }
    .screen-4 .content {
        display: flex;
    }
    .screen-4 .text {
        width: 300px;
        max-width: 300px;
        flex-direction: column;
        border-bottom: 1px solid #000;
        margin-right: calc(50vw - 150px);
        position: relative;
        margin-bottom: 30px;
        padding-bottom: 60px;
    }
    .screen-4 .media {
        width: 53%;
        max-width: 300px;
    }
    .screen-4 h2 {
        color: #212529;
        padding-bottom: 24px;
        font-size: 24px;
        line-height: 100%;
    }

    .screen-4 p {
        margin: 0;
        font-size: 14px;
        line-height: 115%;
    }
    .screen-4 .media img {
        max-width: 300px;
        min-height: 220px;
        width: 100%;
        height: 100%;
    }

    .screen-4 .custom-nav {
        position: absolute;
        bottom: 20px;
        left: 220px;
    }
    .screen-4 .custom-nav .owl-prev {
        border: 0;
        background: url(/assets/img/nav-pre.svg);
        height: 8px;
        width: 35px;
        outline: none;
        cursor: pointer;
        margin-right: 10px;
    }
    .screen-4 .custom-nav .owl-next {
        border: 0;
        background: url(/assets/img/nav-next.svg);
        height: 8px;
        width: 35px;
        outline: none;
        cursor: pointer;
    }
    .screen-4 .owl-stage-outer {
        padding-right: 100px;
        margin-right: -120px;
        padding-left: calc(50vw - 150px);
        margin-left: calc(-50vw + 150px);
    }
    .screen-4 .owl-stage:hover {
        cursor: grab;
    }
    .screen-4 .owl-stage:active {
        cursor: grabbing;
    }

    /* screen-5 */
    .screen-5 .body-content {
        display: flex;
        padding-top: 50px;
        justify-content: space-between;
    }
    .screen-5 .content {
        display: flex;
    }
    .screen-5 .text {
        width: 410px;
        max-width: 410px;
        flex-direction: column;
    } /*34.78%*/
    .screen-5 .media {
        display: none;
    } /*65.22%*/
    .screen-5 h2 {
        color: #212529;
        padding-bottom: 40px;
        border-bottom: 1px solid #000;
        font-size: 24px;
        line-height: 100%;
    }
    .screen-5 .media img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .screen-5 ul li {
        font-weight: 600;
        font-size: 24px;
        padding: 0px 0;
        border-bottom: 1px solid #c4c4c4;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .screen-5 ul li p {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
        font-size: 16px;
        line-height: 125%;
    }
    .screen-5 ul {
        cursor: pointer;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }
    .screen-5 .plus-btn {
        padding: 1px;
        position: relative;
        background: none;
        border: none;
        cursor: pointer;
    }
    .screen-5 .plus-btn::before {
        content: "+";
        top: 0;
        left: 0;
        font-size: 40px;
        font-weight: 100;
    }
}
