@font-face {
    font-family: "GothamPro";
    src: url("../font/GothamPro.woff"); }

@font-face {
    font-family: "GothamPro-Bold";
    src: url("../font/GothamPro-Bold.woff"); }

@font-face {
    font-family: "GothamPro-Italic";
    src: url("../font/GothamPro-Italic.woff"); }

@font-face {
    font-family: "GothamPro-Light";
    src: url("../font/GothamPro-Light.woff"); }
@font-face {
    font-family: GothamProBlack;
    src: url("../fonts/GothamProBlack.eot");
    src: url("../fonts/GothamProBlack?#iefix") format("embedded-opentype"), url("../fonts/GothamProBlack.woff") format("woff"), url("../fonts/GothamProBlack.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: GothamProMedium;
    src: url("../fonts/GothamProMedium.eot");
    src: url("../fonts/GothamProMedium?#iefix") format("embedded-opentype"), url("../fonts/GothamProMedium.woff") format("woff"), url("../fonts/GothamProMedium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: GothamProBold;
    src: url("../fonts/GothamProBold.eot");
    src: url("../fonts/GothamProBold?#iefix") format("embedded-opentype"), url("../fonts/GothamProBold.woff") format("woff"), url("../fonts/GothamProBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: GothamProRegular;
    src: url("../fonts/GothamProRegular.eot");
    src: url("../fonts/GothamProRegular?#iefix") format("embedded-opentype"), url("../fonts/GothamProRegular.woff") format("woff"), url("../fonts/GothamProRegular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

.text-red {
    color: #FA4946 !important;
}

.image-wrapper>img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.clearfix:after {
    clear: both;
    content: "";
    display: table;
}

label.error {
    display: none!important;
}

.wrapper {
    overflow: hidden;
}

::-webkit-input-placeholder {
    color: rgba(38, 45, 53, 0.5);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

::-moz-placeholder {
    color: rgba(38, 45, 53, 0.5);
    -moz-transition: 0.3s;
    transition: 0.3s;
}

:-moz-placeholder {
    color: rgba(38, 45, 53, 0.5);
    -moz-transition: 0.3s;
    transition: 0.3s;
}

:-ms-input-placeholder {
    color: rgba(38, 45, 53, 0.5);
    transition: 0.3s;
}

:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

:focus:-moz-placeholder {
    color: transparent;
}

:focus:-ms-input-placeholder {
    color: transparent;
}

.form-conf {
    margin-top: 27px;
    text-align: center;
    width: 100%;
    color: rgba(0, 0, 0, 0.25);
    font: 14px/1.44em GothamProRegular, sans-serif;
}

.form-conf a {
    color: #FA4946;
    text-decoration: underline;
}

.form-conf a:hover {
    text-decoration: none;
}

.top{
    padding: 110px 0 130px 0;
}
.top .slogan{
    font-family: 'GothamPro-Bold';
    font-size: 60px;
    line-height: 66px;
    color: #0D122F;
}
.top .short_text{
    font-family: 'GothamPro';
    font-size: 21px;
    line-height: 135%;
    color: #595959;
    margin-top: 40px;
    max-width: 570px;
}
.top .container{
    max-width: 1200px;
}
.top .info{
    margin-top: 80px;
    /*text-align: center;*/
}
.number_info{
    font-family: 'GothamPro-Bold';
    font-size: 70px;
    line-height: 77px;
    color: #FA4946;
    margin-top: 25px;
}
.text_info{
    font-family: 'GothamPro';
    font-size: 21px;
    line-height: 30px;
    color: #595959;
    margin-top: 7px;
}
.info_modal{
    background: #ffffff;
    padding: 50px 0;
}
.text_to_modal{
    font-family: 'GothamPro-Bold';
    font-size: 28px;
    line-height: 110%;
    text-align: center;
    color: #0D122F;
    max-width: 830px;
    margin: 0 auto;
}
.promo-btn{
    background: #FA4946;
    box-shadow: -2px 6px 30px rgba(170, 15, 15, 0.3);
    border-radius: 6px;
    width: 523px;
    font-family: 'GothamPro';
    font-size: 21px;
    line-height: 50px;
    display: block;
    text-align: center;
    letter-spacing: 0.02em;
    margin: 20px auto 0 auto;
    color: #FFFFFF;
    padding: 0;
    max-width: 90%;
}
.promo-btn:hover{
    color: #ffffff;
}
.title_info{
    background: #FA4946;
    box-shadow: 0px 10px 25px rgba(52, 5, 5, 0.24);
    border-radius: 1px;
    padding: 70px 0 100px 0;
    font-family: 'GothamPro-Bold';
    font-size: 60px;
    line-height: 66px;
    color: #FFFFFF;
    text-align: left;
    padding-left: 14%;
    margin-top: -200px;
    position: relative;
    z-index: 3;
    margin-bottom: -77px;
}
.title_info span{
    margin-top: 10px;
    font-family: 'GothamPro-Bold';
    font-size: 28px;
    line-height: 31px;
    color: #FFFFFF;
    display: block;
}
.category_info{
    padding-top: 385px;
}
.categories_block{
    background: #0D122F;
    backdrop-filter: blur(20px);
    padding: 148px 0 110px 0;
}
.item_cat{
    background: #2A3139;
    box-shadow: 3px 4px 18px rgba(0, 0, 0, 0.6), 0px 10px 58px rgba(0, 0, 0, 0.6);
    border-radius: 6px;
    padding: 40px 0;
    margin: 30px 10px;
    min-height: 442px;
}
.name_cat{
    font-family: 'GothamPro-Bold';
    font-size: 28px;
    line-height: 31px;
    min-height: 62px;
    color: #B0B0B0;
    text-align: center;
    text-transform: uppercase;
}
.info_widget{
    margin: 55px 0;
    background: rgba(255, 255, 255, 0.03);
    padding: 36px;
    position: relative;
}
.info_widget .cnt{
    font-family: 'GothamPro-Bold';
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: -30px;
    margin-bottom: 12px;
}
.info_widget .round{
    height: 8px;
    width: 100%;
    background: #ffffff;
    position: relative;
}
.info_widget .round:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background: #E21212;
}
.info_widget .round:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background: #1FD848;
}
.info_widget .round .dot{
    position: absolute;
    width: 20px;
    height: 20px;
    left: 10%;
    top: -6px;
    background: #CF1212;
    border: 1px solid #FFFFFF;
    box-shadow: 3px 4px 18px rgba(0, 0, 0, 0.6), 0px 10px 58px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    z-index: 1;
}
.info_widget .round .min,
.info_widget .round .max{
    font-family: 'GothamPro';
    font-size: 24px;
    line-height: 23px;
    text-transform: uppercase;
    color: #E21212;
    position: absolute;
    left: 10px;
    top: -30px;
}
.info_widget .round .max{
    color: #1FD848;
    left: auto;
    right: 10px;
}
.info_widget .alt_min,
.info_widget .alt_max{
    font-family: 'GothamPro';
    font-size: 14px;
    line-height: 13px;
    text-transform: uppercase;
    color: #757575;
    margin-top: 4px;
    float: left;
}
.info_widget .alt_max{
    float: right;
}
.item_cat .subcats{
    font-family: 'GothamPro';
    font-size: 21px;
    line-height: 20px;
    color: #DDDDDD;
    text-align: center;
    margin-bottom: 10px;
}
.item_cat .subcats:last-of-type{
    margin-bottom: 0;
}
.diagramma_block{
    background: #F3F3F4;
    box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 100px 190px 45px 190px;
    margin: 190px 0;
}
.chart_diagramma{
    height: 270px;
    width: 90%;
    margin-left: 10%;
}
.diagramma_title{
    font-family: 'GothamPro-Bold';
    font-size: 90px;
    line-height: 99px;
    text-transform: uppercase;
    color: #FA4946;
}
.diagramma_descr{
    font-family: 'GothamPro-Bold';
    font-size: 38px;
    line-height: 49px;
    text-transform: uppercase;
    color: #0D122F;
}
.diagramma_short{
    font-family: 'GothamPro';
    font-size: 28px;
    line-height: 49px;
    text-transform: uppercase;
    color: #737373;
}
.diagramma_block .left_side .diagramma_title{
    margin-top: 50px;
}
.diagramma_block .right_side .diagramma_title{
    margin-top: 190px;
}
.diagramma_list{
    margin-top: 95px;
}
.diagramma_block .right_side .diagramma_title,
.diagramma_block .right_side .diagramma_descr,
.diagramma_block .right_side .diagramma_short{
    margin-left: 10%;
}
.chart_grafic{
    height: 855px;
    width: 100%;
}
.fon_grafic{
    background: #0D122F;
    /*box-shadow: 0px 10px 25px rgba(196, 196, 196, 0.12);*/
    margin-top: -50px;
    padding-bottom: 20px;
    z-index: 1;
}





.top-btn.show {
    right: 45px;
}
.grafic{

    position: relative;
    overflow: hidden;
    padding-top: 50px;
}
.body_grafic{
    background: #E9CBC9;
    box-shadow: 0px 10px 25px rgba(196, 196, 196, 0.12);
}
.img_phone{
    position: absolute;
    left: -50%;
    top: -25px;
}
.decor_grafic{
    position: relative;
    border-radius: 5px 0 0 5px;
}
.decor_grafic:before{
    content: '';
    position: absolute;
    left: -50%;
    top: 50px;
    height: 786px;
    width: 786px;
    background: url(/img/dashboard/Subtract.svg) no-repeat center center;
    margin-left: 100px;
}
.gdpr{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 250px;
    background: #0D122F;
    opacity: 0.9;
    color: #fff;
    text-align: center;
    padding: 50px 0;
    z-index: 10000000000;
    font: 16px/18px GothamPro, sans-serif;
}
.gdpr a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}
.clients-btn {
    margin-top: 54px;
    width: 283px;
}
.agree_gdpr {
    position: relative;
    margin-top: 25px;
    color: #ffffff;
    cursor: pointer;
}
.header-logo .mobile {
    display: none;
}
.number_info.last{
    margin-top: 14px;
}
.decor_bg{
    position: absolute;
    width: 50%;
    background: #0D122F;
    height: 100%;
    right: 0;
    z-index: 0;
    margin-top: -50px;
}

.wrap_f1c3{
    bottom: 230px !important;
    right: 70px !important;
}


@media (max-width: 1400px) {
   
    .top .container {
        max-width: 1140px;
    }
    .chart_grafic{
        height: 650px;
    }
    .decor_grafic{
        height: 670px;
    }
    .decor_grafic:before{
        height: 600px;
        width: 113%;
        background-size: contain;
        left: -56%;
    }
    .img_phone{
        left: -49%;
        top: 24px;
        height: 650px;
    }
}
@media (max-width: 1200px) {
    
    .top .container {
        max-width: 960px;
    }
    .number_info {
        font-size: 60px;
        line-height: 64px;
    }
    .top{
        padding: 50px 0 60px 0;
    }
    .category_info {
        padding-top: 260px;
    }
    .title_info{
        padding: 40px 0 50px 0;
        margin-top: -125px;
        padding-left: 14%;
    }
    .diagramma_block{
        padding: 50px;
        margin: 90px 0;
    }
    .diagramma_title{
        font-size: 72px;
        line-height: 74px;
    }
    .diagramma_descr{
        font-size: 30px;
        line-height: 40px;
    }
    .diagramma_short{
        font-size: 24px;
        line-height: 35px;
    }
    .chart_grafic{
        height: 500px;
    }
    .decor_grafic{
        height: 520px;
    }
    .decor_grafic:before{
        height: 450px;
        width: 100%;
        background-size: contain;
    }
    .img_phone{
        left: -45%;
        top: 24px;
        height: 500px;
    }
}
@media (max-width: 991px) {
   
    .top .container {
        max-width: 760px;
    }
    .number_info {
        font-size: 50px;
        line-height: 56px;
    }
    .text_info{
        font-size: 18px;
        line-height: 26px;
    }
    .img_phone {
        left: -59%;
    }
    .decor_grafic:before{
        width: 135%;
        left: -75%;
    }
}
@media (max-width: 767px) {
   
    .top{
        padding: 40px 15px 30px 15px;
    }
    .top .container {
        max-width: 750px;
    }
    .top .slogan{
        font-size: 50px;
        line-height: 55px;
    }
    .top .short_text{
        font-size: 18px;
        margin-top: 20px;
    }
    .top .info{
        margin-top: 40px;
    }
    .top .info img{
        display: block;
        margin: 0 auto;
    }
    .number_info{
        margin-top: 15px;
        font-size: 50px;
        text-align: center;
        line-height: 55px;
    }
    .text_info{
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
    }
    .text_to_modal{
        font-size: 22px;
    }
    .category_info{
        padding-top: 50px;
    }
    .title_info{
        padding: 35px 0 50px 0;
        font-size: 45px;
        line-height: 50px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 10%;
    }
    .title_info span{
        font-size: 20px;
        line-height: 24px;
    }
    .categories_block{
        padding-top: 50px;
    }
    .item_cat{
        margin: 10px;
    }
    .diagramma_block{
        margin: 70px 10px;
        padding: 40px;
    }
    .diagramma_title{
        font-size: 50px;
        line-height: 65px;
    }
    .diagramma_block .left_side .diagramma_title{
        margin-top: 0;
    }
    .diagramma_descr{
        font-size: 25px;
        line-height: 35px;
    }
    .diagramma_short{
        font-size: 18px;
        line-height: 30px;
    }
    .diagramma_list{
        margin-top: 25px;
    }
    .chart_diagramma{
        width: 100%;
        margin-left: 0;
        height: 170px;
    }
    .diagramma_block .right_side .diagramma_title,
    .diagramma_block .right_side .diagramma_descr,
    .diagramma_block .right_side .diagramma_short{
        margin-left: 0;
    }
    .diagramma_block .right_side .diagramma_title{
        margin-top: 40px;
    }
    .fon_grafic{
        margin-top: 0;
    }
    .decor_grafic{
        height: 440px;
    }
    .decor_grafic:before{
        left: 0;
        top: 20px;
        height: 400px;
        width: 100%;
         margin-left: 0px;
        background-size: contain;
    }
    .img_phone{
        left: 50%;
        margin-left: -238px;
        top: -13px;
        height: 460px;
    }
    .chart_grafic{
        height: 500px;
    }
    
    .top{
        margin-top: 62px;
    }
    
    .decor_bg{
        display: none;
    }
    .top-btn{
        height: 71px;
        width: 71px;
        border: 12px solid rgba(243, 243, 244, 0.3);
        background-size: cover;
        bottom: 30px;
    }
    .top-btn.show {
        right: 30px;
    }
    .wrap_f1c3{
        bottom: 100px !important;
        right: 13px !important;
    }
}