@font-face {
    font-family: 'Mariupol';
    src: url('../fonts/Mariupol-Bold.woff') format('woff'),
    url('../fonts/Mariupol-Bold.otf') format("opentype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Mariupol';
    src: url('../fonts/Mariupol-Regular.woff') format('woff'),
    url('../fonts/Mariupol-Regular.otf') format("opentype");
    font-weight: 400;
    font-style: normal;
}

html{color:#000; background:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}
body{margin:0; padding:0; font-family: "Mariupol", Helvetica, Arial, sans-serif; color: #1a1a1a; font-size:18px; overflow-y:scroll;}
body a:link, body a:visited{text-decoration: none; color: #1467ea;}

/* HEADER */
.container_c{
    max-width: 1210px;
    margin: 0 auto;
}
.top_head_c{
    padding: 15px 0;
}
.top_head_col{
    display: flex;
}
.top_head_col_l{
    display: flex;
    align-items: center;
     flex-grow: 4;
}
.top_head_col_r{
    display: flex;
    flex-direction: column;
}
.top_head_col_logo{
    display: inline-block;
    margin-right: 15px;
}
.top_head_col_logo img{
    height: 45px;
}
.top_logo_text:link,
.top_logo_text:visited{
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin: 0 0 0 0;
    display: inline-block;
    -webkit-transition: color .6s ease;
    -o-transition: color .6s ease;
    transition: color .6s ease;
}
.top_logo_text:hover{
    color: #1467ea;
}
.top_logo_descr{
    margin: 0 0 5px 0;
    font-size: 17px;
    color: #aaa;
    clear: both;
}
.kh_top_menu{
    height: 58px;
    font-size: 16px;
    background: #1467ea;
    color; #fff;
    position: relative;
}
.kh_top_menu ul{
    display: flex;
    align-items: center;
}
.kh_top_menu ul li {
    margin: 0;
    border-right: 1px solid rgba(249, 247, 247, 0.17);
}
.kh_top_menu ul li a:link,
.kh_top_menu ul li a:visited{
    line-height: 58px;
    padding: 0 25px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
        -webkit-transition: color .6s ease, background-color .6s ease;
    -o-transition: color .6s ease, background-color .6s ease;
    transition: color .6s ease, background-color .6s ease;
}
.kh_top_menu ul li.active a,
.kh_top_menu ul li a:hover{
    background: #337aec;
}

#searchform{
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 20px;
}

#searchform input{
    display: inline-block;
    width: 150px;
    line-height: 30px;
    padding: 0 15px 0 15px;
    background: #fff;
    border: none;
    color: #515460;
    margin: 0;
    font-size: 13px;
    outline: none;
    -webkit-transition: border-color .3s, color .3s;
    transition: border-color .3s, color .3s;
    -o-transition: border-color .3s, color .3s;
}

.span_link_a{
    cursor: pointer;
    color: #06A;
}

#searchform input:focus{
    border-color: #5e7df9;
}

#searchform span{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    border-radius: 0;
    background: #F2F7FB url(../img/ic_searc_b.svg) 50% 50% no-repeat;
    background-size: 26px;
    opacity: 1;
    display: inline-block;
    -webkit-transition: background-color .3s, opacity .3s;
    transition: background-color .3s, opacity .3s;
    -o-transition: background-color .3s, opacity .3s;
}
#searchform span:hover{
    background-color: #FFD900;
    opacity: 1;
    cursor: pointer;
}

/* BANNER */
.main_banner_c{
    width: 100%;
}
.main_banner{
    width: 100%;
    padding-top: 20%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0;
    overflow: hidden;
    margin: 25px 0 25px 0;
    background-image: url('../img/mainbanner2.webp'); 
}
@media (max-width: 790px) {
    .main_banner{
        height: 140px;
        padding-top: 0%;
        margin-top: 25px;
    }
}
@media (max-width: 540px){
    .main_banner{
        margin: 15px 0 0 0;
        width: 100%;
        height: 180px;
    }
}

.main_lastnews_c{
    margin:40px 0 0 0;
}
.main_lastnews{
    display: flex;
    width: 100%;
}
.main_lastnews_r{
    width: 30%;
    padding: 0 0 0 15px;
}
.main_lastnews_l{
    width: 70%;
    padding: 0 15px 0 0;    
}
.main_lastnews_banner{
    position: relative;
    font-size: 0;
}
.main_lastnews_banner img{
    width: 100%;
}
.main_lastnews_banner::after{
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0px, rgba(0, 0, 0, 0.66) 100%);
}
.main_lastnews_text{
    left: 10%;
    bottom: 10%;
    max-width: 80%;
    z-index: 2;
    position: absolute;   
}
.main_lastnews_mark{
    display: inline-block;
    color: #fff;
    padding: 0px 10px;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 26px;
    background: #1467ea;
}
a.main_lastnews_link:link,
a.main_lastnews_link:visited{
    display: block;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    -webkit-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .6s ease;
}
a.main_lastnews_link:hover{
    opacity: 0.7;
}

.main_lastnews_item_c{
    margin: 0 0 15px 0;
}
.main_lastnews_item{
    display: flex;
    align-items: center;
}
.main_lastnews_item_im{
    width: 79px;
    height: 79px;
    overflow: hidden;
}
.main_lastnews_item_im img{
    height: 100%;
}
.main_lastnews_item_r{
    margin: 0 0 0 15px;
}
a.main_lastnews_item_link:link,
a.main_lastnews_item_link:visited{
    font-weight: bold;
    color: #000;
    font-size: 17px;
    -webkit-transition: color .6s ease;
    -o-transition: color .6s ease;
    transition: color .6s ease;
}
a.main_lastnews_item_link:hover{
    color: #1467ea;
}

.main_hubtitle_c{
    margin: 50px 0 30px 0;
    position: relative;
    height: 32px;
    line-height: 32px;
}
.category .main_hubtitle_c{
    margin: 20px 0 30px 0;
}
.category .main_hubtitle_c.margin{
    margin-top: 50px;
}
.main_hubtitle_c::after{
    background: #f5f5f5;
    position: absolute;
    top: 9px;
    content: '';
    height: 13px;
    width: 100%;
    left: 0;
    z-index: 0;
}
.main_hubtitle_c h2,
.main_hubtitle_t{
    font-weight: bold;
    display: inline-block;
    padding: 0 15px 0 15px;
    border-left: 6px solid #1467ea;
    text-transform: uppercase;
    font-size: 25px;
    z-index: 1;
    position: relative;
    background: #fff;
}
.main_hubtitle_c h4{
    font-weight: bold;
    display: inline-block;
    padding: 0 15px 0 15px;
    border-left: 6px solid #1467ea;
    text-transform: uppercase;
    font-size: 25px;
    z-index: 1;
    position: relative;
    background: #fff;
}

.main_lastpost{
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    margin: 0 -8px;
}
.main_lastpost_item_c{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.main_lastpost_item{
    position: relative;
    margin: 15px 8px 35px 8px;
    background: #fff;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: box-shadow .6s ease;
    -o-transition: box-shadow .6s ease;
    transition: box-shadow .6s ease;
}
a.main_lastpost_item_im:link, a.main_lastpost_item_im:visited {
    display: block;
    position: relative;
    padding-top: 58%;
    overflow: hidden;
    transition: .3s ease-in-out;
}
a.main_lastpost_item_im img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}
.main_lastpost_item:hover a.main_lastpost_item_im img {
    transform: scale3d(1.06, 1.06, 1);
}
.main_lastpost_item_link h3 {
    margin: 15px 0 0 0;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    -webkit-transition: color .6s ease;
    -o-transition: color .6s ease;
    transition: color .6s ease;
}
.main_lastpost_item:hover .main_lastpost_item_link h3{
    color: #1467ea;
}
.main_lastpost_mark{
    display: inline-block;
    color: #fff;
    padding: 0px 10px;
    font-size: 14px;
    line-height: 22px;
    background: #1467ea;
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 2;
}

.main_leftrighter{
    display: flex;
    width: 100%;
}
.main_leftrighter_l{
    width: 40%;
    padding: 0 15px 0 0;
}
.main_leftrighter_r{
    width: 60%;
    padding: 0 0 0 30px;    
}

.main_hubrevew_item{
    margin: 0 0 20px 0;
}
.main_hubrevew_item p{
    font-size: 17px;
    margin: 0 0 5px 0;
    line-height: 140%;
}


.main_parnews_item_c{
    margin: 0 0 15px 0;
}
.main_parnews_item{
    display: flex;
}
.main_parnews_item_im{
    display: block;
    position: relative;
    padding-top: 58%;
    overflow: hidden;
    transition: .3s ease-in-out;
    min-width: 250px;
}
.main_parnews_item_im img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}
.main_parnews_item:hover .main_parnews_item_im img{
    transform: scale3d(1.06, 1.06, 1);
}
.main_parnews_item_r{
    margin: 0 0 0 25px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.main_parnews_item_date{
    font-size: 14px;
    color: #999;
    padding: 0 0 0 17px;
    margin: 0 0 10px 0;
    position: relative;
}
.main_parnews_item_date::after{
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../img/date.svg) no-repeat 50%;
    background-size: 10px;
}
a.main_parnews_item_link h3{
    font-weight: bold;
    color: #000;
    font-size: 22px;
    -webkit-transition: color .6s ease;
    -o-transition: color .6s ease;
    transition: color .6s ease;
}
.main_parnews_item:hover a.main_parnews_item_link h3{
    color: #1467ea;
}
.main_parnews_item_mark{
    display: inline-block;
    color: #fff;
    padding: 0px 10px;
    font-size: 12px;
    line-height: 20px;
    background: #1467ea;
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 2;
}

/* POST */
.page_content{
    display: flex;
    width: 100%;
}
.page_content_r{
    width: 30%;
    padding: 0 0 0 15px;
}
.page_content_l{
    width: 70%;
    padding: 0 25px 0 0;    
}
.page_content_c{
    padding: 15px 0 30px 0;
}

.breadcrumbs{
    padding: 20px 0 15px 0;
}
.breadcrumbs__list {
    justify-content: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    overflow-x: auto
}
.breadcrumbs__list li {
    font-size: 15px;
    white-space: nowrap;
    color: #303030;
}
.breadcrumbs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-right: 15px;
    font-size: 15px;
    white-space: nowrap;
    color: #303030;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s
}
.breadcrumbs__item::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    width: 6px;
    height: 4px;
    background: url("../img/arrow.svg") center/100% no-repeat
}
a.breadcrumbs__item:link,a.breadcrumbs__item:visited {
    color: #a29a9a;
}
a.breadcrumbs__item:hover{
    color: #1467ea;
}

.kh_cont_mark {
    font-size: 17px;
    color: #000;
    line-height: 140%
}

.kh_cont_mark p {
    font-size: 17px;
    margin: 0 0 20px 0
}

.kh_cont_mark b,.kh_cont_mark strong {
    font-weight: 700
}

.kh_cont_mark em,.kh_cont_mark i {
    font-style: italic
}

.kh_cont_mark h1 {
    margin: 5px 0 25px 0;
    font-size: 32px;
    color: #000;
    font-weight: 700;
    line-height: 120%
}

.kh_cont_mark h2 {
    margin: 30px 0 15px 0;
    text-align: left;
    font-size: 28px;
    color: #000;
    line-height: 120%;
    font-weight: 700
}

.kh_cont_mark h3,.title_h3 {
    margin: 30px 0 25px 0;
    text-align: left;
    font-size: 22px;
    color: #000;
    line-height: 120%;
    font-weight: 700
}

.kh_cont_mark blockquote {
    background: #fff;
    border: 4px solid #1467ea;
    margin: 40px 0 40px 0;
    text-align: left;
    padding: 15px 0 15px 30px;
    position: relative;
    color: #000;
    font-size: 17px;
    font-weight: 400
}

.kh_cont_mark blockquote p {
    font-size: 17px;
    text-align: left;
    color: #000;
    line-height: 150%;
    font-weight: 400;
    padding: 0;
    margin: 0
}

.kh_cont_mark ul {
    margin: 0 0 30px 0;
    font-size: 17px
}

.kh_cont_mark ul li {
    list-style-type: disc;
    margin: 0 0 5px 20px;
    line-height: 150%
}

.kh_cont_mark ol {
    margin: 0 0 30px 0;
    font-size: 17px
}

.kh_cont_mark ol li {
    list-style-type: decimal;
    margin: 0 0 5px 20px;
    line-height: 150%
}

.kh_cont_mark img {
    max-width: 100%
}

.kh_cont_mark .nui_images_container {
    margin: 40px 0 40px 0
}
.kh_cont_mark>.nui_images_container:first-of-type{
    margin: 0 0 40px 0
}

.kh_cont_mark .nui_images_container img {
    max-width: 100%
}

.kh_cont_mark table {
    border: 1px solid #ccc;
    font-size: 16px;
    margin: 15px 0
}

.kh_cont_mark table td {
    border: 1px solid #ccc;
    padding: 7px 7px
}

.kh_cont_mark table th {
    border: 1px solid #ccc;
    font-weight: 700;
    padding: 7px 7px
}

.page_content_info{
    padding: 0 0 15px 0;
}
.page_content_date{
    display: inline-block;
    font-size: 14px;
    color: #999;
    padding: 0 0 0 17px;
    margin: 0 25px 0 0;
    position: relative;
}
.page_content_date::after{
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    top: 6px;
    left: 0;
    background: url(../img/date.svg) no-repeat 50%;
    background-size: 10px;
}
.page_content_tag{
    display: inline-block;
    font-size: 14px;
    color: #999;
    padding: 0 0 0 17px;
    margin: 0 25px 0 0;
    position: relative;
}
.page_content_tag a:link,
.page_content_tag a:visited{
    color: #999;
}
.page_content_tag a:hover{
    color: #1467ea;
}
.page_content_tag::after{
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    top: 6px;
    left: 0;
    background: url(../img/icon-tag.svg) no-repeat 50%;
    background-size: 10px;
}
.page_content_share_c{
    padding: 20px 0 0 0;
}
.page_content_share_title{
    font-size: 23px;
    margin: 0 0 20px 0;
    font-weight: 700;
}
.page_content_share a:link,
.page_content_share a:visited{
    display: inline-block;
    margin: 0 5px 0 0;
        -webkit-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .6s ease;
}
.page_content_share a:hover{
    opacity: 0.7;
}
.page_content_share a img{
    width: 40px;
    height: 40px;
}
.page_content_comments_c{
    margin: 40px 0 0 0;
}
/* COMMENTS */
.comment_c {
    padding: 0 0 0 40px;
    margin: 0 0 40px 0;
    background: #fff;
    border: 0;
    width: calc(100% - 40px)
}

.comment_img {
    height: 50px;
    width: 50px;
    display: inline-block;
    margin: 0 10px 15px 0;
    float: left
}

.comment_name {
    margin: 0 0 0 70px;
    display: block;
    font-size: 13px
}

.comment_name b {
    font-size: 18px;
    float: none;
    font-weight: 700;
    color: #292929
}

.comment_name i {
    font-size: 11px;
    font-style: normal;
    display: none
}

.comment_txt {
    margin: 10px 0 0 70px;
    padding: 0;
    line-height: 130%;
    font-size: 16px;
    font-style: normal;
    clear: none
}

.comment_new_c {
    border-top: 3px double #f7f5f5;
    margin: 0;
    background: #fff;
    padding: 40px 0 15px 0
}

.comment_new_im {
    height: 32px;
    width: 32px;
    margin: 5px 10px 15px 0;
    display: inline-block;
    overflow: hidden;
    float: left
}

.comment_new_tx {
    margin: 5px 0 0 45px
}

.comment_new_tx textarea {
    border: 1px solid #e1e1e1;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0;
    font-size: 16px;
    background: #fff;
    padding: 6px 10px;
    width: calc(100% - 22px);
    height: 70px;
    outline: 0
}

.comment_new_bc {
    margin: 8px 0 0 45px
}

.comment_new_in {
    border: 1px solid #e1e1e1;
    background: #fff;
    font-size: 16px;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0;
    height: 36px;
    padding-left: 10px;
    vertical-align: bottom;
    float: left;
    margin-right: 10px
}

.comment_new_icp {
    float: left
}

.comment_new_icpim {
    height: 36px;
    width: 75px;
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0px 0 0 0px;
    -moz-border-radius: 0 0 0 0;
    vertical-align: bottom;
    border: 1px solid #e1e1e1;
    border-right: none
}

.comment_new_cptx {
    border: 1px solid #e1e1e1;
    background: #fff;
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0px 0px 0;
    -moz-border-radius: 0 0 0 0;
    height: 36px;
    padding-left: 5px;
    vertical-align: bottom
}

.comment_new_btn {
    padding: 0 15px 0 15px;
    border-radius: 0;
    border: 1px solid #1467ea;
    height: 34px;
    line-height: 34px;
    vertical-align: bottom;
    float: right;
    color: #fff;
    font-size: 16px;
    margin-right: 1px;
    background: #1467ea;
    -webkit-transition: background-color .6s ease;
    -o-transition: background-color .6s ease;
    transition: background-color .6s ease
}

.comment_new_btn:hover {
    cursor: pointer;
    background: #337aec;
    border-color: #337aec;
}

.inp_null {
    background: #ffecec
}

.comment_new_logtx {
    clear: both;
    font-size: 14px;
    text-align: center;
    color: #666;
    padding: 25px 0 5px 0
}

.comment_new_logtx span {
    color: #3fa9f5;
    cursor: pointer
}

.comment_new_logtx {
    display: none
}

.comment_new_c {
    margin-bottom: 40px
}

.comment_img img,.comment_new_im img {
    width: 100%
}
/* END COMMENTS */

.page_content_r_comp{
    display: flex;
    font-size: 0;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.page_content_r_comp_item{
    display: block;
    width: 31.333%;
    margin: 0 1% 8px 1%;
    overflow: hidden;
    padding-top: 31.333%;
    position: relative;
}
.main_lastpost.companies{
    margin: 0 -4px;
}
.main_lastpost.companies .page_content_r_comp_item{
    width: calc(10% - 8px);
    padding-top: calc(10% - 8px);
    margin: 0 4px 8px 4px;
}
.page_content_r_comp_item img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}
.page_content_r_comp_item:hover img{
    transform: scale3d(1.06, 1.06, 1);
}
.page_content_r_categ_item{
    line-height: 32px;
    font-size: 16px;
    padding: 0 0 0 23px;
    position: relative;
}
.page_content_r_categ_item a:link,
.page_content_r_categ_item a:visited{
    color: #000;
    -webkit-transition: color .6s ease;
    -o-transition: color .6s ease;
    transition: color .6s ease;
}
.page_content_r_categ_item a:hover{
    color: #1467ea;
}
.page_content_r_categ_item::after{
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    top: 11px;
    left: 0;
    background: url(../img/icon-tag.svg) no-repeat 50%;
    background-size: 13px;    
}

/* FOOTER */
.page_footer_c{
    width: 100%;
    background: #F2F7FD;
    color: #000;
    margin: 40px 0 0 0;
    padding: 50px 0 0 0;
    font-size: 16px;
}
.page_footer{
    max-width: 1210px;
    margin: 0 auto;
}
.page_footer_descr{
    text-align: center;
}
.page_footer_col{
    margin: 50px 0 0 0;
    display: flex;
}
.page_footer_col_l{
    width: 33.333%
}
.page_footer_col_c{
    width: 33.333%;
    text-align: center;
}
.page_footer_col_r{
    width: 33.333%;
    text-align: right;
}
.page_footer_social_c a:link,
.page_footer_social_c a:visited{
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 0;
    border-radius: 38px;
        -webkit-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .6s ease;
}
.page_footer_social_c a:hover{
    opacity: 0.7;
}
.page_footer_social_c a img{
    width: 40px;
    height: 40px;
}
.page_footer_btn_c a:link,
.page_footer_btn_c a:visited{
    padding: 0 15px 0 15px;
    border-radius: 0;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    vertical-align: bottom;
    color: #fff;
    font-size: 16px;
    margin-right: 1px;
    background: #1467ea;
    -webkit-transition: background-color .6s ease;
    -o-transition: background-color .6s ease;
    transition: background-color .6s ease;
}
.page_footer_btn_c a:hover{
    background: #337aec;
}
.page_footer_devlink{
    margin: 10px 0 0 0;
}
.page_footer_devlink a img{
    width: 90px;
    opacity: 0.4;
    -webkit-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .6s ease;
}
.page_footer_devlink a:hover img{
    opacity: 1;
}

.page_footer_menu_c{
    background: #1467ea;
    margin: 30px 0 0 0;
}
.page_footer_menu{
    max-width: 1210px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}
.page_footer_menu ul {
    display: flex;
    justify-content: center;
    margin: 0px;
}
.page_footer_menu ul li{
    padding: 0 15px;
    font-size: 15px;
}
.page_footer_menu ul li a:link,
.page_footer_menu ul li a:visited{
    color: #fff;
        -webkit-transition: color .6s ease;
    -o-transition: color .6s ease;
    transition: color .6s ease;
}
.page_footer_menu ul li a:hover{
    color: #fff;
}
.top_head_col_m{
    display: none;
}
.main_content_c{
    border-top: 3px double #f7f5f5;
    margin: 40px 0 0 0;
    padding: 40px 0 20px 0;
}

.page_company_head{
    display: flex;
    margin: 0 0 30px 0;
}
.page_company_head_l{
    margin: 0 25px 0 0;
}
.page_company_head_r{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.kh_cont_mark .page_company_head_r h1{
    margin: 0 0 15px 0;
}
.page_company_head_im{
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.page_company_head_im img{
    height: 100%;
}

/**********/
/* MOBILE */
/**********/

@media (max-width: 1270px) {
    .container_c,
    .page_footer,
    .page_footer_menu{
        margin: 0 30px;
    }
}
@media (max-width: 1100px) {
    #searchform{
        display: none;
    }
}
@media (max-width: 1024px) {
    .main_lastpost_item_c {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}
@media (max-width: 927px) {
    .comment_new_btn {
        padding: 0 7px 0 7px;
    }
}
@media (max-width: 900px) {
    #searchform{
        display: none;
    }
    .top_head_c {
        padding: 15px 0;
    }
    .kh_cont_mark h1{
        font-size: 24px;
    }
    .kh_cont_mark h2,
    .page_content_share_title{
        font-size: 20px;
    }
    .kh_cont_mark h3{
        font-size: 18px;
    }
    .page_content{
        flex-direction: column;
    }
    .page_content_r{
        width: 100%;
        border-top: 3px double #f7f5f5;
        margin: 20px 0 0 0;
        padding: 20px 0 0 0;
    }
    .page_content_l{
        width: 100%;
        padding: 0;
    }
    .main_lastnews{
        flex-direction: column;  
    }
    .main_lastnews_l{
        width: 100%;
        padding: 0;        
    }
    .main_lastnews_r{
        width: 100%;
        padding: 0;        
    }
    .main_lastnews_list{
        margin: 30px 0 0 0;
        display: flex;
        flex-wrap: wrap;
    }
    .main_lastnews_c {
        margin: 30px 0 0 0;
    }
    .main_lastnews_item_c{
        width: 47%;
        margin-right: 3%;
    }
    .page_content_r_comp_item {
        width: 14.666%;
        padding-top: 14.666%;
    }
    .main_lastnews_text {
        left: 5%;
        bottom: 5%;
        max-width: 90%;
    }
    a.main_lastnews_link:link, a.main_lastnews_link:visited{
        font-size: 32px;
    }
    a.main_parnews_item_link h3{
        font-size: 20px;
    }
    .main_parnews_item_im{
        min-width: 210px;
    }
    .main_hubrevew_item p{
        font-size: 16px;
    }
    .page_content_c{
        padding: 15px 0;
    }
    .kh_cont_mark>.nui_images_container:first-of-type {
        margin: 0 0 20px 0;
    }
    .top_head_col_r{
        flex-grow: 4;
    }
    .top_head_col_m{
        display: flex;
        align-items: center;
    }
    .header_1_mobmenu {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        margin: 0 0 0 20px;
        cursor: pointer;
        z-index: 2
    }
    .header_1_mobmenu span {
        -webkit-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
        top: calc(50% - 1.5px);
        left: 0;
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #1467ea;
    }
    .header_1_mobmenu span:first-child {
        top: 0
    }

    .header_1_mobmenu span:last-child {
        top: auto;
        bottom: 0
    }

    .header_1_mobmenu._active span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    .header_1_mobmenu._active span:first-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: calc(50% - 1.5px)
    }

    .header_1_mobmenu._active span:last-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: calc(50% - 1.5px)
    }
    .top_menu_c{
        position: absolute;
        display: inline-block;
        top: -500px;
        opacity: 0;
        right: 0;
        width: calc(100% - 30px);
        max-height: calc(100vh - 80px);
        padding: 30px 15px 30px 15px;
        z-index: 4;
        overflow-y: auto;
        -webkit-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
    }
    .kh_top_menu{
        display: block;
        height: initial;
    }
    .kh_top_menu ul {
        display: block;
    }
    .kh_top_menu ul li {
        display: block;
        text-align: center;
        border-bottom: 1px solid rgba(255,255,255,0.4);
        padding: 0;
    }
    .kh_top_menu ul li a:link, .kh_top_menu ul li a:visited{
        width: calc(100% - 50px);
    }
    .kh_top_menu ul li.active a, .kh_top_menu ul li a:hover {
        background: initial;
    }
    .top_menu_c._active {
        right: 0;
        top: 55px;
        opacity: 1;
    }
    .top_logo_text:link, .top_logo_text:visited{
        font-size: 24px;
    }
    .top_logo_descr{
        font-size: 14px;
    }
    .main_lastpost.companies .page_content_r_comp_item{
        width: calc(12.5% - 8px);
        padding-top: calc(12.5% - 8px);
    }
}
@media (max-width: 770px) {
    .main_hubtitle_c {
        margin: 30px 0 25px 0;
    }
    .main_leftrighter{
        flex-direction: column;
    }
    .main_leftrighter_l{
        width: 100%;
        padding: 0;
    }
    .main_leftrighter_r{
        width: 100%;
        padding: 0;
    }
    .main_lastpost_item_c {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .main_hubtitle_c h2,
.main_hubtitle_t{
        font-size: 19px;
    }
    .page_content_share a img{
        width: 32px;
        height: 32px;
    }
    .page_footer_col{
        flex-direction: column;
    }
    .page_footer_col_l,
    .page_footer_col_c,
    .page_footer_col_r{
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
    .page_footer_devlink {
        margin: 40px 0 0 0;
    }
    .page_footer_c{
        padding: 30px 0 0 0;
    }
    .page_footer_col {
        margin: 20px 0 0 0;
    }
    .page_footer_menu ul{
        display: block;
        width: 100%;
    }
    .page_footer_menu ul li{
        display: block;
        width: 100%;
        line-height: 32px;
        padding: 0;
    }
}
@media (max-width: 650px) {
    .main_lastpost.companies .page_content_r_comp_item{
        width: calc(20% - 8px);
        padding-top: calc(20% - 8px);
    }
    .main_lastnews_item_c{
        width: 100%;
        margin-right: 0;
    }
    .main_parnews_item_im{
        min-width: 150px;
    }
    .main_parnews_item_mark{
        left: 7px;
        bottom: 7px;
        font-size: 11px;
        line-height: 16px;
        padding: 0px 5px;
    }
    .main_parnews_item_date{
        font-size: 12px;
        margin: 0 0 5px 0;
    }
    a.main_parnews_item_link h3 {
        font-size: 18px;
    }
    .main_parnews_item_date::after{
        top: 2px;
    }
    .container_c,
    .page_footer,
    .page_footer_menu{
        margin: 0 15px;
    }
    .comment_c {
        padding: 0 0 0 0;
        margin: 0 0 30px 0;
        width: 100%;
    }
    .comment_name b {
        font-size: 16px;
    }
    .comment_name {
        margin: 0 0 0 60px;
    }
    .comment_txt {
        margin: 5px 0 0 60px;
    }
    .comment_img {
        height: 40px;
        width: 40px;
    }
    .page_content_r_comp_item {
        width: 23%;
        padding-top: 23%;
    }
    .main_content_c {
        margin: 20px 0 0 0;
        padding: 20px 0 0 0;
    }
    .page_company_head_im{
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 593px) {
    .comment_new_btn{
        width: 100%;
        border: 0;
        padding: 0;
        text-align: center;
        margin: 13px 0 0 0;
        line-height: 40px;
        height: 40px;
    }
}
@media (max-width: 480px) {
    .main_lastpost.companies .page_content_r_comp_item{
        width: calc(25% - 8px);
        padding-top: calc(25% - 8px);
    }
    a.main_lastnews_link:link, a.main_lastnews_link:visited {
        font-size: 24px;
    }
    .main_lastnews_mark {
        padding: 0px 5px;
        font-size: 12px;
        margin-bottom: 8px;
        line-height: 20px;
    }
    .page_content_r_comp_item {
        width: 31.333%;
        padding-top: 31.333%;
    }
    .main_lastpost_item{
        margin: 15px 8px 15px 8px;
    }
    .main_lastpost_item_c {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .main_lastpost_mark{
        left: 10px;
        bottom: 10px;
        font-size: 12px;
        line-height: 18px;
        padding: 0px 8px;
    }
    .kh_cont_mark h2,
    .kh_cont_mark h3{
        margin: 20px 0 20px 0;
    }
    .top_head_c {
        padding: 15px 0 0 0;
    }
    .main_lastnews_c {
        margin: 15px 0 0 0;
    }
    .page_company_head_im{
        width: 80px;
        height: 80px;
    }
    .page_company_head {
        margin: 0 0 5px 0;
    }
}
@media (max-width: 410px) {
    .comment_new_in{
        padding: 0 10px;
        width: calc(100% - 22px);
        margin: 0 0 13px 0;
    }
    .comment_new_icp{
        float: none;
        width: 100%;
    }
    .comment_new_cptx{
        width: calc(100% - 84px);
    }
}