/* tmp */

img, picture {
    display: block;
}

html, body {
    padding: 0;
    margin: 0;
}

/* /tmp */

.page_wrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    font-family: 'Avenir Next Cyr', 'Arial', sans-serif;
}

.typography {
    color: #2A2A2A;
}

.typography .title_2, .typography h2{
    font-size: 30px;
    line-height: 37px;
    font-weight: 500;
    letter-spacing: 0.35px;
    margin-bottom: 60px;
    margin-top: 0;
}

.typography .title_3, .typography h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: -0.16px;
    margin-bottom: 15px;
    color: #0072BC;
    margin-top: 0;
}

.typography p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.14px;
    margin: 0;
}

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

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

.typography ul, .typography ol {
    padding: 0;
    margin: 0;
}

.tasks__item_dark ul,
.tasks__item_dark .tasks__title {
    color: #ffffff;
}

.typography ul:not(:last-child) {
    margin-bottom: 30px;
}

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

.typography li:not(:last-child) {
    margin-bottom: 15px;
}

.typography ul li {
    position: relative;
    padding-left: 26px;
    list-style: none;
}

.typography ul li:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #00B2E3;
    left: 0;
    top: 11px;
}

.typography ol {
    counter-reset: list;
}

.typography ol li {
    position: relative;
    padding-left: 30px;
    list-style: none;
}

.typography ol li:before {
    counter-increment: list;
    content: counter(list)'.';
    position: absolute;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.14px;
    color: #00B2E3;
    left: 0;
    top: 0;
}

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

.wrapper_lg {
    max-width: 1695px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

.wrapper_md {
    max-width: 1195px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

.info {
    padding: 120px 0 150px;
}

.info__title {
    font-size: 30px;
    line-height: 37px;
    font-weight: 500;
    letter-spacing: 0.35px;
    color: #2A2A2A;
    text-align: center;
    margin-bottom: 50px;
}

.info__logo {
    max-width: 455px;
    margin: 0 auto 85px;
}

.info__text {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.14px;
    color: #2A2A2A;
    margin-bottom: 60px;
}

.info__data {
    display: flex;
    justify-content: center;
}

.info__item {
    text-align: center;
    padding: 0 30px;
}

.info__item-text {
    font-size: 18px;
    line-height: 26px;
    color: #2A2A2A;
    letter-spacing: -0.14px;
}

.info__item-value {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #0072BC;
    letter-spacing: -0.25px;
    margin: 17px 0 1px;
}

.tasks {
    position: relative;
    background-image: linear-gradient(90deg, #2C4559 0%, #2C4559 50%, #F0F6F9 50%, #F0F6F9 100%);
}

.tasks__inner {
    padding: 120px 0 130px;
    display: flex;
    margin: 0 -40px;
    justify-content: space-between;
}

.tasks__item {
    width: 50%;
    max-width: 635px;
    padding: 0 40px;
}

.tasks__item_dark {
    color: #ffffff;
}

.tasks__title {
    text-align: center;
}

.platform {
    padding: 150px 0;
}

.site {
    padding: 100px 0;
    background-color: #F0F6F9;
}

.site__inner {
    border-radius: 30px;
    padding: 13px;
    background-color: #ffffff;
    box-shadow: 10px 5px 24px rgba(0, 0, 0, 0.08);
}

.site__wrapper {
    display: flex;
}

.steps {
    padding: 150px 0;
}

.screens__inner {
    display: flex;
    margin: 0 -27px;
    justify-content: space-between;
}

.screens__item {
    padding: 0 27px;
    flex-shrink: 0;
}

.screens__card {
    overflow: hidden;
    padding: 12px;
    background-color: #ffffff;
    border-radius: 30px;
    box-shadow: 10.5591px 5.27955px 25.3419px rgba(0, 0, 0, 0.08);
}

.streak {
    padding: 150px 0;
}

.streak_blue {
    background-color: #F0F6F9;
}

.streak__title {
    text-align: center;
}

.unit {
    padding: 100px 0;
    background-color: #F0F6F9;
}

.unit2 {
    background-color: #2C4559;
    padding: 140px 0;
}

.screens2__inner {
    display: flex;
    margin: 0 -25px;
    justify-content: space-between;
}

.screens2__item {
    padding: 0 25px;
}

.screens2__item:nth-child(2) {
    flex-grow: 1;
}

.card {
    padding: 12px;
    border-radius: 19px;
    box-shadow: 10.5591px 5.27955px 25.3419px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
}

.screens3__card {
    border-radius: 30px;
}

@media only screen and (max-width: 1280px) {
    .tasks__inner{
        padding: 90px 0 90px;
    }

    .typography .title_2 {
        margin-bottom: 50px;
    }

    .screens__item {
        padding: 0 20px;
        max-width: 33.3%;
        flex-shrink: 1;
    }

    .screens__inner {
        margin: 0 -20px;
    }
}

@media only screen and (max-width: 1023px) {
    .tasks {
        background-image: none;
    }

    .tasks__inner {
        display: block;
        margin: 0;
        padding: 0;
    }

    .tasks__item {
        width: 100%;
        max-width: none;
        padding-left: 0;
        padding-right: 0;
        padding-top: 140px;
        padding-bottom: 140px;
        margin: 0 auto;
    }

    /*.tasks__item:not(:last-child) {*/
    /*    margin-bottom: 80px;*/
    /*}*/

    .tasks__item_dark {
        background-color: #2C4559;
    }

    .tasks__item_blue {
        background-color: #F0F6F9;
    }

    .platform {
        padding: 140px 0;
    }

    .tasks__item-inner {
        max-width: 725px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
    }

    .tasks__wrapper {
        padding: 0;
        max-width: none;
    }

    .screens__inner {
        margin: 0 -10px;
    }

    .screens__item {
        padding: 0 10px;
    }

    .screens2__inner {
        margin: 0 -10px;
    }

    .screens2__item {
        padding: 0 10px;
    }

    .unit2 {
        padding: 120px 0;
    }

    .screens2 {
        padding: 120px 0;
    }

    .streak {
        padding: 120px 0;
    }
}

@media only screen and (max-width: 767px) {
    .typography .title_2 {
        margin-bottom: 40px;
    }

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

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

    .info {
        padding: 90px 0;
    }

    .info__data {
        display: block;
    }

    .info__item {
        width: 100%;
        padding: 0;
    }

    .info__item:not(:last-of-type) {
        margin-bottom: 40px;
    }

    .info__item-value {
        margin-top: 10px;
    }

    .tasks__item {
        padding: 90px 0;
    }

    .platform {
        padding: 90px 0;
    }

    .steps {
        padding: 90px 0;
    }

    .screens__inner {
        position: relative;
        margin: 0;
    }

    .screens__item {
        flex-shrink: 0;
        min-width: 50%;
        padding: 0;
    }

    .screens__item:nth-child(1) {
        position: absolute;
        top: -50px;
    }

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

    .screens__item:nth-child(3) {
        position: absolute;
        left: 50%;
        top: 50px;
    }

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

    .screens2__item:nth-child(2) {
        margin-bottom: 50px;
    }

    .unit2 {
        padding: 100px 0;
    }

    .screens2 {
        padding: 100px 0;
    }

    .streak {
        padding: 90px 0;
    }
}

@media only screen and (max-width: 460px) {
    .typography p {
        font-size: 16px;
        line-height: 28px;
    }

    .typography .title_2 {
        font-size: 26px;
        line-height: 35px;
    }

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

    .info__title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .unit2 {
        padding: 80px 0;
    }

    .screens2 {
        padding: 80px 0;
    }

    .streak {
        padding: 80px 0;
    }
}