body {
  font-family: Tahoma, sans-serif;
  font-size: 12px; }

.container {
  width: 966px;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.hidden{
    display:none !important;
}
.btn{
    background: #FBCB30;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
    text-align: center;
    font-size: 13px;
    line-height: 26px;
    padding: 10px 15px;
    text-decoration: none;
    color: #FFF;
    position: relative;
    top: 134px;
    left: 300px;
}
.btn:hover{
    background: #ecb409;
}
.img_content{
    float:left;
    padding: 15px;
}
a {
  color: #000000;
  text-decoration: none; }

ul {
  list-style-type: none;
  padding: 0; }

header {
  height: 136px; }
  header .header_line {
    height: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    header .header_line #item_1 {
      background: #000000;
      width: 25%; }
    header .header_line #item_2 {
      background: #FBCB30;
      width: 75%; }
  header .header_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 35px; }
    header .header_menu .header_logo {
      width: 25%;
      height: 100%;
      position: relative;
      top: 36px; }
    header .header_menu .header_nav {
      width: 75%; }
      header .header_menu .header_nav #item_1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        position: relative;
        margin-bottom: 35px; }
        header .header_menu .header_nav #item_1 .header_nav_line__search {
          border: 1px solid #000000;
          width: 200px;
          height: 24px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
          header .header_menu .header_nav #item_1 .header_nav_line__search input {
            vertical-align: middle;
            border: none;
            outline: none; }
          header .header_menu .header_nav #item_1 .header_nav_line__search #input_1 {
            width: 170px;
            height: 20px;
            padding-left: 5px; }
          header .header_menu .header_nav #item_1 .header_nav_line__search #input_2 {
            width: 14px;
            height: 16px;
            border: none;
            cursor: pointer;
            background: url("../img/arrow-input.png"); }
        header .header_menu .header_nav #item_1 .header_nav_line__btn {
          position: relative; }
          header .header_menu .header_nav #item_1 .header_nav_line__btn a {
            margin-left: 40px; }
            header .header_menu .header_nav #item_1 .header_nav_line__btn a:hover {
              text-decoration: underline; }
          header .header_menu .header_nav #item_1 .header_nav_line__btn:before {
            content: "";
            right: 87px;
            top: -1px;
            height: 18px;
            width: 1px;
            background: #000000;
            position: absolute; }
      header .header_menu .header_nav #item_2 ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        header .header_menu .header_nav #item_2 ul li {
          background: #FBCB30; }
          header .header_menu .header_nav #item_2 ul li a {
            display: block;
            padding: 12px 26px; }
            header .header_menu .header_nav #item_2 ul li a:hover {
              color: #ffffff;
              background: #FBB230; }
               header .header_menu .header_nav #item_2 ul li ul li {
                    display: none;
                    list-style: none;
                }
                header .header_menu .header_nav #item_2 ul li:hover > ul li {
                    display: flex;
                    flex: 1;
                    flex-flow: column wrap;
                    flex-direction: row;
                    z-index:9999999999999;
                    width: 100%;
                }
                header .header_menu .header_nav #item_2 ul li:hover > ul li a{
                  width:100%;
                }
                header .header_menu .header_nav #item_2 ul li > ul {
                    position: absolute;
                    display: flex;
                    flex-direction: row;
                    flex-flow: column wrap;
                }
              
.text_content{
    margin-top: 30px;
}
.abs{
        position: absolute;
}
.wrapper .promo .slidedeck {
  height: 400px; }
  .wrapper .promo .slidedeck a img {
    width: 100%; }

.wrapper .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .wrapper .content #content__item_1 {
    width: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
    border: 1px solid #F1F1F1; }
    .wrapper .content #content__item_1 h4 {
      text-transform: uppercase; }
    .wrapper .content #content__item_1 ul {
      list-style-type: none; }
      .wrapper .content #content__item_1 ul li {
        padding-bottom: 15px; }
  .wrapper .content #content__item_2 {
    width: 75%;
    z-index: 3;
    margin-top: -121px; }
    .wrapper .content #content__item_2 .content__item_catalog {
      background: #F5F5F5;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 5px 5px 12px 5px; }
      .wrapper .content #content__item_2 .content__item_catalog h4 {
        padding-left: 20px;
        text-transform: uppercase; }
      .wrapper .content #content__item_2 .content__item_catalog .catalog_item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0 11px; }
        .wrapper .content #content__item_2 .content__item_catalog .catalog_item .catalog__subitem .catalog_item_img {
          padding-bottom: 5px; }
        .wrapper .content #content__item_2 .content__item_catalog .catalog_item .catalog__subitem span {
          font-weight: bold;
          color: #C9A737; }
        .wrapper .content #content__item_2 .content__item_catalog .catalog_item .catalog__subitem .catalog_item_list {
          padding-top: 5px; }
          .wrapper .content #content__item_2 .content__item_catalog .catalog_item .catalog__subitem .catalog_item_list select {
            width: 300px;
            vertical-align: middle; }
          .wrapper .content #content__item_2 .content__item_catalog .catalog_item .catalog__subitem .catalog_item_list input {
            vertical-align: middle;
            width: 18px;
            height: 20px;
            border: none;
            cursor: pointer;
            background: #FBCB30; }
    .wrapper .content #content__item_2 .content__item_main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 15px 0 15px 15px; }
      .wrapper .content #content__item_2 .content__item_main .main_item {
        width: 50%; }
        .wrapper .content #content__item_2 .content__item_main .main_item h4 {
          text-transform: uppercase;
          position: relative; }
          .wrapper .content #content__item_2 .content__item_main .main_item h4:before {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 100%;
            height: 4px;
            background: #000000; }
        .wrapper .content #content__item_2 .content__item_main .main_item a {
          color: #C9A737; }
          .wrapper .content #content__item_2 .content__item_main .main_item a:hover {
            text-decoration: underline; }
        .wrapper .content #content__item_2 .content__item_main .main_item .main__subitem {
          padding-top: 5px; }
          .wrapper .content #content__item_2 .content__item_main .main_item .main__subitem a {
            color: #000000; }
      .wrapper .content #content__item_2 .content__item_main #main_item_1 .main__subitem {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 10px;
        padding-top: 4.9px;
        width: 90%; }
        .wrapper .content #content__item_2 .content__item_main #main_item_1 .main__subitem a {
          font-weight: bold;
          padding-top: 5px; }
      .wrapper .content #content__item_2 .content__item_main #main_item_2 {
        padding-left: 15px; }
        .wrapper .content #content__item_2 .content__item_main #main_item_2 .main__subitem {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .wrapper .content #content__item_2 .content__item_main #main_item_2 .main__subitem a {
            vertical-align: top; }
            .wrapper .content #content__item_2 .content__item_main #main_item_2 .main__subitem a img {
              padding-right: 4px; }
    .wrapper .content #content__item_2 .content_commerce {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 40px; }
    .wrapper .content #content__item_2 .content_contacts {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 20px; }
      .wrapper .content #content__item_2 .content_contacts .content_contacts__item {
        width: 50%; }
      .wrapper .content #content__item_2 .content_contacts #contacts_1 {
        margin-right: 45px;
        border: 1px solid #FBCB30;
        background: #F6F6F6;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 4px 24px; }
        .wrapper .content #content__item_2 .content_contacts #contacts_1 h4 {
          font-size: 13px;
          margin: 0; }
        .wrapper .content #content__item_2 .content_contacts #contacts_1 .contacts_subitem {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          font-size: 11px;
          padding-bottom: 2px; }
          .wrapper .content #content__item_2 .content_contacts #contacts_1 .contacts_subitem span {
            position: relative;
            padding-bottom: 3px; }
          .wrapper .content #content__item_2 .content_contacts #contacts_1 .contacts_subitem #item_1 {
            padding-left: 13px;
            font-size: 13px; }
          .wrapper .content #content__item_2 .content_contacts #contacts_1 .contacts_subitem #item_2 {
            font-size: 13px; }
          .wrapper .content #content__item_2 .content_contacts #contacts_1 .contacts_subitem a {
            background: #FBCB30;
            -webkit-border-radius: 3px;
                    border-radius: 3px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            width: 80%;
            text-align: center;
            font-size: 12px;
            line-height: 26px; }
      .wrapper .content #content__item_2 .content_contacts #contacts_2 ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 25px; }
        .wrapper .content #content__item_2 .content_contacts #contacts_2 ul li {
          position: relative; }
        .wrapper .content #content__item_2 .content_contacts #contacts_2 ul #item_1:before {
          content: url("../img/google.png");
          left: -20px;
          top: -1px;
          position: absolute; }
        .wrapper .content #content__item_2 .content_contacts #contacts_2 ul #item_2:before {
          content: url("../img/facebook.png");
          left: -20px;
          top: -1px;
          position: absolute; }
        .wrapper .content #content__item_2 .content_contacts #contacts_2 ul #item_3:before {
          content: url("../img/youtube.png");
          left: -20px;
          top: -1px;
          position: absolute; }
        .wrapper .content #content__item_2 .content_contacts #contacts_2 ul #item_4:before {
          content: url("../img/rss.png");
          left: -20px;
          top: -1px;
          position: absolute; }
      .wrapper .content #content__item_2 .content_contacts #contacts_2 span {
        float: right; }

.wrapper_second .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .wrapper_second .container .sidebar {
    width: 25%;
    border-right: 1px solid #F1F1F1; }
    .wrapper_second .container .sidebar ul {
      width: 95%; }
      .wrapper_second .container .sidebar ul li ul {
          width: 95%;
          margin-left:5%;
          margin-top: 1px;
      }
      .wrapper_second .container .sidebar ul li ul li a{
          background-color: #697577;
          color:#e4e4e4;
          text-transform: lowercase;
      }
      .wrapper_second .container .sidebar ul li ul li a:hover{
          color:#fff;
      }
      .wrapper_second .container .sidebar ul li {
        padding-bottom: 1px; }
        .wrapper_second .container .sidebar ul li a {
          background: #C0CDCF;
          display: block;
          padding: 12px 26px 14px 20px;
          color: #2B4244;
          font-weight: bold; }
          .wrapper_second .container .sidebar ul li a:hover {
            background: #8BA4A6; }
    .wrapper_second .container .sidebar .sidebar_commerce a {
      display: block;
      padding-bottom: 30px; }
      .wrapper_second .container .sidebar .sidebar_commerce a img {
        width: 95%; }
  .wrapper_second .container .maintenance {
    width: 75%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 20px 20px 20px; }
    .wrapper_second .container .maintenance .breadcrumps ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 10px;
      color: #2C4244; }
      .wrapper_second .container .maintenance .breadcrumps ul li {
        padding-right: 10px;
        position: relative; }
        .wrapper_second .container .maintenance .breadcrumps ul li:nth-child(1):after {
          content: "/";
          position: absolute;
          right: 3px;
          top: 0; }
        .wrapper_second .container .maintenance .breadcrumps ul li:nth-child(2):after {
          content: "/";
          position: absolute;
          right: 2px;
          top: 0; }
    .wrapper_second .container .maintenance .content_main {
        display: inline-block;
        padding-bottom: 15px;
        width: 100%;
        text-indent: 15px;
        line-height: 1.5;
    }
    .wrapper_second .container .maintenance h2 {
      font-size: 14px;
      font-weight: bold;
      padding-top: 10px; }
    .wrapper_second .container .maintenance h3 {
      font-size: 12px;
      color: #C9A737; }
    .wrapper_second .container .maintenance p {
      margin: 0;
      margin-bottom: 10px; }
    .wrapper_second .container .maintenance .content_main_text {
    width: 67%;
    float: right;
    text-align: justify;
    text-indent: 15px;
    }
      .wrapper_second .container .maintenance .content_main_text ul {
        margin-top: -6px;
        list-style-type: circle;
        font-weight: bold;
        padding-left: 30px; }
        .wrapper_second .container .maintenance .content_main_text ul li {
          font-weight: normal; }

footer {
  padding-bottom: 20px; }
  footer .content_contacts {
    width: 90%;
    margin-left: 58px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px; }
    footer .content_contacts .content_contacts__item {
      width: 50%; }
    footer .content_contacts #contacts_1 {
      margin-right: 45px;
      border: 1px solid #FBCB30;
      background: #F6F6F6;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 4px 24px; }
      footer .content_contacts #contacts_1 h4 {
        font-size: 14px;
        margin: 0; }
        footer .content_contacts #contacts_1 .contacts_subitem span .fa, .wrapper .content #content__item_2 .content_contacts #contacts_1 .contacts_subitem span .fa{
            background-color: yellow;
            padding: 2px;
            border-radius: 2px;
        }
      footer .content_contacts #contacts_1 .contacts_subitem {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        font-size: 11px;
        padding-bottom: 2px; }
        footer .content_contacts #contacts_1 .contacts_subitem span {
          position: relative;
          padding-bottom: 3px; }
        footer .content_contacts #contacts_1 .contacts_subitem #item_1 {
          padding-left: 13px;
          font-size: 13px; }
        footer .content_contacts #contacts_1 .contacts_subitem #item_2 {
          font-size: 13px; }
        footer .content_contacts #contacts_1 .contacts_subitem a {
          background: #FBCB30;
          -webkit-border-radius: 3px;
                  border-radius: 3px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          width: 80%;
          text-align: center;
          font-size: 13px;
          line-height: 26px; }
    footer .content_contacts #contacts_2 ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 25px; }
      footer .content_contacts #contacts_2 ul li {
        position: relative; }
      footer .content_contacts #contacts_2 ul #item_1:before {
        content: url("../img/google.png");
        left: -20px;
        top: -1px;
        position: absolute; }
      footer .content_contacts #contacts_2 ul #item_2:before {
        content: url("../img/facebook.png");
        left: -20px;
        top: -1px;
        position: absolute; }
      footer .content_contacts #contacts_2 ul #item_3:before {
        content: url("../img/youtube.png");
        left: -20px;
        top: -1px;
        position: absolute; }
      footer .content_contacts #contacts_2 ul #item_4:before {
        content: url("../img/rss.png");
        left: -20px;
        top: -1px;
        position: absolute; }
    footer .content_contacts #contacts_2 span {
      float: right; }

@media screen and (max-width: 980px) {
    .btn{
        display: none;
    }
    .content_main img{
        float:left;
    }
    .img-md img{
         width: 220px; 
    }
    .wrapper_second .container .maintenance .content_main{
        text-align: center;
    }
  .container {
    width: 100%; }
  header .header_menu {
    padding-top: 15px; }
    header .header_menu .header_logo {
      width: 100%; }
    header .header_menu .header_nav {
      width: 100%; }
      header .header_menu .header_nav #item_1 .header_nav_line__search {
        display: none; }
      header .header_menu .header_nav #item_2 {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #f9f9f9;
        padding: 5px;
        -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
        z-index: 4; }
        header .header_menu .header_nav #item_2 ul {
          display: block;
          margin-top: 50px;
          text-align: center;
          font-size: 16px;
          z-index: 5; }
          header .header_menu .header_nav #item_2 ul li {
            margin: 10px 0; }
      header .header_menu .header_nav .burger-button {
        position: absolute;
        right: 20px;
        z-index: 5;
        padding: 9px;
        cursor: pointer; }
      header .header_menu .header_nav .burger-button span {
        width: 25px;
        border: 2px solid #000;
        background: #000;
        display: block;
        -webkit-border-radius: 22px;
                border-radius: 22px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      header .header_menu .header_nav .burger-top, header .header_menu .header_nav .burger-bottom {
        position: absolute; }
      header .header_menu .header_nav .burger-top {
        top: 2px; }
      header .header_menu .header_nav .burger-bottom {
        bottom: 1px; }
      header .header_menu .header_nav .burger-button.active {
        position: fixed;
        top: 20px;
        right: 25px; }
      header .header_menu .header_nav .burger-button.active .burger-top {
        position: absolute;
        top: 9px;
        -webkit-transform: rotateZ(45deg);
            -ms-transform: rotate(45deg);
                transform: rotateZ(45deg); }
      header .header_menu .header_nav .burger-button.active .burger-middle {
        -webkit-transform: rotateZ(270deg);
            -ms-transform: rotate(270deg);
                transform: rotateZ(270deg);
        border-color: transparent;
        background-color: transparent; }
      header .header_menu .header_nav .burger-button.active .burger-bottom {
        position: absolute;
        bottom: 9px;
        -webkit-transform: rotateZ(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotateZ(-45deg); }
  .wrapper .content #content__item_1 {
    display: none; }
  .wrapper .content #content__item_2 {
    margin-top: 0;
    width: 100%; }
  .wrapper_second .container .maintenance .content_main_text {
    width: 77%; }
  footer .content_contacts {
    margin-left: 35px; } }

@media screen and (max-width: 735px) {
    h3 a {
        color:#000;
    }
    .btn{
        display: none;
    }
    .content_main img{
        width:100%;
        float:left;
    }
    
    #contacts_2{
        margin-top:15px;
    }
    footer .content_contacts #contacts_1 .contacts_subitem #item_1:before {
    content: url(../img/phone.png);
    left: -4px;
    top: 7px;
    position: absolute;
}


footer .content_contacts #contacts_1 .contacts_subitem a {
    font-size: 12px;
}
footer .content_contacts #contacts_1 .contacts_subitem #item_2:before {
    content: url(../img/mail.png);
    left: -20px;
    top: 5px;
    position: absolute;
}
footer .content_contacts #contacts_1 .contacts_subitem #item_1 {
    padding-left: 8px;
}
  header .header_menu .header_logo {
    width: 35%; }
  header .header_menu .header_nav {
    width: 80%; }
    header .header_menu .header_nav .burger-button {
      right: 13px;
      top: 66px; }
    header .header_menu .header_nav #item_1 {
      display: none; }
  .wrapper .skin-slidedeck {
    display: none; }
  .wrapper .content #content__item_2 .content__item_catalog .catalog_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
    .wrapper .content #content__item_2 .content__item_catalog .catalog_item .catalog_item_img {
      padding: 12px 0; }
      .wrapper .content #content__item_2 .content__item_catalog .catalog_item .catalog_item_img img {
        width: 100%; }
    .wrapper .content #content__item_2 .content__item_catalog .catalog_item .catalog__subitem .catalog_item_list select {
      width: 91%; }
  .wrapper .content #content__item_2 .content__item_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .wrapper .content #content__item_2 .content__item_main .main_item {
      width: 100%; }
    .wrapper .content #content__item_2 .content__item_main #main_item_2 {
      padding: 0; }
  .wrapper .content #content__item_2 .content_commerce {
    display: none; }
  .wrapper .content #content__item_2 .content_contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .wrapper .content #content__item_2 .content_contacts .content_contacts__item {
      width: 100%; }
    .wrapper .content #content__item_2 .content_contacts #contacts_2 ul {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .wrapper .content #content__item_2 .content_contacts #contacts_2 ul li {
        width: 25%;
        margin-left: 35px;
        padding-bottom: 6px; }
    .wrapper .content #content__item_2 .content_contacts #contacts_2 span {
      float: none; }
  .wrapper_second .sidebar {
    display: none; }
  .wrapper_second .container .maintenance {
    width: 100%; }
    .wrapper_second .container .maintenance .content_main_text {
      width: 100%; }
  footer .content_contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    width: 100%; }
    footer .content_contacts .content_contacts__item {
      width: 100%; }
    footer .content_contacts #contacts_2 ul {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      footer .content_contacts #contacts_2 ul li {
        width: 25%;
        margin-left: 35px;
        padding-bottom: 6px; }
    footer .content_contacts #contacts_2 span {
      float: none; } }

.gal-item {
    float: left;
    padding: 0!important;
    border: none!important;
    margin: 0!important;
    opacity: 0.8;
}

.lang_switch {
    display: flex;
    margin-left:45px;
}

.lang_switch a {
    display: flex;
    align-items: center;
    margin-right: 2px;
}

.lang_switch span {
    margin-left: 5px;
    color: #20466e;
    font-size: 10px;
    text-transform: uppercase;
}
.lang_switch img{
    width:60%;
}

@media screen and (max-width: 735px) {
    header {height: auto;}
    header .header_menu .header_logo {top: auto;}
    header .header_menu .header_nav .burger-button {top: 36px;}
    header .header_menu .header_nav .burger-button.active {top: 36px; right: 13px;}
    header .header_menu .header_nav #item_2 ul {margin-top: 75px;}
    header .header_menu .header_nav #item_2 ul li:hover {background: #FBB230;}
    header .header_menu .header_nav #item_2 ul li:hover > a {color: #fff;}
    header .header_menu .header_nav #item_2 ul li.has_submenu {position: relative;}
    header .header_menu .header_nav #item_2 ul li.has_submenu.active .arrow:after {top: 19px; transform: rotate(-45deg);}
    header .header_menu .header_nav #item_2 ul li.has_submenu .arrow {
        position: absolute;
        top: 0;
        right: 0;
        width: 42px;
        height: 42px;
        cursor: pointer;
    }
    header .header_menu .header_nav #item_2 ul li.has_submenu .arrow:after {
        content:'';
        position: absolute;
        top: 13px;
        right: 14px;
        width: 10px;
        height: 10px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    header .header_menu .header_nav #item_2 ul li > ul {position: relative; display: none; width: 98%; padding: 10px 0; margin: 0 auto;}
    header .header_menu .header_nav #item_2 ul li ul li {display: block; border-top: 1px solid #e0e0e0; padding: 0; margin: 0 0 2px;}
    header .header_menu .header_nav #item_1 {position: relative; display: block;}
    header .header_menu .header_nav #item_1 .header_nav_line__btn {display: none;}
    .lang_switch {position: absolute; top: 15px; right: 55px; width: 130px;}
}

@media screen and (max-width: 500px) {
    .lang_switch {top: -5px; left: calc(50% - 148px);}
    .lang_switch img{
        width:21px;
    }
    .wrapper_second .container .maintenance p, .wrapper_second .container ul li, .wrapper_second .container ol li{text-align:left;}
}