html{
    font-size:16px;
}
body{
    margin:0;
    padding:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    font-size:16px;
    font-weight:400;
    font-family:Ubuntu, sans-serif;
    line-height:26px;
}
h1, h2, h3, h4, h5, h6, li, p, ul{
    margin:0;
    padding:0;
}
ul{
    list-style-type:none;
}
ul li{
    display:inline-block;
}
a, a:active, a:hover{
    text-decoration:none;
}
button, input, select, textarea{
    border:none;
}
button:focus, input:focus, select:focus, textarea:focus{
    outline:0;
}
.title{
    font-weight:700;
    font-size:60px;
    line-height:1;
    color:#232323;
    text-transform:uppercase;
}
.title span{
    color:#3388B9;
}
.title strong{
    color:#3388B9;
}
.btn_blue{
    border-radius:6.13px;
    position:relative;
}
.btn_blue span{
    position:relative;
    z-index:3;
    font-weight:500;
    font-size:18.38px;
    text-transform:uppercase;
    line-height:1;
    color:#FFF;
}
.btn_blue:before{
    content:'';
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:-o-linear-gradient(295.5deg, #76c3f1 12.22%, #2f8bc0 89.39%);
    background:linear-gradient(154.5deg, #76c3f1 12.22%, #2f8bc0 89.39%);
    border-radius:6.13px;
    z-index:1;
}
.btn_blue:after{
    content:'';
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:3px;
    left:0;
    background:#28739E;
    border-radius:6.13px;
    z-index:0;
}
.btn_blue:hover:before{
    background:-o-linear-gradient(295.5deg, #76c3f1 22.22%, #2f8bc0 79.39%);
    background:linear-gradient(154.5deg, #76c3f1 22.22%, #2f8bc0 79.39%);
}
.btn_green{
    border-radius:6.13px;
    position:relative;
}
.btn_green span{
    position:relative;
    z-index:3;
    font-weight:500;
    font-size:18.38px;
    text-transform:uppercase;
    line-height:1;
    color:#FFF;
}
.btn_green:before{
    content:'';
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:rgba(var(--g-color_g), 1);
    border-radius:6.13px;
    z-index:1;
}
.btn_green:after{
    content:'';
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:3px;
    left:0;
    background:rgba(var(--g-color_d), 1);
    border-radius:6.13px;
    z-index:0;
}
.sticky_menu{
    position:fixed;
    z-index:1000;
    width:100%;
    height:auto;
    top:-300px;
    left:0;
    -webkit-transition:.7s;
    -o-transition:.7s;
    transition:.7s;
}
.sticky_menu.a{
    top:0;
}
.sticky_menu.sticky_black{
    background:#3D3D3D;
}
.sticky_menu.sticky_black .s_m_burger p{
    color:#fff;
}
.sticky_menu.sticky_black .s_m_burger_btn span{
    background:#fff;
}
.sticky_menu.sticky_black .s_m_logo_box p{
    color:#fff;
}
.sticky_menu.sticky_black .s_m_btn{
}
.sticky_menu.sticky_black .s_m_btn:hover{
}
.sticky_menu.sticky_black .s_m_phone_box p{
    color:#fff;
}
.sticky_menu.sticky_black .s_m_phone i{
    color:#B0CF4C;
}
.sticky_menu.sticky_black .s_m_phone a span{
    color:#FFF;
}
.sticky_menu.sticky_black .s_m_phone a:active span, .sticky_menu.sticky_black .s_m_phone a:focus span, .sticky_menu.sticky_black .s_m_phone a:hover span{
    color:#fff;
}
.sticky_menu.sticky_black .s_m_adress div p, .sticky_menu.sticky_black .s_m_adress p, .sticky_menu.sticky_black .s_m_menu_list li a span, .sticky_menu.sticky_black .s_m_online p{
    color:#FFF;
}
.sticky_menu.sticky_black .s_m_phone_mob span{
    color:#fff;
}
.sticky_menu.sticky_white{
    -webkit-box-shadow:6px 5px 14px -2px rgba(0, 0, 0, .1);
            box-shadow:6px 5px 14px -2px rgba(0, 0, 0, .1);
    background:#fff;
}
.sticky_menu.sticky_white .s_m_burger p{
    color:#3D3D3D;
}
.sticky_menu.sticky_white .s_m_burger_btn span{
    background:#3D3D3D;
}
.sticky_menu.sticky_white .s_m_logo_box p{
    color:#3D3D3D;
}
.sticky_menu.sticky_white .s_m_btn{
    border:1px solid #3388B9;
    color:#3388B9;
}
.sticky_menu.sticky_white .s_m_btn:hover{
    background:#3388B9;
    color:#fff;
}
.sticky_menu.sticky_white .s_m_phone_box p{
    color:#3D3D3D;
}
.sticky_menu.sticky_white .s_m_phone i{
    color:#3388B9;
}
.sticky_menu.sticky_white .s_m_adress div p, .sticky_menu.sticky_white .s_m_adress p, .sticky_menu.sticky_white .s_m_menu_list li a span, .sticky_menu.sticky_white .s_m_online p, .sticky_menu.sticky_white .s_m_phone a span, .sticky_menu.sticky_white .s_m_phone a:active span, .sticky_menu.sticky_white .s_m_phone a:focus span, .sticky_menu.sticky_white .s_m_phone a:hover span{
    color:#3D3D3D;
}
.sticky_menu.sticky_white .s_m_phone_mob span{
    color:#000;
}
.s_m_wrap_flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:start;
        -ms-flex-align:start;
            align-items:flex-start;
    padding:20px 0;
}
.s_m_burger{
    margin-right:28px;
}
.s_m_burger p{
    font-weight:400;
    font-size:15px;
    line-height:1;
    margin-top:7px;
    text-align:center;
    text-transform:uppercase;
}
.s_m_burger_btn{
    position:relative;
    width:56px;
    height:36px;
    cursor:pointer;
}
.s_m_burger_btn span{
    position:absolute;
    display:block;
    left:0;
    width:56px;
    height:6px;
    border-radius:50px;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.s_m_burger_btn span:nth-child(1){
    top:0;
}
.s_m_burger_btn span:nth-child(2){
    top:50%;
    margin-top:-3px;
}
.s_m_burger_btn span:nth-child(3){
    top:100%;
    margin-top:-6px;
}
.s_m_burger_btn.a span{
    width:40px;
    left:7px;
}
.s_m_burger_btn.a span:nth-child(1){
    top:50%;
    -webkit-transform:rotateZ(45deg);
        -ms-transform:rotate(45deg);
            transform:rotateZ(45deg);
}
.s_m_burger_btn.a span:nth-child(2){
    opacity:0;
}
.s_m_burger_btn.a span:nth-child(3){
    top:50%;
    margin-top:0;
    -webkit-transform:rotateZ(-45deg);
        -ms-transform:rotate(-45deg);
            transform:rotateZ(-45deg);
}
.s_m_block{
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.s_m_logo_box{
    width:380px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -ms-flex-negative:0;
        flex-shrink:0;
}
.s_m_logo_box img{
    width:64px;
}
.s_m_logo_box p{
    font-weight:300;
    font-size:11px;
    line-height:1.3;
    text-transform:uppercase;
    margin-left:16px;
}
.s_m_logo_box.hidden{
    display:none;
}
.s_m_btn_box{
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.s_m_btn_box.hidden{
    display:none;
}
.s_m_btn{
    width:224px;
    height:44px;
    padding:8px 10px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    border-radius:5px;
    background:0 0;
    text-transform:uppercase;
    font-weight:400;
    font-size:13px;
    line-height:1.2;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.s_m_contacts_box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
    -webkit-box-align:start;
        -ms-flex-align:start;
            align-items:flex-start;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
.s_m_social_box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
    -webkit-box-align:start;
        -ms-flex-align:start;
            align-items:flex-start;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.s_m_social_box.hidden{
    display:none;
}
.s_m_social{
    width:35px;
    height:35px;
    border-radius:50%;
    -webkit-box-shadow:1.2px 2.4px 2.4px rgba(0, 0, 0, .2);
            box-shadow:1.2px 2.4px 2.4px rgba(0, 0, 0, .2);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -ms-flex-negative:0;
        flex-shrink:0;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.s_m_social svg{
    fill:#fff;
    width:20px;
    height:20px;
}
.s_m_social i{
    font-size:20px;
    color:#fff;
}
.s_m_social.s_m_social_wp{
    background:-o-linear-gradient(293.72deg, #d0e8ad 11.38%, #6ea51c 89.53%);
    background:linear-gradient(156.28deg, #d0e8ad 11.38%, #6ea51c 89.53%);
    margin-right:9px;
}
.s_m_social.s_m_social_wp:hover{
    background:-o-linear-gradient(293.72deg, #d0e8ad 21.38%, #6ea51c 79.53%);
    background:linear-gradient(156.28deg, #d0e8ad 21.38%, #6ea51c 79.53%);
}
.s_m_social.s_m_social_tg{
    background:-o-linear-gradient(295.5deg, #76c3f1 12.22%, #2f8bc0 89.39%);
    background:linear-gradient(154.5deg, #76c3f1 12.22%, #2f8bc0 89.39%);
}
.s_m_social.s_m_social_tg svg{
    -webkit-transform:translateX(-1px);
        -ms-transform:translateX(-1px);
            transform:translateX(-1px);
}
.s_m_social.s_m_social_tg:hover{
    background:-o-linear-gradient(295.5deg, #76c3f1 22.22%, #2f8bc0 79.39%);
    background:linear-gradient(154.5deg, #76c3f1 22.22%, #2f8bc0 79.39%);
}
.s_m_phone_box{
    margin-left:25px;
    position:relative;
    z-index:2;
}
.s_m_phone_box p{
    margin-top:8px;
    font-weight:300;
    font-size:14px;
    line-height:1.3;
    text-align:right;
}
.s_m_phone{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    position:relative;
    z-index:3;
}
.s_m_phone i{
    font-size:20px;
    margin-right:11px;
}
.s_m_phone a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.s_m_phone a span{
    font-weight:500;
    font-size:24px;
    line-height:1;
}
.s_m_phone a img{
    width:12px;
    margin-left:7px;
}
.s_m_phone ul{
    position:absolute;
    width:100%;
    opacity:0;
    visibility:hidden;
    top:110%;
    left:0;
    display:block;
    background:#fff;
    border-radius:5px;
    -webkit-box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
            box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.s_m_phone ul li{
    display:block;
    line-height:1;
    color:#000;
    padding:15px;
    cursor:pointer;
}
.s_m_phone:hover ul{
    opacity:1;
    visibility:visible;
}
.s_m_menu_list{
    padding-left:75px;
    display:none;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -ms-flex-negative:0;
        flex-shrink:0;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    width:480px;
}
.s_m_menu_list li{
    min-width:200px;
    padding:8px 0;
}
.s_m_menu_list li a{
    display:block;
}
.s_m_menu_list li a span{
    display:block;
    font-weight:400;
    font-size:15px;
    line-height:1;
    text-transform:uppercase;
    color:#FFF;
}
.s_m_menu_list.s_m_show{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.s_m_adress{
    display:none;
}
.s_m_adress.s_m_show{
    margin-left:50px;
    width: 240px;
    -ms-flex-negative:0;
        flex-shrink:0;
    display:block;
}
.s_m_adress p{
    font-weight:400;
    font-size:15px;
    line-height:1.2;
    text-align:right;
    margin-bottom:27px;
}
.s_m_adress div{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
}
.s_m_adress div p{
    font-weight:400;
    font-size:15px;
    line-height:1;
    text-align:right;
    opacity:.5;
    margin-bottom:0;
    margin-right:17px;
}
.s_m_adress div a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-negative:0;
        flex-shrink:0;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    border-radius:50%;
    width:45px;
    height:45px;
    background:-o-linear-gradient(296.29deg, #686868 10.72%, #232323 87.51%);
    background:linear-gradient(153.71deg, #686868 10.72%, #232323 87.51%);
    -webkit-box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
            box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
}
.s_m_adress div a:hover{
    background:-o-linear-gradient(296.29deg, #686868 20.72%, #232323 77.51%);
    background:linear-gradient(153.71deg, #686868 20.72%, #232323 77.51%);
}
.s_m_adress div a i{
    color:#fff;
    font-size:25px;
}
.s_m_adress div a.svg{
    margin-right:10px;
}
.s_m_adress div a.svg svg{
    fill:#fff;
    width:25px;
    height:25px;
}
.s_m_adress div a.instagram{
    margin-right:10px;
}
.s_m_online{
    display:none;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    position:relative;
}
.s_m_online.s_m_show{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-top:24px;
    width:auto;
}
.s_m_online p{
    font-weight:400;
    font-size:14.46px;
    line-height:1.3;
    text-transform:uppercase;
    width:85px;
    position:relative;
    margin-right:35px;
}
.s_m_online p:after{
    content:'';
    display:block;
    position:absolute;
    top:2px;
    left:-15px;
    width:10px;
    height:10px;
    background:-o-linear-gradient(292.25deg, #b0cf4c 14.52%, #89bb3d 105.42%);
    background:linear-gradient(157.75deg, #b0cf4c 14.52%, #89bb3d 105.42%);
    -webkit-box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
            box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
    border-radius:50%}
.s_m_online a{
    width:35px;
    height:35px;
    border-radius:50%;
    -webkit-box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
            box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
    -ms-flex-negative:0;
        flex-shrink:0;
}
.s_m_online a svg{
    fill:#fff;
    width:20px;
    height:20px;
}
.s_m_online a i{
    font-size:20px;
    color:#fff;
}
.s_m_mssg_wp{
    background:-o-linear-gradient(293.72deg, #d0e8ad 11.38%, #6ea51c 89.53%);
    background:linear-gradient(156.28deg, #d0e8ad 11.38%, #6ea51c 89.53%);
    margin-right:16px;
}
.s_m_mssg_wp:hover{
    background:-o-linear-gradient(293.72deg, #d0e8ad 21.38%, #6ea51c 79.53%);
    background:linear-gradient(156.28deg, #d0e8ad 21.38%, #6ea51c 79.53%);
}
.s_m_mssg_tg{
    background:-o-linear-gradient(295.5deg, #76c3f1 12.22%, #2f8bc0 89.39%);
    background:linear-gradient(154.5deg, #76c3f1 12.22%, #2f8bc0 89.39%);
    -webkit-box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
            box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
}
.s_m_mssg_tg svg{
    -webkit-transform:translateX(-1px);
        -ms-transform:translateX(-1px);
            transform:translateX(-1px);
}
.s_m_mssg_tg:hover{
    background:-o-linear-gradient(295.5deg, #76c3f1 22.22%, #2f8bc0 79.39%);
    background:linear-gradient(154.5deg, #76c3f1 22.22%, #2f8bc0 79.39%);
}
.h_burger_box{
    width:23px;
    height:12px;
    display:none;
}
.h_burger_block{
    position:relative;
    height:100%}
.h_burger_block span{
    position:absolute;
    display:block;
    width:100%;
    height:2px;
    left:0;
    border-radius:4.78px;
}
.h_burger_block span:nth-child(1){
    top:0;
}
.h_burger_block span:nth-child(2){
    top:50%;
    margin-top:-1px;
}
.h_burger_block span:nth-child(3){
    bottom:0;
}
.mob_menu_bg{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1001;
    background:rgba(0, 0, 0, .7);
    visibility:hidden;
    opacity:0;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.mob_menu_bg.a{
    visibility:visible;
    opacity:1;
}
.mob_menu{
    position:fixed;
    z-index:1002;
    top:0;
    left:-300px;
    width:230px;
    height:100%;
    background:#fff;
    border-radius:0 0 71px;
    padding:30px 23px;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.mob_menu.a{
    left:0;
}
.m_m_close{
    position:absolute;
    width:30px;
    height:30px;
    top:30px;
    right:18px;
    z-index:2;
}
.m_m_close span{
    position:absolute;
    top:50%;
    width:100%;
    height:2px;
    margin-top:-1px;
    background:#525252;
}
.m_m_close span:nth-child(1){
    -webkit-transform:rotateZ(45deg);
        -ms-transform:rotate(45deg);
            transform:rotateZ(45deg);
}
.m_m_close span:nth-child(2){
    -webkit-transform:rotateZ(-45deg);
        -ms-transform:rotate(-45deg);
            transform:rotateZ(-45deg);
}
.mob_menu_box{
    height:100%;
    overflow-y:auto;
}
.m_m_logo a img{
    width:127px;
}
.m_m_logo p{
    font-weight:400;
    font-size:7.48px;
    line-height:1.2;
    color:#525252;
    text-transform:uppercase;
    margin-top:7px;
}
.m_m_menu_list{
    margin-top:35px;
}
.m_m_menu_list li{
    font-weight:700;
    display:block;
    margin-bottom:20px;
}
.m_m_menu_list li a{
    display:block;
    line-height:1;
}
.m_m_menu_list li a span{
    font-size:12px;
    color:#000;
    text-transform:uppercase;
}
.m_m_phone_box{
    margin-top:35px;
}
.m_m_phone_box a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    margin-bottom:10px;
}
.m_m_phone_box a i{
    font-size:13px;
    color:#7CAE31;
    margin-right:5px;
    display:block;
}
.m_m_phone_box a span{
    display:block;
    font-weight:700;
    font-size:14.63px;
    line-height:1;
    color:#000;
}
.m_m_work_time{
    margin-top:34px;
    font-weight:700;
    font-size:11.35px;
    line-height:1.2;
    color:#050505;
}
.m_m_work_time b{
    color:#4987B5;
}
.m_m_link_box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
.m_m_link_box p{
    width:78px;
    font-weight:400;
    font-size:10.74px;
    line-height:1.2;
    color:#B3B3B3;
}
.m_m_mssg_box{
    margin-top:32px;
}
.m_m_mssg{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    width:38px;
    height:38px;
    border-radius:50%}
.m_m_mssg svg{
    width:22px;
    height:22px;
    fill:#fff;
}
.m_m_mssg.m_m_mssg_tg{
    background:-o-linear-gradient(295.5deg, #76c3f1 12.22%, #2f8bc0 89.39%);
    background:linear-gradient(154.5deg, #76c3f1 12.22%, #2f8bc0 89.39%);
}
.m_m_mssg.m_m_mssg_tg svg{
    -webkit-transform:translateX(-1px);
        -ms-transform:translateX(-1px);
            transform:translateX(-1px);
}
.m_m_mssg.m_m_mssg_tg:hover{
    background:-o-linear-gradient(295.5deg, #76c3f1 22.22%, #2f8bc0 79.39%);
    background:linear-gradient(154.5deg, #76c3f1 22.22%, #2f8bc0 79.39%);
}
.m_m_mssg.m_m_mssg_wp{
    margin-left:20px;
    background:-o-linear-gradient(293.72deg, #d0e8ad 11.38%, #6ea51c 89.53%);
    background:linear-gradient(156.28deg, #d0e8ad 11.38%, #6ea51c 89.53%);
}
.m_m_mssg.m_m_mssg_wp:hover{
    background:-o-linear-gradient(293.72deg, #d0e8ad 21.38%, #6ea51c 79.53%);
    background:linear-gradient(156.28deg, #d0e8ad 21.38%, #6ea51c 79.53%);
}
.m_m_social_box{
    margin-top:8px;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
.m_m_social_box p{
    width:100%;
    margin-bottom:15px;
}
.m_m_social{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    width:38px;
    height:38px;
    -ms-flex-negative:0;
        flex-shrink:0;
    border-radius:50%;
    background:-o-linear-gradient(296.29deg, #686868 10.72%, #232323 87.51%);
    background:linear-gradient(153.71deg, #686868 10.72%, #232323 87.51%);
}
.m_m_social i{
    font-size:22px;
    color:#fff;
}
.m_m_social svg{
    fill:#fff;
    width:22px;
    height:22px;
}
.s_m_phone_box_mob{
    width:100%;
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    display:none;
}
.s_m_phone_mob span{
    font-weight:700;
    font-size:18px;
    line-height:1;
}
.s_m_social_mob{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    width:38px;
    height:38px;
    border-radius:50%}
.s_m_social_mob svg{
    width:22px;
    height:22px;
    fill:#fff;
}
.s_m_social_mob.s_m_social_tg_mob{
    background:-o-linear-gradient(295.5deg, #76c3f1 12.22%, #2f8bc0 89.39%);
    background:linear-gradient(154.5deg, #76c3f1 12.22%, #2f8bc0 89.39%);
}
.s_m_social_mob.s_m_social_tg_mob svg{
    -webkit-transform:translateX(-1px);
        -ms-transform:translateX(-1px);
            transform:translateX(-1px);
}
.s_m_social_mob.s_m_social_tg_mob:hover{
    background:-o-linear-gradient(295.5deg, #76c3f1 22.22%, #2f8bc0 79.39%);
    background:linear-gradient(154.5deg, #76c3f1 22.22%, #2f8bc0 79.39%);
}
.s_m_social_mob.s_m_social_wp_mob{
    margin-left:20px;
    margin-right:10px;
    background:-o-linear-gradient(293.72deg, #d0e8ad 11.38%, #6ea51c 89.53%);
    background:linear-gradient(156.28deg, #d0e8ad 11.38%, #6ea51c 89.53%);
}
.s_m_social_mob.s_m_social_wp_mob:hover{
    background:-o-linear-gradient(293.72deg, #d0e8ad 21.38%, #6ea51c 79.53%);
    background:linear-gradient(156.28deg, #d0e8ad 21.38%, #6ea51c 79.53%);
}
.header_main .h_burger_block span{
    background:#fff;
}
.header_main .h_logo_box p{
    color:#fff;
}
.header_main .h_c_phone_box p{
    color:#FFF;
}
.header_main .h_c_phone i{
	color: #EB941A;
    /* color:#B0CF4C; */
}
.header_main .h_c_phone a span, .header_main .h_c_phone a:active span, .header_main .h_c_phone a:focus span, .header_main .h_c_phone a:hover span{
    color:#fff;
}
.header_main .h_btn_call{
}
.header_main .h_btn_call:hover{
}
.header_main #d_nav{
	background: #232323;
    /* background:rgba(35, 35, 35, .7); */
}
.header_main .d_nav_menu li a span{
    color:#FFF;
}
.header_main .d_nav_menu li a svg{
    fill:transparent;
    stroke:#fff;
}
.header_main .d_nav_mssg_box p{
    color:#fff;
}
.header_white{
    background:#FFF;
    -webkit-box-shadow:6px 5px 14px -2px rgba(0, 0, 0, .1);
            box-shadow:6px 5px 14px -2px rgba(0, 0, 0, .1);
}
.header_white .h_burger_block span{
    background:#3D3D3D;
}
.header_white .h_c_phone_box p, .header_white .h_logo_box p{
    color:#232323;
}
.header_white .h_c_phone i{
    color:#3388B9;
}
.header_white .h_c_phone a span, .header_white .h_c_phone a:active span, .header_white .h_c_phone a:focus span, .header_white .h_c_phone a:hover span{
    color:#232323;
}
.header_white .h_btn_call{
    border:1px solid #3388B9;
    color:#3388B9;
}
.header_white .h_btn_call:hover{
    background:#3388B9;
    color:#fff;
}
.header_white .d_nav_menu li a span{
    color:#232323;
}
.header_white .d_nav_menu li a svg{
    fill:transparent;
    stroke:#232323;
}
.header_white .d_nav_mssg_box p{
    color:#232323;
}
.header_box{
    position:relative;
    z-index:3;
    padding-top:25px;
    padding-bottom:15px;
}
.h_flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.h_logo_box{
    width:380px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.h_logo_box img{
    width:140px;
}
.h_logo_box p{
    font-weight:300;
    font-size:11px;
    line-height:1.3;
    text-transform:uppercase;
    margin-left:16px;
}
.h_contacts_box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.h_c_mssg_box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.h_c_mssg{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -ms-flex-negative:0;
        flex-shrink:0;
    width:45px;
    height:45px;
    border-radius:50%;
    background:-o-linear-gradient(296.29deg, #686868 10.72%, #232323 87.51%);
    background:linear-gradient(153.71deg, #686868 10.72%, #232323 87.51%);
    -webkit-box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
            box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
    color:#fff;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.h_c_mssg:hover{
    background:-o-linear-gradient(296.29deg, #686868 20.72%, #232323 77.51%);
    background:linear-gradient(153.71deg, #686868 20.72%, #232323 77.51%);
}
.h_c_mssg:active, .h_c_mssg:focus, .h_c_mssg:hover{
    color:#fff;
}

.h_c_mssg.h_c_mssg_ig{
    font-size:23px;
    margin-right:18px;
}
.h_c_mssg.h_c_mssg_vk{
    font-size:24px;
}
.h_c_mssg.h_c_mssg_svg{
    margin-right:18px;
}
.h_c_mssg.h_c_mssg_svg svg{
    width:24px;
    height:24px;
    fill:#fff;
}
.h_c_phone_box{
    margin-left:22px;
}
.h_c_phone_box p{
    margin-top:8px;
    font-weight:300;
    font-size:14px;
    line-height:1.3;
    text-align:right;
}
.h_c_phone{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    position:relative;
    z-index:3;
}
.h_c_phone i{
    font-size:20px;
    margin-right:11px;
}
.h_c_phone a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.h_c_phone a span{
    font-weight:500;
    font-size:24px;
    line-height:1;
}
.h_c_phone a img{
    width:12px;
    margin-left:7px;
}
.h_c_phone ul{
    position:absolute;
    width:100%;
    opacity:0;
    visibility:hidden;
    top:110%;
    left:0;
    display:block;
    background:#fff;
    border-radius:5px;
    -webkit-box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
            box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.h_c_phone ul li{
    display:block;
    line-height:1;
    color:#000;
    padding:15px;
    cursor:pointer;
}
.h_c_phone:hover ul{
    opacity:1;
    visibility:visible;
}
.h_btn_cta{
    width:214px;
    height:44px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    margin-right:21px;
}
.h_btn_cta:before{
    background:-o-linear-gradient(292.25deg, #b0cf4c 14.52%, #89bb3d 105.42%);
    background:linear-gradient(157.75deg, #b0cf4c 14.52%, #89bb3d 105.42%);
}
.h_btn_cta:after{
    display:none;
}
.h_btn_cta span{
    text-transform:none;
    font-weight:400;
    font-size:15px;
    color:#FFF;
}
.h_btn_cta img{
    width:17px;
    position:relative;
    z-index:2;
    margin-left:10px;
}
.h_btn_call{
    width:224px;
    height:44px;
    padding:8px 10px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    border-radius:5px;
    background:0 0;
    text-transform:uppercase;
    font-weight:400;
    font-size:13px;
    line-height:1.2;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
#d_nav{
    position:relative;
    z-index:2;
    padding:16px 0;
}
.d_nav_flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.d_nav_logo_box{
    display:none;
}
.d_nav_menu li{
    margin-right:28px;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.d_nav_menu li a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.d_nav_menu li a span{
    font-weight:400;
    font-size:15px;
    line-height:1;
    text-transform:uppercase;
    -webkit-transition:.3s ease-in-out;
    -o-transition:.3s ease-in-out;
    transition:.3s ease-in-out;
}
.d_nav_menu li a svg{
    width:16px;
    height:16px;
    margin-left:4px;
}
.d_nav_menu li a:hover{
    opacity:.7;
}
.d_nav_menu li.a span{
    font-weight:700;
}
.d_nav_menu li:last-child{
    margin-right:0;
}
.d_nav_mssg_box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    position:relative;
}
.d_nav_mssg_box:after{
    content:'';
    display:block;
    position:absolute;
    left:-30px;
    top:50%;
    margin-top:-16px;
    width:1px;
    height:32px;
    background:#C4C4C4;
}
.d_nav_mssg_box p{
    font-weight:400;
    font-size:14.46px;
    line-height:1.3;
    text-transform:uppercase;
    width:85px;
    position:relative;
    margin-right:35px;
}
.d_nav_mssg_box p:after{
    content:'';
    display:block;
    position:absolute;
    top:2px;
    left:-15px;
    width:10px;
    height:10px;
    background:-o-linear-gradient(292.25deg, #b0cf4c 14.52%, #89bb3d 105.42%);
    background:linear-gradient(157.75deg, #b0cf4c 14.52%, #89bb3d 105.42%);
    -webkit-box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
            box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
    border-radius:50%}
.d_nav_mssg_box a{
    width:35px;
    height:35px;
    border-radius:50%;
    -webkit-box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
            box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
    -ms-flex-negative:0;
        flex-shrink:0;
}
.d_nav_mssg_box a svg{
    fill:#fff;
    width:20px;
    height:20px;
}
.d_nav_mssg_box a i{
    font-size:20px;
    color:#fff;
}
.d_nav_mssg_box a svg{
    fill:#fff;
    width:20px;
    height:20px;
}
.d_nav_mssg_box a.d_nav_mssg_ig, .d_nav_mssg_box a.d_nav_mssg_vk, .d_nav_mssg_box a.d_nav_mssg_svg{
    display:none;
}
.d_nav_mssg_wp{
    background:-o-linear-gradient(293.72deg, #d0e8ad 11.38%, #6ea51c 89.53%);
    background:linear-gradient(156.28deg, #d0e8ad 11.38%, #6ea51c 89.53%);
    margin-right:16px;
}
.d_nav_mssg_wp:hover{
    background:-o-linear-gradient(293.72deg, #d0e8ad 21.38%, #6ea51c 79.53%);
    background:linear-gradient(156.28deg, #d0e8ad 21.38%, #6ea51c 79.53%);
}
.d_nav_mssg_tg{
    background:-o-linear-gradient(295.5deg, #76c3f1 12.22%, #2f8bc0 89.39%);
    background:linear-gradient(154.5deg, #76c3f1 12.22%, #2f8bc0 89.39%);
    -webkit-box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
            box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
}
.d_nav_mssg_tg svg{
    -webkit-transform:translateX(-1px);
        -ms-transform:translateX(-1px);
            transform:translateX(-1px);
}
.d_nav_mssg_tg:hover{
    background:-o-linear-gradient(295.5deg, #76c3f1 22.22%, #2f8bc0 79.39%);
    background:linear-gradient(154.5deg, #76c3f1 22.22%, #2f8bc0 79.39%);
}
#contacts{
    background: url(../img/contacts-bg.jpg) no-repeat center top / cover;
    padding-top:30px;
    overflow:hidden;
    position:relative;
}

.contacts__img {
	position: absolute;
	left: 0;
	bottom:0;
}

@media (max-width: 1600px) {
	.contacts__img {
		display: none;
	}
}
.contacts_bg_box{
    position:absolute;
    top:0;
    left:48px;
    width:100%;
    height:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    overflow:hidden;
	z-index: 2;
}
.contacts_bg_box .gazel{
    width:65%;
    -webkit-transform:translateX(20%);
        -ms-transform:translateX(20%);
            transform:translateX(20%);
}
.contacts_bg_box .backcall{
    position:absolute;
    height:100%;
    left:0;
    top:0;
}
.contacts_box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:end;
        -ms-flex-align:end;
            align-items:flex-end;
    position:relative;
    z-index:2;
}
.contacts_form_box{
    margin-top:80px;
    margin-bottom:168px;
    width:62%}
.contacts_title{
    margin-bottom:19px;
    font-size:60px!important;
}
.contacts_subtitle{
    font-weight:700;
    font-size:29.28px;
    line-height:1.3;
    color:#232323;
    width:85%;
    text-transform:uppercase;
}
.contacts_subtitle span{
    color:#3388B9;
}
.contacts_subtitle strong{
    color:#3388B9;
}
.contacts_form{
    margin-top:43px;
    width:383px;
}
.contacts_form form br{
    display: none;
}

.contacts_form form .wpcf7-response-output{
    display: none;
}

.contacts_form form .wpcf7-not-valid-tip{
    
    text-align: center;
    
    margin: 0;
    
    font-size: 12px;
    
    margin-top: -12px;
    
}
.contacts_form form span label{
    display:block;
    width:100%;
    font-weight:400;
    font-size:15px;
    line-height:1;
    color:#898888;
    margin-bottom:12px;
    text-transform:uppercase;
}
.contacts_form form span input{
    display:block;
    background:#FFF;
    border:1px solid #F8F8F8;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    border-radius:5px;
    margin-bottom:20px;
    width:100%;
    height:45px;
    padding-left:15px;
}
.contacts_form form button{
    margin-top:15px;
    position:relative;
    width:100%;
    height:53px;
}
.contacts_form form button span{
    position:relative;
    z-index:2;
    font-size:14px;
}
.contacts_form b{
    margin-top:13px;
    font-weight:500;
    font-size:14px;
    line-height:1;
    color:#000;
    display:block;
    text-align:center;
    width:100%}
.contacts_form_mssg{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    margin-top:20px;
}
.contacts_form_mssg p{
    width:150px;
    font-weight:500;
    font-size:14px;
    line-height:1.2;
    text-transform:uppercase;
    -ms-flex-negative:0;
        flex-shrink:0;
    color:#000;
}
.contacts_form_mssg a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    width:44px;
    height:44px;
    border-radius:50%;
    -webkit-box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
            box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.contacts_form_mssg a svg{
    width:24px;
    height:24px;
    fill:#fff;
}
.contacts_form_mssg a.contacts_form_mssg_wp{
    background:-o-linear-gradient(293.72deg, #d0e8ad 11.38%, #6ea51c 89.53%);
    background:linear-gradient(156.28deg, #d0e8ad 11.38%, #6ea51c 89.53%);
    margin-right:21px;
}
.contacts_form_mssg a.contacts_form_mssg_wp:hover{
    background:-o-linear-gradient(293.72deg, #d0e8ad 21.38%, #6ea51c 79.53%);
    background:linear-gradient(156.28deg, #d0e8ad 21.38%, #6ea51c 79.53%);
}
.contacts_form_mssg a.contacts_form_mssg_tg{
    background:-o-linear-gradient(295.5deg, #76c3f1 12.22%, #2f8bc0 89.39%);
    background:linear-gradient(154.5deg, #76c3f1 12.22%, #2f8bc0 89.39%);
}
.contacts_form_mssg a.contacts_form_mssg_tg svg{
    -webkit-transform:translateX(-2px);
        -ms-transform:translateX(-2px);
            transform:translateX(-2px);
}
.contacts_form_mssg a.contacts_form_mssg_tg:hover{
    background:-o-linear-gradient(295.5deg, #76c3f1 22.22%, #2f8bc0 79.39%);
    background:linear-gradient(154.5deg, #76c3f1 22.22%, #2f8bc0 79.39%);
}
/*
#footer{
    background: #181818;
    padding-top:27px;
    padding-bottom:31px;
}
.footer_box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.foo_logo_box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.foo_logo_box img{
    width:140px;
    -ms-flex-negative:0;
        flex-shrink:0;
}
.foo_logo_box p{
    margin-left:25px;
    width:220px;
    -ms-flex-negative:0;
        flex-shrink:0;
    font-weight:300;
    font-size:11px;
    line-height:1.2;
    color:#FFF;
}
.foo_btn_box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.foo_btn_cta{
    width:234px;
    height:44px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    margin-right:21px;
}
.foo_btn_cta span{
    font-size:15px;
    text-transform:none;
}
.foo_btn_cta img{
    position:relative;
    z-index:2;
    margin-left:10px;
}
.foo_btn_call{
    width:224px;
    height:44px;
    padding:8px 10px;
    border:1px solid #FFF;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    border-radius:5px;
    background:0 0;
    text-transform:uppercase;
    font-weight:400;
    font-size:13px;
    line-height:1.2;
    color:#FFF;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.foo_btn_call:hover{
    background:#fff;
    color:#173A4F;
}
*/
.foo_phone_box p{
    margin-top:8px;
    font-weight:300;
    font-size:14px;
    line-height:1.3;
    text-align:right;
    color:#FFF;
}
.foo_phone{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    position:relative;
    z-index:3;
}
.foo_phone i{
    color:#B0CF4C;
    font-size:20px;
    margin-right:11px;
}
.foo_phone a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.foo_phone a span{
    font-weight:500;
    font-size:24px;
    line-height:1;
    color:#FFF;
}
.foo_phone a img{
    width:12px;
    margin-left:7px;
}
.foo_phone a:active span, .foo_phone a:focus span, .foo_phone a:hover span{
    color:#fff;
}
.foo_phone ul{
    position:absolute;
    width:100%;
    opacity:0;
    visibility:hidden;
    top:110%;
    left:0;
    display:block;
    background:#fff;
    border-radius:5px;
    -webkit-box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
            box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.foo_phone ul li{
    display:block;
    line-height:1;
    color:#000;
    padding:15px;
    cursor:pointer;
}
.foo_phone:hover ul{
    opacity:1;
    visibility:visible;
}
.foo_nav_flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    margin-top:27px;
}
.foo_nav_flex .foo_logo_box{
    display:none;
}
.foo_nav_menu li{
    margin-right:28px;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.foo_nav_menu li a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.foo_nav_menu li a span{
    font-weight:400;
    font-size:15px;
    line-height:1;
    color:#FFF;
    text-transform:uppercase;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.foo_nav_menu li:last-child{
    margin-right:0;
}
.foo_nav_mssg_box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    position:relative;
}
.foo_nav_mssg_box:after{
    content:'';
    display:block;
    position:absolute;
    left:-30px;
    top:50%;
    margin-top:-16px;
    width:1px;
    height:32px;
    background:#C4C4C4;
}
.foo_nav_mssg_box p{
    font-weight:400;
    font-size:14.46px;
    line-height:1.3;
    color:#FFF;
    text-transform:uppercase;
    width:85px;
    position:relative;
    margin-right:35px;
}
.foo_nav_mssg_box p:after{
    content:'';
    display:block;
    position:absolute;
    top:2px;
    left:-15px;
    width:10px;
    height:10px;
    background:-o-linear-gradient(292.25deg, #b0cf4c 14.52%, #89bb3d 105.42%);
    background:linear-gradient(157.75deg, #b0cf4c 14.52%, #89bb3d 105.42%);
    -webkit-box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
            box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
    border-radius:50%}
.foo_nav_mssg_box a{
    width:35px;
    height:35px;
    border-radius:50%;
    -webkit-box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
            box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.foo_nav_mssg_box a svg{
    fill:#fff;
    width:20px;
    height:20px;
}
.foo_nav_mssg_wp{
    background:-o-linear-gradient(293.72deg, #d0e8ad 11.38%, #6ea51c 89.53%);
    background:linear-gradient(156.28deg, #d0e8ad 11.38%, #6ea51c 89.53%);
    margin-right:16px;
}
.foo_nav_mssg_wp:hover{
    background:-o-linear-gradient(293.72deg, #d0e8ad 21.38%, #6ea51c 79.53%);
    background:linear-gradient(156.28deg, #d0e8ad 21.38%, #6ea51c 79.53%);
}
.foo_nav_mssg_tg{
    background:-o-linear-gradient(295.5deg, #76c3f1 12.22%, #2f8bc0 89.39%);
    background:linear-gradient(154.5deg, #76c3f1 12.22%, #2f8bc0 89.39%);
    -webkit-box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
            box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
}
.foo_nav_mssg_tg svg{
    -webkit-transform:translateX(-1px);
        -ms-transform:translateX(-1px);
            transform:translateX(-1px);
}
.foo_nav_mssg_tg:hover{
    background:-o-linear-gradient(295.5deg, #76c3f1 22.22%, #2f8bc0 79.39%);
    background:linear-gradient(154.5deg, #76c3f1 22.22%, #2f8bc0 79.39%);
}
.foo_mssg_box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    margin-top:21px;
}
.foo_mssg{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    width:45px;
    height:45px;
    border-radius:50%;
    background:-o-linear-gradient(296.29deg, #686868 10.72%, #232323 87.51%);
    background:linear-gradient(153.71deg, #686868 10.72%, #232323 87.51%);
    -webkit-box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
            box-shadow:1px 2px 2px rgba(0, 0, 0, .2);
    margin:0 10px;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.foo_mssg:hover{
    background:-o-linear-gradient(296.29deg, #686868 20.72%, #232323 77.51%);
    background:linear-gradient(153.71deg, #686868 20.72%, #232323 77.51%);
}
.foo_mssg i{
    font-size:22px;
    color:#fff;
}
.foo_mssg svg{
    fill:#fff;
    width:22px;
    height:22px;
}
.foo_politic{
    margin-top:21px;
    text-align:center;
    font-weight:300;
    font-size:15px;
    line-height:1;
    color:#FFF;
}
#uxi{
    padding:10px 0;
    background:#000;
}
.uxi_box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.uxi_logo_box img{
    width:40px;
}
.uxi_link a img{
    width:220px;
}
.popup_box{
    position:fixed;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1005;
    opacity:0;
    visibility:hidden;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.popup_box .popup{
    -webkit-transform:scale(.5);
        -ms-transform:scale(.5);
            transform:scale(.5);
}
.popup_box.a{
    opacity:1;
    visibility:visible;
}
.popup_box.a .popup{
    -webkit-transform:scale(1);
        -ms-transform:scale(1);
            transform:scale(1);
}
.popup_bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, .6);
}
.popup{
    width:570px;
    padding:38px 53px 55px;
    background:#FAFAFA;
    position:relative;
    z-index:2;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.popup h2{
    font-weight:700;
    font-size:30px;
    line-height:1;
    color:#000;
    text-align:center;
    margin-bottom:35px;
    text-transform:uppercase;
}
.popup h2 b{
    color:#4987B5;
}
.popup_close{
    position:absolute;
    width:20px;
    height:20px;
    right:10px;
    top:10px;
    cursor:pointer;
}
.popup_close span{
    position:absolute;
    display:block;
    left:0;
    top:50%;
    width:20px;
    height:1px;
    background:#000;
}
.popup_close span:nth-child(1){
    -webkit-transform:rotateZ(45deg);
        -ms-transform:rotate(45deg);
            transform:rotateZ(45deg);
}
.popup_close span:nth-child(2){
    -webkit-transform:rotateZ(-45deg);
        -ms-transform:rotate(-45deg);
            transform:rotateZ(-45deg);
}
.popup_input_box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    height:50px;
    background:#F5F5F5;
    border:1.04px solid #E6E6E6;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    border-radius:5px;
    margin-bottom:14px;
}
.popup_input_box div{
    width:50px;
    height:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -ms-flex-negative:0;
        flex-shrink:0;
}
.popup_input_box div svg{
    width:20px;
    height:20px;
}
.popup_input_box input{
    width:100%;
    background:0 0;
    height:100%;
    font-weight:300;
    font-size:18px;
    color:#000;
}
.popup_input_box input::-webkit-input-placeholder{
    color:#bababa;
}
.popup_input_box input::-moz-placeholder{
    color:#bababa;
}
.popup_input_box input:-ms-input-placeholder{
    color:#bababa;
}
.popup_input_box input::-ms-input-placeholder{
    color:#bababa;
}
.popup_input_box input::placeholder{
    color:#bababa;
}
.popup_input_box.popup_input_name div svg{
    stroke:#BABABA;
    fill:transparent;
}
.popup_input_box.popup_input_phone div svg{
    stroke:transparent;
    fill:#BABABA;
}
.popup_politic{
    margin-top:21px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    cursor:pointer;
}
.popup_politic span{
    display:block;
    -ms-flex-negative:0;
        flex-shrink:0;
    width:20px;
    height:20px;
    border:2px solid #DFDFDF;
    position:relative;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.popup_politic.a span{
    background-image:url(../img/politic_popup_ico.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}
.popup_politic p{
    font-weight:300;
    font-size:15px;
    line-height:1.2;
    color:#9B9B9B;
    padding-left:11px;
}
.popup_politic p a{
    font-weight:300;
    font-size:15px;
    line-height:1.2;
    text-decoration:underline;
    color:#3388B9;
}
.popup_politic p a:hover{
    color:#3388B9;
    text-decoration:none;
}
.popup_foto{
    margin-top:32px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.popup_foto strong{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    width:136px;
    height:46px;
    border-radius:6px;
    background:0 0;
    position:relative;
    -ms-flex-negative:0;
        flex-shrink:0;
}
.popup_foto strong:before{
    content:"";
    display:block;
    position:absolute;
    background:#4987B5;
    border-radius:6px;
    z-index:2;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.popup_foto strong:after{
    content:"";
    display:block;
    position:absolute;
    background:#42789F;
    border-radius:6px;
    top:2px;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
}
.popup_foto strong span{
    font-weight:300;
    font-size:15px;
    line-height:1;
    color:#FFF;
    position:relative;
    z-index:3;
}
.popup_foto strong:hover:before{
    background:#2E85C6;
}
.popup_foto div{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    padding-left:10px;
}
.popup_foto div p{
    width:148px;
    font-weight:400;
    font-size:15px;
    line-height:1.2;
    color:#AAA;
}
.popup_foto div a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -ms-flex-negative:0;
        flex-shrink:0;
    border-radius:50%;
    width:54px;
    height:54px;
}
.popup_foto div a svg{
    width:30px;
    height:30px;
    fill:#fff;
}
.popup_foto div a.whatsapp{
    background:-o-linear-gradient(293.72deg, #d0e8ad 11.38%, #6ea51c 89.53%);
    background:linear-gradient(156.28deg, #d0e8ad 11.38%, #6ea51c 89.53%);
    margin-right:10px;
}
.popup_foto div a.whatsapp:hover{
    background:-o-linear-gradient(293.72deg, #d0e8ad 21.38%, #6ea51c 79.53%);
    background:linear-gradient(156.28deg, #d0e8ad 21.38%, #6ea51c 79.53%);
}
.popup_foto div a.telegram{
    background:-o-linear-gradient(295.5deg, #76c3f1 12.22%, #2f8bc0 89.39%);
    background:linear-gradient(154.5deg, #76c3f1 12.22%, #2f8bc0 89.39%);
}
.popup_foto div a.telegram svg{
    -webkit-transform:translateX(-1px);
        -ms-transform:translateX(-1px);
            transform:translateX(-1px);
}
.popup_foto div a.telegram:hover{
    background:-o-linear-gradient(295.5deg, #76c3f1 22.22%, #2f8bc0 79.39%);
    background:linear-gradient(154.5deg, #76c3f1 22.22%, #2f8bc0 79.39%);
}
.popup_btn{
    display:block;
    width:303px;
    height:62px;
    margin:40px auto 0;
}
.popup_btn span{
    font-size:16px;
}

.popup_hidden{
    
    display: none;
    
}
.popup_input_file{
    
    display: none;
    
}
.popup .wpcf7-response-output{
    
    display: none;
    
}
.popup input.wpcf7-not-valid::placeholder{
    
    color: red;
    
}
.popup .wpcf7-not-valid-tip{
    
    display: none;
    
}
.popup_input_septik-name_hidden{
    
    visibility: hidden !important;
    
    opacity: 0 !important;
    
    width: 0!important;
    
    height: 0!important;
    
    position: absolute!important;
    
}

@-webkit-keyframes uxi_btn_anim {
    
    0%{
    
        -webkit-transform: rotate(0deg);
    
                transform: rotate(0deg);
    
    }
    100%{
    
        -webkit-transform: rotate(360deg);
    
                transform: rotate(360deg);
    
    }
}

@keyframes uxi_btn_anim {
    
    0%{
    
        -webkit-transform: rotate(0deg);
    
                transform: rotate(0deg);
    
    }
    100%{
    
        -webkit-transform: rotate(360deg);
    
                transform: rotate(360deg);
    
    }
}
.uxi_template_btn{
    
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: flex;
    
    -webkit-box-pack: center;
    
        -ms-flex-pack: center;
    
            justify-content: center;
    
    -webkit-box-align: center;
    
        -ms-flex-align: center;
    
            align-items: center;
    
    position: fixed;
    
    bottom: 40px;
    
    right: 40px;
    
    width: 120px;
    
    height: 120px;
    
    cursor: pointer;
    
    z-index: 222;
    
}
.uxi_template_btn svg{
    
    width: 150px;
    
    height: 150px;
    
}
.uxi_template_btn svg g.uxi_btn_text{
    
    -webkit-animation: uxi_btn_anim 5s linear;
    
            animation: uxi_btn_anim 5s linear;
    
    -webkit-animation-iteration-count: infinite;
    
            animation-iteration-count: infinite;
    
    -webkit-transform-origin: center center;
    
        -ms-transform-origin: center center;
    
            transform-origin: center center;
    
}
@media screen and (max-width: 500px) {
    
    .uxi_template_btn{
    
        bottom: 20px;
    
        right: 20px;
    
        width: 80px;
    
        height: 80px;
    
    }
    .uxi_template_btn svg{
    
        width: 80px;
    
        height: 80px;
    
    }
}

.preloader_box{
    
    position: fixed;
    
    top: 0;
    
    left: 0;
    
    width: 100%;
    
    height: 100%;
    
    background: #fff;
    
    z-index: 999999;
    
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: flex;
    
    -webkit-box-pack: center;
    
        -ms-flex-pack: center;
    
            justify-content: center;
    
    -webkit-box-align: center;
    
        -ms-flex-align: center;
    
            align-items: center;
    
    -webkit-transition: 0.3s;
    
    -o-transition: 0.3s;
    
    transition: 0.3s;
    
}
.preloader_box_load{
    
    opacity: 0;
    
    visibility: hidden;
    
}
.preloader{
    
    width: 120px;
    
    height: 120px;
    
}
.preloader svg{
    
    width: 120px;
    
    height: 120px;
    
}



.company-logo {
	padding-bottom: 130px;
	padding-top: 118px;
}

.company-logo__title {
	text-align: center;
}

.mysubtitle {
	color: #7D7D7D;
	font-size: 20px;
	margin-top: 26px;
	text-align:center;
}

.slider-logo {
	margin-top: 64px;
}

.slider-logo .slick-arrow {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
	height: 38px;
	width: 38px;
	z-index: 2;
}

.slider-logo .slick-arrow:before {
	display: none;
}

.slider-logo .slick-prev {
	background-image: url(../img/arrow-prev.svg);
	left: 0;
}

.slider-logo .slick-next {
	background-image: url(../img/arrow-next.svg);
	right: 0;
}

.slider-logo .slick-track {
	align-items: center;
	display: flex;
}

/* the slides */
.slider-logo .slick-slide {
	margin: 0 29px;
}
/* the parent */
.slider-logo .slick-list {
	margin-left: auto;
	margin-right: auto;
	max-width: 830px;
	width: 100%;
}

.slider-logo .slider-logo__img {
	margin: 0 auto;
}

.compare {
	background: url(../img/compare-bg.jpg) no-repeat center top / cover;
	padding-bottom: 137px;
	padding-top: 70px;
}

.compare-slider {
	margin-top: 60px;
}

.compare-slider__item {
	background: #FFFFFF;
	border: 0.5px solid #D5D5D5;
	border-radius: 5px;
	height: 100%;
	padding: 24px 24px 35px 30px;
	text-align: center;
}

.compare-slider__advantages, .compare-slider__limitations {
	margin-top: 10px;
}

.compare-slider__advantages > li, .compare-slider__limitations > li {
	background: url(../img/advantages-icon.svg) no-repeat left top 5px;
	display: block;
	font-size: 15px;
	line-height: 180.9%;
	padding-left: 30px;
	text-align: left;
}

.compare-slider__img {
	display: block;
	margin: 0 auto;
	min-height: 283px;
	object-fit: cover;
}

.compare-slider__title {
	margin-top: 20px;
}

.compare-slider__subtitle {
	color: #B9B9B9;
	font-size: 20px;
	line-height: 23px;
}

.compare-slider__h4 {
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	margin-top: 20px;
}

.compare-slider__limitations > li {
	background-image: url(../img/limitations.svg);
	background-position: left 7px;
}


.compare-slider .slick-slide {
	margin: 0 7.5px;
}

.compare-slider .slick-list {
	margin: 0 -7.5px;
}

.compare-slider .slick-track {
	display: flex;
}

.compare-slider .slick-arrow {
	background-color: #F8402E;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	height: 55px;
	width: 55px;
	z-index: 2;
}

.compare-slider .slick-arrow:before {
	display: none;
}

.compare-slider .slick-prev {
	background-image: url(../img/arrow-prev-white.svg);
}

.compare-slider .slick-next {
	background-image: url(../img/arrow-next-white.svg);
}

.our-work {
	background: url(assets/img/our-work-bg.jpg) no-repeat center top;
	padding-bottom: 75px;
	padding-top: 39px;
}

.ourWorkBox {
	display: grid;
	grid-column-gap: 25px;
	grid-row-gap: 25px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 67px;
}

.our-work__title {
	text-align: center;
}

.ourWorkBox__img {
	border-radius: 5px;
	display: block;
	height: auto;
	max-width: 100%;
	object-fit: contain;
}

.loadBtn {
	align-items: center;
	color: #EB941A;
	display: flex;
	font-size: 16px;
	justify-content: center;
	line-height: 20px;
	margin: 70px auto 0;
}

.loadBtn__icon {
	fill: #EB941A;
	height: 27px;
	margin-right: 12.5px;
	width: 27px;
}

@media (max-width: 992px) {
	.freeCall {
		padding-left: 31px;
	}
	.freeCall__img {
		display: none;
	}
	.ourWorkBox {
		grid-template-columns: repeat(2, 1fr);
	}
}


@media (max-width: 790px) {
	.compare-slider .slick-prev {
		left: 5px;
	}
	.compare-slider .slick-next {
		right: 5px;
	}
	.compare-slider__img {
		min-height: auto;
	}
}

@media (max-width: 630px) {
	.freeCall {
		display: block;
	}
	.freeCall__left {
		max-width: 100%;
	}
	.freeCall__right {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}

@media (max-width: 500px) {
	.mysubtitle {
		font-size: 15px;
		margin-top: 10px;
	}
	.compare-slider .slick-arrow {
		top: 22%;
	}
	.ourWorkBox {
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
}

@media (max-width: 400px) {
	.freeCall__title {
		font-size: 30px;
		line-height: 35px;
	}
	.freeCall__price {
		font-size: 30px;
		line-height: 37px;
	}
	.freeCall__price span {
		font-size: 68px;
		line-height: 82px;
	}
	.compare, .company-logo {
		padding-bottom: 50px;
		padding-top: 50px;
	}
}

