@font-face {
    font-family: Roboto Thin;
    src: url('../fonts/Roboto/Roboto-Thin.ttf');
    font-weight: 200;
}

@font-face {
    font-family: Roboto Light;
    src: url('../fonts/Roboto/Roboto-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: Roboto Regular;
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: Roboto Bold;
    src: url('../fonts/Roboto/Roboto-Bold.ttf');
    font-weight: 700;
}

*:focus {
    outline: none;
    box-shadow: none;
}

.footer_a.facebook {
    color: #36A2EB;
}

.facebook i {
    margin: 0 5px;
    font-size: 24px;
}

.sitemap_container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #604706;
    background-color: #F9F6EE;
    padding: 20px;
    z-index: 999;
}

.sitemap_container .row {
    margin-right: 40px;
}

.sitemap_close {
    position: fixed;
    top: 20px;
    right: 30px;
    font-size: 30px;
    font-family: "Roboto Regular";
    color: #604706 !important;
    text-decoration: none !important;
    z-index: 200;
}

.sitemap {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
    max-width: 95%;
}

.sitemap li {
    display: block;
}

.sitemap ul {
    list-style: none;
    margin-bottom: 10px;
}

.sitemap li.bordered {
    border-bottom: 1px solid #604706;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.sitemap li a, .sitemap li span {
    display: block;
    font-size: 20px;
    color: #604706;
    text-decoration: none !important;
    padding: 3px 10px;
    font-family: "Roboto Regular";
}

.sitemap ul li a {
    display: block;
    font-size: 15px;
    color: #604706;
    text-decoration: none !important;
    padding: 3px 10px;
    font-family: "Roboto Light";
}

.golova_img_container {
    margin-bottom: 30px;
    height: 255px;
    background: url("../img/golova.jpg") center right;
    position: relative;
}

.golova_text_container {
    min-height: 255px;
    padding: 40px 20px;
    background-color: #17A5EB;
    color: #FFF;
    position: relative;
    margin-bottom: 30px;
}

.golova_arrow {
    position: absolute;
    top: -25px;
    right: 80px;

    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 30px solid #17A5EB;

}

.ckeditor_text img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
}

.ckeditor_text p img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
}

.golova_text_container p {
    font-size: 14px;
    margin: 0;
}

.golova_caption_outer {
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    padding: 0px 20px;
}

.golova_caption {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    max-width: 100%;
    width: 250px;
}

.golova_name {
    margin: 0;
    font-family: "Roboto Regular";
    color: #FFF;
}

.golova_desc {
    margin: 0;
    font-family: "Roboto Regular";
    font-size: 14px;
    color: #FFF;
}

.g_full_text_toggler {
    display: block;
    text-align: right;
    margin: 5px 0 15px;
}

.g_text_show {
    display: block;
}

.g_text_hide {
    display: none;
}

.g_text {
    float: right;
}

.dolova_full_text {
    display: none;
}
.text-content.info_content img{
    margin: 10px auto!important;
    display: block!important;
    max-width: 100%!important;
    height: auto!important;
}
.text-content.info_content img.margin{
    margin: 0 15px 10px 0!important;
}
.main_news_big {
    height: 255px;
    position: relative;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}

.main_news_description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}

.main_news_a {
    text-decoration: none !important;
    color: #EEE;
}

.main_news_a:hover {
    color: #FFF;
}

.main_news_big .unit_name {
    margin: 0;
    font-family: "Roboto Regular";
    line-height: 16px;
    font-size: 14px;
}

.main_news_big .unit_date {
    margin: 0;
    font-family: "Roboto Light";
    font-size: 14px;
}

.main_news_big .unit_short {
    margin: 0;
    font-family: "Roboto Regular";
    font-size: 14px;
    line-height: 14px;
}

.main_news_big_white .main_news_description {
    background-color: #FFF;
}

.main_news_big_white .main_news_a {
    text-decoration: none !important;
    color: #666 !important;
}

.main_news_big_white .main_news_a:hover {
    color: #999 !important;
}

.main_news_big_white {
    border: 1px solid #DDD;
    background-color: #FFF;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.main_news_big_white:hover {
    border: 1px solid #EEE;
    -webkit-box-shadow: 0px 0px 10px #FF8D00;
    -moz-box-shadow: 0px 0px 10px #FF8D00;
    box-shadow: 0px 0px 10px #FF8D00;

}

.main_news_big_white span, .main_news_big_white p {
    color: #666;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;

}

.main_news_big_white:hover span, .main_news_big_white:hover p {
    color: #999;
}

.main_news_big .plate, .main_news_big_white .plate {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 6px 10px;
    color: #FFF !important;
    background-color: #17A5EB;
    font-family: "Roboto Regular";
}

.main_event {
    height: 250px;
    position: relative;
    margin: 0 2px 50px;
}

.main_event_description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.main_event_a {
    text-decoration: none !important;
    color: #EEE;
}

.main_event_a:hover {
    color: #FFF;
}

.main_event .unit_name {
    margin: 0;
    font-family: "Roboto Light";
    font-size: 20px;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
}

.main_event .unit_date {
    font-size: 38px;
    line-height: 38px;
}

.main_event .unit_day {
    margin: 0;
    font-family: "Roboto Regular";
    font-size: 50px;
    display: inline-block;
    vertical-align: top;
    line-height: 54px
}

.main_event .unit_month {
    margin: 0;
    font-family: "Roboto Regular";
    font-size: 32px;
    display: inline-block;
    vertical-align: top;
}

.main_event_description:hover {
    -webkit-box-shadow: 0px 0px 10px #FF8D00;
    -moz-box-shadow: 0px 0px 10px #FF8D00;
    box-shadow: 0px 0px 10px #FF8D00;
}

.main_event_white .main_event_description {
    background-color: #FFF;
}

.main_event_white {
    border: 1px solid #DDD;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.main_event_white:hover {
    border: 1px solid #EEE;
}

.main_event_white span, .main_event_white p {
    color: #666 !important;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;

}

.main_event_white:hover span, .main_event_white:hover p {
    color: #999 !important;
}

.sitemap a:hover {
    color: #17A5EB;
}

.business {
    padding: 25px 0 5px;
    background: url('../img/business.jpg') center center;
    margin: 0;
}

.diag_container_outer {
    width: 120px;
    height: 120px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.diag_container_outer img {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
}

.business_title {
    font-family: "Roboto Light";
    font-size: 15px;
    color: #FFF;
    margin: 55px 0 15px;
    text-transform: uppercase;
    height: 45px;
}

.unit_tiles .unit_img {
    margin: 0 auto;
}

.main_image {
    margin-bottom: 30px;
}

.main_image img {
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.main_image:hover img {
    -webkit-box-shadow: 0px 0px 10px #FF8D00;
    -moz-box-shadow: 0px 0px 10px #FF8D00;
    box-shadow: 0px 0px 10px #FF8D00;

}

.right_inner_image {
    margin: 0 !important;
    max-width: 100% !important;
    width: auto !important;
}

html {
    height: 100%;
    min-width: 320px;
}

body {
    font-family: "Roboto Light";
    color: #000;
    font-size: 16px;
    background-color: #FFF;
    position: relative;
    min-height: 100%;
    height: auto !important;
    width: 100%;
    padding: 0;
    min-width: 320px;
}

header {
    width: 100%;
    position: relative;
    z-index: 11;
}

a.logo {
    text-decoration: none !important;
}

a.logo img {
    margin-top: 2px;
}

.about_section {
    background-color: #FFF;
    background: url('../img/about_bg.gif') center center;
    background-size: cover;
    padding-top: 50px;
}

.bottom_section {
    background-color: #FFF;
    background: url('../img/bottom_bg.gif') center center;
    background-size: cover;
    padding-top: 0px;
    margin-bottom: -30px;
}

.top_header {
    background-color: #FFF;
    padding: 15px 0 15px;
    position: relative;
    background: url('../img/header_bg.gif') center center;
    background-size: cover;
}

.help_q:hover .help_q_img {
    display: inline-block;
    width: 30px;
    height: 25px;
    background: url('../img/help_pass.png') center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.help_q:hover a {
    background: #fff;
    color: #EB8C17;
}

.help_q:hover {
    background: #fff;
    color: #EB8C17;
    border: 1px solid #EB8C17;
}

.help_q {
    background: #EB8C17;
    color: #fff;
    border: 1px solid #17A5EB;
    padding: 5px;
}

.help_q a {
    color: #fff;
}

.help_q .help_q_img {
    display: inline-block;
    width: 30px;
    height: 25px;
    margin-bottom: -3px;
    margin-top: 3px;
    background: url('../img/help_active.png') center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.business_navigator:hover .business_navigator_img {
    display: inline-block;
    width: 30px;
    height: 25px;
    background: url('../img/nav_active.png') center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.job_fair .job_fair_img {
    display: inline-block;
    width: 24px;
    margin-top: 4px;
    margin-bottom: -3px;
    height: 24px;
    background: url('../img/jobfair.png') center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.to_be .to_be_img {
    display: inline-block;
    width: 24px;
    margin-top: 4px;
    margin-bottom: -3px;
    height: 24px;
    background: url('../img/to_be.svg') center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.to_be_bot .to_be_bot_img {
    display: inline-block;
    width: 24px;
    margin-top: 4px;
    margin-bottom: -3px;
    height: 24px;
    background: url('../img/to_be_bot.png') center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* .job_fair:hover .job_fair_img {
    display: inline-block;
    width: 30px;
    height: 25px;
    background: url('../img/nav_active.png') center center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.business_navigator:hover a, .job_fair:hover a {
    background: #EB8C17;
    color: #fff;
    text-decoration: none;
}

.business_navigator:hover, .job_fair:hover, .to_be:hover, .to_be_bot:hover {
    background: #EB8C17;
    color: #fff;
    border: 1px solid #17A5EB;
}


.business_navigator a, .job_fair a, .to_be a, .to_be_bot a {
    color: #EB8C17;
}


.business_navigator .business_navigator_img {
  display: inline-block;
  width: 30px;
  height: 25px;
  margin-bottom: -3px;
  margin-top: 3px;
  background: url(../img/nav_pass.png) center center;
  background-repeat: no-repeat;
  background-size: cover;
}



.help_q a:hover,
.help_q:hover,
.business_navigator:hover,
.business_navigator a:hover,
.job_fair:hover,
.job_fair a:hover {
    text-decoration: none;
}

.job_fair, .business_navigator, .to_be, .to_be_bot {
    background: #fff;
    color: #EB8C17;
    text-align: left;
    padding: 5px;
    border: 1px solid #EB8C17;
    width: 100%;
}
.help_q,{
    text-align: left;
    padding: 5px;
    border: 1px solid #17A5EB;
    width: 100%;
}

.help_q > div, .business_navigator > div, .job_fair > div, .to_be > div, .to_be_bot > div {
    display: flex;
    align-items: center;
}

.help_q a:focus{
    color: #EB8C17;
}

.text_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.header_logo_main_title {
    text-transform: uppercase;
    color: #17A5EB;
    text-align: left;
    font-family: "Roboto Regular";
    line-height: 24px;
    margin: 4px 0;
    font-weight: bold;
    font-style: italic;
}

.header_logo_sub_title {
    color: #333;
    font-size: 12px;
    font-family: "Roboto Regular";
    text-align: left;
    line-height: 14px;
}

.header_help {
    color: #EB8C17;
    font-size: 11px;
    font-family: "Roboto Regular";
    text-align: left;
    line-height: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
    max-width: calc(33.3% - 10px);
    display: block;
}
/* .header_help:first-child {
  width: 31%
} */
.header_help-last {
  width: 40%
}

.langs_container {
    font-size: 0;
    display: flex;
}

.change_lang {
    width: 34px;
    height: 34px;
    display: inline-block;
    padding: 8px;
    background-color: #FFF;
    border: 1px solid #CCE;
    text-transform: uppercase;
    font-size: 12px;
    color: #333;
    font-family: "Roboto Regular";
    margin-left: 2px;
    display: inline-block;
    vertical-align: middle;
}

.change_lang.active {
    color: #17A5EB;
    background-color: #E2F5FB;
}

.change_lang:hover {
    color: #17A5EB;
    text-decoration: none;
}

.header_right_container {
    margin-top: 20px;
    padding-top: 5px;
}

.header_right_delimiter {
    width: 0;
    margin-left: 10px;
    margin-right: 15px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    border-left: 1px solid #CCE;
}

.search_toggler {
    display: inline-block;
    height: 30px;
    width: 24px;
    color: #333;
    font-size: 20px;
    vertical-align: middle;
}

.search_toggler:hover {
    color: #17A5EB;
}

.show_if_search {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
}

.search_form {
    /* margin-top: 22px; */
    width: 100%;
    margin-right: 10px
}

.search_form .form-control {
    border-radius: 0;
    border-color: #17A5EB;
    border-right: none;
    box-shadow: none !important;
}

.search_form .btn {
    background-color: #FFF !important;
    color: #17A5EB !important;
    border-color: #17A5EB !important;
    border-left: none !important;
    border-radius: 0;
}

.search_form .btn:hover {
    color: #23527C !important;
}

.do_search {
    box-shadow: none !important;
}

.advice_a {
    text-decoration: none !important;
    display: block;
    width: 275px;
    margin: 0 auto;
}

h2 {
    font-family: "Roboto Light";
    font-size: 25px;
    color: #EB8C17;
}

h3 {
    font-family: "Roboto Regular";
    font-size: 20px;
    color: #17A5EB;
    margin: 0 0 10px;
}

h1,
.subtitle{
    font-family: "Roboto Regular";
    font-size: 40px;
    color: #EB8C17;
}


h4 {
    font-family: "Roboto Light";
    font-size: 16px;
    color: #EB8C17;
    padding-left: 2px;
}

.premium h2 {
    margin-top: 0;
}

a {
    outline: none !important;
    color: #17A5EB;
}

a:hover {
    color: #EB8C17;
}

.navbar {
    margin: 0;
    min-height: 0;
    border: none;
    background-color: #17A5EB;
    border-radius: 0;
}

.navbar-collapse {
    padding: 0;
    border: none !important;
    box-shadow: none !important;
}

.navbar-nav {
    float: none;
    margin: 0;
    text-align: center;
    font-size: 0;
}

.navbar-nav > li {
    display: inline-block;
    position: relative;
    float: none;
}

.navbar-nav > li > a {
    font-family: "Roboto Regular";
    font-size: 15px;
    color: #FFF;
    padding: 13px 15px 12px;
    text-transform: uppercase;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > a.active {
    color: #17A5EB;
    background-color: #FFF;
}

.navbar-toggle {
    color: #FFF;
    margin: 5px;
    z-index: 1000;
    font-size: 16px;
    color: #FFF;
    padding: 3px 9px 2px 9px;
    background-color: #EB8C17;
}

.navbar-toggle:hover {
    color: #FFF;
    background-color: #EB8C17;
}

.navbar-toggle:hover, .navbar-toggle:focus {
    color: #FFF;
}

.navbar-nav > li > ul {
    position: absolute;
    background-color: #333333;
    list-style: none;
    padding: 0;
    display: none;
    left: 0px;
    right: auto;
    width: 320px;
    z-index: 10;
    text-align: left;
}

.navbar-nav > li > ul > li {
    display: block;
}

.navbar-nav > li > ul > li > a {
    display: block;
    font-family: "Roboto Light";
    font-size: 14px;
    color: #17A5EB;
    padding: 5px 10px 5px;
    line-height: 1.1;
}

.navbar-nav > li > ul > li > a:hover {
    color: #EB8C17;
    background-color: #FFF;
    text-decoration: none;
}

.top_navigate {
    margin: 20px 0 0px;
    font-size: 0px;
}

.top_navigate a {
    margin-bottom: -1px;
    border-top: 3px solid #FFF;
    text-decoration: none !important;
    font-size: 14px;
    display: inline-block;
    padding: 5px 16px 8px;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    margin-left: -1px;
}

.top_navigate a:hover {
    border-top: 3px solid #17A5EB;
    border-bottom: 1px solid #FFF;
}

.breadcrumbs {
    margin-left: 4px;
    border-bottom: 1px solid #EEE;
}

.breadcrumbs a.crumb:last-child {
    border-top: 3px solid #17A5EB;
    border-bottom: 1px solid #FFF;
}

.offset-top1 {
    margin-top: 10px;
}

.offset-top2 {
    margin-top: 20px;
}

.offset-top3 {
    margin-top: 30px;
}

.offset-top4 {
    margin-top: 40px;
}

.offset-top5 {
    margin-top: 50px;
}

.offset-bottom1 {
    margin-bottom: 10px;
}

.offset-bottom2 {
    margin-bottom: 20px;
}

.offset-bottom3 {
    margin-bottom: 30px;
}

.offset-bottom4 {
    margin-bottom: 40px;
}

.offset-bottom5 {
    margin-bottom: 50px;
}

.scrolloff {
    pointer-events: none;
}

#up_button {
    display: none;
    bottom: 140px;
    font-size: 0;
    line-height: 0;
    margin-right: 0 !important;
    position: fixed;
    right: 25px !important;
    text-decoration: none;
    width: 70px;
    height: 70px;
    z-index: 105;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#up_button:hover {
    opacity: 0.8;
}

.row-centered {
    text-align: center;
    font-size: 0;
}

.col-centered {
    float: none !important;
    display: inline-block !important;
    vertical-align: top !important;
}

.no_padding {
    padding: 0;
}

.no_margin {
    margin: 0;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 30px 0 10px;
}

.footer_logo {
    margin: 0px auto;
}

.footer_title {
    color: #36A2EB;
    font-size: 14px;
    font-family: "Roboto Regular";
    margin-bottom: 8px;
}

.footer_a {
    color: #FFF;
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-family: "Roboto Regular";
}

.footer_a:hover {
    color: #EB8C17;
    text-decoration: none;
}

.rights {
    display: block;
    font-size: 12px;
    color: #AAA;
    margin-top: 10px;
    text-decoration: none !important
}

.rights:hover {
    color: #CCC;
}

.main_picture {
    height: 720px;
}

.man-container {
    position: relative;
    height: 100%;
}

.man-container img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 40%;
}

.man_words {
    position: absolute;
    top: 312px;
    background-color: #FFF;
    padding: 24px 35% 37px 22px;
    font-size: 14px;
}

.man_words p:first-child {
    color: #17A5EB;
    font-size: 60px;
    font-family: "Roboto Regular";
    margin: 0;
    line-height: 0.83;
}

#main_about {
    margin: 20px 0 0;
}

#main_about_content {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    justify-content: center;
    margin: 20px 0;
}

#main_about_text {
    width: 100%;
    padding: 70px 45px 45px 30px;
    background-color: #17A5EB;
    color: #FFF;
    text-align: center;
    font-family: "Roboto Light";
    font-size: 16px;
}

#main_about_img {
    width: 100%;
    text-align: center;
}

.about_btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #FFF;
    color: #17A5EB;
    text-decoration: none !important;
    font-family: "Roboto Regular";
    font-size: 16px;
    margin-top: 30px;
}

.about_btn:hover {
    background-color: #FFF;
    color: #EB8C17;
}

.about_btn .arrow.hover {
    display: none;
}

.about_btn .arrow.active {
    display: inline-block;
}

.about_btn:hover .arrow.hover {
    display: inline-block;
}

.about_btn:hover .arrow.active {
    display: none;
}

.advantages {
    margin: 40px 0;
}

.adv_item {
    height: 100px;
    border-right: 2px solid #FFF;
    margin: 30px 0;
}

.adv_item.border_right {
    border-color: #FFF;
}

.adv_img {
    margin: 0 auto 30px;
}

.adv_text {
    text-align: center;
    font-family: "Roboto Light";
    font-size: 16px;
    padding: 0 15px;
}

.unit_item {
    padding: 15px 0px;
}

.unit_item .unit_a {
    text-decoration: none !important;
}

.unit_item .unit_name {
    color: #000;
    font-size: 16px;
    font-family: "Roboto Regular";
    margin: 20px 0 0;
}

.unit_item .unit_date {
    color: #C6C6C6;
    font-family: "Roboto Light";
    font-size: 14px;
}

.unit_item .unit_short {
    color: #000;
    font-family: "Roboto Light";
    font-size: 14px;
}

.unit_tiles .unit_item {
    width: 33.33%;
    padding: 10px;
}

.unit_list .unit_img {
    margin-top: 5px;
}

.unit_list .unit_name {
    margin-top: 0px;
}

.unit_list {
    padding: 0;
    margin-bottom: 25px;
}

.unit_tile {
    margin-bottom: 25px;
}

.unit_item.document {
    background-color: #E9E9E9;
    padding: 10px 20px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #FFF;
}

.unit_item.document:hover {
    background-color: #FFF;
    border-color: #EB8C17;
}

.unit_item.document:hover .btn_company {
    background-color: #EB8C17;
    border-color: #EB8C17;
}

.unit_item.document .btn_company:hover {
    background-color: #FFF;
    border-color: #EB8C17;
}

.document_type_img {
    display: inline-block;
    margin-right: 4px;
}

.industrial_item {
    position: relative;
}

.industrial_a {
    position: relative;
    text-decoration: none !important;
    display: inline-block;
}

.industrial_a:hover {
    text-decoration: none;
}

.industrial_name_container {
    min-height: 70px;
    margin: 10px 0 20px;
}

.industrial_name {
    color: #000;
    font-size: 16px;
    font-family: "Roboto Regular";
    margin: 0 0 10px;
}

.cat_item {
    position: relative;
}

.cat_a {
    position: relative;
    text-decoration: none !important;
    display: inline-block;
}

.cat_a:hover {
    text-decoration: none;
}

.cat_name_container {
    height: 70px;
    margin: 10px 0 20px;
}

.cat_name {
    color: #000;
    font-size: 16px;
    font-family: "Roboto Regular";
    margin: 0 0 10px;
}

.simple_more {
    font-family: "Roboto Light";
    font-size: 14px;
}

.pagination > li > span, .pagination > li > a {
    color: #17A5EB;
}

.pagination > li > span:hover, .pagination > li > span:focus, .pagination > li > a:hover, .pagination > li > a:focus {
    color: #EB8C17;
}

.pagination > .active > span {
    background-color: #17A5EB;
    border-color: #17A5EB;
}

.pagination > .active > span:hover, .pagination > .active > span:focus {
    background-color: #EB8C17;
    border-color: #EB8C17;
}

.pagination a, .pagination span {
    border-radius: 0 !important;
    font-size: 14px;
}

.btn_company {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #17A5EB;
    color: #FFF;
    border: 1px solid #17A5EB;
    text-decoration: none !important;
    font-family: "Roboto Regular";
    margin-top: 30px;
}

.btn_company:hover {
    background-color: #FFF;
    color: #EB8C17;
    border-color: #EB8C17;
}

.btn_company .arrow.hover {
    display: none;
}

.btn_company .arrow.active {
    display: inline-block;
}

.btn_company:hover .arrow.hover {
    display: inline-block;
}

.btn_company:hover .arrow.active {
    display: none;
}

.unit_tiles .btn_company {
    margin-top: 10px;
}

.unit_list .btn_company {
    margin-top: 10px;
}

.panorama-nav-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.panorama-nav-wrapper .btn {
    margin: 5px 15px 5px 15px;
}

.panorama-dots-nav-wrapper {
    position: absolute;
    bottom: 0;
    text-align: left;
    overflow: overlay;
    width: auto;
    min-width: 100px;
}

.panorama-dots-nav-wrapper button {
    display: block;
    margin: 5px;
}

#js-panorama {
    margin-top: 20px;
}

.pano_outer {
    position: relative;
}

.pano_outer .container {
    position: relative;
}

.pano_text {
    position: absolute;
    top: 80px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 35px 35px 40px 20px;
    max-width: 60%;
    z-index: 9;
}

.pano_long_desc {
    font-family: "Roboto Light";
    font-size: 14px;
    max-height: 350px;
}

.pano_text_close {
    position: absolute;
    display: inline-block;
    top: 20px;
    right: 25px;
    width: 15px;
    height: 15px;
    background: url('../img/close.png') center top;
}

.pano_text_close:hover {
    background-position: center 100%;
}

.unit-photo {
    font-size: 13px;
    text-decoration: none !important;
}

.unit-photos {
    list-style: none;
    font-size: 0;
    padding: 0;
    text-align: center;
}

.unit-photos li {
    display: inline-block;
    width: 24%;
    padding: 10px;
    vertical-align: top;
    font-size: 18px;
    position: relative;
}

.photo-title-container {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.75);
    color: #CCC;
    font-size: 18px;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 10px;
    display: none;
}

.photo-title {
    margin: auto;
}

.unit-photos img, .video-cover {
    padding: 3px;
    border: 1px solid #17A5EB;
}

.unit-photos img:hover, .video-cover:hover {
    border-color: #EB8C17;
}

.unit-photos li:hover .photo-title-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.simple-videos {
    margin: 30px 0;
}
.video-holder {
    text-align: center;
}

.unit-videos {
    list-style: none;
    font-size: 0;
    padding: 0;
    text-align: center;
}

.unit-videos li {
    display: inline-block;
    width: 24%;
    padding: 10px;
    vertical-align: top;
    font-size: 15px;
    position: relative;
}

.unit-videos li a:hover {
    text-decoration: none;
}

.video-title {
    height: 50px;
}

.fancy:hover .youtube {
    opacity: 1;
}

.youtube {
    position: absolute;
    width: 36px !important;
    height: 36px !important;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
    opacity: .7;
}

.manual_container {
    /*-moz-column-count: 2;*/
    /*-webkit-column-count: 2;*/
    /*column-count: 2;*/
    margin: 30px 0 45px;
}

.manual_container .manual__list {
    padding: 0;
    list-style: none;
    font-size: 15px;
    line-height: 17px;
    /*margin-bottom: 30px;*/
}

.manual__list_item {
    margin-bottom: 40px;
    position: relative;
    padding-left: 70px;
}

.manual__list .manual__list_item:nth-child(2n) {
    /*margin-left: 100px;*/
    margin-left: 20%;
}

.manual__list_item > .item_number {
    position: absolute;
    top: 50%;
    margin-top: -26px;
    left: 0;
    width: 55px;
    height: 55px;
    border-radius: 35px;
    background: rgba(235, 140, 23, 1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(235, 140, 23, 1) 1%, rgba(235, 140, 23, 1) 27%, rgba(235, 68, 7, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, rgba(235, 140, 23, 1)), color-stop(27%, rgba(235, 140, 23, 1)), color-stop(100%, rgba(235, 68, 7, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(235, 140, 23, 1) 1%, rgba(235, 140, 23, 1) 27%, rgba(235, 68, 7, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(235, 140, 23, 1) 1%, rgba(235, 140, 23, 1) 27%, rgba(235, 68, 7, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(235, 140, 23, 1) 1%, rgba(235, 140, 23, 1) 27%, rgba(235, 68, 7, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(235, 140, 23, 1) 1%, rgba(235, 140, 23, 1) 27%, rgba(235, 68, 7, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb8c17', endColorstr='#eb4407', GradientType=1);
    text-align: center;
    padding: 5px 0;
    font-size: 30px;
    line-height: 44px;
    color: #fff;
    font-family: Roboto Bold;
}

.manual__list_item > .item_title {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #EB8C17;
    /*color:#17A5EB ;*/
}

.manual__list_item span:last-child {
    display: inline-block;
    border-top: 1px #EB8C17 solid;
    padding-top: 6px;
}

.video_row iframe {
    width: 100%;
    height: 315px;
    margin-bottom: 25px;
}

.video_row .video_description {
    padding: 0 15px;
    font-size: 15px;
    line-height: 22px;
}

.video_row .video_description > span {
    color: #EB8C17;
    font-family: Roboto Bold;
}

.clock_ico {
    display: inline-block;
    margin-right: 10px;
    width: 24px;
    margin-right: 10px;
    margin-top: -3px;
}

.work_time_title {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    font-family: "Roboto Light";
}

.work_time_table td {
    border-top: none !important;
    font-family: "Roboto Light";
    padding: 3px 8px !important;
    font-size: 16px;
}

.work_time_table_toggler {
    display: inline-block;
    padding: 3px 10px;
}

.work_time_table_toggler img {
    display: none;
}

.work_time_table_toggler img.active {
    display: inline-block;
}

.work_time_content {
    display: none;
}

.directory_a {
    display: block;
    text-decoration: none !important;
    text-align: center;
    margin: 15px auto;
    position: relative;
    color: #FFF !important;
}

.directory_img_container {
    padding: 0;
    width: 100%;
}

.directory_img_container img {
    margin: 0 auto;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.directory_a:hover .directory_img_container img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.directory_name_container {
    position: absolute;
    top: 30%;
    bottom: 30%;
    left: 15%;
    right: 15%;
    border: 8px solid #FFF;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

}

.directory_name_mask {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    background-color: #000;
    opacity: 0.3;
    z-index: 9;
}

.directory_name {
    padding: 0 10px 0px;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    z-index: 10;
    margin: auto;
}

.premium_page_title {
    display: inline-block;
    max-width: 80%;
}

.premium_phone {
    display: inline-block;
    max-width: 20%;
    float: right;
    font-size: 50%;
    margin-top: 4px;
}

#panoram-slides {
    text-align: center;
    margin: 30px 0 30px;
}

#panoram-slides .item {
    padding: 10px;
    display: inline-block;
    position: relative;
}

#panoram-slides .caption {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 15px;
    top: 9px;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
}

#panoram-slides .item:hover .caption {
    opacity: 1;
    outline: 1px solid #17A5EB;
}

#panoram-slides .item .image {
    text-align: center;
}

#panoram-slides .item .image a {
    display: inline-block;
    max-width: 265px;
}

#panoram-slides .caption a {
    color: #17A5EB;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
}

#panoram-slides .caption a:hover {
    color: #EB8C17;
    text-decoration: none;
}

#panoram-slides .caption strong {
    font-size: 18px;
    text-align: center;
    font-family: "Roboto Light", sans-serif;
    color: #333;
    font-weight: 100;
}

#panoram-slides .owl-prev {
    position: absolute;
    top: 46%;
    left: -45px;
    border-radius: 50% !important;
    padding: 0 !important;
    width: 50px;
    height: 100px;
    margin-top: -50px !important;
    background: url("../img/prev.png") 0px 50% no-repeat !important;
}

#panoram-slides .owl-next {
    position: absolute;
    top: 46%;
    right: -45px;
    border-radius: 50% !important;
    padding: 0 !important;
    width: 50px;
    height: 100px;
    margin-top: -50px !important;
    background: url("../img/next.png") 100% 50% no-repeat !important;
}

.owl-prev:hover {
    opacity: 0.5
}

.owl-next:hover {
    opacity: 0.5
}

.contacts {
    text-align: center;
}

.contacts_item {
    text-align: center;
    width: 24%;
    display: inline-block;
    margin: 20px 0;
    vertical-align: top;
}

.contacts_item p {
    margin-bottom: 0px;
}

#map {
    margin-bottom: -35px;
}

#bid_form .form-title {
    margin: 10px 0 0;
}

.pano_menu {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

.pano_menu ul {
    display: none;
    border: 1px solid #17A5EB;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -1px;
    z-index: 9999;
    background-color: #FFF;
}

.pano_menu li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.pano_menu ul li {
    display: block;
}

.panorama-a {
    display: inline-block;
    text-decoration: none !important;
    padding: 6px 20px;
    background-color: #17A5EB;
    color: #FFF;
    border: 1px solid #17A5EB;
    margin-top: 5px;
}

.panorama-a:hover, .panorama-a.active {
    background-color: #FFF;
    color: #EB8C17;
    border-color: #EB8C17;
}

.pano_menu ul a {
    padding: 3px 5px;
    font-size: 12px;
    background-color: #FFF;
    color: #17A5EB;
    border: none;
    display: block;
}

.pano_menu ul a:hover, .pano_menu ul a.active {
    color: #EB8C17;
}

a img.arrow {
    display: none !important;
}

.menu_name {
    color: #EB8C17;
    font-family: "Roboto Regular";
    margin-top: 30px;
    font-size: 20px;
}

#diagramms_trigger {
    margin-top: -300px;
}

.unavailable {
    position: absolute;
    right: -135px;
    display: none;
    width: 130px;
    top: -37px;
    padding: 10px;
    background-color: #000;
    color: #DE3F41;
    z-index: 20;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.change_lang.disabled {
    position: relative;
}

.change_lang.disabled:hover .unavailable {
    display: block;
}

.shown_scrolled {
    display: none !important;
}

header.scrolled .shown_scrolled {
    display: inline-block !important;
}

header.scrolled .bottom_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.archive_information {
    text-decoration: none !important;
}

.archive_information h3 {
    text-align: center;
    margin: 20px 0;
    border-top: 1px solid #17A5EB;
    padding-top: 20px;
    font-size: 28px;
}

.archive_information h3:hover, .archive_information:focus {
    color: #FF8D00;
}

#consult_form {
    margin-top: 20px;
}

#consult_form p {
    margin: 0;
    font-size: 14px;
}

#consult_form input, #consult_form textarea {
    border-radius: 0;
    margin-bottom: 10px;
}

.input-holder {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 5px;
}

.input-holder label {
    position: absolute;
    left: 0;
    bottom: 0;
}

.blog-cats {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.blog-cats__item {
    margin-right: 15px;
}

.blog-cats__item a:hover, .blog-cats__item a:active, .blog-cats__item a:focus {
    text-decoration: none;
    color: #17A5EB;
}

.blog-cats__item a.active {
    color: #EB8C17;
}

textarea.form-control {
    resize: none;
}

.table-wrapper tr {
    min-width: 480px;
}

.hide_if_search.test_flex {
    margin-top: 11px;
    display: flex;
    flex-wrap: wrap;
    height: initial;
    justify-content: end;
    align-items: flex-end;
}

.hide_if_search.test_flex .header_help{
    margin-left: 10px;
}

@media (max-width: 1200px) {
    .langs_container {
        float: right;
        /* margin-right: -20px; */
    }

    .header_right_delimiter {
        margin-right: 13px;
    }
    /* .header_help{
      width: 48%;
      max-width: none;
    } */
    .show_if_search{
      width: 100%;
      margin-bottom: 10px;
    }
    /* .header_help:first-child {
        width: 48%;
    } */
}

@media (max-width: 992px) {
    .langs_container {
        float: none;
        margin-right: 0;
    }

    .header_right_delimiter {
        margin-right: 13px;
    }

    .help_q {
        margin-bottom: 0px;
    }

    .hide_if_search.test_flex {
        margin-top: 11px;
        margin-left: -10px;
        display: flex;
        /* flex-wrap: wrap; */
        height: initial;
        justify-content: space-around;
    }

    .directory_name_container {
        border: 3px solid #FFF;
    }

    .directory_name {
        font-size: 30px;
    }
    .navbar-toggle{
        display: block;
        width: 100%;

        max-width: 37px;
    }
     .navbar-header {
        float: none;
        display: block;
        width: 100%;
    }

    .navbar-collapse.collapse{
        display: none;
        visibility: hidden;
    }

    .navbar-collapse.in {
        overflow-y: initial;
    }
    .collapse.in {
        display: block;
        visibility: visible;
    }
    .navbar-nav {
        position: relative;
        height: 0;
    }
    .collapse.in .navbar-nav{
        height: 100%;
    }

    .navbar-nav li,
    header.scrolled .shown_scrolled{
        display: none!important;
    }
    .collapse.in .navbar-nav li,
    header.scrolled .collapse.in  .shown_scrolled{
        display: block!important;
    }
    .navbar-nav > li:first-of-type {
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 200;
    }

    .openable {
        position: relative;
    }

    .openable:after {
        content: '';
        position: absolute;
        top: 22px;
        right: 15px;
        width: 8px;
        height: 8px;
        border: 2px solid #fff;
        border-left: 0;
        border-top: 0;
        transform: translateY(-50%) rotateZ(45deg);
    }
   .openable ul{
       width: 100%;
       text-align: center;
   }
    .navbar-nav > li > ul {
        position: static;
        width: 90%;
        margin: 0 auto;
    }
    .sitemap_open .fa-sitemap {
        color: #303030;
    }
}

@media (max-width: 768px) {
    .manual__list .manual__list_item:nth-child(2n) {
        margin-left: 10%;
    }
    .video-holder>iframe {
        max-width: 100%;
        width: 560px;
        max-height: 315px;
        height: 52vw;
    }

    .manual__list_item > .item_number {
        margin-top: -23px;
        width: 46px;
        height: 46px;
        font-size: 26px;
        line-height: 38px;
    }

    .video_row iframe {
        max-width: 560px;
        width: 100%;
        max-height: 315px;
        height: 48vw;
    }

    .manual_container {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1 !important;
    }

    .unit_tiles .unit_item {
        width: 100%;
    }

    .unit_item.document .unit_name {
        height: auto;
        margin-top: 0;
        font-size: 15px;
    }

    .contacts_item {
        width: 100%;
    }

    header.scrolled .shown_scrolled {
        display: none !important;
    }

    /*#up_button {*/
    /*display: none !important;*/
    /*}*/
    .navbar-nav > li > ul {
        position: relative;
        background-color: #333333;
        list-style: none;
        padding: 0;
        display: none;
        z-index: 10;
        width: 100%;
    }

    /*.navbar-nav > li > ul > li { display: inline-block; }*/
    .sitemap_container .row {
        margin-right: 0;
    }

    .sitemap li a, .sitemap li span {
        font-size: 18px;
    }

    .sitemap ul li {
        border-bottom: 1px solid #ccc;
    }
    .directory_name {
        font-size: 22px;
    }
    .text-content.info_content img.margin{
        margin: 0 auto 15px!important;
        float: none!important;
    }

}

@media (max-width: 670px) {
    .test_flex {
        justify-content: center;
        align-content: space-around;
        height: 125px;
    }

    .pano_text {
        max-width: 100%;
    }
}

@media (max-width: 580px) {
    .table-wrapper {
        overflow-x: scroll;
    }

    .table {
        /*min-width: 540px;*/
    }

    .navbar-collapse.in {
        padding-bottom: 40px;
    }

    .float-none-xs {
        float: none !important;
        margin: 0 auto !important;
        width: 100%;
    }
    .hide_if_search.test_flex{
      flex-direction: column;
    }

    .header_help, .show_if_search{
      width: 100%;
    }
    .header_help{
      max-width: none;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 25px;
    }

    .unavailable {
        right: 0;
        top: 100%;
    }

    #up_button {
        bottom: 15px;
        right: 35px !important;
        width: 45px;
        height: 42px;
        background-color: rgb(48, 48, 48);
    }

    .directory_name {
        font-size: 17px;
    }

}

@media (max-width: 480px) {
    .directory_name {
        font-size: 14px;
        line-height: 16px;
    }

}

@media (min-width: 768px) {
    #main_about_content {
        flex-direction: row;
        align-items: center;
    }

    #main_about_text {
        width: 50%;
        text-align: left;
    }

    #main_about_img {
        width: 50%;
    }

    .adv_item.border_right {
        border-color: #EB8C17;
    }

    .unit_tiles .unit_item {
        width: 50%;
    }

    .unit_item.document .unit_name {
        height: 145px;
        margin-top: 0;
        font-size: 15px;
    }

    .contacts_item {
        width: 50%;
    }
}

@media (min-width: 992px) {
    #main_about_text {
        width: 45%;
    }

    #main_about_img {
        width: 55%;
    }

    .navbar-nav > li > a {
        padding: 8px 8px 8px;
    }

    .unit_tiles .unit_item {
        width: 50%;
    }

    .contacts_item {
        width: 30%;
    }
}

@media (min-width: 1200px) {
    .navbar-nav > li > a {
        padding: 16px 5px 16px;
    }

    .unit_tiles .unit_item {
        width: 33%;
    }

    .contacts_item {
        width: 24%;
    }
}

select {

    /* styling */
    background-color: white;
    border: thin solid blue;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;

    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* arrows */

select.classic {
    background-image: linear-gradient(45deg, transparent 50%, blue 50%),
    linear-gradient(135deg, blue 50%, transparent 50%),
    linear-gradient(to right, #17A5EB, #17A5EB);
    background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
    background-size: 5px 5px,
    5px 5px,
    2.5em 2.5em;
    background-repeat: no-repeat;
}

select.classic:focus {
    background-image: linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, #EB8C17, #EB8C17);
    background-position: calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
    background-size: 5px 5px,
    5px 5px,
    2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
}

/*NEWS_LIST*/
.news-list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block-link {
    display: block;
    text-decoration: none;
}

.block-link:hover {
    color: #000;
    text-decoration: none;
}

.news-item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.news-item:last-of-type {
    border-bottom: 0;
}

.news-item-poster {
    width: 20%;
}

.news-item-poster img {
    display: block;
    width: 100%;
    height: auto;
}

.news-item-description {
    width: 65%;
    box-sizing: border-box;
    padding: 0 15px;
}

.news-item-meta {
    width: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-item-name {
    color: #000;
    font-size: 16px;
    font-family: "Roboto Regular";
    margin: 10px 0;
}

.news-item-short {
    color: #000;
    font-family: "Roboto Light";
    font-size: 14px;
}

.news-item-date {
    color: #C6C6C6;
    font-family: "Roboto Light";
    font-size: 14px;
}

.is_media {
    position: relative;
    padding-left: 30px;
}

.is_media i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #EB8C17;
}

.news-full-btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #17A5EB;
    color: #FFF;
    border: 1px solid #17A5EB;
    text-decoration: none !important;
    font-family: "Roboto Regular";
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    text-align: center;
}

.news-full-btn:hover {
    background: #fff;
    border-color: #EB8C17;
    color: #EB8C17;
}

.data_invite {
    position: relative;
}

.data_invite label.error {
    position: absolute;
    left: 15px;
    bottom: -28px;
}

.info-full-btn {
    display: inline-flex;
    padding: 15px 20px;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 24px;
    width: 100%;
    background-color: #39b54a;
    color: #FFF;
    border: 1px solid #39b54a;
    text-decoration: none !important;
    font-family: "Roboto Regular";
    transition: all .2s ease-in-out;
    text-align: left;
}

.info-full-btn-span2 {
    width: 100px;
    text-align: right;
}

.info-full-btn:hover,
.info-full-btn:focus{
    background: #fff;
    border-color: #39b54a;
    color: #39b54a;
}

.info-full-btn.main_news_big {
  flex-direction: column;
}

@media (max-width: 1024px) {
  .info-full-btn.main_news_big {
    align-items: flex-start;
  }
}

@media (max-width: 992px) {
    .news-item {
        flex-wrap: wrap;
    }

    .news-item-poster {
        width: 50%;
    }

    .news-item-description {
        width: 50%;
    }

    .news-item-meta {
        width: 100%;
        margin-top: 20px;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.navbar-nav > li > ul {
    position: absolute;
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
    list-style: none;
    padding: 0;
    display: none;
    left: 0px;
    right: auto;
    width: 320px;
    z-index: 10;
    text-align: left;
    box-shadow: 3px 3px 9px -1px rgba(0, 0, 0, 0.39);
}

@media (max-width: 768px) {
    .cat_a {
        width: 100%;
    }

    .cat_a .cat_img {
        margin: 0 auto;
        width: 100%;
        max-width: 55%;
    }

    .news-item {
        padding: 20px 0;
    }

    .news-item-poster {
        width: 100%;
    }

    .news-item-meadia {
        flex-direction: column;
    }

    .news-item-description {
        width: 100%;
        padding: 10px 0 0;
    }

    .news-item-meta {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .news-full-btn {
        margin: 10px 0;
    }




    .unit-photos li,
    .unit-videos li {
        width: 50%;
        padding: 5px;
    }

    .industrial_a img {
        margin: 0 auto;
    }

    /* .business_navigator,
    .header_help .help_q {
        max-width: 302px;
        margin: 5px;
    } */

    .table-adaptive tr > td {
        width: 100% !important;
        display: block;
        border-top: none !important;

    }

    .table-adaptive tr {
        border-bottom: 1px solid #ddd;
    }

    .navbar-nav > li > a {
        font-size: 15px;
        line-height: 17px;
        padding: 8px 15px;
    }

}

@media (max-width: 480px) {
    .info-full-btn {
        font-size: 20px;
        display: block;
    }
}
