body {
    font-size: 16px;
    color: #111111;
    font-family: 'Montserrat', sans-serif;
    line-height: 140%;
    font-weight: 500;
    font-style: normal;
    background-color: #FFF;
    margin: 0;
    padding: 0;
    padding-top: 10px;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background-color: #F9F9F9;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    z-index: 10;
}

.header {
    display: flex;
    height: 56px;
    align-items: center;
}

.header__login {
    margin-left: auto;
}

.header__logo img {
    width: 124px;
}

.mb-10 {
    margin-bottom: 10px;
}

.btn-sp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    height: 30px;
    background: #0000FF;
    border-radius: 30px;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
    border: 0;
}

.btn-sp1 {
    font-size: 16px;
    padding: 0 20px;
    height: 50px;
    border-radius: 30px;
}

.btn-sp:hover {
    background: #0000D6;
    box-shadow: 0px 4px 4px rgba(0, 0, 214, 0.2);
    color: #FFFFFF;
}

.btn-bl {
    background: #E2EBFF;
    border-radius: 24px;
    height: 50px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #111111;
    text-decoration: none;
}

    .btn-bl:hover {
        background: #C3D6FF;
        color: #0000FF;
    }

.header__menu {
    display: none;
}

.start__img {
    width: 100%;
    margin-bottom: 30px;
}

.start {
    overflow: hidden;
}

.start__info {
    padding-bottom: 100px;
}

.start__title {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    color: #111111;
    margin-bottom: 20px;
}

    .start__title img {
        width: 23px;
    }

.start__messages {
    margin-bottom: 20px;
    max-width: 480px;
}

.start__message {
    background: #F7F7F7;
    border-radius: 44px;
    padding: 10px 24px;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #111111;
}

.start__video {
    display: flex;
    width: 150px;
    height: 150px;
    background-image: url('/img/home/video_m.svg');
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 240px;
    bottom: 0;
}

.start__notification {
    display: none;
}

.contactforms {
    padding-top: 80px;
    margin-bottom: 230px;
}

.contactforms__block {
    background: #00DF67;
    border-radius: 50px;
    padding: 55px 0 33px 0;
}

.contactforms__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.contactforms__form {
    padding: 0 20px;
    max-width: 336px;
    margin: 0 auto;
}

.contactforms__input {
    height: 50px;
    padding-left: 20px;
    border-radius: 16px;
    border: 0;
    font-weight: 400;
    font-size: 16px;
    color: #111111;
}

.contactforms__textarea {
    border-radius: 20px;
    background: #FFFFFF;
    height: 205px;
    border: 0;
    padding: 15px 12px 8px 20px;
    resize: none;
}

.contactforms__field {
    margin-bottom: 16px;
}

.choose {
    padding-top: 77px;
}

.works {
    padding-top: 80px;
}

.controls {
    padding-top: 80px;
}

.reports {
    padding-top: 80px;
}

.whitelabel {
    padding-top: 80px;
}

.spiktor {
    padding-top: 80px;
}

.news {
    padding-top: 80px;
}

.contacts {
    padding-top: 80px;
}

.contacts__block {
    background: #0000FF;
    border-radius: 50px;
    padding: 44px 0 57px 0;
    text-align: center;
}

.contacts__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 35px;
}

.contacts__one_img {
    margin-bottom: 10px;
}

.contacts__one_link {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #00E369;
    text-decoration: none;
}

    .contacts__one_link:hover {
        color: #00E369;
        text-decoration: underline;
    }

.contacts__one + .contacts__one {
    margin-top: 30px;
}

footer {
    box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.05);
    background: #FFFFFF;
    position: relative;
    padding-bottom: 50px;
}

.footer {
    padding: 25px 0;
    text-align: center;
}

.footer__copyright {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #111111;
    opacity: 0.3;
    margin-bottom: 25px;
}

.footer__menu_link {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #111111;
    text-decoration: none;
    display: block;
}

    .footer__menu_link:hover {
        color: #111111;
        text-decoration: underline;
    }

    .footer__menu_link + .footer__menu_link {
        margin-top: 15px;
    }

.mobileMenu {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px -6px 10px rgba(0, 0, 0, 0.05);
}

.mobileMenu__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50px;
    text-decoration: none;
}

.mobileMenu__name {
    color: #333333;
    font-weight: 700;
    font-size: 10px;
    line-height: 124%;
    letter-spacing: 0.02em;
    margin-top: 5px;
    white-space: nowrap;
}

.tarif {
    padding-top: 80px;
}

.statistics {
    padding-top: 40px;
}

.statistics__bl1 {
    background: #00E369;
    border-radius: 38.0257px;
    position: relative;
    padding: 25px 20px 25px 118px;
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    min-height: 160px;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.statistics-rocket-1 {
    position: absolute;
    width: 144px;
    left: 4px;
    top: -45px;
}

.statistics__bl2 {
    background: #F7F7F7;
    border-radius: 38.0257px;
    position: relative;
    padding: 25px 15px 25px 118px;
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    min-height: 140px;
    display: flex;
    align-items: center;
    font-weight: 400;
    margin-top: 1px;
}

.statistics-2 {
    position: absolute;
    width: 90px;
    left: 27px;
    top: -6px;
}

.statistics__bld {
    background: #E9F0FF;
    border-radius: 32.1429px;
    position: relative;
    min-height: 115px;
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #000000;
    justify-content: center;
    margin-top: 1px;
}

.statistics__bln_1 {
    font-weight: 700;
    font-size: 55.7894px;
    line-height: 68px;
    color: #0000FF;
    text-align: center;
}

.statistics__bld_2 {
    font-weight: 500;
    font-size: 15.2153px;
    line-height: 14px;
    color: #111111;
    text-align: center;
}

.statistics__bld-1 {
    position: absolute;
    width: 71px;
    right: 8px;
    bottom: -6px;
}

.statistics__bld2 {
    padding-left: 30px;
}

.statistics__bld-2 {
    position: absolute;
    width: 81px;
    left: 20px;
    top: 10px;
}

.statistics__bld2 .statistics__bln_1 {
    text-align: right;
    padding-right: 10px;
}

.mbr {
    display: block;
}

@media (min-width: 576px) {
    .footer {
        display: flex;
        height: 60px;
        align-items: center;
        padding: 0;
    }

    .footer__menu {
        margin-left: auto;
    }

    .footer__menu_link {
        display: inline;
    }

        .footer__menu_link + .footer__menu_link {
            margin-top: 0;
            margin-left: 15px;
        }

    .footer__copyright {
        margin-bottom: 0;
    }

    .mbr {
        display: inline;
    }

    .sbr {
        display: block;
    }
}

@media (min-width: 768px) {
    .header__menu {
        display: flex;
        align-items: center;
    }

    .header__link {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #111111;
        text-decoration: none;
    }

        .header__link:hover {
            color: #111111;
            text-decoration: underline;
        }

    .header__menu {
        margin-left: auto;
    }

    .header__link + .header__link {
        margin-left: 20px;
    }

    .contactforms__block {
        padding: 55px 0 65px 0;
    }

    .footer__menu_link + .footer__menu_link {
        margin-top: 0;
        margin-left: 30px;
    }

    .mobileMenu {
        display: none;
    }

    footer {
        padding-bottom: 0;
    }

    .statistics__bl2 {
        min-height: 160px;
        margin-top: 0;
    }

    .sbr {
        display: inline;
    }

    .mdbr {
        display: block;
    }
}

@media (min-width: 992px) {
    header {
        height: 60px;
        background-color: #FFF;
    }

    .header {
        height: 60px;
    }

    .header__logo img {
        width: 171px;
    }

    .header__link {
        font-size: 16px;
    }

    .btn-sp {
        height: 34px;
        padding: 0 20px;
        font-size: 16px;
    }

    .header__link + .header__link {
        margin-left: 40px;
    }

    .start__title {
        padding-top: 60px;
        margin-bottom: 40px;
    }

    .start__info {
        padding-bottom: 20px;
    }

    .start__img {
        margin-bottom: 0;
        margin-left: -50px;
        width: 530px;
    }

    .start__notification {
        display: block;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #111111;
        margin-bottom: 40px;
    }

    .start__mb {
        display: flex;
        flex-direction: column-reverse;
    }

    .btn-sp1 {
        font-size: 16px;
        padding: 0 20px;
        height: 50px;
        border-radius: 30px;
    }

    .start .btn-bl {
        margin-left: 10px;
    }

    .start__btns {
        margin-bottom: 30px;
    }

    .start__video {
        left: auto;
        right: -75px;
        bottom: -50px;
    }

    .start {
        overflow: inherit;
        padding-bottom: 50px;
    }

    .contactforms {
        padding-top: 100px;
        margin-bottom: 85px;
    }

    .statistics {
        padding-top: 50px;
    }

    .choose {
        padding-top: 100px;
    }

    .works {
        padding-top: 100px;
    }

    .controls {
        padding-top: 135px;
    }

    .whitelabel {
        padding-top: 90px;
    }

    .spiktor {
        padding-top: 40px;
    }

    .news {
        padding-top: 100px;
    }

    .tarif {
        padding-top: 100px;
    }

    .contacts {
        padding-top: 100px;
    }

    .contacts__title {
        text-align-last: justify;
        margin: 0 -8px;
        font-size: 80px;
        margin-bottom: 35px;
    }

    .contacts__block {
        padding: 10px 0 30px 0;
    }

    .contacts__two {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contacts__one + .contacts__one {
        margin-top: 0;
        margin-left: 70px;
    }

    .contacts__one {
        display: flex;
        align-items: center;
    }

    .statistics__bl2 {
        min-height: 180px;
        font-size: 24px;
        padding: 25px 15px 25px 115px;
        padding-right: 0;
    }

    .statistics__bl1 {
        min-height: 180px;
        font-size: 24px;
    }

    .statistics__bld {
        min-height: 180px;
        margin-right: 1px;
    }

    .statistics__bln_1 {
        font-size: 90px;
        line-height: 110px;
    }

    .statistics__bld_2 {
        font-size: 24px;
        line-height: 22px;
    }

    .mdbr {
        display: inline;
    }

    .lgbr {
        display: block;
    }
}

@media (min-width: 1200px) {
    body {
        padding: 0;
    }

    .start__btns {
        margin-bottom: 50px;
    }

    .start__title {
        padding-top: 110px;
        font-size: 38px;
    }

        .start__title img {
            width: auto;
            margin: 0 -5px;
        }

    .xlbr {
        display: block;
    }

    .start__info {
        padding-right: 0;
    }

    .start__img {
        width: 630px;
    }

    .start__image {
        padding-top: 60px;
    }

    .start__message {
        font-size: 24px;
    }

    .start__video {
        width: 195px;
        height: 195px;
        background-size: 100%;
        bottom: -80px;
    }

        .start__video img {
            width: 57px;
        }

    .contactforms__title {
        font-size: 38px;
        line-height: 120%;
    }

    .contacts__title {
        font-size: 108px;
        margin: 0 -10px;
        margin-bottom: 35px;
    }

    .contacts__block {
        padding: 10px 0 50px 0;
    }

    .statistics-rocket-1 {
        top: -10px;
        z-index: 1;
        width: 224px;
        left: 53px;
    }

    .statistics__bl1 {
        padding-left: 270px;
    }

    .statistics-2 {
        left: 40px;
        top: -20px;
        width: 132px;
    }

    .statistics__bl2 {
        padding-left: 170px;
    }

    .statistics__bld-1 {
        width: 100px;
        right: 12px;
        bottom: -10px;
    }

    .statistics__bld-2 {
        width: 126px;
        top: 15px;
        left: 30px;
    }

    .statistics__bld2 {
        padding-left: 70px;
    }

    .lgbr {
        display: inline;
    }

    .xlbr {
        display: block;
    }
}

@media (min-width: 1400px) {
    .start__title {
        padding-top: 130px;
        font-size: 40px;
    }

    .start__video {
        right: -30px;
    }

    .start__img {
        margin-left: -70px;
        width: 780px;
    }

    .start__image {
        padding-top: 0;
    }

    .contactforms__title {
        font-size: 40px;
    }

    .contacts__title {
        font-size: 122px;
        margin: 0 -12px;
        margin-bottom: 35px;
    }

    .contacts__block {
        padding: 0 0 65px 0;
    }

    .statistics-2 {
        left: 80px;
    }

    .statistics__bl2 {
        padding-left: 225px;
    }

    .statistics__bl1 {
        padding-left: 295px;
    }

    .xlbr {
        display: inline;
    }

    .xxlbr {
        display: block;
    }
}
