/*header begin*/
.header {
  height: 110px;
  background: url("../img/header.jpg") center no-repeat;
  position: relative;
}
.header__row {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 30px;
}
.header__col_right {
  display: flex;
  align-items: center;
}
.header__phone {
  font-size: 15px;
  color: #4d5257;
  line-height: 15px;
}
.lang {
  text-align: right;
  margin: 0 30px 10px;
}
.form__row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_pc {
  margin-right: 50px;
}
.search input[type=text] {
  width: 395px;
  padding: 0 10px;
  height: 26px;
  box-sizing: border-box;
  color: #4d5157;
  font-family: "Arial";
  font-size: 12px;
  border: 1px solid #bacbdf;
  box-shadow: inset 2px 3px 3px rgba(64,117,171,.18);
}
.search input[type=submit] {
  width: 28px;
  height: 26px;
  background: url("../img/i1.png") no-repeat;
  border: none;
  cursor: pointer;
}
/*header end*/

/*main-menu begin*/
.main-menu__row {
  display: none;
  height: 100%;
}
.toggle__button {
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
}
.main-menu__col_right {
  display: flex;
  align-items: center;
}
.toggle__button_search {
  margin-right: 20px;
}
.search_mobile {
  position: absolute;
  z-index: 10;
  top: 31px;
  right: 0;
  margin-right: 0;
  background: #0072bc;
  padding: 10px 0;
  width: 100%;
  display: none;
}
/*main-menu end*/

/*content begin*/
.img_width_480 {
  width: 480px;
  height: auto;
}
.img_width_420 {
  width: 420px;
  height: auto;
}
.img_fl_right {
  float: right;
  margin: 0 0 20px 20px;
}
#content {
  position: relative;
}
.review {
  overflow-x: scroll;
}
.img__float_right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.about__video {
  float: left;
  width: 390px;
  margin-right: 10px;
}
.sidebar__toggle {
  display: none;
}
.close__sidebar {
  display: none;
}
/*content end*/

/*catalog begin*/
.section__row {
  display: flex;
  justify-content: space-around;
}
.section__item_main {
  background: #e5f2ff;
  cursor: pointer;
  position: relative;
  border: 1px solid #bed6f3;
  margin-bottom: 15px;
  display: flex;
}
.section__item_3 {
  width: 320px;
  height: 116px;
}
.section__item_4 {
  width: 240px;
  height: 95px;
}
.section__item:hover {
  background: #d8ecff;
}
.section__img {
  border-right: 1px solid #bed6f3;
}
.section__desc {
  text-align: center;
  width: 100%;
  padding: 10px 10px 0;
  box-sizing: border-box;
  position: relative;
}
.section__name_main {
  color: #004b8f;
  font-family: "Ubuntu Condensed";
  font-size: 17px;
}
.section__more {
  border-top: 1px solid #bed6f3;
  height: 20px;
  position: absolute;
  bottom: 0;
  z-index: 10;
  left: 0;
  right: 0;
  display: none;
}
.section__more_active {
  display: block;
}
.section__more i {
  background: url("../img/ac-st.png") center center no-repeat;
  height: 10px;
  width: 14px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0.3;
}
.section__list_inner {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 20;
  background: #e5f2ff;
  border-left: 1px solid #bed6f3;
  border-right: 1px solid #bed6f3;
}
.section__list_3 {
  top: 118px;
  width: 185px;
}
.section__list_4 {
  top: 96px;
  width: 100%;
}
.section__item_inner {
  border-bottom: 1px solid #bed6f3;
}
.section__name_inner {
  font-size: 14px;
  color: #004b90;
  display: block;
  padding: 10px 14px;
}
/*catalog end*/

/*footer begin*/
.footer {
  height: 117px;
  position: relative;
  background: #f3f3f3;
}
.footer__row {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 90px;
  box-sizing: border-box;
}
.footer .over-chose {
  top: auto;
  bottom: 0;
}
.copyright {
  text-align: center;
}
.copyright__text {
  color: #4d5257;
  margin-bottom: 9px;
}
.copyright__text_big {
  font-size: 14px;
}
.copyright__text_small {
  font-size: 12px;
}
.develop__text {
  font-size: 12px;
  color: #95989c;
}
.develop__link {
  color: #95989c;
}
/*footer end*/

@media screen and (max-width: 1024px) {
  .table_responsive {
    overflow-x: scroll;
  }
  .img_fl_right {
    float: none;
    margin: 0 auto 20px;
  }
  .img_width_480 {
    width: 100%;
  }
  .img_width_420 {
    width: 100%;
  }

  /*content begin*/
  .about__video {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .text-main-t {
    font-size: 14px;
  }
  .img__float_right {
    float: none;
    margin-left: 0;
    text-align: center;
  }
  /*content end*/

  /*catalog begin*/
  .ban-main {
    display: none;
  }
  .section__img {
    display: none;
  }
  .section__item_3 {
    width: 200px;
  }
  .section__item_4 {
    width: 150px;
  }
  .section__list_3 {
    width: 100%;
  }
  .section__list_4 {
    width: 100%;
  }
  /*catalog end*/

  /*footer begin*/
  .footer__row {
    padding: 0 32px;
  }
  /*footer end*/

}

@media screen and (max-width: 991px) {
  #page {
    min-width: auto;
  }

  /*header begin*/
  .search_pc {
    display: none;
  }
  /*header end*/

  /*main-menu begin*/
  .main-menu__row {
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .toggle__button {
    display: block;
  }
  .toggle__img {
    width: 25px;
    height: 25px;
  }
  .main-menu ul {
    display: none;
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    top: 38px;
    background: #0072bc;
  }
  .main-menu li {
    display: block;
  }
  /*main-menu end*/

  .navigation {
    padding-left: 0;
  }

  /*content begin*/
  .news_list.about_history {
    margin-top: 40px;
  }
  .text-main-t {
    padding-left: 0;
  }
  .contacts_left_office {
    display: none;
  }
  .clients-al {
    width: 40%;
  }
  .wrapper {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .left-sidebar {
    position: absolute;
    top: 0;
    left: -304px;
    margin-left: -20px;
    background: #0072bc;
    z-index: 30;
    padding: 0 15px;
    transition: left 0.5s;
  }
  .left-sidebar_active {
    left: 0;
    transition: left 0.5s;
  }
  .left-menu ul {
    border-color: #0072bc;
  }
  .left-menu ul ul {
    display: none;
  }
  .left-sidebar .partners {
    display: none;
  }
  .left-menu ul li a {
    color: #fff;
  }
  .left-menu a.active_item {
    color: #fff !important;
  }
  .sidebar__toggle {
    display: block;
    background: #0072bc;
    border: none;
    border-radius: 10px;
    padding: 5px 20px;
    color: #fff;
    margin-bottom: 20px;
  }
  .close__sidebar {
    width: 100%;
    text-align: right;
    background: none;
    border: none;
    margin-top: 20px;
    display: block;
  }
  /*content end*/

  .ll1, .rr1 {
    width: 48%;
  }

  /*catalog begin*/
  .main-text {
    padding-left: 0;
    overflow: initial;
  }
  /*catalog end*/

  /*footer begin*/
  .develop {
    display: none;
  }
  /*footer end*/

}

@media screen and (max-width: 767px) {

  /*header begin*/
  .header {
    height: auto;
    padding: 20px 0;
    background-size: cover;
  }
  .header__row {
    flex-direction: column;
    padding: 0 20px;
  }
  .logo {
    margin-bottom: 20px;
  }
  .logo__img {
    width: 90%;
  }
  .addres {
    margin-right: 0;
  }
  /*header end*/

  /*main-menu begin*/
  .main-menu {
    margin-bottom: 20px;
  }
  .main-menu__row {
    padding: 0 20px;
  }
  .search_mobile input[type=text] {
    width: 80%;
  }
  /*main-menu end*/

  /*slider begin*/
  .slider-s {
    display: none;
  }
  /*slider end*/

  .ov-con li a {
    font-size: 16px;
    padding-right: 10px;
  }

  /*content begin*/
  .img_responsive {
    width: 100%;
  }
  .news_item {
    word-break: break-all;
  }
  .clients {
    margin-top: 70px;
  }
  .clients-al {
    width: 100%;
  }
  .navigation {
    padding-left: 0;
  }
  .img__float_right img {
    width: 100%;
  }
  .ll1, .rr1 {
    width: 100%;
    float: none;
  }
  .main-h1 {
    margin-left: 0;
  }
  .about-main {
    margin-left: 0;
  }
  .text-s {
    margin-bottom: 20px;
  }
  .text-main-t {
    padding-left: 0;
  }
  #change_blocks {
    float: none;
    padding-right: 0;
  }
  #tab_block {
    float: none;
    width: 100%;
  }
  .td-table td {
    padding-left: 0;
  }
  .td-table td a {
    text-align: center;
  }
  .td-table td img {
    width: 80%;
  }
  .text-s p {
    font-size: 14px;
  }
  .more-s {
    margin-left: 0;
  }
  .title-ss {
    padding-left: 0;
  }
  .title-ss span {
    margin-left: 0;
  }
  .left-i {
    width: 50%;
    margin-right: 0;
  }
  p.ss {
    font-size: 14px;
  }
  a.more-t {
    font-size: 14px;
    position: relative;
    left: 0;
  }
  .left-sidebar {
    margin-top: -20px;
  }
  /*content end*/

  /*catalog begin*/
  .section__row {
    flex-direction: column;
  }
  .section__item {
    width: 100%;
  }
  .over-more-pt {
    width: 100%;
  }
  .item-blok {
    margin: 0 0 20px;
    float: none;
    padding: 15px;
    box-sizing: border-box;
  }
  .right-over-s table {
    width: 100%;
  }
  .ll-slide {
    float: none;
    text-align: center;
    padding: 0 0 32px 0;
  }
  /*catalog end*/

  /*footer begin*/
  .footer {
    height: auto;
    padding: 20px 0;
  }
  .footer__row {
    padding: 0 20px;
    flex-direction: column;
  }
  .copyright {
    margin-top: 20px;
  }
  /*footer end*/

}
