html, body {
    margin: 0;
    padding: 0;
    font-family: 'Avenir Next Cyr', Arial, Helvetica, sans-serif;
}

.page_wrapper {
    overflow: hidden;
    position: relative;
}

.typography {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.14px;
    color: #666666;
}

.typography p:not(:last-child) {
    margin-bottom: 35px;
}

.wrapper {
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 725px;
}

.unit {
    margin: 125px 0;
}

.unit__title {
    font-family: 'Avenir Next Cyr', Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.35px;
    margin: 0 0 60px;
    text-align: center;
    color: #2A2A2A;
    font-weight: 600;
}

.unit__image {
    display: block;
    margin: 75px auto 90px;
}

.screens {
    background-color: #169DDE;
    padding: 40px 0;
}

.power {
    padding: 170px 0 0;
    overflow: hidden;
    position: relative;
}

.card {
    background-color: #ffffff;
    padding: 17px;
    border-radius: 13px;
    box-shadow: 11px 15px 23px rgba(0, 20, 50, 0.2);
    display: flex;
    flex-direction: column;
}

.card img {
    display: block;
    height: auto;
}

.card_small {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 22px;
    box-shadow: 48px 34px 48px rgba(0, 49, 88, 0.16);
}

.screens__list {
    display: flex;
    padding: 0;
    justify-content: flex-start;
}

.screens__list_top {
    margin: 0 -18%;
}

.screens__list_bottom {
    margin-top: 62px;
    margin-bottom: -40px;
    padding: 0 32px;
}

.screens__item {
    list-style: none;
    padding: 0 32px;
    flex-shrink: 0;
    box-sizing: border-box;
    height: auto;
}

.screens__list_top .screens__item {
    width: 36%;
}

.screens__list_bottom .screens__item {
    width: 50%;
}

.screens__card_small {
    position: absolute;
    max-width: 12%;
}

.screens__card_1 {
    top: 120px;
    right: 14%;
}

.screens__card_2 {
    bottom: 240px;
    left: 10%;
}

.screens-2__list {
    list-style: none;
    padding: 0 6px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.screens-2__item {
    padding: 6px;
    width: 50%;
    flex-shrink: 0;
    box-sizing: border-box;
}

.screens-2__item:nth-child(1) .screens-2__item-inner,
.screens-2__item:nth-child(4) .screens-2__item-inner {
    background-color: #EDEDED;
}

.screens-2__item:nth-child(2) .screens-2__item-inner,
.screens-2__item:nth-child(3) .screens-2__item-inner {
    background-color: #169DDE;
}

.screens-2__item-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 10px;
    overflow: hidden;
}

.screens-2__card {
    max-width: 80%;
}

.screens-2__card img {
    display: block;
}

.screens-3 {
    overflow: hidden;
}

.screens-3__list {
    list-style: none;
    padding: 0 6px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.screens-3__item {
    padding: 6px;
    width: 50%;
    flex-shrink: 0;
    box-sizing: border-box;
}

.screens-3__item:nth-child(1) {
    min-width: 100%;
    background-color: #EDEDED;
    flex-grow: 1;
    margin: 0 -6px 6px;
}

.screens-3__item:nth-child(4) {
    min-width: 100%;
    background-color: #EDEDED;
    flex-grow: 1;
    padding: 0;
    margin: 0 -6px 6px;
}

.screens-3__card {
    max-width: 80%;
}

.screens-3__item:nth-child(2) .screens-3__item-inner{
    background-color: #169DDE;
}

.screens-3__item:nth-child(3) .screens-3__item-inner {
    background-color: #EDEDED;
}

.screens-3__item:nth-child(4) .screens-3__item-inner {
    padding: 0;
    background-color: #169DDE;
}

.screens-3__item-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 10px;
    overflow: hidden;
}

.screens-4__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.screens-4__item {
    padding: 0;
    box-sizing: border-box;
}

.screens-4__item:nth-child(1) {
    background-color: #EDEDED;
    margin-bottom: 12px;
}

.screens-4__item-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.screens-4__item-inner img {
    height: auto;
}

.screens-4__item:nth-child(1) .screens-4__item-inner {
    padding: 140px 10px;
    align-items: center;
}

.screens-4__card {
    max-width: 80%;
}

.screens-5__list {
    list-style: none;
    padding: 6px 6px 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.screens-5__item {
    padding: 6px;
    width: 50%;
    flex-shrink: 0;
    box-sizing: border-box;
    display: flex;
}

.screens-5__item:nth-child(2) .screens-5__item-inner,
.screens-5__item:nth-child(3) .screens-5__item-inner {
    background-color: #EDEDED;
}

.screens-5__item:nth-child(1) .screens-5__item-inner,
.screens-5__item:nth-child(4) .screens-5__item-inner {
    background-color: #169DDE;
}

.screens-5__item-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 10px;
    flex-grow: 1;
    overflow: hidden;
}

.screens-5__card {
    max-width: 80%;
}

.screens-5__card img {
    display: block;
}

.screens-6 {
    overflow: hidden;
}

.screens-6__list {
    list-style: none;
    padding: 0 6px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.screens-6__item {
    padding: 6px;
    width: 50%;
    flex-shrink: 0;
    box-sizing: border-box;
}

.screens-6__item:nth-child(1) {
    min-width: 100%;
    background-color: #169DDE;
    flex-grow: 1;
    margin: 0 -6px 6px;
}

.screens-6__card {
    max-width: 80%;
}

.screens-6__item:nth-child(2) .screens-6__item-inner{
    background-color: #EDEDED;
}

.screens-6__item:nth-child(3) .screens-6__item-inner {
    background-color: #169DDE;
}

.screens-6__item-inner {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    padding: 140px 10px;
}

.screens-7 {
    overflow: hidden;
}

.screens-7__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.screens-7__item {
    padding: 0;
    box-sizing: border-box;
}

.screens-7__item:nth-child(1) {
    margin-bottom: 12px;
}

.screens-7__item-inner {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
}

.screens-7__item:nth-child(1) .screens-7__item-inner {
    background-color: #2da5df;
}

.screens-7__item:nth-child(2) .screens-7__item-inner {
    background-color: #EDEDED;
}

.screens-7__item-inner img {
    height: auto;
}

.screens-7__card {
    max-width: 80%;
}

@media (max-width: 1600px) {
    .screens-2__item-inner {
        padding: 110px 10px;
    }

    .screens-3__item-inner {
        padding: 110px 10px;
    }

    .screens-4__item:nth-child(1) .screens-4__item-inner {
        padding: 110px 10px;
    }

    .screens-5__item-inner {
        padding: 110px 10px;
    }

    .screens-6__item-inner {
        padding: 110px 10px;
    }

    .unit {
        margin: 115px 0;
    }
}

@media (max-width: 1280px) {
    .unit__image {
        margin: 60px auto;
    }

    .power {
        padding: 130px 0 0;
    }

    .screens__item {
        padding: 0 20px;
    }

    .screens__list_bottom {
        margin-top: 40px;
        margin-bottom: -30px;
        padding: 0 20px;
    }

    .screens__card_1 {
       top: 90px;
    }

    .screens__card_2 {
        bottom: 110px;
        left: 7%;
    }

    .unit {
        margin: 100px 0;
    }

    .unit__title {
        margin: 0 0 50px;
    }
}

@media (max-width: 1024px) {
    .screens-2__item-inner {
        padding: 90px 10px;
    }

    .screens-3__item-inner {
        padding: 90px 10px;
    }

    .screens-4__item:nth-child(1) .screens-4__item-inner {
        padding: 90px 10px;
    }

    .screens-5__item-inner {
        padding: 90px 10px;
    }

    .screens-6__item-inner {
        padding: 90px 10px;
    }

    .unit__title {
        margin: 0 0 40px;
    }
}

@media (max-width: 767px) {
    .unit__image {
        margin: 40px auto;
    }

    .typography {
        font-size: 16px;
        line-height: 28px;
    }

    .screens__list {
        padding: 0;
    }

    .screens__list_top {
        margin: 0;
    }

    .screens__list_top .screens__item {
        width: 50%;
        position: relative;
    }

    .screens__list_top .screens__item:nth-child(2) {
        left: -25%;
    }

    .screens__list_top .screens__item:nth-child(3) {
        left: -50%;
    }

    .screens__item {
        padding: 0 10px;
    }

    .screens__list_bottom {
        margin-top: 20px;
        margin-bottom: -25px;
        padding: 0;
    }

    .power {
        padding: 100px 0 0;
    }

    .screens__card_1 {
        top: auto;
        bottom: 50px;
        max-width: 25%;
        right: 9%;
    }

    .screens__card_2 {
        bottom: -60px;
        right: 4%;
        left: auto;
        max-width: 25%;
    }

    .screens-2__item {
        width: 100%;
    }

    .screens-5__item {
        width: 100%;
    }

    .screens-2__item:nth-child(3) .screens-2__item-inner {
        background-color: #EDEDED;
    }

    .screens-2__item:nth-child(4) .screens-2__item-inner {
        background-color: #169DDE;
    }

    .screens-3__item-inner {
        padding: 60px 20px;
    }

    .screens-4__item:nth-child(1) .screens-4__item-inner {
        padding: 60px 20px;
    }

    .screens-3__item:nth-child(2) {
        width: 100%;
    }

    .screens-3__item:nth-child(3) {
        width: 100%;
    }

    .screens-3__item:nth-child(1) {
        margin: 0;
        background-color: transparent;
    }

    .screens-3__item:nth-child(1) .screens-3__item-inner {
        background-color: #EDEDED;
    }

    .screens-6__item-inner {
        padding: 60px 20px;
    }

    .screens-6__item:nth-child(2) {
        width: 100%;
    }

    .screens-6__item:nth-child(3) {
        width: 100%;
    }

    .screens-6__item:nth-child(1) {
        margin: 0;
        background-color: transparent;
    }

    .screens-6__item:nth-child(1) .screens-6__item-inner {
        background-color: #EDEDED;
    }

    .screens__list_top {
        flex-direction: column;
        align-items: center;
    }

    .screens__list_top .screens__item {
        width: 80%;
        left: 0 !important;
    }

    .screens__list_top .screens__item:not(:last-child) {
        margin-bottom: 20px;
    }

    .screens__list_bottom {
        flex-direction: column;
        align-items: center;
        z-index: 5;
        position: relative;
        margin-bottom: 80px;
    }

    .screens__list_bottom .screens__item {
        width: 80%;
        margin-bottom: 20px;
        left: 0 !important;
    }

    .screens .screens__card_small {
        display: none;
    }
}

@media (max-width: 460px) {
    .screens-2__item-inner {
        padding: 60px 5px;
    }

    .screens-3__item-inner {
        padding: 60px 5px;
    }

    .screens-4__item:nth-child(1) .screens-4__item-inner {
        padding: 60px 5px;
    }

    .screens-5__item-inner {
        padding: 60px 5px;
    }

    .screens-6__item-inner {
        padding: 60px 5px;
    }

    .unit {
        margin: 90px 0;
    }

    .unit__title {
        font-size: 26px;
        line-height: 30px;
        margin: 0 0 30px;
    }

    .screens__list_top .screens__item,
    .screens__list_bottom .screens__item {
        width: 100%;
    }
}