﻿/* external css: flickity.css */

.slaider-naw {
    box-sizing: border-box;
    margin: 3rem auto;
}
@media screen and (max-width: 630px) {
    .slaider-naw {
        margin: 0;
        margin-top: 2rem;
    }
}

.carousel-cell {
    display: none;
    width: 200px;
    height: 100px;
    margin-right: 10px;
    border-radius: 5px;
    counter-increment: carousel-cell;
}

.button {
    font-size: 22px;
}

.button-group {
    margin-bottom: 20px;
}

@keyframes slide {
    0% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(25%);
    }
}


@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Light.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Medium.ttf');
    font-weight: 500 600;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Bold.ttf');
    font-weight: 800;
    font-style: normal;
}

/*@font-face {
    font-family: '
    -Bold';
    src: url('/fonts/TTHoves-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'TTHoves-Regular';
    src: url('/fonts/TTHoves-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}*/

body {
    /*font-family: 'TTHoves-Regular' !important;*/
    width: 100%;
    min-width: 320px;
    min-height: 100%;
    box-sizing: border-box;
    margin: 0px;
    font-weight: normal;
    overflow-x: hidden;
    background-color: #f9f9f9;
    font-family: Segoe UI regular, sans-serif !important;
}

ol {
    margin-left: 1.3rem;
}

table {
    /*font-family: 'TTHoves-Regular';*/
}

.wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    height: min-content;
}
.head {
    position: fixed;
    top: 0px;
    border-bottom: 1px solid #000;
    width: 100%;
    box-sizing: border-box;
    background:#fff;
}


    .main-menu {
        transform: translateX(0px);
        opacity: 1;
        left: 0px;
        right: 0px;
    }


.head-menu {
    min-width: 256px;
    box-sizing: border-box;
    background-color: #ffffff;
    transition: transform 0.15s cubic-bezier(0.4,0.0,0.2,1), opacity 0.15s cubic-bezier(0.4,0.0,0.2,1);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.30);
    z-index: 1001;
    transform: translateX(-10px);
    position: fixed;
    top: 72px;
    border-radius: 1.5rem;
    display:flex;
    padding:0px;
}

    .head-menu.mm-showed {
        transform: translateX(0px);
        opacity: 1;
        left: 0px;
    }

.left_menu {
    min-width: 288px;
    width: 288px;
    box-sizing: border-box;
    background-color: #ffffff;
    transition: transform 0.15s cubic-bezier(0.4,0.0,0.2,1), opacity 0.15s cubic-bezier(0.4,0.0,0.2,1);
    border-radius: 1.5rem;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.30);
    z-index: 1001;
    transform: translateX(-10px);
    /*    opacity: 0;*/
    position: fixed;
    top: 85px;
    border-radius: 1rem;
    height: calc(100vh - 85px);
    padding: 10px;
    overflow-y: auto;
    display: block;
    right: 5px;
}
/*    .left_menu.mm-showed {
        transform: translateX(0px);
        opacity: 1;
        right: 15px;
    }*/
#links a {
    color: black;
}

.appstope {
    float: left;
    background-image: url(/img/download_app_store.svg);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 41px;
    cursor: pointer;
    margin: 7px 0px;
    width: 140px;
    border-radius: 8px;
}

.googleplay {
    float: left;
    background-image: url(/img/download_google_store.svg);
    background-position: 0 center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 41px;
    cursor: pointer;
    margin: 7px 0px;
    width: 140px;
    border-radius: 8px;
}
.apk {
    float: left;
    background-image: url(/img/apk.svg);
    background-position: 0 center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 41px;
    cursor: pointer;
    margin: 7px 0px;
    width: 140px;
    border-radius: 8px;
}

.display-shading {
    cursor: default;
    position: fixed;
    width: 100vw;
    height: calc(100vh - 50px);
    top: 72px;
    /* transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1); */
    z-index: 990;
    display: none;
    visibility: visible;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 72%, rgba(0, 0, 0, 0) 100%);
}

#request_for_call,
#request_for_price {
    margin-top: 2rem;
    position: fixed;
    z-index: 1000;
    left: 20%;
    width: 60%;
}

#request_for_presentation {
    margin-top: 2rem;
    position: fixed;
    z-index: 1000;
    left: 20%;
    width: 60%;
}
@media (min-width: 768px) {
    .col-66 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66%;
        flex: 0 0 66%;
        max-width: 66%;
    }
}
@media screen and (max-width: 650px) {
    #request_for_call {
        left: 5%;
        width: 90%;
    }

    #request_for_presentation {
        left: 5%;
        width: 90%;
    }
}

.left_menu > .btnLnkMini {
    width: 100%;
    color: #fff;
    font-size: 13pt;
    line-height: 13pt;
    overflow: hidden;
    padding: 13px 20px 13px 30px;
    margin: 2px 0px;
    color: black;
    text-decoration: none;
    display: block;
    float: left;
}
    .left_menu > .btnLnkMini.first {
        padding-left:20px;
    }
.left_menu > div.btnLnkMini {
    cursor:default;
}
    /*.calculation-display-around {
    background-color: rgba(0,0,0,0);
    cursor: default;
    position: fixed;
    width: 100%;
    height: 100vh;
    transition: background-color 0.15s cubic-bezier(0.4,0.0,0.2,1);
    z-index: 990;
}

    .calculation-display-around.ds-showed {
        visibility: visible;
    }

    .calculation-display-around.ds-hided {
        visibility: hidden;
    }*/
    a.btnLnkMini:not(.active):hover {
        background: rgba(64, 90, 120, 0.07) !important;
        text-decoration: unset;
    }

a.btnLnkMini.active[href] {
    background: #0087C1 !important;
    color: white;
    font-weight: 500;
    line-height: 19px;
}

    a.btnLnkMini.active[href] > .leftBtnMini {
        color: white !important;
    }

@media screen and (max-width: 650px) {
    .hidden_for_mobile > a {
        display: none;
    }
}

@media screen and (max-width: 1114px) {
    #HeaderOppCost {
        display: none;
    }
}


.header_search_input {
    color: white;
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    background-color: unset;
    margin-bottom: 0px;
    line-height: 46px;
    box-shadow: none;
    border-width: initial;
    border-color: initial;
    border-image: initial;
    outline: none;
    padding: 0px 0px 0px 12px;
    border-radius: 15px;
    border: 1px solid #111621;
    background-color: #131824;
}

.price_increase a {
    cursor: pointer;
    color: #fff;
}

    .price_increase a:hover {
        text-decoration: underline;
        color: #fff;
    }

.price_increase {
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    height: 46px;
    z-index: 999;
    text-align: center;
    background-color: #0087C1; /* цвет фона */
    position: fixed; /* Сделайте его липким/фиксированным */
    top: 130px; /* Оставайтесь на вершине */
    width: 100%; /* Полная ширина */
    opacity: 1;
    transition: display 0.5s; /* Эффект перехода при скольжении вниз (и вверх) */
}

@media screen and (max-width: 767px) {
    .price_increase {
        top: 70px; /* Оставайтесь на вершине */
    }
}

.header_search_submit {
    cursor: pointer;
    position: absolute;
    width: 46px;
    height: 46px;
    background-image: url(/img/d2/search.svg);
    background-color: unset;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
    border-radius: 0px 18px 18px 0px;
}

.open_call_request {
    background-repeat: no-repeat;
    padding: 7px;
    padding-right: 30px;
    height: 46px;
    width: max-content;
    border-radius: 1rem;
    border: 0px;
    background-color: #ffffff00;
    color: #0087C1;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    /*font-family: 'TTHoves-Regular';*/
    display: flex;
    align-items: center;
}

    .open_call_request .phone_blue {
        background-image: url(/outpages/landingpages/img/call_phone_icon_blue.svg);
        background-repeat: no-repeat;
        height: 26px;
        width: 25px;
    }

    .open_call_request .phone_white {
        background-image: url(/outpages/landingpages/img/call_phone_icon.svg);
        background-repeat: no-repeat;
        height: 26px;
        width: 25px;
    }

.phone_button_with_hover {
    background: url(/outpages/landingpages/img/call_phone_icon.svg), #8bbd3a;
    background-position: 12px 8px;
    background-repeat: no-repeat;
    background-size: 24px;
    height: 40px;
    /* float: left; */
    /* clear: both; */
    /* display: flex
; */
    border: 0px;
    color: #fff;
    margin: 1rem 0;
    /* align-items: center; */
    /* justify-content: center; */
    max-width: 500px;
    padding: 10px 15px 10px 50px;
    font-weight: 500;
    /* font-family: 'TTHoves-Regular'; */
    border-radius: 15px;
    cursor: pointer;
    /* text-decoration: none; */
    line-height: 17px;
}

    .phone_button_with_hover:hover {
        background: url(/outpages/landingpages/img/call_phone_icon_green.svg), #ffffff;
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        height: 40px;
        float: left;
        clear: both;
        color: #8bbd3a;
        margin: 1rem 0;
        padding: 0.8rem 1.5rem 0.8rem 2rem;
        border: 2px solid #8bbd3a;
        text-decoration: auto;
        animation: opacityAnimation 1s normal;
    }

.header_btn {
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /*    background-image: url(/outpages/landingpages/img/subtract.svg);*/
    height: 46px;
    margin: 0px;
    float: left;
    clear: both;
    border-radius: 1rem;
    background-color: #0087c1;
}
@media (max-width: 768px) {
    .header_btn {
        display: none;
    }
}

.header_btn_input {
    cursor: pointer;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 7px;
    padding-bottom: 8px;
    margin-left: 2px;
    padding-left: 1.7rem;
    padding-right: 1.3rem;
    border-radius: 1rem;
    text-decoration: none;
    color: white;
    border-color: #00000000;
    background-color: #00000000;
    border: 0;
}

.header_btn_registration {
    cursor: pointer;
    padding-top: 7px;
    padding-bottom: 8px;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 1rem;
    text-decoration: none;
    color: white;
    border-color: #00000000;
    background-color: #00000000;
    border: 0;
}

.header_btn_input:hover {
    color: white;
}

.header_btn_input.active {
    margin-top: 2px;
    margin-left: 2px;
    padding-left: 1.4rem;
    padding-right: 1.5rem;
    text-decoration: none;
    color: #0087c1;
    background-color: white;
    border-color: white;
    border-radius: 14px;
    padding-top: 7px;
    padding-bottom: 8px;
}

.header_btn_registration.active {
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    padding-left: 1.4rem;
    padding-right: 1.5rem;
    text-decoration: none;
    color: #0087c1;
    background-color: white;
    border-color: white;
    border-radius: 14px;
    padding-top: 7px;
    padding-bottom: 8px;
}

.header_btn_registration:focus {

}

.head .logo {
    background-image: url(/img/logo/a2b_logo.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
}
    .head .title {
        display: none;
    }
    .head .phone {
        float: right;
        text-align: left;
        margin-left: 30px;
    }
        .head .phone a.call {
            font-weight:500;
            color: #000;
            text-decoration: none;
        }
        .head .phone a.reg {
            display: none;
        }

.footer_links {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 20px;
    flex-flow: wrap;
}

    .footer_links > div {
        margin: 5px 10px 15px 10px;
    }

    .footer_links a {
        margin-bottom: 10px;
        line-height: 28px;
        font-size: 18px;
    }


.footer-soc-network {
    display: block;
    align-items: end;
    padding: 10px 0 9px 0;
}

.footer-soc-title {
    font-size: 1rem;
    font-weight: 800;
}
@media screen and (min-width:768px) {
    .footer-soc_list {
        justify-content: end;
    }
}

.footer-soc_list {
    display: flex;
    justify-content: flex-end;
}

    .footer-soc_list .footer-soc_list_item {
        margin-left: 10px;
    }
.soc_links {
    margin: 20px 0px 10px 0px;
    width:100%;
    display:flex;
    justify-content:center;
}
    .soc_links > a {
        display:block;
        margin: 0px 5px;
    }

.footer_search_input {
    color: white;
    width: 100%;
    height: 34px;
    box-sizing: border-box;
    background-color: unset;
    margin-bottom: 0px;
    line-height: 34px;
    box-shadow: none;
    border-width: initial;
    border-color: initial;
    border-image: initial;
    outline: none;
    padding: 0px 0px 0px 12px;
    border-radius: 10px;
    border: 1px solid #111621;
    background-color: #131824;
}

        .footer_search_input:focus {
            border: 1px solid #111621 !important;
        }

    .footer_search_submit {
        cursor: pointer;
        position: absolute;
        right: 5px;
        width: 36px;
        height: 34px;
        background-image: url(/img/d2/search.svg);
        background-color: unset;
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: center center;
        border-width: initial;
        border-style: none;
        border-color: initial;
        border-image: initial;
        outline: none;
        border-radius: 0px 18px 18px 0px;
    }

    /* КАРТИНКИ / ИКОНКИ - НАЧАЛО */

    .img_backround-right {
        box-sizing: border-box;
        position: absolute;
        left: 66%;
        top: 10%;
        background: rgba(255, 255, 255, 0.3);
        border: 1px solid #FFFFFF;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
        border-radius: 15px 0 0 15px;
        padding: 0px;
    }

    .img_backround {
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0.3);
        border: 1.5px solid #FFFFFF;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
        border-radius: 1.5rem;
    }
.frame_white {
    position: relative;
    margin: 1rem 0;
    padding: 1.5rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background-color: white;
    border-radius: 1rem;
    width: -webkit-fill-available;
    transition-property: width, height, margin;
    transition-duration: 2s;
    color: #2d3234;
    display: block;
}
    .frame_white:hover {
        text-decoration: none;
        color: #2d3234;
    }
    .frame_white > div:nth-child(2):not(.news_rank) {
        height: calc(100% - 110px);
    }

    @media screen and (max-width: 630px) {
        .frame_white {
        padding: 1rem;
    }
}


    .review {
        transition-property: display;
        transition-duration: 2s;
        animation: opacityAnimation 2s normal;
    }

    .news_body span div {
        padding: 1rem 0;
        overflow: hidden;
        position: relative;
    }

.news_body {
    height: auto;
}

.news_data {
    margin-top: 5px;
    color: rgba(85, 85, 85, 1);
    /*font-family: 'TTHoves-Regular';*/
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.news_content {
    height: 200px;
    padding-top: 100px;
}

.news_pict {
    border-radius: 1.5rem;
    top: -100px;
    left: 6%;
    position: absolute;
    height: 210px;
    width: 88%;
    background-size: cover;
    background-repeat: no-repeat;
}

.news_content:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    border-radius: 16px;
    background: linear-gradient(180deg, transparent, #ffffff 50%);
}

    @keyframes opacityAnimation {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 80%;
        }

        100% {
            opacity: 100%;
        }
    }

    .item_tariff_header {
        /*font-family: 'TTHoves-Bold';*/
        letter-spacing: -1px;
        font-size: 25px;
        min-height: 28px;
        font-weight: 500;
        padding: 1rem;
        margin: 0 0 1rem 0;
        position: relative;
        box-shadow: 0 0 20px rgba(0,0,0,0.2);
        background-color: white;
        border-radius: 2rem;
        width: -webkit-fill-available;
        display: flex;
        justify-content: center;
    }

    .frame_button {
        /*position: relative;*/
        margin: 10rem 0 1rem;
        padding: 0rem;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        background-color: white;
        border-radius: 1rem;
        cursor: pointer;
    }

    .news_fio a {
        font-size: 25px;
        color: black;
        /*font-family: 'TTHoves-Regular';*/
        letter-spacing: 0.04em;
        line-height: 27px;
        font-weight: 700;
    }

    .arrow_down {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(/outpages/landingpages/img/arrow_down.svg);
        height: 24px;
        width: 24px;
        margin: 30px 0px;
        float: left;
        clear: both;
        margin: 0;
    }

.active-menu-btn > .arrow_down {
    background-image: url(/img/d2/arrow/arrow_down_blue.svg);
    background-size: 17px;
}

    .arrow_down_white {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(/outpages/landingpages/img/arrow_down_white.svg);
        height: 24px;
        width: 24px;
        margin: 30px 0px;
        float: left;
        clear: both;
        margin: 0;
    }

    .galka {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(/outpages/landingpages/img/galochka_01.svg);
        height: 24px;
        width: 24px;
        margin: 30px 0px;
        float: left;
        clear: both;
        margin-left: 0px;
    }

.green_galka {
    background: url(/outpages/landingpages/img/galka.svg) no-repeat left top 3px;
    padding-left: 2.8rem!important;
    min-height: 28px;
    padding-bottom: 1rem;
    padding-right: 5rem;
}

    @media screen and (max-width: 768px) {
        .green_galka {
            margin-left: 25px;
            padding-right: 0px;
        }
    }

    .white_galka {
        background: url(/outpages/landingpages/img/galka_white.svg) no-repeat left top 3px;
        padding-left: 2.8rem;
        min-height: 28px;
        margin-bottom: 10px;
    }

    .asterisk {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(/outpages/landingpages/img/asterisk.svg);
        margin-right: 10px;
        margin-top: 5px;
        height: 18px;
        width: 16px;
        float: left;
        clear: both;
    }

    .white_register {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(/outpages/landingpages/img/Register.svg);
        display: flex;
        justify-content: center;
        margin-top: 10px;
        width: 4rem;
        float: left;
        clear: both;
    }

    .white_Add_employees {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(/outpages/landingpages/img/Add_employees.svg);
        display: flex;
        justify-content: center;
        margin-top: 10px;
        height: 4rem;
        width: 4rem;
        float: left;
        clear: both;
    }

    .white_Create_document {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(/outpages/landingpages/img/Create_document.svg);
        display: flex;
        justify-content: center;
        margin-top: 10px;
        height: 4rem;
        width: 4rem;
        float: left;
        clear: both;
    }

    .white_Send_along_route {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(/outpages/landingpages/img/Send_along_route.svg);
        display: flex;
        justify-content: center;
        margin-top: 10px;
        height: 4rem;
        width: 4rem;
        float: left;
        clear: both;
    }

    .cool_icon {
        margin: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(/outpages/landingpages/img/cool_icon.svg);
        height: 30px;
        width: 50px;
        float: left;
        clear: both;
    }

    .service {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 5rem;
        width: 5rem;
        margin: 30px 0px;
        float: left;
        opacity: 0.68;
    }

    /* КАРТИНКИ / ИКОНКИ - КОНЕЦ */

    #head1, #head2, #head3, #head4, #head5 {
        position: absolute;
        bottom: 0;
    }

    .service.m11 {
        background-image: url(/outpages/landingpages/img/menu/portal.svg);
    }

    .service.m7 {
        background-image: url(/outpages/landingpages/img/menu/projects.svg);
    }

    .service.m10 {
        background-image: url(/outpages/landingpages/img/menu/ideas.svg);
    }

    .service.m5 {
        background-image: url(/outpages/landingpages/img/menu/crm.svg);
    }

    .service.m8 {
        background-image: url(/outpages/landingpages/img/menu/orders.svg);
    }

    .service.m13 {
        background-image: url(/outpages/landingpages/img/menu/sed.svg);
    }

    .ll {
        float: left;
    }

    .grey {
        background: #F2F4F8;
    }

    .select_button {
        display: inline-block;
        color: #000000;
        border: 2px solid #8bbd3a;
        border-radius: 15px;
        font-weight: 500;
        margin: 0;
        cursor: pointer;
        text-decoration: none;
        padding: 0.8rem 2rem;
        gap: 1rem;
        justify-content: center;
    }

        .select_button:hover {
            background: #8bbd3a;
            color: #fff;
        }

        .select_button.no_full:hover {
            color: #fff;
        }
        .select_button.green {
            background: #8bbd3a;
            color: #fff;
        }
    /*.select_button.green:hover {
        background: #ffffff;
        color: #000;
    }*/

    .select_button.full {
            display: flex;
            background: #8bbd3a;
            border: 0px;
            color: #fff !important;
            margin: 1rem 0;
            align-items: center;
            justify-content: center;
            max-width: 500px;
            padding: 0.8rem 2rem;
            font-size: 25px;
            font-weight: 500;
            line-height: 30px;
            /*font-family: 'TTHoves-Regular';*/
        }

        .select_button.full:hover {
            background: #ffffff;
            color: #000 !important;
            padding: 0.7rem 2rem;
            border: 2px solid #8bbd3a;
            text-decoration: auto;
            animation: opacityAnimation 1s normal;
        }

        .select_button.no_full {
            color: #000000;
            font-size: 25px;
            display: flex;
            margin: 1rem 0;
            justify-content: center;
            max-width: 500px;
            line-height: 30px;
        }

        .select_button.no_full:hover {
            text-decoration: auto;
            animation: opacityAnimation 1s normal;
        }

    .select_period {
        display: inline-block;
        color: #0087C1;
        border-radius: 15px;
        font-weight: 500;
        margin: 0;
        text-decoration: none;
        gap: 1rem;
        justify-content: start;
    }

    .footer {
        background: #000;
        color: #fff;
        width: 100%;
        padding: 0px 0px;
        box-sizing: border-box;
        font-size: 14pt;
    }

        .footer .title {
            float: left;
        }

        .footer .mobil {
            float: left;
        }

        .footer .phone {
            float: right;
            text-align: right;
        }

            .footer .phone span {
                float: left;
                width: 100%;
            }

        .footer .appstope {
            float: left;
            background-image: url(/img/Download_on_the_App_Store_Badge_RU_wht_100317.png);
            background-position: right center;
            background-size: contain;
            background-repeat: no-repeat;
            height: 35px;
            cursor: pointer;
            margin: 7px 0px;
            width: calc(50% - 20px);
            margin-right: 20px;
            box-sizing: border-box;
        }

        .footer .googleplay {
            float: left;
            background-image: url(/img/google-play-badge.png);
            background-position: 0 center;
            background-size: contain;
            background-repeat: no-repeat;
            height: 35px;
            cursor: pointer;
            width: 50%;
            margin: 7px 0px;
        }

    .content {
        display: inline-block;
        width: 100%;
    }

    .bg-image {
        background-image: url(/outpages/landingpages/img/orders/background_0.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    @keyframes landing-background-anim {
        0% {
            transform: translateY(0%);
        }

        100% {
            transform: translateY(-56%);
        }
    }

    @media screen and (min-width: 1346px) {
        .content {
            min-height: calc(100vh - 178px);
        }

        .head {
            padding: 27px 0px;
            height: 115px;
        }

            .head.scroll {
                padding: 5px 0px;
                height: 70px;
            }

            .head .logo {
                height: 60px;
                width: 190px;
            }

            .head .title {
                height: 60px;
                width: 250px;
                float: left;
                font-size: 17pt;
                margin-left: 20px;
                display: block;
            }

            .head .phone {
                width: 201px;
                font-size: 15pt;
            }

                .head .phone span {
                    float: left;
                    width: 100%;
                }

                    .head .phone span.call {
                        font-size: 19pt;
                    }

            .head .select_button {
                font-size: 14pt;
                padding: 12px 38px;
            }

        .footer {
            height: 65px;
        }

            .footer .title {
                font-size: 18px;
                padding: 21px 0px;
                width: 511px;
            }

            .footer .mobil {
                width: calc(100% - 706px);
                padding: 7px;
            }

            .footer .phone {
                width: 175px;
                font-size: 12pt;
                padding: 9px 0px;
            }

                .footer .phone span.call {
                    font-weight: 500;
                    font-size: 16pt;
                }
    }

    @media screen and (min-width: 720px) and (max-width: 1345px) {
        .content {
            min-height: calc(100vh - 199px);
        }

        .head {
            padding: 27px 0px;
            height: 104px;
        }

            .head.scroll {
                padding: 5px 0px;
                height: 60px;
            }

            .head .logo {
                height: 55px;
                width: 150px;
            }

            .head.scroll .logo {
                margin-top: -4px;
            }

            .head .phone {
                width: 170px;
                font-size: 13pt;
            }

                .head .phone span {
                    float: left;
                    width: 100%;
                }

                    .head .phone span.call {
                        font-size: 16pt;
                    }

            .head .select_button {
                font-size: 12pt;
                padding: 10px 20px;
            }

        .footer {
            height: 95px;
        }

            .footer .title {
                font-size: 13pt;
                padding: 27px 0px;
                width: 300px;
            }

            .footer .mobil {
                width: calc(100% - 450px);
                padding: 13px 5px;
                vertical-align: middle;
                height: 100%;
                box-sizing: border-box;
            }

            .footer .phone {
                width: 150px;
                font-size: 17px;
                padding: 26px 0px;
            }

                .footer .phone span.call {
                    font-size: 18px;
                }

            .footer .appstope {
                width: 100%;
                height: 35px;
                margin: 0px;
                background-position: center;
            }

            .footer .googleplay {
                width: 100%;
                height: 45px;
                background-position: center;
            }
    }

    @media screen and (max-width: 719px) and (min-width: 320px) {

        .hidden_for_mobile > a {
            display: none;
        }

        .content {
            min-height: calc(100vh - 316px);
        }

        .desc {
            font-size: 18px !important;
        }

        .news_fio, .news_rank, .news_body {
            font-size: 18px !important;
        }

        .head {
            padding: 10px 0px;
            height: 84px;
        }

            .head.scroll {
                padding: 0px 0px;
                height: 65px;
            }

            .head .logo {
                height: 65px;
                width: 84px;
            }

            .head .phone {
                width: 160px;
                font-size: 11pt;
            }

                .head .phone span {
                    float: left;
                    width: 100%;
                }

                .head .phone a.call {
                    font-size: 14pt;
                }

                .head .phone a.reg {
                    font-size: 11pt;
                    color: #0087C1;
                    font-weight: 500;
                    text-decoration: underline;
                    display: block;
                }

            .head .select_button {
                display: none;
            }

        .footer {
            height: 233px;
        }

            .footer .title {
                font-size: 12pt;
                padding: 20px 0px;
                text-align: center;
                width: 100%;
            }

            .footer .mobil {
                width: calc(100%);
                padding: 10px 0px;
            }

            .footer .phone {
                height: 60px;
                width: 250px;
                float: left;
                font-size: 11pt;
                text-align: center;
                width: 100%;
            }

                .footer .phone span.call {
                    font-size: 16pt;
                }
    }

    .mainraw {
        display: block;
        float: left;
        width: 100%;
        padding: 20px 0px;
        box-sizing: border-box;
        display: block;
    }

        .mainraw h2 {
            font-weight: 500;
            margin: 0px;
            box-sizing: border-box;
            display: block;
        }

        .mainraw h1 {
            font-weight: 500;
            margin: 0px;
            box-sizing: border-box;
            display: block;
        }

    h2.sub {
        line-height: normal !important;
    }

    .halfwrap {
        float: right;
        text-align: left;
        box-sizing: border-box;
    }

    .before_galka {
        min-height: 35px;
        margin: 0.5rem;
        padding: 1px;
    }

    .statistics {
        position: relative;
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 30px 0px;
        flex-wrap: wrap;
    }

    .statistics_border {
        display: flex;
        align-items: end;
        justify-content: center;
        min-height: 450px;
        border-left: 4px solid rgb(0%, 53%, 76%, 0.1);
        border-right: 4px solid rgb(0%, 53%, 76%, 0.1);
    }

    .statistics .col {
        min-width: 250px;
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    @media screen and (max-width: 991px) {
        .statistics_border {
            min-height: 200px;
        }
    }

    @media screen and (max-width: 768px) {
        .statistics_border {
            min-height: 150px;
        }

        .select_button.full {
            font-size: 20px;
            line-height: 24px;
        }

        .select_button.no_full {
            font-size: 1.2rem;
        }
    }

    .picturefull {
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    .page-wrapper:not(.mobile),
    .page-wrapper.mobile .picturemobile {
        display: block;
    }

        .page-wrapper:not(.mobile) .picturemobile,
        .page-wrapper.mobile {
            display: none;
        }

    @media screen and (min-width: 1346px) {
        .mainraw h2 {
            font-size: 34px;
            line-height: 40px;
        }

        .mainraw h1 {
            font-size: 34px;
            line-height: 40px;
        }
    }

    @media screen and (min-width: 720px) and (max-width: 1345px) {
        .mainraw h2 {
            font-size: 34px;
            line-height: 40px;
        }

        .halfwrap {
            width: calc(100% - 30px);
        }
    }

    @media screen and (max-width: 719px) and (min-width: 320px) {
        .mainraw h2 {
            font-size: 22px;
            line-height: 25px;
        }

        .mainraw h1 {
            font-size: 22px;
            line-height: 25px;
        }

        .halfwrap {
            width: 100%;
            padding: 0px 15px;
            text-align: center;
        }
    }

    @media screen and (max-width:700px) {
        .col_for_mobile {
            flex-direction: column;
        }
    }

    .next_button {
        display: flex;
        width: 46px;
        height: 46px;
        border-radius: 50%;
        justify-content: center;
        text-align: center;
        right: -23px;
        margin: 0.5rem auto;
        bottom: 0;
        cursor: pointer;
        background-image: url(/img/d2/arrow/arrow_down.svg);
        background-position: center 19px;
        background-repeat: no-repeat;
        background-size: 20px;
        opacity: 0.8;
        z-index: 1;
    }

    body:not(.mobile) .next_button:hover {
        background-color: #fff;
        opacity: 1;
    }

    .next_button:active {
        background-color: #fff;
        opacity: 1;
    }

    #a2bW1 {
        float: left;
        max-height: 56px;
    }

        #a2bW1 [a2bw_id="a2bW_HIDE_BODY_BUTTON"] {
            padding: 0.8rem 2rem;
            font-weight: 700;
            margin: 0;
            border-radius: 1rem;
            border: 2px solid #0087C1;
            background-color: #0087C1;
            cursor: pointer;
            color: white !important;
            font-size: 20px;
            font-weight: 500;
            line-height: 24px;
            /*font-family: 'TTHoves-Regular';*/
            height: auto;
            width: auto;
            white-space: pre-wrap;
        }

/*        #a2bW1 [a2bw_id="a2bW_HIDE_BODY_BUTTON"]:hover {
            box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
        }*/

    @media screen and (min-width: 768px) {
        #a2bW1 [a2bw_id="a2bW_HIDE_BODY_BUTTON"] {
            font-size: 25px;
            line-height: 29px;
        }
    }

    .part-line {
        height: 1px;
        background: linear-gradient(90deg, rgba(0,0,0,0) 0%, #E1E8E9 20%, #E1E8E9 80%, rgba(0,0,0,0) 100%);
        width: 100%;
        clear: both;
    }

    .part-line-2 {
        height: 1px;
        background: linear-gradient(90deg, rgba(0,0,0,0) 0%, #E1E8E9 10%, #E1E8E9 90%, rgba(0,0,0,0) 100%);
        width: 100%;
        clear: both;
    }

    .button-center-fix {
        display: inline-block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .raw-head {
        display: flex !important;
        justify-content: center;
        font-size: 20px !important;
        line-height: normal !important;
        padding: 5px !important;
        font-weight: normal !important;
    }

    .raw.links a {
        text-decoration: none;
        color: inherit;
    }

    .text-block {
        max-height: 167px;
        overflow: hidden;
        text-overflow: ellipsis;
        content: "";
        position: relative;
    }

        .text-block:before {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background: linear-gradient(transparent 40px, white);
        }

    .link {
        color: rgb(0, 145, 216);
        cursor: pointer;
    }

    .blprices-c {
        display: flex;
        flex-wrap: wrap;
        padding: 0px 0 20px 0;
        clear: both;
        justify-content: center;
    }

    .blprices-f {
        display: flex;
        flex-wrap: wrap;
        padding: 5px 0 15px;
        justify-content: center;
    }

    .blprices-cb {
        text-align: center;
        line-height: 22px;
        margin: 20px 10px 0 10px;
        border-radius: 14px;
        padding: 26px;
        display: flex;
        flex-direction: column;
        color: #222d38;
        border: 1px solid #E3EAEB;
        box-shadow: 0px 1px 10px 0px rgba(0,7,8,0.12);
        background: linear-gradient( 180deg, transparent calc(100% - 12px), #F6F8FC 100%);
    }

    .blprices-cb2 {
        font-weight: 500;
        font-size: 18px;
    }

    .blprices-cbr {
        font-weight: 500;
        font-size: 24px;
        padding: 5px 0;
    }

        .blprices-cbr span {
            font-size: 16px;
        }


    .blprices-cb3 {
        padding-top: 15px;
    }

    .blprices-cbb {
        color: #fff;
        background-color: #0087C1;
        font-weight: 500;
        font-size: 18px;
        border-radius: 30px;
        padding: 6px 10px;
        margin-top: 10px;
        cursor: pointer;
    }

    .blprices-cbrsp {
        background-color: #ADE8D2;
        border-radius: 18px;
        width: 116px;
        padding: 0px;
        line-height: 25px;
        margin: auto;
        margin-top: 5px;
        font-size: 14px;
        display: none;
    }

        .blprices-cbrsp span {
            font-size: 12px;
            line-height: 12px;
        }

    [type="0"] .blprices-cbrsp {
        width: 150px;
    }

    .blprices-cbrs {
        color: #ADB5BD;
        padding-top: 3px;
        display: none;
        position: relative;
    }

        .blprices-cbrs::after {
            content: "";
            position: absolute;
            height: 2px;
            background-color: #23ce70;
            width: calc(100% + 4px);
            left: -2px;
            top: 13px;
            opacity: 0.6;
            border-radius: 3px;
        }

        .blprices-cbrs span {
            font-size: 14px;
        }

    .blprices-cb-body {
        flex-basis: 100%;
        min-height: 150px;
    }

    .bc-skidka .blprices-cbrs {
        display: inline-block;
    }

    .bc-skidka .blprices-cbrsp {
        display: block;
    }

    .manage_button.variants {
        background-color: #fff;
        border-radius: 20px;
        color: #23CE70;
        font-weight: 500;
        padding: 7px 15px;
        border: 1px solid #23CE70;
        cursor: pointer;
        font-size: 17px;
        width: 72px;
        margin: 0 5px;
        text-align: center;
    }

        .manage_button.variants.select {
            background-color: #23CE70;
            color: #fff;
        }

    .manage_button_c {
        padding: 15px 0 5px 0;
        display: flex;
        justify-content: center;
    }

    #a2bW50 {
        box-shadow: 0px 1px 10px 0px rgba(0, 7, 8, 0.12);
        border-radius: 14px;
    }

        #a2bW50 [a2bW_id="a2bW_BODY"] {
            background: linear-gradient( 180deg, #fff calc(100% - 12px), #F6F8FC 100%);
        }

    .a2bW_input {
        border-radius: 5px;
        padding: 5px 8px;
    }

    #a2bW50 [a2bW_id="a2bW_TITLE"] {
        font-size: 18px;
        line-height: 40px;
    }

    #a2bW50 [a2bW_id="a2bW_BUTTON_SEND"] {
        float: right;
        margin-right: 17px;
    }

    .additional-text {
        padding-left: 20px;
        line-height: 2;
    }

    @media screen and (min-width: 720px) {
        .additional-text {
            font-size: 22px;
            line-height: 40px;
        }
    }

    /* !!!!новое!!!!*/

    .wrap svg {
        width: 100%;
        height: 100%;
        visibility: hidden;
    }

    .sed_features_items {
        text-align: left;
        font-size: 1rem;
        margin: 0.5rem 0 0.5rem 2rem;
    }

    .sed_block {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        background-color: #ccc;
    }

    .sed_row {
        display: block;
        max-width: 360px;
        min-width: 280px;
        background: rgba(255, 255, 255, 0.3);
        border: 1px solid #FFFFFF;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(2px);
        border-radius: 1rem;
        margin-bottom: 1rem;
    }

    .sed_advantage {
        position: fixed;
        padding: 1.5rem;
        background-position: center;
        background-repeat: no-repeat;
        top: -1rem;
        left: 1rem;
        width: 6rem;
        height: 6rem;
        box-shadow: 0px 19.2249px 53.4024px -16.0207px rgba(25, 42, 89, 0.2);
        background-color: #FFFFFF;
        border-radius: 2rem;
        display: flex;
    }

.after_sed_advantage {
    padding-left: 110px;
}

.sed_advantage_row {
    position: relative;
    display: block;
    padding: 1rem;
    background: rgba(255, 255, 255);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(2px);
    border-radius: 0.8rem;
    margin: 1rem 0;
}

        /*.sed_advantage_row h3 {
            padding-left: 8rem;
            height: 3rem;
            position: inherit;
        }*/

        .sed_advantage_row .sed_advantage {
            padding: 1rem;
        }

    .sed_advantage_img {
        background-repeat: no-repeat;
        background-size: contain;
        width: 4rem;
        height: 4rem;
    }

    @media screen and (max-width: 720px) {
        .icon-arrow-right {
            display: none;
        }

        .sed_advantage_row .sed_advantage {
            padding: 0.5rem;
        }

        .sed_advantage {
            width: 5rem;
            height: 5rem;
        }
        .after_sed_advantage {
            padding-left: 90px;
        }

        .cool_icon {
            height: 30px;
            width: 30px;
        }
    }

    @media screen and (max-width: 719px) {
        .sed_block {
            justify-content: center;
        }

        .sub {
            font-size: 1rem;
        }
    }

    @media screen and (max-width:1220px) and (min-width: 720px) {
        .sed_row {
            min-width: 350px;
        }
    }

    .step_num {
        position: absolute;
        top: 4.5rem;
        left: 6rem;
        margin: 0.5rem;
        width: 4.5rem;
        height: 4.5rem;
        font-size: 60px;
        font-weight: 700;
        /*font-family: 'TTHoves-Bold';*/
        color: #0087C144;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
        background: #F2FBFF;
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 0;
    }

    .cont {
        width: 720px;
    }

    .single-item {
        width: 200px;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f3f3f3;
        margin: 20px;
        border-radius: 10px;
        color: #888;
    }

.current {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/outpages/landingpages/img/circle.svg);
    margin-right: 10px;
    margin-top: 5px;
    height: 15px;
    width: 15px;
    float: left;
    clear: both;
    list-style-type: none;
    cursor: pointer;
}

.current_no {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/outpages/landingpages/img/solid_circle.svg);
    margin-right: 10px;
    margin-top: 5px;
    height: 15px;
    width: 15px;
    float: left;
    clear: both;
    list-style-type: none;
    cursor: pointer;
}

    #pagin_client {
        display: flex;
        justify-content: center;
        margin: 1rem auto;
        width: 170px;
    }

    #pagin_customer {
        display: flex;
        justify-content: center;
        margin: 1rem auto;
        list-style-type: none;
        flex-wrap: wrap;
        max-width: 300px;
    }

    @media screen and (min-width:320px) {
        #pagin_client {
            width: 400px;
        }
    }

    @media screen and (min-width:747px) {
        #pagin_client {
            width: 720px;
        }
    }

    @media screen and (min-width:1100px) {
        #pagin_client {
            width: 1100px;
        }
    }

    #pagin li {
        display: inline-block;
        font-weight: 500;
    }

    #pagin_client li,
    #pagin_tariff_plan li,
    #pagin_price li {
        display: inline-block;
        font-weight: 500;
    }

    .prev {
        cursor: pointer;
    }

    .next {
        cursor: pointer;
    }

    .last {
        cursor: pointer;
        margin-left: 10px;
    }

    .first {
        cursor: pointer;
        margin-right: 10px;
    }

    .line-content, #pagin, h3 {
        text-align: center;
    }

    .line-content {
        margin-top: 20px;
    }

#pagin {
    margin: 1rem auto;
    padding-left: 0;
    z-index: 1001;
}

#pagin_tariff_plan,
#pagin_price {
    margin: 1rem;
    text-align: center;
    z-index: 1001;
}

    @media screen and (min-width:1100px) {
        #pagin {
            display: none;
        }
    }

    @media screen and (min-width:1346px) {
        #pagin_price {
            display: none;
        }
    }

    .left_field {
        display: block;
        width: 100%;
    }

        .left_field div {
            font-size: 1.2rem;
        }

        .left_field h2 {
            font-size: 1.2rem;
        }


    .left_field_buttons {
        position: relative;
        display: flex;
        justify-content: space-between;
        margin: 1rem 0;
    }

    .blue_point {
        margin: 0 1.5rem 0 0;
        color: #0087C1;
    }

    @media screen and (min-width:720px) {
        .blue_point {
            margin: 0 2rem 0 0rem;
        }

        .left_field {
            width: 50%;
        }

            .left_field h2 {
                font-size: 2rem;
            }

            .left_field div {
                font-size: 1.5rem;
            }
    }

    .flex_item {
        margin: 0;
    }

.img_on_right {
    border-radius: 3rem 0 0 3rem;
    max-height: 666px;
    height: 666px;
    padding: 40px 0 40px 40px;
    animation: opacityAnimation 1.5s normal;
    object-fit: contain;
    object-position: left top;
}

    .text_on_left {
        height: auto;
    }

    @media screen and (min-width:1200px) {
        .text_on_left {
            min-height: 450px;
        }
    }

    @media screen and (min-width:1500px) {
        .text_on_left {
            min-height: 550px;
        }
    }

    @media screen and (min-width:1700px) {
        .text_on_left {
            min-height: 650px;
        }
    }

    @media screen and (min-width:1800px) {
        .text_on_left {
            min-height: 700px;
        }
    }

    @media screen and (min-width:1900px) {
        .text_on_left {
            min-height: 750px;
        }
    }

    @media screen and (min-width:2000px) {
        .text_on_left {
            min-height: 800px;
        }
    }

    .menu_btn {
        font-weight: 500;
        font-size: 18px;
        color: #000;
        padding: 12px 15px;
        line-height: 18px;
        /*font-family: 'TTHoves-Regular';*/
    }

    .footer_btn_type {
        font-weight: 700;
        font-size: 20px;
        color: #000;
        padding: 0px;
        line-height: 22px;
       /* font-family: 'TTHoves-Regular';*/
        margin-bottom: 10px;
    }

    .footer_btn {
        font-weight: 500;
        font-size: 18px;
        color: #000;
        padding: 0px;
        line-height: 18px;
        /*font-family: 'TTHoves-Regular';*/
        margin-bottom: 2px;
    }

    .box {
        display: block;
        text-align: center;
    }

    #integration_menu_container {
        transition-property: display;
        transition-duration: 3s;
    }
#about_menu_container {
    transition-property: display;
    transition-duration: 3s;
}

.icon_arrow_right {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/outpages/landingpages/img/icon-arrow-right.svg);
    margin-right: 0px;
    margin-top: 3.5rem;
    height: 1.5rem;
    width: 2rem;
    float: left;
    clear: both;
    transition-property: margin;
}

.step_item {
    position: relative;
    font-size: 1.5rem;
    color: #fff;
    background-color: #0087c1;
    border-radius: 50%;
    border: 1.4rem solid white;
    height: 6rem;
    width: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    margin-bottom: 1rem;
    margin: 0.6rem 0 0 0;
    transition-property: margin, width, height;
    transition-duration: 2s;
}

.stage_step_item {
    position: relative;
    font-size: 1.5rem;
    color: #fff;
    background-color: #0087c1;
    border-radius: 50%;
    cursor: pointer;
    border: 1rem solid white;
    height: 3rem;
    width: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    margin: 1.8rem 0rem 0rem 0rem;
    transition-property: margin, padding, width, height;
    transition-duration: 2s;
}

.step_item_for_site {
    position: relative;
    font-size: 1.5rem;
    color: #fff;
    background-color: #0087c1;
    border-radius: 50%;
    border: 1.4rem solid white;
    height: 11rem;
    width: 11rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    margin-bottom: 1rem;
    margin: 0.6rem auto;
    transition-property: margin, width, height;
    transition-duration: 2s;
}

@media screen and (min-width:768px) {
    .step_item {
        font-size: 3rem;
        height: 11rem;
        width: 11rem;
    }
    .stage_step_item {
        font-size: 3rem;
        height: 6rem;
        width: 6rem;
        margin: 3rem 1rem 0rem;
    }
    .icon_arrow_right {
        margin-right: 0px;
        margin-top: 4.4rem;
        height: 3rem;
        width: 5rem;
    }

    .footer_btn {
        margin-bottom: 10px;
    }
}

    .h-100 {
        transition-property: width, height, margin;
        transition-duration: 2s;
    }

    .key_opportunity_content {
        margin-left: 4rem;
        margin-right: 3rem;
        animation: opacityAnimation 2s normal;
    }

    @media screen and (max-width:768px) {
        .key_opportunity_content {
            margin-left: 1rem;
            margin-right: 1rem;
        }
    }
.key_opportunity.frame_button {
    padding: 8px 20px;
    min-height: 44px;
}
/*РАЗМЕРЫ ТЕКСТА*/
.multicolored_numbers {
    font-weight: 700;
    font-size: 45px;
    line-height: 46px;
    /*font-family: 'TTHoves-Bold';*/
}

h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 46px;
    letter-spacing: -1px;
}
h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -1px;
}

.main_title_text_size {
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    /*font-family: 'TTHoves-Bold';*/
    letter-spacing: -1px;
}

h3 {
    text-align: left;
    font-weight: 700;
    font-size: 26px;
    /*font-family: 'TTHoves-Bold';*/
}

.title_text_size {
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    /*font-family: 'TTHoves-Bold';*/
    letter-spacing: -1px;
}

.text_30px {
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    /*font-family: 'TTHoves-Regular';*/
}

.bold_paragraph_text_size {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /*font-family: 'TTHoves-Bold';*/
}

.paragraph_text_size {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /*font-family: 'TTHoves-Regular';*/
    text-align: justify;
}

.title_item_text_size {
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    /*font-family: 'TTHoves-Bold';*/
}

.item_text_size {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    /*font-family: 'TTHoves-Regular';*/
}

.price_text_size {
    font-weight: 700;
    font-size: 35px;
    line-height: 39px;
    /*font-family: 'TTHoves-Bold';*/
    letter-spacing: -1px;
    margin-bottom: 5px;
}

.min_text_size {
    font-size: 14px;
    line-height: 16px;
    /*font-family: 'TTHoves-Regular';*/
}

.text_size_14px {
    font-size: 14px;
    line-height: 16px;
    /*font-family: 'TTHoves-Regular';*/
}

    @media screen and (min-width:1600px) {
        h1 {
            font-weight: 700;
            font-size: 42px;
            line-height: 61px;
        }
        h2 {
            font-weight: 700;
            font-size: 32px;
            line-height: 42px;
        }

        .main_title_text_size {
            font-weight: 700;
            font-size: 50px;
            line-height: 61px;
        }

        h3 {
            text-align: left;
            font-weight: 700;
            font-size: 26px;
        }

        .title_text_size {
            font-weight: 700;
            font-size: 35px;
            line-height: 39px;
        }

        .text_30px {
            font-weight: 500;
            font-size: 30px;
            line-height: 35px;
        }

        .paragraph_text_size {
            font-size: 20px;
            line-height: 30px;
        }

        .bold_paragraph_text_size {
            font-size: 20px;
            line-height: 27px;
        }

        .title_item_text_size {
            font-weight: 700;
            font-size: 20px;
            line-height: 29px;
        }

        .item_text_size {
            font-size: 16px;
            line-height: 19px;
        }

        .price_text_size {
            font-weight: 700;
            font-size: 40px;
            line-height: 44px;
            margin-bottom: 5px;
        }

        .min_text_size {
            font-size: 16px;
            line-height: 18px;
        }
        .key_opportunity_content > 
    }


    @media screen and (min-width:992px) {
        .multicolored_numbers {
            font-weight: 700;
            font-size: 55px;
            line-height: 67px;
        }

        h3 {
            text-align: left;
            font-weight: 700;
        }

        .title_item_text_size {
            font-weight: 700;
            font-size: 22px;
            line-height: 29px;
        }
    }

    @media screen and (min-width:1100px) {
        h3 {
            text-align: left;
            font-weight: 700;
        }

        .title_item_text_size {
            font-weight: 700;
            font-size: 30px;
            line-height: 29px;
        }
    }

.key_opportunity {
    margin-top: 0rem;
    border-radius: 1rem;
    text-align: center;
    margin-bottom: 0.4rem;
    margin-left: 0.1rem;
    margin-right: 0.2rem;
    font-size: 20px;
    line-height: 24px;
    padding: 0.8rem 1.8rem;
    color: black !important;
}

    .button_for_next_news {
        padding: 0.8rem 2rem;
        border-radius: 1rem;
        border: 2px solid #0087C1;
        background-color: #0087C1;
        cursor: pointer;
        color: white !important;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        /*font-family: 'TTHoves-Regular';*/
    }

    .button_for_next_news a {
        color: white !important;
    }

    .button_for_next_news:hover {
        text-decoration: auto !important;
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    }

    .button_for_next_news a:hover {
        text-decoration: auto;
    }

    .button_white {
        padding: 0.8rem 2rem;
        border-radius: 1rem;
        border: 2px solid #0087C1;
        background-color: #ffffff;
        cursor: pointer;
        color: black !important;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        /*font-family: 'TTHoves-Regular';*/
    }

        .button_white:hover {
            text-decoration: auto;
            background-color: #0087C1;
            color: white !important;
        }

    .item_for_comparison_0 {
        height: auto;
    }

    .item_for_comparison {
        height: auto;
    }

    .item_for_comparison_1 {
        height: auto;
    }

    @media screen and (min-width:1600px) {
        .item_for_comparison_0 {
            height: 150px;
        }

        .item_for_comparison {
            height: 180px;
        }

        .item_for_comparison_1 {
            height: 320px;
        }

        .button_for_next_news {
            font-size: 25px;
            line-height: 29px;
        }

        .button_white {
            font-size: 25px;
            line-height: 29px;
        }

        .key_opportunity {
            font-size: 23px;
            line-height: 24px;
            margin-bottom: 1.3rem;
            margin-left: 0.8rem;
            margin-right: 0.8rem;
        }
        .get_presentation_button {
            min-width: 360px;
            width: 360px;
        }
    }

    @media screen and (min-width:1000px) {
        .item_for_comparison {
            height: 210px;
        }

        .item_for_comparison_1 {
            height: 380px;
        }
    }

    @media screen and (min-width:1140px) {
        .item_for_comparison_0 {
            height: 100px;
        }
    }

    @media screen and (min-width:1380px) {
        .item_for_comparison {
            height: 180px;
        }

        .item_for_comparison_1 {
            height: 320px;
        }
    }

    @media screen and (min-width:1520px) {
        .item_for_comparison_1 {
            height: 240px;
        }
    }

    @media screen and (min-width:1770px) {
        .item_for_comparison {
            height: 145px;
        }

        .item_for_comparison_1 {
            height: 210px;
        }
    }

    @media screen and (min-width:2435px) {
        .item_for_comparison {
            height: 100px;
        }
    }

    .header_mail {
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        margin-top: 13px;
        color: #000;
        /*font-family: 'TTHoves-Regular';*/
    }
.messangers_wrap {
    width: 130px;
    padding: 14px 0px;
    z-index: 10;
}

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    margin: 0;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    border-radius: 1rem;
}

        .youtube .play {
            background: url(/img/youtube-play-btn.png) no-repeat;
            background-position: 0 -50px;
            -webkit-background-size: 100% auto;
            background-size: 100% auto;
            position: absolute;
            height: 50px;
            width: 69px;
            transition: none;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

        .youtube:hover .play {
            background-position: 0 0;
        }

    .client_wrapper {
        position: relative;
        height: 6rem;
        width: 12rem;
        overflow: hidden;
    }

    .client {
        -webkit-background-size: 100% auto;
        background-size: auto;
        position: absolute;
        transition: none;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        opacity: 0.8;
        transition-property: opacity;
        transition-duration: 1.5s;
    }

        .client:hover {
            opacity: 1;
            top: -100%;
        }

    .link_menu_a2b {
        display: flex;
        margin: -32px 0 0 170px;
        align-items: center;
        padding: 10px;
        background-color: white;
        height: 100px;
        width: 100px;
        border-radius: 32px;
        box-shadow: 0px 19.224853515625px 53.40237045288086px -16.02071189880371px rgba(25, 42, 89, 0.2);
        z-index: 1000;
        font-size: 25px;
        line-height: 27px;
        /*font-family: 'TTHoves-Regular';*/
    }

    .logo_min {
        height: 34px;
        width: 80px;
        margin: auto 0;
    }

.link_menu {
    display: block;
    margin: 37% 0 0 37px;
    /*margin: 28% 0 0 42%;*/
    padding: 30px;
    background-color: white;
    height: 180px;
    width: 360px;
    border-radius: 32px;
    box-shadow: 0px 19.224853515625px 53.40237045288086px -16.02071189880371px rgba(25, 42, 89, 0.2);
    z-index: 1000;
    font-size: 25px;
    line-height: 27px;
    /*font-family: 'TTHoves-Regular';*/
}

    @media screen and (max-width: 1000px) {
        .link_menu_a2b {
            margin: -20px 0 0 90px;
        }
    }

    @media screen and (max-width: 767px) {
        .link_menu {
            font-size: 20px;
            line-height: 22px;
            margin: 428px 0 0 20%;
        }
        h1 {
            font-size: 32px;
        }
        h2 {
            font-size: 26px;
        }
        h3 {
            font-size: 18px;
        }
    }

    @media screen and (max-width: 500px) {
        h1 {
            font-size: 26px;
            line-height: 36px;
        }
        h2 {
            font-size: 18px;
            line-height: 36px;
        }
        h3 {
            font-size: 16px;
            line-height: 36px;
        }
    }
    .right_phone_img {
        left: 18rem;
        top: 3rem;
        border-radius: 3.5rem;
    }

    .left_phone_img {
        left: 2rem;
        top: 0;
        border-radius: 3.5rem;
    }

    .phone_img {
        width: 401px;
        height: 735px;
    }

    @media screen and (max-width: 1100px) {
        .right_phone_img {
            left: 12rem;
            top: 5rem;
        }

        .left_phone_img {
            left: 2rem;
            top: 2rem;
        }

        .phone_img {
            width: 240px;
            height: 505px;
        }
    }

    .h6 {
        margin: 0 !important;
    }

a.active-menu-btn,
span.active-menu-btn {
    border-radius: 1rem 1rem 0 0;
    color: #0087C1;
    z-index: 1110;
    font-weight: bold;
    padding: 15px 15px;
}

    .stage_content {
        animation: opacityAnimation 2s normal;
    }

    /*ДЛЯ ИЗМЕНЯЕМОГО КОНТЕНТА*/
    .editor_text {
        font-weight: 700;
        position: relative;
    }

    .transparent_text {
        font-size: 3rem;
        padding: 3rem 0;
        line-height: 71px;
        font-weight: 900;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #0087C1;
        opacity: 0.08;
        background-color: rgb(0%, 90%, 100%, 1);
    }

.vizor_unit {
    margin: 5px 0 0 130px;
}

.vizor_unit_delete {
    background: url(/orders/b_delite.png) center center no-repeat;
    width: 20px !important;
    height: 20px !important;
    box-shadow: none;
    border: none;
    position: absolute;
    margin: 1px 0 0 5px;
}

.btn.btn-success.fileinput-button.PlusBtn {
    background: url(/orders/attache_button.png) center left no-repeat !important;
    padding: 12px 0 0 0;
}

.order_title {
    padding: 5px 0 0 5px;
    overflow: hidden;
    height: 23px;
}

.comment {
    padding: 1px 5px 0 5px;
    color: #999;
    font-style: italic;
    max-height: 20px;
    overflow: hidden;
    font-size: 12px;
}

.date {
    padding: 1px 5px 0 5px;
    color: #333;
    font-size: 12px;
    overflow: hidden;
    height: 19px;
}

.file {
    float: right;
    color: black;
    margin: 0;
    padding: 0;
    box-shadow: none;
    background: url(/orders/b_attach.png) center center no-repeat;
    width: 30px !important;
    height: 30px !important;
    clear: right;
}
#chat_whatsapp1 {
    background: #57d163 url(/img/outpages/whatsapp.svg) 50% no-repeat;
    transition-duration: 400ms;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 1px 1px 5px 0px rgba(0, 7, 8, 0.3);
    background-size: 25px;
    display: block;
    float: right;
    margin-left: 10px;
}

#chat_telegram1 {
    background: #2ca8dd url(/img/outpages/telegram.svg) 50% no-repeat;
    transition-duration: 400ms;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 1px 1px 5px 0px rgba(0, 7, 8, 0.3);
    margin-left: 10px;
    background-size: 25px;
    display: block;
    float: right;
}

.head-block {
    display: flex;
    justify-content: space-between;
    padding-top: 18px;
    padding-bottom: 18px;
}
@media (max-width: 768px) {
    .head-block {
        padding-top: 3px;
        padding-bottom: 3px;
    }
}

.head-block-center {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1400px) {
    .head-block-center {
        display: none;
    }
}
.header_search_enable {
    cursor: pointer;
    float: right;
    width: 35px;

    height: 35px;
    background-image: url(/img/d2/search.svg);
    background-color: white;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 18px;
    box-shadow: 1px 1px 5px 0px rgba(0, 7, 8, 0.3);
}
    .header_search_enable.close-search {
        background-image: url(/img/svg/close.svg);
    }

.page-path {
    width:100%;
    font-size:14px;
    font-weight:normal;
    height:50px;
}
    .page-path > a {
        color: #0087C1;
        text-decoration:underline;
    }
    .page-path > span {
       width:20px;
       text-align:center;
    }
.get_presentation_button {
    min-width: 305px;
    width: 356px;
    margin-bottom: 10px;
    height: 60px;
    line-height: 27px;
    text-align: center;
}
.get_presentation_button_wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
}

.menu-burger {
    background-image: url(/outpages/landingpages/img/menu/menu_lp.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
    height: 36px;
    width: 36px;
    border-radius: 30%;
    margin: 12px 0px 12px 12px;
    cursor: pointer;
    background-color: #0087C1;
    position: relative;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    right: 0;
    top: 2px;
    z-index: 10000;
    float: right;
    display: none;
}

    .menu-burger.menu-close {
        background-image: url(/outpages/landingpages/img/menu/close.svg);
    }
.menu-enter {
    background-image: url(/img/login.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px;
    height: 36px;
    width: 36px;
    border-radius: 30%;
    margin: 12px 0px 12px 12px;
    cursor: pointer;
    background-color: #0087C1;
    position: relative;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    right: 0;
    top: 2px;
    z-index: 10000;
    float: right;
    display: none;
}
    .menu-enter.menu-close {
        background-image: url(/outpages/landingpages/img/menu/close.svg);
        background-size: 16px;
    }

    .menu-burger:before {
        content: '';
        border-radius: 30%;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 36px;
        width: 36px;
        background-color: rgba(0,0,0,0.1);
        pointer-events: none;
        animation: menu-burger-effect-2 0.15s ease-in forwards;
    }

    .menu-burger:active:before {
        animation: menu-burger-effect 0.15s ease-in-out forwards;
    }
.phone-pic {
    background-image: url(/img/phone.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    margin: 12px 0px 12px 12px;
    cursor: pointer;
    background-color: #0087C1;
    position: relative;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    right: 0;
    top: 2px;
    z-index: 10000;
    float: right;
    display: none;
}
@media (max-width: 1400px) {
    .menu-burger {
        display: block;
    }
}
@media (max-width: 768px) {
    .menu-enter {
        display: block;
    }
}
.logo_link {
    height: 63px;
    width: 80px;
    object-fit: contain;
    margin-right: 1rem;
}

@media screen and (min-width:576px) {
    .logo_link {
        height: 63px;
        width: 124px;
    }
}

@media screen and (min-width:1200px) {
    .logo_link {
        height: 63px;
        width: 159px;
    }
}
.search-form {
    display: none;
    width: 240px;
    margin-right: -285px;
    margin-top: -5px;
    margin-bottom: -6px;
    float: right;
}

.logo.mobile {
    /*display: none;*/
}

    .logo.mobile a {
        display: flex;
        align-items: center;
    }
.menu_btn {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    padding: 15px 15px;
    line-height: 18px;
}
.SimpleMenuRowWrap {
    display: flex;
    justify-content: space-between;
    padding: 0px .5rem;
    margin: 0px;
    flex-wrap: wrap;
}
.SimpleMenuRow {
    word-break: break-all;
    align-items: center;
    display: flex;
    height: 2.5rem;
    margin: .5rem 0px;
    padding: 0px;
    max-width: 100%;
    width:100%;
}
@media (min-width: 576px) {
    .SimpleMenuRow {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.SimpleMenuRow .btnLnkMini {
    display: flex;
    color: inherit;
    text-decoration: none;
    justify-content: space-between
}

.btnLnkMini {
    display: inline-block;
    width: calc(100% - 20px);
    padding: 11px 20px;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 0px 10px;
    height: 46px !important;
    font-size: 20px;
    line-height: 19px;
}

    .btnLnkMini.submenu {
        margin-left: 24px;
        width: calc(100% - 34px);
    }
.first-page-content {
    min-height: 700px;
    position:relative;
}
@media (max-width: 768px) {
    .first-page-content {
        min-height: 550px;
        padding-top: 30px;
    }
}
.main-page-description {
    margin-bottom: 20px;
}
.main-page-description.small {
    height: 355px;
    overflow: hidden;
}
.main-page-description-hide {
    cursor: pointer;
    width: 100%;
    height: 60px;
    padding: 20px 43px;
    font-size: 20px;
    background-position: 250px 17px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-image: url(/outpages/landingpages/img/icon-arrow-left.svg);
    line-height: 20px;
}
    .main-page-description-hide.small {
        background-image: url(/outpages/landingpages/img/icon-arrow-right.svg);
    }
.main-page-description > div {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}
@media screen and (max-width: 1950px) {
    .main-page-description > div.hidden1920 {
        display:none;
    }
}
    .main-page-description .green_galka {
        padding-right: 0px;
    }
#links {
    margin: 15px auto;
    max-width: 1411px;
    padding: 25px 15px;
    display: flex;
    flex-direction: row;
}
    #links > .bottom-col {
        width: 50%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }
@media screen and (max-width: 768px) {
    #links {
        flex-direction:column;
    }
        #links > .bottom-col {
            width: 100%;
            margin-bottom: 30px;
        }
}
    #links > .bottom-col > .bottom-col {
        display: flex;
        flex-direction: column;
    }

.container1000 {
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 992px) {
    .container1000 {
        max-width: 960px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .container1000 {
        max-width: 720px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .container1000 {
        max-width: 540px;
        width: 100%;
    }
    .container .phone_font {
        display: none;
    }
    .phone-pic {
        display:block;
    }
    .head-block-right {
        width: calc(100% - 116px);
    }
    .messangers_wrap {
        width: calc(100% - 145px);
    }
    .search-form {
        float: left;
        margin-right: -95px;
        margin-left: 10px;
        width: calc(100% - 43px);
    }
    .header_search_enable.close-search {
       float:left;
    }
}
@media (max-width: 415px) {
    #chat_telegram1 {
        display:none;
    }
    #chat_whatsapp1 {
        display:none;
    }
    .search-form {
        width: calc(100% + 60px);
        margin-left: 5px;
        margin-right: -105px;
    }
    .messangers_wrap {
        z-index:100001;
    }
}

.head-block-right {
    display: flex;
    justify-content: end;
}
.head-container {
    display:none;
}
.btn-group-form {
    font-size: 18px;
    flex-direction: column;
    background-color: #0087c1;
    border-radius: 15px;
    padding: 10px;
    width: 100%;
    position: fixed;
    right: 6px;
    top: 85px;
    width: 200px;
    display: flex;
    z-index: 1000;
}