@charset "UTF-8";

/*  <!-- RESPONSIVE
============================================ --> */
/* здесь мы пишем медиа запросы */
/* width start */
/* width end */
/* =============================================================================*/
/* <!-- minw start
  ============================================ --> */
@media only screen and (min-width: 480px) {
  .hide_480 {
    display: none;
  }

}

/* <!-- min-width: 480px --> */
@media only screen and (min-width: 576px) {
  .hide_576 {
    display: none;
  }
}

/* <!-- min-width: 576px --> */
@media only screen and (min-width: 768px) {
  .hide_768 {
    display: none;
  }

}

/* <!-- min-width: 768px --> */
@media only screen and (min-width: 992px) {
  .hide_992 {
    display: none;
  }
  header.fix .header_main {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    margin: 0;
    padding: 20px 0;
    z-index: 21;
  }
  header.fix .header_top {
    padding-bottom: 110px;
  }
  .header_resp_nav {
    display: block !important;
  }
  .item:hover .item_img rect,
  .item:hover .item_img polygon,
  .item:hover .item_img path {
    fill: #fff;
  }
  .item:hover .item_img line {
    stroke: #fff;
  }
  .item .item_img line {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .item:hover .item_img .s {
    display: none;
  }
  .item:hover .item_img .h {
    display: block;
  }
  .form_bottom h2:last-child {
    margin-bottom: 0;
  }
}

/* <!-- min-width: 992px --> */
@media only screen and (min-width: 1200px) {
  .hide_1200 {
    display: none;
  }
  ::-webkit-scrollbar{
    background: #F7F7F7;
    width: 10px;
  }
  ::-webkit-scrollbar-thumb{
    background: #741B75;
  }
}

/* <!-- min-width: 1200px --> */
@media only screen and (min-width: 1300px) {
  .hide_1300 {
    display: none;
  }
    .container.news .news_index .large {
        width: 54%;
        float: left;
    }
    .container.news .news_index .short {
        float: right;
        width: 46%;
        padding: 30px 80px;
    }
    .container.news .item {
        width: calc(33% - 17px);
    }
}

/* <!-- min-width: 1300px --> */
@media only screen and (min-width: 1400px) {
  .hide_1400 {
    display: none;
  }
  .doc_box .ab_title {
    margin-bottom: 33px !important;
  }
}

/* <!-- min-width: 1400px --> */
@media only screen and (min-width: 1500px) {
  .hide_1500 {
    display: none;
  }
}

/* <!-- min-width: 1500px --> */
@media only screen and (min-width: 1600px) {
  .hide_1600 {
    display: none;
  }
  .txt2 {
    margin-bottom: 40px !important;
  }
}

/* <!-- min-width: 1600px --> */
@media only screen and (min-width: 1700px) {
  .hide_1700 {
    display: none;
  }
}

/* <!-- min-width: 1700px --> */
@media only screen and (min-width: 1800px) {
  .hide_1800 {
    display: none;
  }
}

/* <!-- min-width: 1800px --> */
/* <!-- minw end
  ============================================ --> */
/* <!-- maxw start
  ============================================ --> */
@media only screen and (max-width: 1899px) {
  .hide_1899 {
    display: none;
  }
}

/* <!-- max-width: 1899px --> */
@media only screen and (max-width: 1799px) {
  .hide_1799 {
    display: none;
  }
}

/* <!-- max-width: 1799px --> */
@media only screen and (max-width: 1699px) {
  .hide_1699 {
    display: none;
  }
}

/* <!-- max-width: 1699px --> */
@media only screen and (max-width: 1599px) {
  .hide_1599 {
    display: none;
  }
  .h1, h1 {
    font-size: 70px;
  }
  .item_in_cont  h1,.item_in_cont .h1 {
    font-size: 38px;
  }
  .item_img {
    height: 90px;
    margin-bottom: 30px;
  }
  .item3 .item_title {
    font-size: 70px;
  }
  .title_bg {
    font-size: 170px;
    height: 85px;
  }
  .title_bg_mod {
    height: 120px;
  }
  .title_bg_sm {
    font-size: 100px;
  }
  .row_lg {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row_lg > *{
    padding-left: 20px;
    padding-right: 20px;
  }
  .item_in_info {
    padding-left: 46px;
  }
  .h3, h3 {
    margin-bottom: 60px;
  }
  .info_item {
    padding-right: 0;
  }
  .box_right_offset {
    padding-left: 50px;
  }
}

/* <!-- max-width: 1599px --> */
@media only screen and (max-width: 1499px) {
  .hide_1499 {
    display: none;
  }
}

/* <!-- max-width: 1499px --> */
@media only screen and (max-width: 1399px) {
  .hide_1399 {
    display: none;
  }
  .search.active {
    width: 940px;
  }
  .h1, h1 {
    font-size: 60px;
    margin-bottom: 60px;
  }
  .item_in_cont  h1,.item_in_cont .h1 {
    font-size: 36px;
  }
  .h1 + .un_title,
  h1 + .un_title {
    margin-top: -40px;
  }
  .h2, h2 {
    font-size: 48px;
    line-height: 52px;
  }
  .h4, h4 {
    margin-bottom: 40px;
  }
  .item3 .item_title {
    font-size: 60px;
  }
  .section_offset {
    margin: 90px 0;
  }
  .footer_bottom {
    padding-bottom: 60px;
  }
  .main_box_tab_list li {
    padding: 30px;
    padding-left: 50px;
    padding-right: 20px;
  }
  .main_box_tab_list li:before {
    top: 34px;
    left: 18px;
  }
  .title_bg {
    font-size: 150px;
    height: 75px;
  }
  .title_bg_mod {
    height: 100px;
  }
  .title_bg_sm {
    font-size: 90px;
  }
  .item {
    padding: 30px;
    padding-right: 50px;
  }
  .item_hover_arrow {
    right: 25px;
    bottom: 30px;
  }
  .item3 {
    padding-top: 100px;
  }
  .row_lg,
  .row_md {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row_lg > *,
  .row_md > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row_lg.row_offset,
  .row_md.row_offset {
    margin-bottom: -40px;
  }
  .row_lg.row_offset > *,
  .row_md.row_offset > * {
    margin-bottom: 40px;
  }
  .title_row {
    padding-bottom: 60px;
  }
  .lv_2,
  .lv_2_lg {
    padding: 30px;
  }
  .lv_2_lg {
    padding-bottom: 50px;
  }
  .lv_2 li:not(:last-child),
  .lv_list li:not(:last-child) {
    margin-bottom: 18px;
  }
  .lv_2_wr .ab_title {
    margin-bottom: 20px;
  }
  .drop_box {
    left: -30px;
  }
  .row_offset + .title_bg {
    margin-top: 40px;
  }
  .cont_pad {
    margin-bottom: 40px;
  }
  .cont_pad_top {
    margin-top: 40px;
  }
  .cont_pad_lg {
    margin-bottom: 60px;
  }
  .item_in_info_box {
    padding: 60px 50px;
  }
  .h3, h3 {
    margin-bottom: 50px;
  }
  .table_resp:not(:last-child) {
    margin-bottom: 30px;
  }
  .box_right_offset {
    padding-left: 30px;
  }
  .row_xl {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row_xl > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row_xl.row_offset {
    margin-bottom: -40px;
  }
  .row_xl.row_offset > * {
    margin-bottom: 40px;
  }
  .navigation > li:not(:last-child) {
    margin-right: 20px;
  }
}

/* <!-- max-width: 1399px --> */
@media only screen and (max-width: 1299px) {
  .hide_1299 {
    display: none;
  }
    .news .item {
        width: calc(50% - 25px);
        margin: 0 25px 30px 0 !important;
    }
    .news .item:nth-child(even) {
        margin-right: 0 !important;
    }
    .news .index .item:nth-child(3) {
        display: none;
    }
    .news .filter {
        margin-bottom: 30px;
    }
    .news .filter .selects_opener {
        display: block;
    }
    .news .filter .selects {
        position: absolute;
        top: 60px;
        right: 0;
        background: #fff;
        border: 1px solid #ebebeb;
        display: none;
    }
    .news .filter .selects .select {
        display: block;
        border: 0;
        padding: 10px;
    }
    .news .top h1 {
        font-size: 32px;
        font-weight: 500;
    }
    .news .top .cats {
        float: right;
        margin: 0;
    }
    .news .top .cats a {
        padding: 0 10px;
    }
    .news .news_index .large {
        width: 50%;
    }
    .news .news_index .short {
        width: 50%;
        padding: 20px;
    }
    .news .news_index .short .it {
        padding: 10px 0;
    }
}

/* <!-- max-width: 1299px --> */
@media only screen and (max-width: 1199px) {
  .hide_1199 {
    display: none;
  }
  .navigation >li:not(:last-child) {
    margin-right: 15px;
  }
  .header_main {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  body {
    font-size: 14px;
    line-height: 22px;
  }
  p:not(:last-child) {
    margin-bottom: 20px;
  }
  .h1, h1 {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .item_in_cont  h1,.item_in_cont .h1 {
    font-size: 34px;
  }
  .h1 + .un_title,
  h1 + .un_title {
    margin-top: -20px;
  }
  .h2, h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .item3 .item_title {
    font-size: 48px;
  }
  .section_offset {
    margin: 60px 0;
  }
  .item {
    padding-right: 30px;
  }
  .item .item_hover_arrow {
    display: none;
  }
  .item_title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .item_img {
    height: 70px;
    margin-bottom: 20px;
  }
  .row_lg,
  .row_md {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row_lg > *,
  .row_md > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row_lg.row_offset,
  .row_md.row_offset {
    margin-bottom: -30px;
  }
  .row_lg.row_offset > *,
  .row_md.row_offset > * {
    margin-bottom: 30px;
  }
  .title_row {
    padding-bottom: 40px;
  }

  .title_bg {
    font-size: 120px;
    height: 60px;
  }
  .title_bg_mod {
    height: 80px;
  }
  .title_bg_sm {
    font-size: 70px;
  }
  .search.active {
    width: 790px;
  }
  .search_box {
    margin-left: 20px;
  }
  .tabs_list li:not(:last-child) {
    margin-right: 24px;
  }
  table:not([class]) td {
    padding: 15px 20px;
    width: auto !important;
  }
  .item_in_img {
    margin-bottom: 30px;
  }
  .btn_cont_pos {
    display: block;
    padding-bottom: 0;
    padding-top: 20px;
  }
  .h4, h4 {
    margin-bottom: 30px;
  }
  .navigation > li > a {
    font-size: 14px;
  }
  .navigation >li:not(:last-child) {
    margin-right: 12px;
  }
  .navigation > li > a.btn {
    font-size: 12px;
  }
}

/* <!-- max-width: 1199px --> */
@media only screen and (max-width: 991px) {
  .hide_991 {
    display: none;
  }
  .h1, h1 {
    margin-bottom: 30px;
  }
  .h1 + .un_title,
  h1 + .un_title {
    margin-top: 0px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    background-color: #fff;
  }
  header .container {
    max-width: 100%;
  }
  .section_offset:first-child{
     margin-top: 110px;
  }
  .logo a {
    width: 75px;
  }
  .btn_nav {
    display: block;
  }
  .header_resp_nav {
    /*display: none;*/
    position: fixed;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    padding: 40px 30px;
    overflow-x: hidden;

    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);

    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;

    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;

  }
  .header_resp_nav.open {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  .navigation {
    width: 100%;
    display: block;
  }
  .navigation_info  {
    width: 100%;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    -o-align-self: flex-end;
    align-self: flex-end;
  }
  .navigation>li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .header_top {
    display: none;
  }
  .header_main {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .main_box_tab_list {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .main_box_tab_list span {
    display: none;
  }
  .main_box_tab_list li {
    padding: 8px;
    text-align: center;
    border-top: 0 !important;
    width: auto;
    width: 40px;
    height: 40px;
  }
  .main_box_tab_list li:hover {
    background-color: transparent;
  }
  .main_box_tab_list li:hover:before {
    color: #A5A5A5;
  }
  .main_box_tab_list li:before {
    position: static;
  }
  .main_box_tab_list li:not(:last-child) {
    margin-right: 16px;
  }
  .title_row {
    padding-bottom: 20px;
  }

  .title_bg {
    font-size: 70px;
    height: 100px;
  }
  .title_bg_sm {
    font-size: 50px;
  }

  .item .item_hover_bg {
    opacity: 0.3 !important;
  }
  .item3,
  .item1 {
    background: #F7F7F7 !important;
  }
  .item2 {
    background: #fff !important;
  }
  .item2:before {
    opacity: 1 !important;
  }
  .item {
    color: rgba(115, 115, 115, 0.9) !important;
  }
  .item_title {
    color: #000000 !important;
  }
  /*.item_img path {
    fill: #000 !important;
  }*/
  .title_btn_box,
  .title_btn_box2 {
    text-align: left;
  }
  .title_row .un_title2 {
    margin-bottom: 20px;
  }
  .form_bottom {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .main_box_bg {
    left: -500px;
    right: -500px;
    top: 250px;
  }
  .main_box {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .main_box_wr {
    margin-bottom: 30px;
  }
  .swiper-main {
    margin-top: 0;
  }
  .drop_btn .drop_box {
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .resp_box_drop:before,
  .nav_arrow:before {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
  .lv_list a,
  .lv_2 a,
  .lv_2_wr .ab_title {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #000 !important;
    text-transform: none;
    margin-bottom: 20px;
  }
  .lv_2 {
    /*padding-left: 24px !important;*/
    background-color: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
    /*padding-left: 20px;*/
    font-size: 12px;
  }
  .lv_2 a {
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.83px;
    text-transform: uppercase;
    color: #BDBDBD;
  }
  .lv_2 li:not(:last-child), .lv_list li:not(:last-child) {
    margin-bottom: 10px;
  }

  .lv_2_lg {
    background-color: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
  }
  /*.resp_box_drop + .lv_list {
    display: none;
  }*/
  .lv_list {
    padding-top: 8px;
    margin-bottom: 24px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100vh;
    overflow-x: hidden;
    background-color: #fff;
    padding: 30px;
    z-index: 2;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);

    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;

    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .lv_list.open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  /*.lv_list li:last-child {
    margin-bottom: 30px;
  }*/

  .hide_menu .navigation>li:not(.hide_menu_off),
  .hide_menu .navigation_info  {
    /*height: 0;*/
    /*overflow: hidden;*/
    /*height: auto !important;*/
    display: none;
  }
  .lv_list_back{
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
    display: block;
  }
  .lv_list_back span {
    padding-top: 1px;
    padding-left: 10px;
  }
  .lv_list_back2,
  .lv_list_back {
    color: #000 !important;
  }
  .lv_list_back2 span,
  .lv_list_back span  {
    display: inline-block;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .lv_list_title {
    font-size: 16px !important;
    margin-top: 20px !important;
    margin-bottom: 24px !important;
    display: block;
    color: #000 !important;
    text-decoration: none;
    font-weight: 600;
  }
  .lv_list a {
    color: #BDBDBD;
  }
  /*.lv_list li:not([class]) {
    padding-left: 24px;
  }*/
  .drop_box  {
    /*display: none;*/
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100vh;
    overflow-x: hidden;
    background-color: #fff;
    padding: 0px;

    -webkit-transform: translate(-100%, 0) !important;
    -ms-transform: translate(-100%, 0) !important;
    -o-transform: translate(-100%, 0) !important;
    transform: translate(-100%, 0) !important;

    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;

    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .drop_box.open {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .drop_box_lg .lv_2_wr {
    padding: 30px !important;
  }
  /*.drop_box_lg .lv_2_lg {
    padding-left: 24px;
  }*/
  .drop_box_lg {
    margin-top: 0 !important;
  }
  .lv_2_wr {
    padding: 30px !important;
  }
  .lv_list.hide_991 {
    display: none !important;
  }

  .hide_menu_lv1 .navigation_info  {
    display: none;
  }
  .hide_menu_lv1 .navigation > li > a {
    position: static !important;
  }
  .hide_menu_lv1 .navigation > li:not(.drop_btn) {
    display: none;
  }

  .search_box {
    margin-left: 0;
    margin-right: 35px;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
  }
  .search_btn {
    line-height: 20px;
    display: block;
    padding-bottom: 0;
    padding-top: 4px;
  }
  .search_btn svg {
    width: 20px;
    height: 20px;
  }
  .search input[type="text"] {
    background-color: #fff !important;
  }
  .search {
    background-color: #fff !important;
    /*display: none;*/
    position: fixed;
    top: -60px;
    left: 30px;
    right: 30px;
    width: auto !important;
    z-index: 16;

  }
  .search.active {
    display: block;
    top: 16px;
  }
  /*a.ab_title {
    color: #000;
  }*/
  a.resp_box_drop:before {
    display: none;
  }
  .resp_box_drop {
    position: relative;
    display: inline-block;
    padding-right: 12px;
  }
  .resp_box_drop:before {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    width: 0px;
    height: 0px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #C9C9C9;
  }
  .header_top_in_box2   {
    padding-top: 25px;
  }
  .header_top_in_box2>div {
    margin-bottom: 8px;
  }
  .header_top_link {
    color: #000;
  }
  .language_list {
    padding-top: 15px;
  }
  .language_list li.active a, .language_list a.active {
    color: #000;
  }
  .title_img_bg {
    left: -100px;
    right: -100px;
  }
  .h3, h3 {
    margin-bottom: 40px;
  }
  .table_resp table {
    min-width: 900px;
  }
  .table_resp {
    overflow-y: hidden;
  }
  .table_resp2 td:not(:last-child) {
    padding-bottom: 0px;
  }
  .table_resp2 body,
  .table_resp2 tbody,
  .table_resp2 tr,
  .table_resp2 td,
  .table_resp2 tfoot{
     display: block;
  }
  .box_right_offset {
    padding-left: 0px;
  }
  .btn_acc {
    padding: 20px 26px;
    padding-right: 54px;
  }
  .btn_acc i {
    top: 22px;
    right: 26px;
  }
  .acc_cont {
    padding: 20px 26px;
    padding-top: 0;
  }
  .btn_acc.active {
    padding-top: 30px;
  }
  .btn_acc.active i {
    top: 40px;
  }
  .search_result_list li a {
    padding: 14px 26px;
  }
  .search_result_list li:before {
    top: 16px;
  }
  ol:not([class]):not(:last-child),
  ul:not([class]):not(:last-child) {
    margin-bottom: 20px;
  }
  .row_xl {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row_xl > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row_xl.row_offset {
    margin-bottom: -20px;
  }
  .row_xl.row_offset > * {
    margin-bottom: 20px;
  }
  .footer_list {
    margin-bottom: 30px;
  }
  .filter_box {
    max-width: 100%;
    width: 100vw;
    background-color: #fff;
    padding: 30px;
    padding-top: 50px;
  }
}

/* <!-- max-width: 991px --> */
@media only screen and (max-width: 767px) {
  .hide_767 {
    display: none;
  }
  .title_txt {
    line-height: 24px;
  }
  .title_bg {
    font-size: 60px;
    height: 70px;
  }
  .title_bg_sm {
    padding-top: 18px;
    font-size: 36px;
  }

  .header_main {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .logo a {
    width: 65px;
  }
  .section_offset:first-child {
    margin-top: 100px;
  }
  .search.active {
    top: 10px;
  }
  .title_img_bg {
    left: -300px;
    right: -300px;
  }
  .title_resp_sm .h1, .title_resp_sm h1{
    font-size: 38px;
  }
  .fancybox_style {
    width: 100%;
    min-height: 100vh;
  }
    .news .item {
        width: 100%;
        margin: 0;
    }
    .news .index .item {
        display: none;
    }
    .news .index .item:first-child {
        display: block;
    }
    .news .filter {
        position: static;
    }
    .news .filter .mtitle, .news .filter .close {
        display: block;
    }
    .news .filter .mtitle, .news .filter ul {
        width: calc(100% - 60px);
    }
    .news .filter .close {
        right: 10px;
    }
    .news .filter .selects {
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(235,235,235,0.8);
        padding: 0;
    }
    .news .filter .selects .inner {
        background: #fff;
        width: calc(100% - 60px);
        height: calc(100% - 60px);
        padding: 10px 0;
    }
    .news .filter .selects .select {
        display: block;
        padding: 10px;
        border: 0;
    }
    .news .filter .selects .select select {
        width: 100%;
    }
    .news .filter .cat {
        position: static;
    }
    .news .filter .cat .opener {
        width: auto;
        padding: 0 10px;
    }
    .news .filter .cat .opener > span {
        padding-left: 30px;
    }
    .news .filter .cat .opener + * {
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(235,235,235,0.8);
    }
    .news .filter .cat .opener + * ul {
        background: #fff;
        height: calc(100% - 60px);
    }
    .news .filter .cat .opener + * ul li a {
        background: url(../images/angle_right_f.svg) no-repeat 95% 50%;
    }
    .news .top h1 {
        float: none;
    }
    .news .top .cats {
        float: none;
    }
    .news .top .cats a {
        margin: 0;
    }
    .news .news_index .large, .news .news_index .short {
        width: 100%;
        float: none;
    }

}


/* <!-- max-width: 767px --> */
@media only screen and (max-width: 575px) {
	.hide_575 {
    display: none;
  }
  .footer_bottom {
    padding-bottom: 40px;
  }
  .section_offset {
    margin: 40px 0;
  }

  .title_bg {
    font-size: 48px;
    height: 60px;
  }
  .title_bg_sm {
    padding-top: 10px;
    font-size: 7vw;
  }
  .header_resp_nav {
    padding: 30px;
  }
  .title_row + .title_bg {
    margin-top: -15px;
  }
  .title_img_bg {
    display: none;
  }
  .title_resp_sm .h1, .title_resp_sm h1{
    font-size: 32px;
  }
  .row_offset + .title_bg {
    margin-top: 20px;
  }
  .fancybox_style {
    padding: 50px 30px;
  }
  .item4 .item_cont {
    padding-bottom: 30px;
  }
  .cont_pad {
    margin-bottom: 30px;
  }
  .cont_pad_top {
    margin-top: 30px;
  }
  .cont_pad_lg {
    margin-bottom: 30px;
  }
  .h3, h3 {
    margin-bottom: 30px;
  }
  .item_in_info_box {
    padding: 40px 30px;
  }
  .table_resp:not(:last-child) {
    margin-bottom: 20px;
  }
  .link_list {
    margin-bottom: 30px;
  }
  .title_sm {
    margin-bottom: 16px;
  }
  .map_box {
    height: 440px;
  }
  .h4, h4 {
    margin-bottom: 20px;
  }
  .title_bg_sm {
    margin-bottom: 3%;
  }
}

/* <!-- max-width: 575px --> */
@media only screen and (max-width: 479px) {
  .hide_479 {
    display: none;
  }
  .h1, h1 {
    font-size: 36px;
  }
  .item_in_cont  h1,.item_in_cont .h1 {
    font-size: 30px;
  }
  .h2, h2 {
    font-size: 32px;
    line-height: 34px;
  }
  .row_lg.row_offset,
  .row_md.row_offset {
    margin-bottom: -20px;
  }
  .row_lg.row_offset > *,
  .row_md.row_offset > * {
    margin-bottom: 20px;
  }
  .title_bg {
    font-size: 42px;
    height: 50px;
  }
  .title_bg_sm {

    font-size: 6.5vw;
  }
  .title_resp_sm .h1, .title_resp_sm h1{
    font-size: 24px;
  }
  .tabs_list li:not(:last-child) {
    margin-right: 14px;
  }
  .tabs_list li {
    font-size: 12px;
    color: #000 !important;
  }
  .info_item_icon {
    margin-bottom: 12px;
  }
  table:not([class]) td {
    padding: 12px 15px;
    width: auto !important;
  }
  .table_resp table {
    min-width: 700px;
  }
  .table_resp td:first-child  {
    width: 200px !important;
  }
  .about_img_bg {
    -moz-transform:  scale(0.6);
    -o-transform:   scale(0.6);
    -webkit-transform: scale(0.6);
    transform:  scale(0.6);
  }
  .about_img_bg img {
    -webkit-transform: translate(-57%, -40%);
    -ms-transform: translate(-57%, -40%);
    -o-transform: translate(-57%, -40%);
    transform: translate(-57%, -40%);
  }
  .btn_acc {
    font-size: 18px;
  }
  .btn_acc i {
    right: 20px;
    width: 10px;
    top: 20px;
  }
  .btn_acc {
    padding-right: 36px;
    font-size: 16px;
    line-height: 18px;
  }
  .btn_acc.active i {
    top: 38px;
  }
  .title_btn_box_mod {
    display: block;
    margin-bottom: 10px;
  }
  .title_btn_box_mod .form_box {
    top: 0;
  }
}

/* <!-- max-width: 479px --> */
@media only screen and (max-width: 359px) {
  .hide_359 {
    display: none;
  }
  .item  {
    padding: 20px;
  }
  .item3 {
    padding-top: 80px;
  }
  .title_resp_sm .h1, .title_resp_sm h1{
    font-size: 21px;
  }
  .item_in_info_box {
    padding: 30px 20px;
  }
}

/* <!-- max-width: 359px --> */
/* <!-- maxw end
  ============================================ --> */

