img.logo {
    width: 165px;
}
header {

    height: 70px;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    background: #ececec;
}
.blog-articles {
    margin-top: 0;
    margin-bottom: 35px;
}
nav ul li a {


    font-weight: normal;
    font-size: 15px;
}
.registr_link{
    padding-left: 20px;
    border-left: 1px solid #737272;
    padding-top: 4px;
}



main {

    min-height: 707px!important;

}
.badge-new{
    background-color: transparent;
    padding: 0;
    margin-right: 6px;

}
.badge-new{
    position: relative;
    top: -2px
}

.main_new_link_wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.main_new_link_item{
    display: flex;
    width: calc(33.33% - 9px);
    background-color: #fdfdfd;
    align-content: center;
    align-items: center;

    margin: 30px 0;
    padding: 30px;
    flex-direction: column;
}
.main_new_link_item_img {
    display: flex;
    width: 100%;
    align-items: center;
    height: 70px;
    align-content: center;

    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.main_new_link_item p{
    color: #608ba5!important;
    font-family: "Arial Narrow";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 20px;
    text-align: center;
}
.main_new_link_item.last img{
    position: relative;
    top: 15px
}

.green_button{
    width: 170px;
    height: 45px;
    border-radius: 2px;
    background-color: #77a100;
    align-content: center;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;


}
.green_button:hover{
    background-color: #4B9127;
    color: #fff;
    text-decoration: none;
}
a:hover,a:active,a:focus{
    text-decoration: none;
    transition: all 0.2s ease;
    outline: none;
}

.main_new_link_item .green_button{
    background-color: #69bd32 ;
}
.main_new_link_item .green_button:hover{
    background-color: #78d13d ;
}

.social-network.main_social {
    width: 100%;
    float: left;
    height: auto;
    padding-top: 30px;
    right: 0px;
    position: relative;
    min-height: inherit;
    padding: 0;
}
.social-network.main_social div{
    padding: 0!important;
}
.social-network.main_social span{
    color: #608ba5;

    font-size: 15px;
    font-weight: 400;
    line-height: 21.18px;
    display: block;
    margin-bottom: 5px;
}
footer {
    background-color: #414040;
    min-height: 240px;
}
.vk_group{
    width: 169px;
    height: 52px;
    border-radius: 4px;
    border: 1px solid #8f8f8f;
    background-color: #505050;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-around;
}

.bro_page{
    display: inline-block;
    width: 100%;

}
.bro_page_header{
    background-image: url("../image/bro_bg.png");
    width: 100%;
    height: 217px;
    background-repeat: no-repeat;
    background-size: cover;

    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.28);
    background-color: #0050c9;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;

}

.bro_page_header h1{
    color: #ffffff;

    font-size: 35px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 24.32px;
}
.bro_page{
    width: 100%;

    background-color: #fff;
    margin-top: 80px;
    padding-bottom: 50px;

}
.bro_page_header h1 span{
    width: 91px;
    height: 46px;
    border-radius: 4px;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 32px;
    font-weight: 700;
}
.bro_price{
    width: 100%;
    max-width: 320px;
    height: 89px;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: -32px auto 30px;
}
.bro_price > span{
    text-align: center;
    color: #69bd32;
    font-weight: 700;
    font-size: 25px;
    display: inline-block;
    width: 100%;
    line-height: 25.43px;
}

.bro_price span span{
    color: #69bd32;

    font-size: 17px;
    font-weight: 400;
    line-height: 14.2px;
}
.bro_page .green_button{
    margin: 0 auto;
}
.bro_content{
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
}

.bro_content p{
    color: #929292;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    font-weight: 300;
}

.bro_content_item_wr{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.bro_content_item{
    display: flex;
    width: 45%;
    background-color: #fdfdfd;
    align-content: center;
    align-items: center;

    margin: 50px 0 30px;

    flex-direction: column;
    text-align: center;
}
.bro_content_item img{
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;

}
.bro_content_item span{
    color: #1c7cd6;

    font-size: 19px;
    font-weight: 400;
    line-height: 12.72px;
    display: inline-block;
    margin-bottom: 20px;
}

.bro_content_item p{
    font-size: 17px;
    font-weight: 400;
}
.bro_content .content_img {
    margin: 30px 0 30px;

    max-width: 100%;
}
.bro_footer{
    height: 92px;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.28);
    background-color: #1c7cd6;
    background-image: linear-gradient(to top, #0a66bd 0%, #0a66bd 1%, #227fd6 100%);
    margin-bottom: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #fff;
    text-align: center;

}
.bro_footer span{
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}
.bro_footer a{
    color: #6cd2fc;
    text-decoration: none;
}
.bro_page .green_button.mt40{
    margin-top: 40px;
    background-color:#69bd32  ;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
}
.bro_page .green_button.mt40:hover{

    background-color:#78d13d  ;
}
.faq_content{
    width: 100%;
    max-width: 770px;
    margin: 50px auto 150px;
}
.faq_content .root-name {
    padding-left: 20px;
}
footer .footer-menu-one ul.navMenu li a:hover {
    color: #fff!important;
}
.topic {
    padding: 20px 0;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: solid 1px #ebebeb;
}

.open {
    cursor: pointer;
    display: block;

    box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    padding: 20px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-bottom: 18px;

}
.expanded .open{
    box-shadow: none;
    margin-bottom: 10px;
}
.content p.all_faq{
    text-align: center;
    margin-bottom: 90px;
    margin-top: 10px;
    font-size: 14px;
}

.expanded {
    background-color: #fff;
    transition: all .3s ease-in-out;
}
.faq_content .content p.all_faq{
    text-align: center;
    margin-bottom: 120px;
}
.ptag {
    display: none;
}

.question {

    color: #608ba5;
    margin: 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    padding-right: 20px;
}

.answer {

    display: none;
    margin-bottom: 30px;

    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    color: #636363;

    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.faq-t {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    float: right;
    position: relative;

    right: 10px;
    width: 10px;
    height: 10px;
    background: transparent;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    transition: all .3s ease-in-out;
}

.faq-o {

    -moz-transform: rotate(-224deg);
    -ms-transform: rotate(-224deg);
    -webkit-transform: rotate(-224deg);
    transform: rotate(-224deg);
    border-left: 2px solid #69bd33;
    border-bottom: 2px solid #69bd33;
}



@media only screen and (max-width: 480px) {
    .faq-t {
        display: none;
    }
    .question {
        padding-right: 0px;
    }
    main {
        padding: 10px;
    }

}
@media (max-width: 980px) {
    main {
        max-height: inherit;
        min-height: 500px;
    }
}

.main_slider .item{
    width: 100%;
}
.main_slider{
    position: relative;
    padding: 15px;
    background-color: #fdfdfd;
    margin-top: 20px;
}
.main_slider .item a{
    color: #608ba5;
    display: inline-block;
    width: 100%;
    font-size: 21px;
    font-weight: 400;
    line-height: 29.42px;
    margin-top: 18px;
    text-decoration: none;
}
.main_slider .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.main_slider .item a:hover{
    color: #f36a70;
}

.main_slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    right: 0;
    bottom: 2px;
}
.content .main_new_link_item p {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
.content .main_new_link_item .green_button {

    margin-top: 20px;
}

.content p{
    color: #636363;



}
.content p a{
    color: #608ba5;
}
.content p a:hover{
    text-decoration: underline;
}
.comment_block{
    width: 100%;
    margin-top: 50px;
}
.comment_block_title{
    color: #5f5f5f;
    display: block;
    font-size: 21px;
    font-weight: 400;
    line-height: 18.21px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.comment_block_item_personal img{
    width: 46px!important;
    height: 46px!important;
    border-radius: 50% ;
}
.comment_block_ul{
    list-style: none;
}
.comment_block_ul li{
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    padding-top: 20px;


}
.comment_block {
    width: 100%;
    margin-top: 50px;
    display: inline-block;
}
.comment_block_item_personal {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;

}
.comment_block_ul li .comment_block_item_personal span {
    margin-left: 10px;
    color: #658bae;
    font-size: 15px;
}
.comment_block_ul li .comment_block_item_personal span date{
    color: #b6b6b6;
    font-weight: lighter;
    margin-left: 20px;
    font-size: 13px;
}
.blog .comment_block_form textarea{
    margin-top: 40px;
}
a{
    text-decoration: none;
}
.comment_block_item_personal a{
    color: #b6b6b6;

    font-size: 14px;
    font-weight: 400;
    line-height: 26.47px;
    text-decoration: none;
}
.comment_block_item_personal a:hover{
    color: #658bae;
}
.comment_block_item_personal div {
    display: flex;
    align-items: center;


}
.comment_block_ul li p{
    padding-left: 55px;
    margin-bottom: 0;
}
.comment_block_ul li ul{
    padding-left: 20px;
    border-top: 1px solid #ccc;
    margin-top: 25px;
}
.comment_block_ul li ul li{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.comment_block_form{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;

}
.comment_block_form textarea{
    width: 100%;
    resize: none;
    height: 123px;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.08);
    background-color: #dbdbdb;
    border: none;
    padding: 15px;
    text-align: left;
    outline: none!important;
    margin-bottom: 0;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
.comment_block_form .green_button{
    margin-top: 20px;
}
button{
    outline: none!important;
    cursor: pointer;
}
.message_wrap{
    min-height: calc(100vh - 331px);
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 550px;
    margin: 0 auto;
}
.blog .comment_block_ul{
    padding-left: 0;
    padding-right: 10px;
}
.blog .comment_block_ul ul{
    padding-left: 20px;
    padding-right: 10px;
}
.blog .comment_block {
    width: 100%;
    display: inline-block;
}
.blog .comment_block_ul li p{
    margin-top: 0;
}
.blog-articles {
    float: left;
    padding-left: 20px;

    padding-right: 20px;
}
.blog .ban_wr{
    padding: 0;
}
.blog-articles .comment_block_title {
    color: #5f5f5f;
    display: block;
    font-size: 21px;
    font-weight: 400;
    line-height: 18.21px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.blog-articles  .comment_block_ul li{
    margin-top: 0;
}
.blog-articles  .comment_block_ul ul{
    margin-left: 20px;
}
.blog-articles .comment_block_ul li .comment_block_item_personal span {
    padding: 0;
    margin: 0;
    margin-left: 10px;
    color: #658bae;
    font-size: 15px;

}
.blog-articles .comment_block_item_personal img{
    margin-bottom: 0;
}
.message_item{
    min-height: 160px;
    background-color: #f7f7f7;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    color: #555454;

    font-size: 17px;
    font-weight: 400;

    padding: 40px 50px;
    margin-top: 100px;



}

.
.blog-articles{
    padding-right: 20px;

}

.message_item:last-child{
    margin-bottom: 100px;
}
.message_item p{
    margin-bottom: 30px;
}
.message_item p:last-child{
    margin-bottom:  0px;
}
.message_item a{
    margin-top: 15px;
    display: block;
}
.message_item > span{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;

}

.message_item span > span{
    color: #82b100;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.message_item a.green_button {

    display: flex;
    margin-top: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin: 20px auto 0;
    text-decoration: none!important;

}

.comment_block_ul li p {

    font-size: 14px;
    line-height: 23px;
}

.registr_page.download form .post-name {
    margin-bottom: 0;
}

.registr_page.download form div.img_capt {
    cursor: pointer;
    margin-top: 20px;
}

.registr_page .input_wr{
    position: relative;
}
.registr_page .input_wr label{
    position: absolute;
    width: 200px;
    left: -218px;
    text-align: right;
    top: 15px;
    font-size: 14px;
}
.registr_page .input_wr p.error {
    font-size: 14px !important;
    color: red;
    position: absolute;
    right: -420px;
    width: 400px;
    top: 15px;
    text-align: left;
}





.menu-link{
    display: none;
}

.img_baner{
    display: inline-block;
    width: 100%;
}
.img_baner img{
    width: 100%;
    height: auto;
}
.black_button {
    padding: 0 15px;
    margin: 15px auto;
    display: table;
    height: 29px;
    border-radius: 4px;
    background-color: #414040;
    font-size: 15px;
    line-height: 29px;
    color: #fff;
    text-align: center;
    width: auto;
    font-weight: 200;
}
.black_button:hover{
    opacity: 0.8;
}
.button_wrap{
    display: flex;
    justify-content: space-evenly;
    margin-top: 10px;
}
.button_wrap .green_button_litle ,.button_wrap .download-fonts{
    margin: 0;
    width: 178px;
}
.green_button_litle{
    display: table;
    width: auto;
    height: 24px;
    border-radius: 4px;
    overflow: hidden;
    float: none;
    background: #77A100 none repeat scroll 0% 0%;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    padding: 0 15px;

    margin-bottom: 10px;
    font-size: 15px;
    position: relative;
    line-height: 24px;
}

.button_wrap .green_button_litle ,.button_wrap .download-fonts{
    margin: 0;
    top: 0;
    padding: 0 15px;
    line-height: 24px;
}
.grey_button{

    width: auto;
    height: 24px;
    border-radius: 4px;
    overflow: hidden;
    float: none;
    background-color: #cccccc;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    padding: 0 10px;
    font-size: 15px;
    position: relative;
    line-height: 25px;
    display: inline-block;

}
.desk-desk .grey_button{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 200;
}
.grey_button i{
    position: relative;
    top: 3px;
    margin-right: 4px;
}



.comment_block {
    width: 100%;
    margin-top: 0;
    padding: 0;
    display: inline-block;
    padding-top: 58px;
    background-color: #efefef;
    padding-right: 214px;
}
.isbr  a{
    width: 100%;
    height: 38px;
    border-radius: 4px;
    background-color: #414040;
    display: inline-block;
    color: #fff;
    line-height: 38px;
    text-align: center;
}

.isbr {
    padding: 0;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 25px;
}

.all-f {
    width: 100%;
    height: 37px;

    border: 1px solid #dadada;
    background-color: #fff;
    margin-top: 8px;
    text-align: center;
    margin-bottom: 5px;
    line-height: 37px;
    border-radius: 4px;
}

.all-f.active{
    background-color: #414040;
    display: inline-block;
    color: #fff;
    border: none;
}
.all-f.active a{
    color: #fff;
}
.isbr {
    background-color: #fff;
}
.isbr a{
    border: 1px solid #dadada;
    background-color: #fff;
    color: #495162;
}
.isbr.active-star a{
    background-color: #414040;
    display: inline-block;
    color: #fff;
}
.all-f a {
    color: #495162;
    text-decoration: none;
    font-size: 13.8px;
    line-height: 28px;
}
.isbr a:before {

    background: url(../image/star-actv2.png) no-repeat center;

    margin-top: 5px;
}
.cnt-root-list .isbr a:before {
    top: 1px;
    left: 10px;
}




.dop-info-in-all-font .raiting-font p {
    color: #72b0e9;
    font-weight: 200;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
}
.p_20{
    padding: 10px 20px;
}
.hed-tabl a {

    margin-left: 8px;
}
.select_search{
    display: inline-block;
    float: right;
    margin-right: 10px;
    margin-top: 12px;
}
.select_search .jq-selectbox__select-text {
    display: block;
    width: 154px !important;
    padding-top: 6px;
    background-color: #bbbbbb;


    color: #fff;
}
.select_search .jq-selectbox__select {
    background-color: #bbbbbb;
    border: none;
    height: 27px;
    border-radius: 3px;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.23)
}
.select_search .jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: -1px;
    height: 27px !important;
    background: #bbbbbb;
    width: 22px !important;
    height: 100%;
}
.jq-selectbox.jqselect.opened .jq-selectbox__select {
    border: none;
}
.select_search .jq-selectbox__trigger-arrow {
    position: absolute;
    top: 10px;
    right: 6px;
    width: 0 !important;
    height: 0;
    overflow: hidden;
    border-width: 6px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
}
h1 {

    font-weight: 200;
}
.modal {

    border-radius: 0;

}
.pass_fogot{
    display: block;
    color: #fff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    font-size: 14px;
    margin-bottom: 0px;

}
.input-adm_check{
    display: table;
    margin: 10px auto;
    text-align: center;
    color: #fff;
    width: 150px;
    position: relative;
    top: 5px;
    font-size: 14px;

}
#input-adm.in {
    display: block;
    width: 480px!important;
    height: auto !important;
    font-family: Arial, Helvetica, sans-serif;
}
.registr_page.password .input_wr label {
    position: relative;
    width: 100%;
    left: 0;
    text-align: center;
    top: 0;
    font-size: 14px;
    margin-top: 16px;
    display: block;
    margin-bottom: 4px;
}

.lk_page_topline{
    margin-top: 50px;


}
.user_foto{
    display: inline-block;
    float: left;

}
.user_line{
    display: inline-block;
    float: right;
    width: calc(100% - 74px);
    border-bottom: 1px solid #ccc;
    padding-top: 19px;
    padding-bottom: 15px;
}
.user_line_inform{
    display: inline-block;
    float: right;
    width: calc(100% - 74px);

    padding-top: 65px;
    padding-bottom: 15px;
    display: flex;
}
.user_foto img{
    width: 59px;
    height: 59px;
    border-radius: 50%;
    object-fit: cover;
}
.user_name a{
    margin-left: 15px;
}
.user_name{
    width: 190px;
    display: inline-block;
    padding-right: 10px;
}

.user_email{
    display: inline-block;
    width: 400px;
    padding-right: 10px;

}


.user_email span{
     font-size: 13px;
     font-weight: 400;

    margin-left: 10px;
     color: #b5b4b4;

 }
.user_email a{
    font-size: 14px;
    font-weight: 400;
    color: #414040;
}
.exit{
    position: relative;

}

.bro_page .green_button {
    margin: 0 auto;
    font-size: 17px;
    background-color: #69bd32;

}
.bro_page .green_button:hover{
    background-color: #78d13d;
}
.exit:before{
    content: "Выйти";
    font-size: 12px;
    color: #000;
    top: -32px;
    display: none;
    background-color: #FFF;
    position: absolute;
    padding: 5px 10px;
    border-radius: 6px;
    left: -23px;
}
.exit:hover:before{
    display: block;
}
.bro_span{
    font-size: 14px;
}
.podborka_title{
    width: 196px;
    display: inline-block;
    padding-right: 10px;
}
.desk-desk .in-isb a, .in-isb-true a {
    cursor: pointer;
    border-radius: 3px;
}
.podborka{
    display: inline-block;
    width: 410px;
    padding-right: 10px;

}
.podborka li{
   list-style: none;
    width: 220px;
    display: inline-block;
    margin-bottom: 5px;

}



.podborka li a{
   display: inline-block;
    float: left;
    font-size: 14px;
    color: #608ba5;
    max-width: 204px;
}
.podborka .green_button {
    width: 219px;
    height: 31px;
    border-radius: 2px;
    background-color: #69bd32;
    align-content: center;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.podborka li .dell_podborka{
    float: right;
    width: 14px;

}
.bro_account_inform{
    width: 300px;
}
.bro_account_inform p{
    color: #939393;

    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 20px;
}
.bro_price_block{
    margin-top: 15px;
}
.bro_price_block span{
    color: #82b100;

}
.bro_span span{
    color: #82b100;
    font-size: 13px;
    font-weight: 200;
    margin-left: 10px;
}

.bro_price_block .green_button {
    width: 133px;
    height: 31px;
    border-radius: 2px;
    background-color: #69bd32;
    align-content: center;
    align-items: center;
    justify-content: center;
    display: inline-block;
    margin-top: 13px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    top: -19px;
    float: right;
    line-height: 32px;
    text-align: center;
}
.green_button:hover{
    background-color: #5CAF31;
}
.bro_account_inform.bro_active a.green_button{
    float: left;
    margin-top: 0;

}
.modal .form-error {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 12px;
    margin-bottom: 6px;
}
.ban_wr{
    display: inline-block;
    /*margin: 15px auto;*/
    width: 100%;


}
.ban_wr img{
    width: 100%;
    height: auto;
}
.popup_link{
    margin: 100px 0;

}
.popup_link li{
    list-style: none;
    color: #000;
    font-size: 20px;
    width: 100%;
    margin-bottom: 5px;
    display: inline-block;
}

#input-adm{
    background: #414040 !important;
    padding: 18px;
}
#input-adm h3{
    font-size: 18px;
    color: #fff;
    text-align: center;
}
#input-adm p{
    font-size: 13px;
    color: #c8c3c3;
    text-align: center;
    line-height: 1.4;
    width: 100%;
    float: left;
    margin-top: 15px!important;
    padding: 0 40px;
}
.input-adm_check {
    color: #c8c3c3;
    top: 10px;
    font-size: 13px;
    line-height: 21.5px;
    margin: 10px auto 15px;
}
.pass_fogot {
    display: block;
    color: #c8c3c3;

    font-size: 13px;

    line-height: 30px;
}
.modal-backdrop, .modal-backdrop.fade.in{
    background: rgba(0,0,0,0.94) !important;
}
.modal form{
    width: 100%;
    display: table;
    margin: 0px auto;
    text-align: center;
    max-width: 240px;
}
.modal input[type='text'] {
    width: 100%;
    float: left;
    height: 36px;
    border-radius: 6px;
    border: 2px #d4d4d4 solid;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-style: italic;
    font-size: 12px;
    outline: none;
    margin-top:20px;
}
.modal input[type='password'] {
    width: 100%;
    float: left;
    height: 36px;
    border-radius: 6px;
    border: 2px #d4d4d4 solid;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-style: italic;
    font-size: 12px;
    outline: none;
}
.modal button{
    width: 180px;
    height: 38px;
    border-radius: 2px;
    border: none;
    margin:0px auto;
    margin-bottom:10px;
    background: #7aa500;
    text-align: center;
    margin-top: 16px;
    color: #fff;
    font-size: 15px;
    outline: none;
    cursor: pointer;
}
.modal{
    background: #414040 !important;
    padding: 18px;
    color: #ffff;
    text-align: center;
    height: auto;
}
.modal h3{
    font-size: 18px;
    margin-bottom: 10px;
}
#buy_bro.modal p{
     font-size: 14px;
    color: #c8c3c3;
    line-height: 35px;
    margin-bottom: 20px;
 }
#buy_bro.modal {
    background: #414040 !important;
    padding: 38px 15px;
}
.block{
    display: block;
    font-size: 14px;
    font-weight: 200;
    margin-top: 10px;
}
#del_podborka.modal button {
    width: 95px;
    margin-top: 30px;
    margin-right: 15px;
    cursor: pointer;
}

.modal input[type='text'].input-number {
    width: 38px!important;
    padding: 0 5px;
    vertical-align: top;
    text-align: center;
    outline: none;
    float: none;
    display: inline-block;
    margin: 0;
    height: 32px;
    border-radius: 0;
    border: none;
    margin-left: 14px;
    border: 2px solid #dadada;
    border-radius: 4px;
    margin-right: 25px;
}
.input-number-decrement{
    margin-left: 10px;

}
.input-number-increment{
    margin-right: 10px;
}
.input-number,
.input-number-decrement,
.input-number-increment {
    border: 1px solid #ccc;
    height: 20px;
    user-select: none;
}
.input-number-decrement{
    display: inline-block;
}

.input-number-decrement{
    border: 6px solid transparent;
    border-bottom: 7px solid #85af00;

    transform: rotateZ(-180deg);
    position: absolute;
    margin-left: 58px;
    margin-top: 24px;
    cursor: pointer;

}
.input-number-increment {
    border: 6px solid transparent;
    border-bottom: 7px solid #85af00;
    display: inline-block;
    margin-top: -13px;
    margin-left: -19px;
    position: absolute;
    cursor: pointer;
}



.block.green{
    font-weight: bold;
    color: #85af00;
    margin-bottom: 25px;
    font-size: 16px;
}
.add_podbor{
    width: 100%;
    height: 35px;

    display: inline-flex;
    margin-top: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;

}
.cnt-root-list {
    float: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.ban_wr{
  /* padding: 5px 10px; */
  padding: 10px 0;
  line-height: 1;
  display: block;
}


.lk_account_link:after{
    display: none!important;
    display: none!important;
}
.lk_account_link img{
    position: absolute;
    right: 0;
    top: 11px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
}
.lk_account_link{
    margin-right: 55px;
    padding-left: 20px;
    border-left: 1px solid rgba(204, 204, 204, 0.55);

}
.lk_account_link span{
    max-width: 130px;
    overflow-x: hidden;
}
.post-name.input_wr  input{
    width: 100%;
    float: left;
    height: 36px;
    border-radius: 6px;
    border: 2px #d4d4d4 solid;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-style: italic;
    font-size: 12px;
    outline: none;
}
header {

    height: 70px;
}
.logo {
    float: left;
    width: auto;
    position: relative;
    top: 10px;
}
nav ul li {

    margin-top: 22.5px;
}
.footer-desk p {
    font-size: 13px;
    color: #c1c1c1!important;
}
footer .footer-menu-one ul.navMenu li {
    margin-top: 0;
    margin-bottom: 14px;
}
footer .footer-menu-one ul.navMenu li a{
    color: #c1c1c1!important;
}
.up {

    right: 14px;
}

.hamburger .hamburger__bar, .hamburger .hamburger__bar:before, .hamburger .hamburger__bar:after {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    -moz-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hamburger.is-active .hamburger__bar:before, .hamburger.is-active .hamburger__bar:after {
    background: #FFF;
}


.hamburger {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 27px;
    left: inherit;
    margin: 0;
    right: 20px;
    display: none;
}
.hamburger.is-active .hamburger__bar {
    background: transparent;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.hamburger.is-active .hamburger__bar:before {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
}
.hamburger.is-active .hamburger__bar:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0;
}
.hamburger .hamburger__bar {
    top: 50%;
    margin: -5px 0 0 0;
}
.hamburger .hamburger__bar:before {
    content: "";
    top: -6px;
}
.hamburger .hamburger__bar:after {
    content: "";
    bottom: -6px;
}

.sr-only {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

.registr_page .jq-checkbox.form_style{
    width: 14px!important;
    height: 14px;
}
#remember-my2-styler{
    margin-top: 0;
}
.registr_page .input-adm_check{
    position: relative!important;
    width: 100%!important;
    left: 0!important;
    top: 0!important;
    text-align: left!important;
    color: #000!important;
}
.download.registr_page input[type="submit"] {
    margin-bottom: 15px;
}
.download.registr_page .input_wr a{
    font-size: 14px;
    color: #000;
}
.hed-tabl  .select_search .jq-selectbox__trigger {
    position: absolute;
    top: 4px;
    right: 0px;
    height: 13px !important;
    background: #bbbbbb;
    width: 22px !important;
    height: 100%;
}
/*
.hed-tabl select{
    display: none;
}
*/
.select_search .jq-selectbox__select-text{
    border-radius: 3px;
}
.select_search .jq-selectbox__trigger-arrow {
    position: absolute;
    top: 7px;
    right: 6px;
    width: 0 !important;
    height: 0;
    overflow: hidden;
    border-width: 4px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
}
.select_search .jq-selectbox__select ,.select_search .jq-selectbox__select-text {
    background-color: #b6b6b6;
}
.hed-tabl .jq-selectbox.jqselect.opened.jq-selectbox ul {
    border-radius: 0;
    border: none;
}
.hed-tabl .jq-selectbox__dropdown {
    top: 26px!important;
    width: 101%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 1px solid #CCC;
    border-radius: 0 0px 4px 4px;
    background: #FFF;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);

}

.hed-tabl .jq-selectbox li.selected {
    color: #9c9c9c;
}
.hed-tabl .jq-selectbox li:hover {
    background-color: #e6e6e6;
    color: #9c9c9c;
}
.hed-tabl .jq-selectbox__select-text{
    font-style: normal;
}
.desk-desk p a {
    font-size: 14.8px;
    color: #414040!important;
    text-decoration: none;
}
.cnt-root-list .isbr a:before {
    top: 3px;
    left: 27px;
}
.all-f {

    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;

}
.cnt-root-list .isbr a {
    padding-top: 0;
}
.add_podbor:hover{
    background-color: #6d9401;
}
.in-isb a:before {
    width: 12px;
    height: 12px;
    float: left;
    margin-left: 14px;
}
.in-isb{
    position: relative;
    overflow: visible;
}
.in-isb_list{
    width: 200px;
    padding: 15px 0;
    position: absolute;
    z-index: 2;
    background-color:  #fff;
    font-size: 13px;
    color: #608ba5;
    display: none;
    max-height: 140px;
    overflow-y: auto;


}
.in-isb_list li{
    width: 100%;
    cursor: pointer;

    padding: 5px 15px;

}
.in-isb_list li:hover{
    background-color: #e6e6e6;
}
.all-f a {

    line-height: 37px;
}

.img_baner .black_button {
    padding: 0 15px;
    margin: 23px auto 30px;
}
.home-font .button_wrap {

    margin-top: 30px;
}
.font_descr {
    margin: 50px auto 0;
    border-bottom: 1px solid #ccc;
    width: 692px;
    display: table;
}
.font_descr p{
    font-size: 15px;
    line-height: 26px;

    padding: 0;

    margin-bottom: 30px;

}
.cnt-root-list ul li {
    margin-top: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 6px;
}
.green_button:hover{
    background-color: #6d9401;
}
.user_name a{
    position: relative;
}
nav ul li a{
    font-family: Arial, Helvetica, sans-serif;
}
.in-isb a, .in-isb-blog a, .in-isb-true a, .in-isb-true-blog a {

    color: #fff!important;
}
.root-name{
    margin-bottom: 0;
    padding-bottom: 0;
}
.fonts-desc .desk-desk p{
    margin-bottom: 0;
}
.desk-desk .in-isb a:before, .desk-desk .in-isb-true a:before {
    margin-top: 3px;
}
.in-isb_list {

    box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.2);
    margin-top: 1px;
}
.in-isb_list{
    margin-bottom: 0;
}
.desk-desk .location {

    padding-top: 2px;
}
.desk-desk .in-isb a, .in-isb-true a {
    padding-top: 2px !important;
}
.cnt-root-list {
    padding-top: 10px;
}
.font_detal .r-page-font {

    border-left: none;
}
.font_detal .home-font{
    border-right: 1px solid #ccc;
}
.font_detal .r-page-font .head-serch {

    margin-left: -1px;
}
.cnt-root-list form p {

    margin-bottom: 0;
}

.comment_block_form{

}

.comment_block_form .alert{
    clear: both;
    margin-top: 10px;
    display: none;
}

.feedback_form .alert{
    clear: both;
    margin-top: 10px;
    display: none;
}
.footer-desk p {

    margin-top: 9px;
}
.vk_group{
    margin-top: 3px;
}
footer .footer-menu-one ul.navMenu li a.active {
    color: #fff!important;
}

nav ul {

    height: 46.5px;

}
nav ul li {
    height: 24px;
}
.hed-tabl .inppp p {
    font-size: 12px;
    color: #ababad;
    font-style: italic;
    font-weight: 500;
    position: relative;
    top: 3px;
}
.hed-tabl .select_search .jq-selectbox__select-text {

    padding-top: 7px;
    padding-left: 9px;
}
.hed-tabl .select_search .jq-selectbox__trigger {
    position: absolute;
    top: 5px;
    right: 4px;
}
.hed-tabl  .jq-selectbox li {
    padding: 2px 5px 2px;
    padding-left: 9px;
}
.desk-desk .in-isb a.isb-true{
    padding-top: 0px !important;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.topic {
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 20px;
}
.open{
    margin-bottom: 0;
}
.comment_block {

   background-color: #f6f7f9;

}
.comment_block_item_personal div {

    color: #b6b6b6;
}
.pt-4 {

    padding-bottom: 1.5rem!important;
}
#modal-quest .former input[type='text'] {
    width: 100%;
    float: left;
    height: 36px;
    border-radius: 6px;
    border: 2px #d4d4d4 solid;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-style: italic;
    font-size: 12px;
    outline: none;
    margin-top: 0px;
    margin-bottom: 12px;
}
#modal-quest{
    background-color: #fff!important;
}
#modal-quest h2{
    color: #000;
}
#modal-quest.modal form{
    width: 100%;
    max-width: 100%;
}
.exit:before{
    display: none!important;
}
.blog .comment_block {
    width: 100%;
    display: inline-block;
    background-color: #ececec;
    margin-left: -21px;
    width: calc(100% + 42px);
    padding-top: 37px;
    margin-bottom: -20px;
}

.block{
    font-size: 13px;
    color: #c8c3c3;
}
.inin-h p{
    font-size: 13px;
    color: #c8c3c3;
    margin-top: 15px;
}
#buy_bro.modal p {

    margin-left: -16px;
}

.pagination ul {
    margin: 0px auto;
    display: table;
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: center;
}
.cnt-root-list form p a {

    padding-left: 5px;
}
nav ul {
    height: 70px;
    display: flex;
    align-content: center;
    align-items: center;

}

.content > nav > ul {
	line-height: 21px;
}

nav ul li {
    height: auto;
    margin-top: 0;
}

.head-serch input[type='text'] {
    width: 153px;
}

.head-serch input[type='submit'] {
    border-radius: 0 3px 3px 0;
}

.disabled-btn{
	opacity: 0.5;
	cursor:not-allowed;
}
.products-wrapper  p {
    font-size: 14px;
    color: #5f5f5f;
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: Arial;
}
.products-wrapper  h2 {
    font-size: 21px;
    color: #5f5f5f;

    font-family: Arial;
}
.dop-info-in-all-font ul, .blog-articles ul {
    margin: 10px 0;
}
.products-wrapper .font-23 {
    font-size: 23px;
}
.products-wrapper .text-green {
    color: #83c75c;
}
.products-wrapper .catalog-2 {
    font-size: 34px;
}
.products-wrapper .catalog-1 {
    font-size: 23px;
}
.products-wrapper .text-gray {
    color: #c7c7c7;
}
.products-wrapper .catalog-3 {
    font-size: 12px;
}
.reply-to{
    margin-top: 10px;
    display: none;
}
.reply-to span {
    font-size: 14px;
    color: #717070;
    display: inline-block;
    float: left;
    margin-top: 3px;
    margin-bottom: 0;
    width: auto;
}
.remove-reply{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../image/rubbish-bin.png");
    position: relative;
    top: 2px;
    margin-left: 5px;
}
.all-f.active:hover{
    border: 1px solid #dadada;
    background-color: #fff;
    color: #495162;
    transition: all .3s ease;
}
.all-f.active{
    cursor: pointer;
}
.all-f.active:hover a{
    color: #495162;
}

.isbr a:hover{
    background-color: #414040;
    display: inline-block;
    color: #fff;
    transition: all .3s ease;
}
.isbr.active-star a:hover{
    border: 1px solid #dadada;
    background-color: #fff;
    color: #495162;
    transition: all .3s ease;
}
.all-f:hover{
    background-color: #414040;
    display: inline-block;
    color: #fff;
    transition: all .3s ease;
}
.all-f:hover a{
    color: #fff;
}
.cnt-root-list ul {

    width: 100% !important;
}
.all-f a {
    line-height: 37px;
    width: 100%;

    display: inline-block;
}
.comment_block_ul li ul {
    padding-left: 50px;
}
.download{
    margin-top: 120px;
}

body main {
    min-height: calc(100vh - 260px)!important;
}
.blog-articles .comment_block_ul ul {
    margin-left: 31px;
}
.lk_page .green_button:hover {
    background-color: #78d13d!important;
}

.family-page .fonts-desc:first-child{
    margin-top: 20px;
}
.family-page .fonts-desc:last-child{
    margin-bottom: 35px;
}
.green_el .nybadge {
    position: absolute;
    right: -8px!important;
    top: -10px!important;
}

#favorite_wc.active:hover{

    background-color: #414040;
    display: inline-block;
    color: #fff;
    transition: all .3s ease;

}
.home-font p{
    padding-left: 0;
}
.home-font .dop-info-in-all-font {

    padding-left: 10px;

}
.all-f.active:hover {
    background-color: #414040!important;
    display: inline-block!important;
    color: #fff!important;
    transition: all .3s ease;
    border: none!important;
}
.all-f.active:hover a{
    color: #fff;
}

.all-f.active a:hover{
    color: #fff;
}

.in-isb a.disabled{
	opacity: 0.5;
    cursor: not-allowed;
}

.ad-container{
	background-color: #ececec;
	text-align: center;
}

.payment_font_modal{
    display: block;
    width: 480px!important;
    height: 285px!important;
    margin-left: -221px;
    margin-top: -123.5px;
    margin: 0!important;
    position: absolute;
    left: 50%!important;
    top: 50%!important;
    transform: translate(-50%,-50%)!important;
    overflow: hidden;
    font-family: Arial;
    z-index: -1;
}

.payment_font_modal.in{
	display: block;
	z-index: 99999;
    width: 480px!important;
    height: auto !important;
    font-family: Arial,Helvetica,sans-serif;
	margin: 0!important;
    position: absolute;
    left: 50%!important;
    top: 50%!important;
    transform: translate(-50%,-50%)!important;
    overflow: hidden;
}

.payment_font_modal{
	background: #414040 !important;
    padding: 18px;
}

.payment_font_modal h3 {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.payment_font_modal p {
    font-size: 13px;
    color: #c8c3c3;
    text-align: center;
    line-height: 1.4;
    width: 100%;
    float: left;
    margin-top: 15px!important;
    padding: 0 40px;
}

.payment_font_modal form {
    width: 100%;
    display: table;
    margin: 0px auto;
    text-align: center;
    max-width: 240px;
}

.payment_font_modal button {
    width: 180px;
    height: 34px;
    border-radius: 2px;
    border: none;
    margin: 0px auto;
    margin-bottom: 10px;
    background: #7aa500;
    text-align: center;
    margin-top: 16px;
    color: #fff;
    font-size: 15px;
    outline: none;
    cursor: pointer;
}

/* */

#sync2 {
	display: block;
}

#sync2 .owl-stage-outer{
	z-index: 200;
}

#sync2 .owl-stage-outer .owl-stage{
	text-align: center;
}

#sync2 .owl-stage-outer .owl-item{
	display: inline-block;
	float: none;
	width: 96.333px;
	margin-left: 5px;
}

#sync2 .owl-stage-outer .owl-item:nth-child(1),
#sync2 .owl-stage-outer .owl-item:nth-child(7){
	margin-left: 0;
}

#sync2 .owl-nav{
	margin-top: 1.2%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

#sync2 .owl-nav .owl-prev{
	float: left;
	font-size: 0;
	width: 13px;
	height: 19px;
	background: url('/image/arrowLeft.png') center center no-repeat;
	cursor: pointer;
}

#sync2 .owl-nav .owl-prev.disabled{
	opacity: 0.5;
	cursor: not-allowed;
}

#sync2 .owl-nav .owl-next{
	float: right;
	font-size: 0;
	width: 13px;
	height: 19px;
	background: url('/image/arrowRight.png') center center no-repeat;
	cursor: pointer;
}

#sync2 .owl-nav .owl-next.disabled{
	opacity: 0.5;
	cursor: not-allowed;
}

/* */
#ask_question p.error {
    width: 100%;
    float: none;
    color: #ff0909;
    font-size: 13px;
    text-align: left;
    padding: 0;
    margin: 0;
}

#ask_question .former{
    overflow: hidden;
}

#modal-quest #ask_question .former input[type='text']{
	margin-bottom: 0;
}

#ask_question .alert{
	padding: 0;
    margin: 0;
	color: #a1a1a1;
	font-size: 13px;
}

.modal-custom#modal-quest{
	height: 530px;
}

.hed-tabl select[name='order_field'] {
    display: block;
}