.screen-1 {
    display: flex;
    margin-top: 88px;
    margin-bottom: 90px;
}
.screen-1 .body-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.screen-1 .text {
    flex: 0 0 auto;
    width: 25.21%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: -9px;
}
.screen-1 .media {
    position: relative;
    width: 100%;
    max-width: 850px;
}
.screen-1 .media img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.screen-1 .text .brief-btn {
    width: 100%;
    margin-top: 18px;
}
.screen-1 .text h3 {
    color: #2e2e2e;
}
.screen-1 .text p {
    color: #2e2e2e;
    margin-bottom: 0;
}
.screen-1 .text h2 {
    margin-bottom: 23px;
}

.screen-1 .text p:nth-child(5) {
    display: none;
}

/*hover start ___*/
.brief-btn {
    display: flex;
    cursor: pointer;
    transition: all 0.5s;
    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;
}

/*hover*/
.brief-btn:hover {
    background-color: #2e2e2e;
    color: #fff;
    border-color: #fff;
}
.brief-btn:hover .arrow-black::after {
    border-color: #fff;
}
.brief-btn:hover .arrow-black::before {
    background-color: #fff;
    width: 60px;
}

.arrow {
    display: flex;
    position: relative;
    justify-content: flex-end;
    align-items: center;
}
.arrow::before {
    content: "";
    transition: all 0.5s;
    position: absolute;
    width: 35px;
    height: 20%;
    background-color: #fff;
}
.arrow::after {
    content: "";
    transform: rotate(-45deg);
    transition: all 0.5s;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: flex;
    padding: 3px;
}
.arrow-black::before {
    background-color: #000;
}
.arrow-black::after {
    border-color: #000;
}
.brief-open:hover .arrow::before {
    width: 100px;
}
.brief-open:hover .arrow::after {
    transform: rotate(-45deg) translate(45px, 45px);
}
.brief-open .arrow::before {
    left: -28px;
}

.screen-2 .body-content {
    padding-top: 100px;
    padding-bottom: 87px;
    border-top: 1px solid #000;
    display: flex;
    position: relative;
}
.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 .content {
    width: 100%;
}
.screen-3 .text-block {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}
.screen-3 .text-block p {
    margin: 0;
}
.screen-3 .left-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.screen-3 .left-block .search-vectors {
    display: flex;
    justify-content: space-between;
}
.screen-3 .center-block ul li:not(:last-child) {
    padding-bottom: 24px;
}
.screen-3 .center-block ul li {
    background: url(/assets/img/romb.svg) no-repeat;
    padding-left: 20px;
    background-position-y: 7px;
}
.screen-3 .block {
    width: 30%;
}

.screen-4 {
    padding: 0;
    padding-left: calc(50vw - 646px);
}
.screen-4 {
    display: flex;
    margin-top: 88px;
    margin-bottom: 90px;
}
.screen-4 .body-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
    background: #edeff4;
    padding: 100px 0;
}
.screen-4 .text {
    flex: 0 0 auto;
    width: 29.35%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(50vw - 646px);
    margin-top: -9px;
}
.screen-4 .media {
    position: relative;
    width: 100%;
    max-width: 740px;
}
.screen-4 .media img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.screen-4 .text a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    padding: 21px 0;
    border: 1px solid #000;
    width: 100%;
    justify-content: space-around;
    display: inline-flex;
}
.screen-4 .text .brief-btn {
    width: 100%;
    margin-top: 72px;
}
.screen-4 .text-inner p {
    margin: 0;
}
.screen-4 .text-inner p:first-child {
    margin-bottom: 24px;
}
.screen-4 .text h2 {
    margin-bottom: 48px;
}

.screen-5 .content {
    width: 67%;
    display: flex;
    flex-direction: column;
}
.screen-5 .list {
    flex-direction: column;
} /*34.78%*/
.screen-5 .media {
    width: 740px;
    padding-left: 140px;
} /*65.22%*/
.screen-5 h2 {
    color: #000;
    padding-bottom: 40px;
    border-bottom: 1px solid #000;
}
.screen-5 .media img {
    max-width: 100%;
    max-height: 100%;
}
.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 {
    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;
}
.screen-5 ul li:hover {
    cursor: pointer;
}
.screen-5 .list span {
    font-weight: 700;
}

@media screen and (min-width: 991.98px) and (max-width: 1291.98px) {
    /* screen-1 */
    .screen-1 .text {
        flex: 0 0 auto;
        width: 308px;
        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: 10px;
        font-size: 18px;
        line-height: 125%;
        width: 320px;
    }

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

    .screen-1 p {
        margin-top: 0;
    }

    .screen-1 .text p:nth-child(4) {
        display: none;
    }
    .screen-1 .text p:nth-child(5) {
        display: block;
        margin-bottom: 0;
    }

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

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

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

    .screen-2 h2 {
        font-size: 30px;
        line-height: 100%;
    }

    /* screen-3 */
    .screen-3 .content {
        width: 100%;
    }

    .screen-3 h2 {
        font-size: 30px;
        line-height: 100%;
    }

    .screen-3 .text-block {
        display: flex;
        justify-content: space-between;
        padding-top: 40px;
    }
    .screen-3 .text-block p {
        margin: 0;
        font-size: 14px;
        line-height: 115%;
    }
    .screen-3 .left-block {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .screen-3 .left-block .search-vectors {
        display: flex;
        justify-content: space-between;
    }

    .screen-3 .left-block .search-vectors img {
        max-height: 21px;
    }

    .screen-3 .center-block ul li:not(:last-child) {
        padding-bottom: 24px;
    }
    .screen-3 .center-block ul li {
        background: url(/assets/img/romb.svg) no-repeat;
        padding-left: 20px;
        background-position-y: 7px;
    }
    .screen-3 .block {
        width: 30%;
        font-size: 14px;
        line-height: 115%;
    }

    /* screen-4 */
    .screen-4 {
        padding: 0;
        padding-left: calc(50vw - 480px);
    }
    .screen-4 {
        display: flex;
        margin-top: 88px;
        margin-bottom: 90px;
    }
    .screen-4 .body-content {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: row-reverse;
        background: #edeff4;
        padding: 100px 0;
    }
    .screen-4 .text {
        flex: 0 0 auto;
        width: 29.35%;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        margin-right: calc(50vw - 480px);
        margin-top: -9px;
    }
    .screen-4 .media {
        position: relative;
        width: 100%;
        max-width: 740px;
    }
    .screen-4 .media img {
        max-width: 100%;
        max-height: 350px;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .screen-4 .text a {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        text-decoration: none;
        padding: 21px 0;
        border: 1px solid #000;
        width: 100%;
        justify-content: space-around;
        display: inline-flex;
    }
    .screen-4 .text .brief-btn {
        width: 290px;
        margin-top: 72px;
    }
    .screen-4 .text-inner p {
        margin: 0;
        font-size: 14px;
        line-height: 115%;
    }
    .screen-4 .text-inner p:first-child {
        margin-bottom: 24px;
    }
    .screen-4 .text h2 {
        margin-bottom: 35px;
        font-size: 30px;
        line-height: 100%;
    }

    /* .screen-5 */
    .screen-5 .content {
        width: 67%;
        display: flex;
        flex-direction: column;
    }
    .screen-5 .list {
        flex-direction: column;
    } /*34.78%*/
    .screen-5 .media {
        width: 740px;
        padding-left: 140px;
    } /*65.22%*/
    .screen-5 h2 {
        color: #000;
        padding-bottom: 40px;
        border-bottom: 1px solid #000;
        font-size: 30px;
        line-height: 100%;
    }
    .screen-5 .media img {
        max-width: 100%;
        max-height: 100%;
    }
    .screen-5 ul li {
        font-weight: 600;
        font-size: 24px;
        padding: 2px 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 {
        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;
    }
    .screen-5 ul li:hover {
        cursor: pointer;
    }
    .screen-5 .list span {
        font-weight: 700;
    }
}

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

    .screen-1 .media img {
        width: 410px;
        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: 285px;
    }

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

    .screen-1 .text p:nth-child(4) {
        display: none;
    }

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

    .screen-1 .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;
    }

    .screen-1 .brief-btn.arrow::before {
        width: 60px;
    }

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

    /* screen-3 */
    .screen-3 .content {
        width: 100%;
    }

    .screen-3 h2 {
        font-size: 24px;
        line-height: 100%;
    }

    .screen-3 .text-block {
        display: flex;
        justify-content: space-between;
        padding-top: 40px;
        flex-wrap: wrap;
        position: relative;
    }
    .screen-3 .text-block p {
        margin: 0;
        font-size: 14px;
        line-height: 115%;
    }
    .screen-3 .left-block {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-width: 360px;
    }
    .screen-3 .left-block p {
        width: 262px;
    }

    .screen-3 .left-block .search-vectors {
        display: flex;
        justify-content: space-between;
        width: 262px;
        border-bottom: 1px solid #000000;
        height: 150px;
        position: absolute;
        top: 130px;
    }

    .screen-3 .left-block .search-vectors img {
        max-height: 19px;
    }

    .screen-3 .center-block ul li:not(:last-child) {
        padding-bottom: 24px;
    }
    .screen-3 .center-block ul li {
        background: url(/assets/img/romb.svg) no-repeat;
        padding-left: 20px;
        background-position-y: 7px;
    }
    .screen-3 .block {
        font-size: 14px;
        line-height: 115%;
    }

    .screen-3 .center-block {
        min-width: 360px;
    }

    .screen-3 .right-block {
        min-width: 360px;
        margin-left: auto;
        position: relative;
        left: 20px;
        padding-top: 40px;
    }

    /* screen-4 */
    .screen-4 {
        padding: 0;
        padding-left: calc(50vw - 360px);
    }
    .screen-4 {
        display: flex;
        margin-top: 88px;
        margin-bottom: 90px;
    }
    .screen-4 .body-content {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: row-reverse;
        background: #edeff4;
        padding: 100px 0;
    }
    .screen-4 .text {
        flex: 0 0 auto;
        width: 29.35%;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        margin-right: calc(50vw - 360px);
        margin-top: -9px;
    }
    .screen-4 .media {
        position: relative;
        width: 100%;
        max-width: 740px;
    }
    .screen-4 .media img {
        max-width: 100%;
        max-height: 304px;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .screen-4 .text a {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        text-decoration: none;
        padding: 21px 0;
        border: 1px solid #000;
        width: 100%;
        justify-content: space-around;
        display: inline-flex;
    }
    .screen-4 .text .brief-btn {
        max-width: 240px;
        margin-top: 30px;
    }
    .screen-4 .text-inner p {
        margin: 0;
        font-size: 14px;
        line-height: 115%;
    }
    .screen-4 .text-inner p:first-child {
        margin-bottom: 14px;
    }
    .screen-4 .text h2 {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 100%;
    }

    /* .screen-5 */
    .screen-5 .content {
        width: 67%;
        display: flex;
        flex-direction: column;
    }
    .screen-5 .list {
        flex-direction: column;
    } /*34.78%*/
    .screen-5 .media {
        width: 740px;
        padding-left: 140px;
    } /*65.22%*/
    .screen-5 h2 {
        color: #000;
        padding-bottom: 40px;
        border-bottom: 1px solid #000;
        font-size: 24px;
        line-height: 100%;
    }
    .screen-5 .media img {
        max-width: 100%;
        max-height: 100%;
    }
    .screen-5 ul li {
        font-weight: 600;
        font-size: 24px;
        padding: 2px 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 {
        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;
    }
    .screen-5 ul li:hover {
        cursor: pointer;
    }
    .screen-5 .list span {
        font-weight: 700;
    }
}

@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: auto;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
    }

    .screen-1 .media img {
        width: 440px;
        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;
    }

    .screen-1 .text p:nth-child(4) {
        display: none;
    }

    .screen-1 .text p:nth-child(5) {
        display: block;
        margin: 0;
        margin-bottom: 10px;
    }

    .screen-1 .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;
    }

    .screen-1 .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: 87px;
        border-top: 1px solid #000;
        display: flex;
        position: relative;
    }

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

    /* screen-3 */
    .screen-3 .content {
        width: 100%;
    }

    .screen-3 h2 {
        font-size: 36px;
        line-height: 100%;
    }

    .screen-3 .text-block {
        display: flex;
        justify-content: space-between;
        padding-top: 30px;
        flex-direction: column;
    }
    .screen-3 .text-block p {
        margin: 0;
        font-size: 14px;
        line-height: 115%;
    }
    .screen-3 .left-block {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .screen-3 .left-block .search-vectors {
        display: flex;
        justify-content: space-between;
    }

    .screen-3 .left-block .search-vectors img {
        max-height: 36px;
    }

    .screen-3 .left-block p {
        margin-bottom: 40px;
    }

    .screen-3 .center-block ul li:not(:last-child) {
        padding-bottom: 24px;
    }
    .screen-3 .center-block ul li {
        background: url(/assets/img/romb.svg) no-repeat;
        padding-left: 20px;
        background-position-y: 7px;
    }
    .screen-3 .block {
        width: 100%;
        font-size: 14px;
        line-height: 115%;
    }

    .screen-3 .center-block {
        margin-bottom: 30px;
    }

    .screen-3 .right-block {
        padding-left: 20px;
    }

    /* screen-4 */
    .screen-4 {
        padding: 0;
        padding-left: calc(50vw - 220px);
    }
    .screen-4 {
        display: flex;
        margin-top: 88px;
        margin-bottom: 90px;
    }
    .screen-4 .body-content {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
        background: #edeff4;
        padding: 50px 20px;
    }
    .screen-4 .text {
        flex: 0 0 auto;
        width: 440px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        margin-top: -9px;
    }
    .screen-4 .media {
        position: static;
        width: 100%;
        max-width: 440px;
    }
    .screen-4 .media img {
        max-width: 100%;
        max-height: 304px;
        position: static;
        left: 0;
        bottom: 0;
    }
    .screen-4 .text a {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        text-decoration: none;
        padding: 21px 0;
        border: 1px solid #000;
        width: 100%;
        justify-content: space-around;
        display: inline-flex;
    }
    .screen-4 .text .brief-btn {
        max-width: 332px;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .screen-4 .text-inner p {
        margin: 0;
        font-size: 14px;
        line-height: 115%;
    }
    .screen-4 .text-inner p:first-child {
        margin-bottom: 14px;
    }
    .screen-4 .text h2 {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 100%;
    }

    /* .screen-5 */
    .screen-5 .content {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .screen-5 .list {
        flex-direction: column;
    } /*34.78%*/
    .screen-5 .media {
        width: 740px;
        padding-left: 140px;
    } /*65.22%*/
    .screen-5 h2 {
        color: #000;
        padding-bottom: 40px;
        border-bottom: 1px solid #000;
        font-size: 36px;
        line-height: 100%;
    }
    .screen-5 .media img {
        max-width: 100%;
        max-height: 100%;
    }
    .screen-5 ul li {
        font-weight: 600;
        font-size: 24px;
        padding: 2px 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 {
        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;
    }
    .screen-5 ul li:hover {
        cursor: pointer;
    }
    .screen-5 .list span {
        font-weight: 700;
    }
}

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

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

    .screen-1 .text h2 {
        margin-bottom: 15px;
        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: auto;
    }

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

    .screen-1 .text p:nth-child(4) {
        display: none;
    }

    .screen-1 .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: 60px;
    }

    .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: 65px;
        padding-bottom: 50px;
        border-top: 1px solid #000;
        display: flex;
        position: relative;
    }

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

    /* screen-3 */
    .screen-3 {
        display: none;
    }

    /* screen-4 */
    .screen-4 {
        padding: 0;
        padding-left: calc(50vw - 150px);
    }
    .screen-4 {
        display: flex;
        margin-top: 88px;
        margin-bottom: 90px;
    }
    .screen-4 .body-content {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
        background: #edeff4;
        padding: 50px 20px;
    }
    .screen-4 .text {
        flex: 0 0 auto;
        width: 300px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        margin-top: -9px;
    }
    .screen-4 .media {
        position: static;
        width: 100%;
        max-width: 300px;
    }
    .screen-4 .media img {
        max-width: 100%;
        max-height: 304px;
        position: static;
        left: 0;
        bottom: 0;
    }
    .screen-4 .text a {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        text-decoration: none;
        padding: 21px 0;
        border: 1px solid #000;
        width: 100%;
        justify-content: space-around;
        display: inline-flex;
    }
    .screen-4 .text .brief-btn {
        max-width: 332px;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .screen-4 .text-inner p {
        margin: 0;
        font-size: 14px;
        line-height: 115%;
    }
    .screen-4 .text-inner p:first-child {
        margin-bottom: 14px;
    }
    .screen-4 .text h2 {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 100%;
    }

    /* .screen-5 */
    .screen-5 .content {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .screen-5 .list {
        flex-direction: column;
    } /*34.78%*/
    .screen-5 .media {
        width: 740px;
        padding-left: 140px;
    } /*65.22%*/
    .screen-5 h2 {
        color: #000;
        padding-bottom: 40px;
        border-bottom: 1px solid #000;
        font-size: 24px;
        line-height: 100%;
    }
    .screen-5 .media img {
        max-width: 100%;
        max-height: 100%;
    }
    .screen-5 ul li {
        font-weight: 600;
        font-size: 24px;
        padding: 2px 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 {
        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;
    }
    .screen-5 ul li:hover {
        cursor: pointer;
    }
    .screen-5 .list span {
        font-weight: 700;
    }
}
