@charset "UTF-8";
@font-face {
    font-family: "RobotoCondensedRegular";
    src: local("RobotoCondensedRegular"),
    url("../fonts/RobotoCondensedRegular.ttf") format('truetype')}
@font-face {
    font-family: "RobotoRegular";
    src: local("RobotoRegular"),
    url("../fonts/RobotoRegular.ttf") format('truetype')}
@font-face {
    font-family: "RobotoMedium";
    src: local("RobotoMedium"),
    url("../fonts/RobotoMedium.ttf") format('truetype')}
@font-face {
    font-family: "RobotoLight";
    src: local("RobotoLight"),
    url("../fonts/RobotoLight.ttf") format('truetype')}
a, input[type=text]:focus {
    outline: 0;
}

a, input[type=text]:focus {
    outline: 0;
}
.soc__btn ul li, .footer_social ul li, .soc__btn_count ul li{
    list-style: none;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none!important;
}
a:focus, .btn:focus{
    outline: 0!important;
    text-decoration: none!important;

}
.btn-landing_header{
    font-size: 1.49em!important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500!important;
    text-transform: none!important;
    margin-left: 18px;
    letter-spacing: 0.01em;
}
.header-phone{
    font-size:1.85em;
    vertical-align: middle;
    padding-right: 1.855em;
}
/*
@font-face {
    font-family: 'Roboto', sans-serif!important;
}
*/
img {
    vertical-align: top;
    max-width: 100%
}
button, input {
    line-height: normal;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    outline: 0;
}
input[disabled] {
    cursor: default;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=search] {
    -moz-box-sizing: cnt-box;
    -webkit-appearance: textfield;
    -webkit-box-sizing: cnt-box;
    box-sizing: cnt-box;
    border: 1px solid #e9e8e8;
    border-radius: 3px;
}
input[type=text], input[type=password], input[type=email] {
    border: 1px solid #e9e8e8;
    border-radius: 3px;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
html * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100%}

body {
    color: #212121;
    direction: ltr;
    font: 14px/1.2 'Roboto', sans-serif;
    font-family: 'RobotoRegular', sans-serif !important;
}
.h1, h1, h2, .h2{
    font-family: 'RobotoBold', sans-serif !important;
    margin-top: 0!important;
}
body, html {
    height: 100%}
.h1, h1 {
    font-size: 24px!important;
    color: #00838f!important;
}
.h2, h2 {
    font-size: 20px;
    margin-bottom: 18px;
}
.h3, h3 {
    font-size: 41px!important;
    font-family: RobotoLight, sans-serif!important;
    font-weight: 600!important;
    text-align: center;
    margin-top: 0!important;
    padding-top: 50px;
    padding-bottom: 27px;

}
.h4, h4 {
    font-size: 22px!important;
    line-height: 36px!important;
    color: #00838f!important;
    margin-bottom: 18px;
}
.h5, h5 {
    font-size: 16px;
    margin-bottom: 8px;
}
p {
    margin-bottom: 15px;
}
.wrap a, .wrap a:hover  {
    color: #212121;
}
.left {
    float: left;
}
.right {
    float: right;
}
.logo, .logo img, .logo__txt {
    float: left;
}
.hide {
    display: none!important;
}
.show {
    display: block!important;
}
.logo{
    display: block;
}

.main {
    width: 100%;
    margin: 0 auto;
}
.wrap {
    /*max-width: 1280px;*/
    margin: 0 auto;
    position: relative;
    box-shadow: 0px 11px 59.71px 10.29px rgba(0, 0, 0, 0.14);
}
.gray-wrap .wrap, .reviews{
    box-shadow: none;
}
.header {
    padding: 0;
    background-color: #f4f5f6;
}
.logo {
    padding: 2.715em 0 0 0;
}
.top-banner{
    text-align: center;
}
.footer-wrap{
    background-color: #1f3e3b;
}
.footer{
    background-color: #1f3e3b;
    padding: 30px 75px 20px;
    color: #fff;
}
.footer__lnks a {
    color: #d0cece!important;
}
.footer a.btn_orange {
    color: #fff;
}
.footer .btn_orange:hover {
    background-color: #549694;
}

.footer_logo img{
    margin-bottom: 36px;
}
.footer .address{
    margin-bottom: 30px;
    padding-left: 26px;
    background: url(../images/address.png) no-repeat;
    background-position: 0 7%;
}
.footer .phone{
    margin-bottom: 14px;
    padding-left: 26px;
    background: url(../images/ico-phone.png) no-repeat;
    background-position: 0 33%;
}
.footer .order-phone{
    padding-top: 8px;
}
.footer .order-phone a{
    width: 12em;
    height: 2.5em;
    padding-top: 0.5em;
    font-size: 1.25em;
}
.footer p{
    font-size: 16px;
    padding-bottom: 18px;
}

.footer_social{
    float: right;
    margin-bottom: 15px;
    display: inline-block;
    margin-right: -6px;
    margin-top: 2.5em;
}
.footer_social span{
    float: left;
    margin-top: 20px;
    line-height: 40px;
}
.copyright {
    color: #d0cece;
    text-align: right;
}
.footer__lnks {
    font-size: 21px;
    display: inline-block;
    line-height: 40px;
    float:right;
}
.footer__lnks a {
    display: block;
    float: left;
    padding-right: 33px;
}
.btn_down2{
    margin-bottom: 10px!important;
}
.btn_long{
    width: 100%;
    height: 40px;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.berator {
    padding: 60px 80px 20px;
    background-color: #33a9b4;
    /*overflow: hidden;*/
}
.btn_orange{
    text-transform: uppercase;
    background-color: #f4bb51;
    color: #fff!important;
    position: relative;
    z-index: 1;
    border-radius: 1px!important;
}
.wrap .h2{
    text-align: center;
    color: #263238;
    font-size: 32px;
    padding-top: 30px;
    padding-bottom: 36px;
}
.wrap .h2_line{
    position: absolute;
    left: 50%;
    margin-left: -25px;
    padding-top: 10px;
    width: 50px;
    border-bottom: 1px solid #263238;
}
.turquoise-wrap{
    background-color: #009695;
}
.dark-wrap{
    background-color: #1a655e;
}
.gray-wrap{
    background-color: #eee;
}
.news {
    padding: 0 40px 35px;
    /*background-color: #fff;*/
 /*   overflow: hidden;*/
}
.rubrics {
    padding: 0 40px 55px;
    /*background-color: #fff;*/
 /*   overflow: hidden;*/
}

ul.soc {
    margin-bottom: -10px;
    float: left;
}
ul.soc li {
    float: left;
    padding: 6px;
}
.datepicker {
    background: url(../images/calendar.png) no-repeat right #fff;
}
.panel-body{
    color:#263238;
}

.panel-body.demo-body {
    text-align: center;
}
.panel-body .email{
    color: #035063;
}
.red-block{
    background: #c20505 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    width: 80%;
}
.green-block{
    background:#319904;border-radius:3px;padding:15px;color: #fff;
    margin: 0 auto;text-align: center;
    width: 80%;
}
.gray.center{
    text-align:center;margin:10px 0 5px 0;
}
.popup-block{
    position: relative;
    padding-left: 15px;
}
.popup-block .step{
    position: absolute;
    left: -66px;
    padding: 5px 10px;
    top: 0;
    color: #fff;
    background-color: #ffc912;
    border-radius: 2px;
    width: 61px;
}
.popup-block .step:before{
    content: " ";
    position: absolute;
    left: 0;
    top: 30px;
    width: 0;
    height: 0;
    border-top: 8px solid #d9ac12;
    border-left: 21px solid transparent;
}
.popup_title{
    font-size: 22px;
    color: #40525b;
    padding: 40px 40px 0;
}
.service__info .popup_title{
    padding-left: 60px;
}
.form_popup_title{
    font-size: 16px;
    padding: 6px 15px;
}
.popup-label{
    font-size: 16px;
    color: #263238;
    font-weight: 500;
    display: block;
}
.form-control_dop_text {
    text-align: center;
    font-size: 12px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300!important;
    font-style: italic;
    display: block;
    padding-bottom: 20px;
    margin-top: -15px;

}

.form-control-gray{
    border-color: #e4e5e5!important;
    border-radius: 0!important;
    display: block;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    margin-bottom: 20px;
    background-color: #f4f5f6;!important;
}
.form-control-white{
    border-color: #e4e5e5!important;
    border-radius: 0!important;
    display: block;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    margin-bottom: 20px;
}
.form-control-gray-area{
    border-color: #e4e5e5!important;
    display: block;
    width: 100%;
    height: 90px;
    padding-left: 10px;
    margin-bottom: 20px;
}
.popup-text{
    font-size: 14px;
    color:#263238;
    padding-right: 10px;
}
.popup-field-wrp__right_btn{
    text-align: right;
    display: block;
    margin-top: 20px;
}
.popup-field-wrp__right_btn.btn_middle{
    margin: 0 70px 30px 70px;
}
.popup-field-wrp__right_btn .btn{
    border-radius: 4px!important;
}
.btn-close {
    background: url('../images/close-fone.png') center no-repeat!important;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -12px;
    top: -12px;
    color: #757575!important;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    border: 0;
    font-size: 22px;
    line-height: 1;
    z-index: 5;
}
.btn_small{
    text-transform: none!important;
}
.params__info .jq-selectbox{
    width: 100%;
}
.params__info .block-wrap{
    height: 60px;
}
.params__info .block-wrap-inp{
    margin-bottom: 0px;

}
.params__info.result .block-wrap-inp{
    border-top: 1px solid #e9e8e8;
    border-left: 1px solid #e9e8e8;
    border-right: 1px solid #e9e8e8;
}
.params__info.result {
    border-bottom: 1px solid #e9e8e8;
}
.table-bordered{
    width: 100%;
}
.table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td, .table-bordered>thead>tr>td {
    border: 1px solid #e9e8e8!important;
}
.popup-info{
    padding: 5px;
    text-align: center;
    position: relative;
}
.result .popup-info-header{
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400!important;
    padding: 5px;
    text-align: center;
    font-size: 16px;
}
.result .popup-info{
    font-size: 16px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300!important;
}
.result .popup-info.sect-name{
    font-weight: 500!important;
}
.result-groupblock .type-surface.popup-info{
    text-align: left;
    min-height: 70px;
}
.area-surface_left{
    text-align: left;
}
.result .del_row{
    position: absolute;
    display: block;
    cursor: pointer;
    padding: 10px 15px;
    right: -20px;
    top: 5px;
    background: url(../images/close.png) no-repeat;
    background-position: center center,0 0;
}
.result .del_row_table{
    position: absolute;
    display: block;
    cursor: pointer;
    padding: 10px 15px;
    right: -35px;
    top: 5px;
    background: url(../images/close.png) no-repeat;
    background-position: center center,0 0;
}
.header-landing{
    background-color: #fff;
    height: 96px;
}
.header-landing .logo {
    padding-top: 16px;
}
.header-landing .navbar-right{
    margin-right: 40px;
    margin-top: 26px;
}
.berator-landing-wrap{
    background-color: #f8fdfd;
}
.berator-landing__name_block{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+56,0+100 */
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.berator-landing__name{
    color: #1a655e;
    font-size: 58px;
    line-height: 67px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    text-shadow: 0px 0px 30px #fff
}
.berator-landing__description{
    font-size: 33px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    text-align: center;
    text-shadow: 0px 0px 25px #fff
}
.berator-landing__name span{
    color: #f4bb51;
}
.berator-landing-wrap .berator{
    background: url(../images/fone_berator.jpg) no-repeat;
    background-position: left bottom,0 0;
}
.btn_orange_line{
    padding: 6px 24px 6px!important;
    border-radius: 6px!important;
    border-bottom: 4px solid #f4bb51!important;
}

.btn_down{
    left: 50%;
    top:50%;
    height: 80px;
    width: 80px;
    margin: auto;
}
.btn_down img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border: none;
    cursor: pointer;
}
.inner__wrap{
    display: flex;
    align-items: center;
    padding: 114px 0 114px;
}
.one-rubric{
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    margin: 15px 0;
    background-color: #fff;/*#f6f5f5;*/
    border-radius: 6px;
    position: relative;
}
.one-rubric:hover{
    color: #fff!important;
    background-color: #f4bb51;
    border-radius: 6px;
    -webkit-box-shadow: 0px 13px 21px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 13px 21px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 13px 21px 0px rgba(0,0,0,0.24);
    cursor: url(../images/service_cursor.png), pointer;
}
.rubric__lnk:hover{
    color: #fff!important;
    cursor: url(../images/service_cursor.png), pointer;
}
.rubric__lnk:hover .rubric_name{
    color: #fff!important;
}
.rubric_logo{
    float: left;
    position: absolute;
    width: 70px;
    top: 15px;
}
.rubric_logo img {
    left: 25%;
    position:absolute;
    min-height: 50px;
}
.rubric_logo img.one {opacity:0;filter:alpha(opacity=0);}
.one-rubric:hover img.one {opacity:1;filter:alpha(opacity=100); }
.one-rubric:hover img.two, .one-rubric img.two:hover {opacity:0;filter:alpha(opacity=0); }

.rubric_name{
    position: relative;
    padding-left: 100px;
    padding-right: 36px;
    text-align: left;
    vertical-align: middle;
    height: 115px;
    display: table-cell;
    color: #263238;
    letter-spacing: 0.04em;
    font-size: 24px;
    line-height: 26px;
}
.one-rubric a, .rubric_name span {
    font-size: 18px;
    line-height: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 20px;
}

.one-review{
    -webkit-box-shadow: -4px 3px 13px 0 rgba(0, 0, 0, 0.21);
    -moz-box-shadow: -4px 3px 13px 0 rgba(0, 0, 0, 0.21);
    box-shadow: -4px 3px 13px 0 rgba(0, 0, 0, 0.21);
    border-radius: 6px;
}
.one-review__head{
    background: #1a655e;
    border-radius: 6px 6px 0 0;
    color: #fff;
    padding: 15px 30px 15px;
    display: inline-table;
    width:100%
}
.one-review__head_name{
    font-size: 25px;
    /*float: left;*/
    padding-right: 12px;
}
.one-review__head_img{
    float:left;
    width: 97px;
    padding-top: 6px;
}
.one-review__body{
    padding:15px;
    font-size: 20px;
    color: #757575;
    border: 1px solid #eaeaea;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.callme{
    color: #f4bb51;
    text-align: center;
    padding-top: 55px;
}
.callme-text{
    font-family: "Roboto Light";
    font-weight: 100;
    font-size: 42px;
}
.callme-phone{
    font-size: 50px;
}

.zpberator_block{
    -webkit-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.24);
    margin-bottom: 20px;
    background-color: #fff;
    opacity: 0.93;
    padding: 30px 28px 20px;
    border-radius: 6px;
}

.zpblock-help__logo{
    float: left;
    width: 90px;
}
.zpblock-help__section{
    margin-left: 95px;
}
.zphelp__name{
    font-size: 21px;
    padding-bottom: 5px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
}

.zpblock-help__txt{
    display: inline-block;
    padding-bottom: 14px;
    padding-top: 14px;
}
.zp-input-wrap{
    display: inline-block;
    padding-bottom: 24px;
    width: 100%;
    position: relative;
}
.zpberator_block_form{
    padding-top: 20px;
}
.zpberator_form .zphelp__name{
    padding-bottom: 16px;
    font-size: 24px;
    line-height: normal;
}
.zpberator_form label{
    font-size: 18px;
    line-height: 18px;
    color: #757575;
    font-family: RobotoLight, sans-serif;
    display: block;
}
.zpberator_form input[type=text], .zpberator_form input[type=password]{
    width: 100%;
    height: 40px;
    font-size: 16px;
    border-radius: 6px;
    padding-left: 5px;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.15);
}
.btn_yellow{
    color: #fff;
    background-color: #f4bb51;
    font-size: 21px!important;
    font-weight: 500!important;
    letter-spacing: 0.01em;
    width: 100%;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.15);
}
.btn_yellow:hover {
    color: #035063!important;
}
.berator__fone{
    max-width: 1200px;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 40px;
}
.news{
    padding-top: 122px;
    padding-left: 158px;
}
.rubrics, .footer{
    padding-top: 24px;
    padding-left: 158px;
    padding-right: 158px;
}
.footer{
    font-size: 1.488em;
}

.berator-info__white{
    color: #fff;
}
.berator-info__black{
    color: #000;
}
.berator-info__title{
    font-size: 3em;
    font-weight: 400;
}
.berator-info__text{
    padding-top: 56px;
    font-size: 21px;
    font-family: "Roboto Light";
}
.berator_img{
    padding:36px;
}
.berator_form{
    text-align: center;
    width: 1356px;
    margin: auto;
    padding: 16px 0;
}
.berator_form input{
    width:25%;
    margin-left: -4px;
    border-radius: 0;
    height: 54px;
    padding: 16px;
    font-size: 18px;
    color: #035063;
}
.berator_form input.form_email{
    border-radius: 8px 0 0 8px;
}
.berator_form input:last-child{
    border-radius: 0 8px 8px 0!important;
    margin-bottom: 6px;
}
.berator_form input::-webkit-input-placeholder{
    font-size: 21px;
    color: #bdbdbd;
}
.berator_form input:-moz-placeholder{
    font-size: 21px;
    color: #bdbdbd;
}
.berator_form input::-moz-placeholder{
    font-size: 21px;
    color: #bdbdbd;
}
.berator_form input:-ms-input-placeholder{
    font-size: 21px;
    color: #bdbdbd;
}
.one-rubric a, .rubric_name span {
    font-size: 18px;
    line-height: 20px;
    font-family: RobotoBold, sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
}
.one-review{
    margin: 40px 20px 0;
}

.line_popup{
    display: inline-block;
    text-align: center;
    padding-top: 0px;
}
.foot-line_popup{
    width: 90px;
    border-bottom: 1px solid #d5d5d5;
}

.banner_demo-name{
    color: #757575;
    font-size: 24px;
    font-family: RobotoBold, sans-serif;
    padding-top: 40px;
    padding-bottom: 30px;
}
.banner_demo-subs{
    color: #757575;
    font-size: 20px;
    padding-bottom: 15px;
}
.banner_demo-name .span{
    font-size: 72px;
    color: #ff5722;

}
/*.subs_big_block{
    padding-right: 10em;
    padding-left: 6em;
}*/
.service-place{
    margin: 0;
}
.price-block a.disabled, .service-place a.disabled {
    pointer-events: none;
    cursor: default;
}
.page {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    margin-bottom: 25px;
    background-color: #fefeff;
    border-radius: 6px;
    min-height: 330px;
    overflow: hidden;
    position: relative;
}
.page:hover, .page_subs:hover{
    -webkit-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.4);
}
.page_subs{
    /*min-height: 35em;*/
    margin-bottom: 4px!important;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    background-color: #fff;
    border-radius: 6px;
    position: relative;
}
.page_close{
    opacity: 0.7;
}
.subs_inner_block{
    padding: 6px 50px;
}
.step-block {
    position: relative;
    padding-bottom: 6px;
    display: table;
    width: 100%;
}
.step-block .step {
    position: absolute;
    left: -90px;
    padding: 0 18px;
    top: 0;
    color: #fff;
    background-color: #ffc107;
    border-radius: 2px;
    width: 78px;
    line-height: 40px;
}
.step-block .step:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 40px;
    width: 0;
    height: 0;
    border-top: 8px solid #b48805;
    border-left: 39px solid transparent;
}
.step-caption{
    font-family: Roboto, sans-serif;
    font-weight: 500;
    background-color: #607d8b;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    text-align: center;
    display: table-cell;
    height: 40px;
    vertical-align: middle;
}

.subs-title-outer:before {
    content: ' ';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.subs-title-outer{
    height: 3.8em;
    text-align: center;
    width: 100%;
    background-color: #1a655e;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.subs-title{
    color: #fff;
    text-transform: uppercase;
    font-size: 1.575em;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: normal;
    padding: 10px;
}
.subs_status{
    font-size: 1.5em;
    line-height: 1.619rem;
    text-align: center;
    padding-top: 1.8em;
    letter-spacing: 0.025em;
}
.subs_status span{
    font-family: RobotoMedium, sans-serif;
    font-weight: 500;
}
.subs_status_text{
    font-size: 1.166em;
    line-height: 1.293rem;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    padding-top: 2.143em;
    letter-spacing: 0.025em;
    height: 4.2rem;
}
.subs_status_date{
    font-size: 1.569em;
    line-height: 1.8rem;
    text-align: center;
    padding-top: 0.714em;
    letter-spacing: 0.025em;
    color: #f4bb51;
}
.subs_status_ostatok{
    font-size: 1.191em;
    height: 1.771em;
    text-align: center;
    padding-top: 0.457em;
    letter-spacing: 0.025em;
    color: #f4bb51;
}
.subs-period {
    margin: 1.143em 3.429em;
    text-align: center;
    padding: 0;
}
.subs-text{
    font-size: 18px;
    line-height: 1.238rem;
    font-weight: 300;
    padding-left: 2.1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-top: 1em;
    font-family: Roboto, sans-serif;
}
.subs-text p{
    padding-left: 1.85em;
    position: relative;
    margin-bottom: 0.625em;
    line-height: 1.025em;
}
.subs-text p:before{
    position: absolute;
    content: " ";
    top: 40%;
    left: 14px;
    background-color: #263238;
    width: 5px;
    height: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.subs_block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.subs_block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4.7em;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    text-align: center;
    vertical-align: middle;
    background-color: #f4bb51;
}
.subs_lnk{
    display: inline-block;
    vertical-align: middle;
    color: #fff!important;
    font-weight: 400;
    font-size: 1.535em;
    line-height: 2.4rem;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}
.subs_lnk:hover, .subs_lnk:focus {
    color: #fff!important;
}
.subs-title-outer:before {
    content: ' ';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.subs-title-outer{
    height: 3.2em;
    text-align: center;
    width: 100%;
    background-color: #40525b;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.subs-title{
    color: #fff;
    text-transform: uppercase;
    font-size: 1.4em;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: normal;
    padding: 10px;
}
.subs-period {
    margin: 0.5em 3em;
    text-align: center;
    padding: 0;
}

.block_btn{
    margin: 0.3em 0;
}
.label_btn .submit:disabled{
    background-color: #bebebe;
}
.label_btn .submit{
    color: #fff;
    padding: 1.1em;
    background-color: #035063;
    display: inline-block;
    font-size: 1.4em;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    width: 100%;
    border-radius: 6px;
    border: none;
}
.subs_big_block{
    padding-right: 10em;
    padding-left: 6em;
}
.service-place{
    margin: 0;
}

.price-block a.disabled, .service-place a.disabled {
    pointer-events: none;
    cursor: default;
}
.type__name{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    width: 32%;
    display: inline-block;
    background-color: #eeeeee;
    margin: 0!important;
    list-style-type:none;
}
.type__name.left{
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.type__name.right{
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.type__name.active{
    background-color: #ffc912;
}
.type__name.active .type__lnk{
    color: #fff;
}
.type__lnk{
    color: #263238;
    display: block;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.04em;
    white-space: nowrap;
}
.type__lnk:hover, .type__lnk:focus{
    color: #263238;
}
.navbar-form  .type__info{
    margin-bottom: 20px;
    padding-left: 0;
}
.navbar-form  .type__name{
    width: 138px;
    min-height: 59px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    box-shadow: 2px 2px 2px #d7d7d7;
    background-color: #fff;
    border-radius: 6px;
    margin: 10px 20px 10px 0!important;
    padding: 0!important;
}
.navbar-form  .type__lnk{
    color: #23527c!important;
    padding: 20px 5px;
    display: block;
    font-size: 16px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300!important;
    white-space: normal!important;
}
.navbar-form  .type__lnk:hover{
    color: #fff!important;
    background-color: #40525b;
    border-radius: 6px;
    box-shadow: 0 8px 16px rgba(175,175,175,0.8);
}
.navbar-form  .type__lnk.long{
    padding: 9px 10px!important;
}
.navbar-form .type__name.active .type__lnk{
    color: #fff!important;
    background-color: #40525b;
    border-radius: 6px;
    box-shadow: 0 8px 16px rgba(175,175,175,0.8);
}

.subs-period .type__name{
    padding-top: 0.571em;
    padding-bottom: 0.571em;
    width: 32%;
    display: inline-block;
    background-color: #eeeeee;
    margin: 0!important;
    list-style-type:none;
}
.subs-period .type__name.left{
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.subs-period .type__name.right{
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.subs-period .type__name.active{
    background-color: #f4bb51;
}
.subs-period .type__name.active .type__lnk{
    color: #fff;
}
.subs-period .type__lnk{
    color: #263238;
    display: block;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.04em;
    white-space: nowrap;
}
.subs-period .type__lnk:hover, .type__lnk:focus{
    color: #263238;
}
.type__lnk.long{
    padding: 9px 10px!important;
}
.popup-label_left{
    font-size: 16px;
    color: #263238;
    font-weight: 500;
    line-height: 18px;
    vertical-align: top;
    padding-top: 5px;
}
.subs-price{
    color: #f4bb51;
    font-size: 2.381em;
    /*line-height: 2.057rem;*/
    font-weight: 700;
    letter-spacing: 0.01em;
    text-align: center;
    /*padding-top: 0.714em;*/
}
.subs-price span{
    font-size: 0.55em;
    letter-spacing: 0.05em;
}
.count_block{
    display: inline-block;
    width: 100%;
    padding: 0 3em;
}


.label_block{
    /*width: 60%;*/
    float: left;
    font-size: 16px;
    /*    font-family: Roboto, sans-serif;
        font-weight: 300;*/
    letter-spacing: 0.025em;
    padding-top: 0.375em;
}
.label_block.label_price{
    width: 67%;
}

.cel-content, .itog_price{
    float: right;
}
.itog_price div{
    font-size: 1.5em;
    color: #f4bb51;
}
.itog_price div span{
    font-size: 0.667em;
}
.info_quant{
    width: 100%;
    margin-bottom: 10px;
}
.ttl_users{
    padding-left: 8px;
    padding-right: 8px;
    width: 18%;
    font-size: 14px;
}
.quant_users{
    font-size: 13px;
    line-height: 40px;
    letter-spacing: 0.025em;
    cursor: pointer;
    margin: 5px 0 5px 10px;
    background: #eeeeee;
    border-radius: 6px;
    text-align: center;
    width: 12.5%;
    height: 40px;
    display: inline-block;
}
.quant_users_active{
    background-color: #f4bb51;
    color: #fff;
}
.subs_demo_img{
    text-align: center;
    padding: 30px 10px 40px;
}
.subs_demo_days{
    background-color: #f4bb51;
    text-transform: none;
    margin: 0 10%;
    display: block;
    line-height: 40px;
}
.subs_demo_desc{
    text-align: center;
    padding: 140px 20px 20px;
    height: 390px;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
}
.subs_pay_desc{
    font-family: Roboto, sans-serif;
    font-weight: 300;
    padding-top: 0.6em;
}
.subs_pay_desc table{
    width: 100%;
}
.subs_pay_desc td {
    padding-left: 1.3em;
    position: relative;
    width: 50%;
}
.subs_pay_desc td p{
    margin-bottom: 0.5em;
    font-size: 15px;
}
.subs_pay_desc td:before {
    position: absolute;
    content: " ";
    top: 30%;
    left: 1px;
    background-color: #263238;
    width: 4px;
    height: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}



/*--------------------------------------------*/

.footer .submit{
    color: #fff;
    padding: 0.8em;
    background-color: #f4bb51;
    display: inline-block;
    font-size: 1em;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    width: 100%;
    border-radius: 6px;
    border: none;
}
.service-block{
    box-shadow: 2px 2px 2px #d7d7d7;
    background-color: #fff;
    border-radius: 6px;
    min-height: 500px;
    margin-top: 25px;
}
.block-service__info{
    background-color: #1a655e;
    color: #fff;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    text-align: center;
}
.block-service__name{
    font-size: 24px;
    line-height: 24px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: relative;
    padding-top: 40px;
    padding-bottom: 15px;
    display: inline-block;
}
.block-service__logo{
    position: absolute;
    top: 33%;
    left: -76px;
}
.block-service__anons{
    font-size: 21px;
    line-height: 24px;
    font-family: RobotoLight;
    /*font-weight: 300;*/
    color: #fff;
    text-align: center;
    padding: 15px 40px;
}
.service__info{
    padding: 22px 16px;
    overflow: hidden;
}
.service__info .popup_title{
    padding-left: 60px;
}
.service__name{
    background-color: #eee;
    margin-bottom: 12px;
    border-radius: 6px;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
}
.noactive .service__lnk{
    color: #bdbdbd!important;
}
.service__lnk{
    font-size: 21px;
    font-family: RobotoLight;
    padding: 10px 20px;
    display: block;
    color: #263238!important;
}
.service__lnk:hover{
    color: #fff!important;
    background-color: #f4bb51;
    border-radius: 6px;
    box-shadow: 0 8px 16px rgba(175,175,175,0.8);
    cursor: url(../images/service_cursor.png), pointer;
}

/*---------------------*/
.hidden_zp {
    display: none;
    visibility: hidden;
}
.zp-input-wrap::after{display:block;width:100%;height:1px;content:'';}

.input-podpis-required{bottom: 7px;
    color: #fe5151;
    display: inline-block!important;
    font-size: 0.7em;
    height: 0.8rem;
    left: 0;
    line-height: 0.8rem;
    padding-top: 2px;
    position: absolute;
    text-align: right;
    width: 100%;
}
input:focus:invalid  ~ .hidden_zp.input-podpis-required,
textarea:focus:invalid  ~ .hidden_zp.input-podpis-required,
select:focus:invalid  ~ .hidden_zp.input-podpis-required{
    visibility:visible;
}

input:focus:invalid:focus ~ .hidden_zp.input-podpis-required,
textarea:focus:invalid:focus ~ .hidden_zp.input-podpis-required,
select:focus:invalid:focus  ~ .hidden_zp.input-podpis-required{
    visibility:visible;
}
.news__anons, .news__anons a, .news__anons a:hover{
    color: #757575;
    font-size: 21px;
    font-family: "Roboto Light";
    line-height: 20px;
}
.turquoise-wrap .news__anons,.dark-wrap .news__anons{
    color: #fff;
}
.left_input_landing_form{
    border-radius: 8px 0 0 8px!important;
}
.popup-block {
    position: relative;
    padding-left: 15px;
}
.search {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    box-shadow: inset 0 0 1px #e9e8e8;
}
.step-title {
    color: #757575;
    padding-bottom: 15px;
    font-size: 18px;
}
.params__info .block-wrap-inp {
    margin-bottom: 0px;
}
#searchID {
    margin-bottom: 10px;
}
.ui-autocomplete {
    border: 1px solid #e4e5e5;
    /*border-color: #e4e5e5!important;*/
    width: 150px;
    background-color: #ffffff;
    color: #035063;!important;
    z-index:2147483647;
}
.banner_demo{
    text-align: center;
    padding-right: 5%;
    padding-left: 5%;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
}
.banner_demo:hover{
    -webkit-box-shadow: 0px 13px 21px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 13px 21px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 13px 21px 0px rgba(0,0,0,0.24);
}

.banner_demo-name{
    color: #757575;
    font-size: 24px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    padding-top: 40px;
    padding-bottom: 30px;
}
.banner_demo-subs{
    color: #757575;
    font-size: 20px;
    padding-bottom: 15px;
}
.banner_demo-name span{
    font-size: 72px;
    color: #f4bb51;

}
.banner_demo-info{
    font-size: 20px;
    color: #757575;
}
.berator_demo-login{
    padding-top: 30px;
    padding-bottom: 20px;
}
.berator_demo-login a{
    color: #757575;
    font-size: 14px;
}
.berator_demo-underlink{
    padding-top: 0;
    padding-bottom: 20px;
}
.berator_demo-underlink a{
    color: #757575;
    font-size: 14px;
}
.berator_demo-underlink .berator__demo{
    padding-top: 20px;
}
.reg_demo{
    /*padding: 30px 60px;*/
    margin-bottom: 25px;
    background-color: #fff;
    border-radius: 6px;
    margin-right: 22%;
    margin-left: 22%;
    text-align: left;
    -webkit-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.3);
}
.berator__demo {
    padding-top: 40px;
}
#ser .btn_orange {
    text-transform: uppercase;
    background-color: #056f89;
    color: #fff !important;
    position: relative;
    z-index: 1;
}
.btn_gray_line {
    padding: 10px 50px 6px;
    border-radius: 6px !important;
    border-bottom: 4px solid #bcbbbb !important;
}
.btn_gray {
    text-transform: uppercase;
    background-color: #eeeeee;
    color: #757575 !important;
    position: relative;
    z-index: 1;
}
.berator__demo .btn_gray_line, .berator__demo .btn_orange_line {
    padding: 10px 35px 6px !important;
}
a.popup-login::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    left: -15px;
    top: 5px;
    background: url(../images/ico-face.png) no-repeat;
}
/*---------------------*/


@media all and (max-width:1790px) {
    .btn_orange_line {
        padding: 6px 4px!important;
    }
    .itog_count_block .label_block{
        position: inherit;
    }
    .itog-price{
        float:left;
        padding-left: 20px;
    }
    .block-service__name{
        max-width: 60%;
    }
}
@media all and (max-width:1680px) {
    .page_subs{
        min-height: 47em;
    }
    .quant_users {
        margin-left: 5px;
    }
}
@media all and (max-width:1610px) {
    .header-phone {
        font-size: 1.4em;
    }
    .subs_block{
        padding: 4px;
    }
    .btn-landing_header {
        margin-left: auto;
    }
    .label_btn .submit{
        font-size: 19px;
    }
}
@media all and (max-width:1545px) {
    .rubric_name{
        height:140px;
    }
}
@media all and (max-width:1540px) {
    .one-review__head{
        height:126px;
    }
    .page_subs {
        min-height: 49em;
    }
}
@media all and (max-width:1460px) {
    .header-phone{
        padding-right: 0;
    }
    .berator_form{
        width: 90%;
    }
    .page_subs {
        min-height: 50em;
    }
    .subs-period {
        margin: 1.143em 1.429em;
    }
}
@media all and (max-width:1440px) {
    .page_subs {
        min-height: 54em;
    }
    .label_btn .submit {
        font-size: 18px;
    }
}
@media all and (max-width:1366px) {
    .type__lnk {
        font-size: 13px!important;
    }
    .one-review__body{
        min-height: 290px;
    }
    .berator-info__white, .berator-info__black{
        padding-top: 32px;
    }
    .one-review__head_img{
        float: left;
    }
    .rubrics, .footer{
        padding-left: 75px;
        padding-right: 75px;
    }
    .service-place{
        margin:0;
    }
    .itog_block .block_select{
        font-size: 0.8em;
    }
    .btn-landing_header{
        font-size: 1.2em!important;
    }
    .subs-period {
        margin: 1.143em 2.429em;
    }
    .page_subs {
        min-height: 48em;
    }
}
@media all and (max-width:1280px) {
    .subs_big_block {
        padding-right: 4em!important;
    }
    .page{
    }
    .page_subs {
    }
    .type__lnk {
        font-size: 12px!important;
    }
    .count_block {
        padding: 0.1em 2em!important;
    }
    .subs-text {
        padding-left: 1.1em!important;
    }
    .block_select {
        padding-left: 15px;
        padding-right: 15px;
    }
    .price-block{
        padding-bottom: 30px;
    }
    .btn-landing_header{
        font-size: 1.2em!important;
    }
    .one-review__body{
        min-height: 312px;
    }
    .page_subs {
        min-height: 47em;
    }
    .label_btn .submit {
        font-size: 16px;
    }
}
@media all and (max-width:1200px) {
    .berator {
        padding: 20px 20px!important;
    }
    ul.soc li {
        margin: 2px;
    }
    .footer {
        padding: 30px 20px!important;
    }
    .footer__lnks a {
        padding-right: 20px;
    }
    .header-landing{
        height:auto;
    }
    .navbar-right{
        margin-right: 0px;
        margin-top: 0px;
        width: 100%;
    }
    .header-landing .navbar-right{
        margin-right: 0px;
        margin-top: 0px;
        padding-bottom: 1em;
        text-align: center;
    }
    .berator-landing-wrap .berator{
        background-position: left top,0 0;
    }
    .berator_img_wrap{
       padding-top: 32px;
    }
    .berator-info__white, .berator-info__black{
        height: auto;
    }
    .inner__wrap{
        display: block;
        padding: 0;
    }
    .one-review{
        margin: 40px 0 0;
    }
    .header-landing{
        display: flex;
        justify-content: center;
    }
    .news{
        padding-left: 86px;
    }
    .one-rubric{
        min-height: 110px;
    }
    .page_subs {
        min-height: 45em;
    }
    .block_select {
        margin: auto;
    }
    .rubric_name {
        font-size: 20px;
    }
}
@media all and (max-width:1024px) {
    .rubric_name {
        font-size:18px;
    }

    .btn-landing_header {
        font-size: 1.1em!important;
    }
}
@media (min-width: 992px) {
    .modal-lg-lg {
        width: 1200px!important;
    }
}
@media all and (max-width:980px) {
    .logo, .logo img, .logo__txt{
        float: none;
    }

    .itog_count_block .label_block{
        padding-top: 8px;
    }
    .berator-landing__name{
        font-size: 48px;
    }
    .news{
        padding-left: 86px;
    }
    .one-review__body {
        min-height: 100px;
    }
    .info_select {
        padding: 10px 2px 4px 0px;
    }
    .itog_block{
        margin-left: 0;
        margin-right: 0;
    }
}
@media all and (max-width:920px) {
    .btn-landing_header {
        font-size: 1em!important;
    }
}
@media all and (max-width:900px) {
    ul.soc li {
        margin: 6px;
    }
    .berator_form{
        margin: inherit;
    }
    .berator_form input{
        width:100%;
        margin: 2px 0;
        border-radius: 0!important;
    }
    .berator_form input:first-child{
        border-radius: 0!important;
    }
    .berator_form input:last-child{
        border-radius: 0!important;
    }
    .berator_img_wrap{
        min-height: auto;
    }
    ul.soc{
        /*float: ;*/
    }
    .berator_form input.form_email {
        border-radius: 0;
    }
    .berator_img {
        padding:16px;
        padding-left: 0;
    }
    .block_select {
        padding-left: 0;
        padding-right: 0;
    }

    .btn-landing_header {
        font-size: 1.5em!important;
        margin-top: 2px;
    }
    .subs_big_block {
         padding-right: 0!important;
    }
}
@media all and (max-width:800px) {
    .type__lnk {
        font-size: 12px!important;
        line-height: 16px;
    }
}
@media all and (max-width:768px) {
    .h2, .subs_lnk  {
        font-size: 18px!important;
    }
    .label_block{
        font-size: 1em;
    }
    .news{
        padding-top: 0;
        padding-left: 24px;
    }
    .berator_form{
        margin-left: 15px;
    }
    .itog_block__row{
        display:block;
    }
    .label_select {
        font-size: 1.388em;
    }
    .label_btn .submit {
        font-size: 15px;
    }
    .itog_block .block_select {
        margin-top: 8px;
    }
    .type__name{
        padding-top: 1.571em;
        padding-bottom: 1.571em;
    }
    .type__lnk{
        font-size: 16px!important;
    }
    .callme-phone{
        font-size: 35px;
    }
}
@media all and (max-width:500px) {
    .page_subs {
        min-height: 48em;
    }
    .type__lnk {
        font-size: 14px!important;
    }
    .type__name {
        height: 60px;
        width: 33.333%!important;
        float: left;
    }
    .rubric_name{
        font-size:17px;
    }
}
@media all and (max-width:360px) {
    .page{
        min-height: 250px!important;
    }
    .page_subs {
        margin-top: 0!important;
    }
    .info-wrapper {
        padding-bottom: 60px!important;
    }
    .subs-title {
        font-size: 16px !important;
        min-height: 40px!important;
    }
    .subs-period {
        margin: 30px 10px 10px !important;
    }
    .subs-text, .service__lnk, .search__name a, .service__lnk div, .begin_work, .kab-name {
        font-size: 14px!important;
        line-height: 18px!important;
    }
    .subs_lnk {
        font-size: 16px!important;
        line-height: normal!important;
        padding: 10px!important;
    }
    .berator-info__title{
        font-size: 1.5em;
    }
    .berator-landing__name{
        font-size: 2.8em;
        line-height: 1.14em;
    }


    .berator__fone{
        padding-top: 20px;
    }
    .rubrics, .footer{
        padding: 20px;
    }
    .itog_block .block_select{
        padding-bottom: 10px;
        width: 100%;
    }
    .subs_big_block{
        padding-right: 0!important;
    }
    .zpblock-help__section{
        margin-left: 0;
    }
    .zpblock-help__logo{
        padding-right: 10px;
    }
    .block-service__name, .block-service__anons
    {
        line-height: normal;
        font-size: 16px!important;
    }
    .block-service__name{
        width: 60%;
    }
    .block-service__logo {
        left: -50px;
    }
    .zphelp__name{
        line-height: normal!important;
    }
    .btn_yellow {
        font-size: 17px!important;
    }
}