#scrollUp{
  display: none;
  position: fixed;
  bottom:20px;
  right:20px;
  width:30px;
  height: 30px;
}
#scrollUp img{
  width:100%;
}
#scrollUp.act{
  display: block;
}
.mob_logo {
  display: none; }

.screen-mb, .links-mb, .h-bottom, .bottom-links, .menu-mb {
  display: none; }

.nav-icon {
  display: none; }

.menu-open {
  overflow: hidden; }

@media (max-width: 996px) {
  div#body {
    background: none;
    padding-bottom: 180px;
    padding-left: 0px; }
  div#container {
    min-width: auto;
    width: auto; }
  div#header {
    background-image: none;
    //border-bottom: 3px solid rgba(0,0,0,.2);
    padding-top: 0px;
    padding-left: 0px;
    height: 60px; }
  div#slogan {
    display: none; }
  div#doyouknow {
    display: none; }
  div#body div.corner {
    display: none; }
  div#body div.main .map {
    display: none; }
  div#gallery_selector2 {
    display: none; }
  div#gallery_selector {
    display: none; }
  div#body div.spacer {
    display: none; }
  div#body div.main {
    margin-left: 0px;
    padding-top: 0px; }
  div#body div.leftmenu {
    float: none;
    width: auto;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 215px; }
  .banners {
    display: none; }
  div#body div.leftmenu p,
  div#body div.leftmenu h2,
  div#body div.leftmenu ul,
  div#body div.leftmenu div {
    display: none; }
  div#menu {
    background: none;
    padding-left: 15px;
    padding-bottom:15px;
    height: auto;
  }
    div#menu ul {
      width: 90%;
      float: none;
      overflow: hidden; }
    div#menu.main-page {
      display: none; }
  div.lang {
    right: 65px;
    top: 15px;
    margin-top:0;
  }
  div.lang .version_a span{
    display: none;
  }
  div.lang .version_a_cab{
    display: none !important;
  }
  div.lang .version_a{
    padding-left:3px;
  }
    div.lang a img {
      width: 30px !important; }
    div.lang a:nth-child(2) {
      margin-right: 10px; }
    div.lang a:first-child {
      //display: none;
    }
    div.lang a:first-child img{
      margin-bottom: 5px;
      width: 20px !important;
    }
  div#header a.logo {
    height: auto;
    padding-left: 15px;
    z-index: 110;
    position: relative; }
    /*div#header a.logo:after {
      content: '';
      background-image: url(../images/logo-mb.png);
      width: 70px;
      height: 17px;
      display: block;
      position: absolute;
      top: 23px;
      left: 70px;
      z-index: 110; }*/
  div#header a.logo img.desktop_logo {
    display: none;
  }
  div#header a.logo img.mob_logo {
    display: block;
    width: 160px;
    margin-top: 17.5px;
  }
  .h-bottom {
    border-bottom: 1px solid rgba(0,0,0,.2);
    color: #2a4b8a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 15px; }
    .h-bottom__left {
      text-transform: uppercase;
      font-size: 10px;
      font-weight: bold;
    }
    .h-bottom__right {
      font-weight: bold;
      color: #2a4b8a;
      text-decoration: none;
      font-size: 11px;
      text-align:right;
    }
    .h-bottom__right__phone{
      font-weight: bold;
      color: #2a4b8a;
      text-decoration: none;
      font-size: 11px;
      white-space: nowrap;
      background: url(/images/phone.svg) left 2px no-repeat;
      padding-left:14px;
      margin-left:5px;
    }
    .h-bottom__right__cab{
      font-weight: bold;
      color: #2a4b8a;
      font-size: 11px;
      white-space: nowrap;
    }
    
  div#header div.menu {
    display: none; }
  .menu-mb {
    display: block;
    background-color: rgba(42, 75, 138, 0.93);
    height: calc(100% - 110px);
    position: fixed;
    z-index: 100;
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 110px;
    left: 0;
    padding: 0px 0px 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow-y: auto; }
    /*.menu-mb:after {
      content: '';
      height: 1px;
      width: 100%;
      background: rgba(255, 255, 255, 0.5);
      position: absolute;
      top: 110px;
      left: 0;
      display: block; }*/
    .menu-mb.open {
      opacity: 1;
      visibility: visible;
      border-top:1px solid rgba(255, 255, 255, 0.5);
    }
    .menu-mb__list {
      list-style: none;
      padding: 0; }
    .menu-mb__item {
      display: block;
      position: relative;
    }
    .menu-mb__item.active .menu-mb__link{
      text-decoration: underline;
    }
    .menu-mb__link {
      color: #fff;
      text-decoration: none;
      font-size: 14px;
      -webkit-transition: all 0.1s ease;
      -o-transition: all 0.1s ease;
      transition: all 0.1s ease;
      padding: 12px 15px;
      display: block;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .menu-mb__link:hover {
        background-color: rgba(47, 83, 150, 0.8); }
        .menu-mb__item span.arrow-list{
          position: absolute;
          top:0px;
          right:0px;
          cursor: pointer;
          height:40px;
          width:40px;
          display: flex;
          align-items: center;
          justify-content: center;
        }
        .menu-mb__item span.arrow-list.open img{
          transform:rotate(180deg);
        }
        .menu-mb__item.active span.arrow-list img{
          transform:rotate(180deg);
        }
        .menu-mb__item.active > ul{
          display: block;
        }
  .submenu {
    display: none;
    list-style: none;
    padding-left: 0px;
    transition: .5s all ease-in-out;
  }
  .submenu.open {
    display: block;
  }
    .submenu__item {
      margin-bottom: 5px;
      padding-right: 20px;
      padding-left: 30px; }
    .submenu__link {
      color: #fff;
      text-decoration: none;
      font-size: 12px;
      opacity: 0.7; }
      .submenu__link:hover {
        opacity: 1; }
  div#body div.main div.column {
    display: none; }
  div#body div.main div.column h1 {
    color: #353535;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px; }
    div#body div.main div.column h1 a {
      font-size: 15px;
      color: #2a427a;
      line-height: 15px; }
      div#body div.main div.column h1 a:hover {
        text-decoration: none; }
  div#body div.main div.column dd {
    margin-bottom: 15px; }
  div#body div.main div.column dd h1 {
    margin-bottom: 10px;
    padding: 0; }
  div#body div.main dl dt {
    color: #506ca2;
    font-size: 12px;
    margin-bottom: 0px;
    padding-left: 22px; }
  div#body div.main div.column.news {
    display: block;
    width: auto; }
  div#body div.leftmenu div.subscribe__wrap {
    display: none; }
  div#body div.leftmenu div ul {
    width: 100%;
    padding-bottom: 0px; }
  div#body div.leftmenu div ul label {
    display: none; }
  .screen-mb {
    display: block;
    background-image: url(../images/bg_mobile.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: bottom; }
    .screen-mb__btn-block {
      padding: 15px 15px 5px 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .screen-mb__btn {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 80, 143, 0.7)), to(rgba(14, 29, 69, 0.7)));
      background-image: -webkit-linear-gradient(top, rgba(53, 80, 143, 0.7) 0%, rgba(14, 29, 69, 0.7) 100%);
      background-image: -o-linear-gradient(top, rgba(53, 80, 143, 0.7) 0%, rgba(14, 29, 69, 0.7) 100%);
      background-image: linear-gradient(to bottom, rgba(53, 80, 143, 0.7) 0%, rgba(14, 29, 69, 0.7) 100%);
      border-radius: 4px;
      height: 90px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-decoration: none;
      color: #fff;
      display: block;
      width: 49%;
      font-size: 12px;
      position: relative;
      margin-bottom: 7px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      padding: 9px; }
      .screen-mb__btn:hover {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 80, 143, 0.9)), to(rgba(14, 29, 69, 0.9)));
        background-image: -webkit-linear-gradient(top, rgba(53, 80, 143, 0.9) 0%, rgba(14, 29, 69, 0.9) 100%);
        background-image: -o-linear-gradient(top, rgba(53, 80, 143, 0.9) 0%, rgba(14, 29, 69, 0.9) 100%);
        background-image: linear-gradient(to bottom, rgba(53, 80, 143, 0.9) 0%, rgba(14, 29, 69, 0.9) 100%); }
      .screen-mb__btn img {
        margin-bottom: 8px; }
  .links-mb {
    display: block;
    padding: 0 15px 15px 15px;
    margin-bottom: 30px; }
    .links-mb__item {
      font-size: 14px;
      color: #2a427a;
      text-decoration: none;
      padding: 12px;
      border-bottom: 1px solid rgba(42,75,138,0.2);
      display: block;
      text-align: center;
    }
      .links-mb__item span{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top:1px;
      }
      .links-mb__item span img{
        margin:0 7px;
      }
      .links-mb__item:hover {
        background-color: rgba(199, 205, 217, 0.1); }
      .links-mb__item:first-child {
        border-top:  1px solid rgba(42,75,138,0.2); }
  div#body div.leftmenu div.social-icon__wrap {
    display: block;
    text-align: center;
    margin: 0 15px 10px 15px; }
    div#body div.leftmenu div.social-icon__wrap p, div#body div.leftmenu div.social-icon__wrap a, div#body div.leftmenu div.social-icon__wrap img {
      display: block; }
    div#body div.leftmenu div.social-icon__wrap p {
      padding-bottom: 0px; }
    div#body div.leftmenu div.social-icon__wrap img {
      float: none;
      width: 43px;
      height: 43px; }
    div#body div.leftmenu div.social-icon__wrap a, div#body div.leftmenu div.social-icon__wrap p {
      display: inline-block; }
  .nav-icon {
    width: 33px;
    height: 25px;
    display: block;
    background-image: url(/images/nav-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 19px;
    right: 15px;
    cursor: pointer;
    z-index: 1000; }
    .nav-icon.act {
      background-image: url(/images/close.svg);
    }
  div#body div.leftmenu div.phone {
    display: block;
    width: 100%;
    text-align: center;
    color: #353535;
    padding: 0; }
    div#body div.leftmenu div.phone img {
      display: none; }
    div#body div.leftmenu div.phone h1 {
      color: #353535;
      font-size: 14px;
      line-height: 30px;
      padding-bottom: 0px; }
    div#body div.leftmenu div.phone h3 {
      padding-top: 0px;
      line-height: 24px; }
    div#body div.leftmenu div.phone h3 a {
      color: #353535;
      font-size: 24px;
      font-weight: 600; }
    div#body div.leftmenu div.phone .cit-btn {
      display: none; }
  .bottom-links {
    display: block;
    padding: 30px 15px 20px 15px; }
    .bottom-links__item {
      font-size: 12px;
      color: #2a427a;
      display: block;
      width: 100%;
      text-align: center;
      margin-bottom: 10px; }
      .bottom-links__item:hover {
        text-decoration: none; }
  div#footer {
    background: #203968;
    padding: 25px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    position: relative; }
    div#footer form {
      display: none; }
    div#footer .links {
      display: none; }
    div#footer div.copy {
      margin-left: 0;
      float: none;
      text-align: center; } }

@media (max-width: 363px) {
  div#body div.leftmenu div.social-icon__wrap img {
    padding-right: 0px; } }

@media (max-width: 996px) {
  div#body.inner {
    padding-bottom: 0; }
    div#body.inner div.main {
      padding: 20px 20px 50px 10px; }
      div#body.inner div.main img {
        max-width: 100%;
        height: auto; }
      div#body.inner div.main table {
        width: 100% !important;
        display: block;
        overflow-x: auto;
        position: relative;
      }
      div#body.inner div.main .form_block textarea {
        max-width: 100%; }
    div#body.inner div.photo div.menu {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    div#body.inner div#listimages {
      width: 85%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }

@media (max-width: 480px) {
  div#body.inner div.main h1 {
    font-size: 18px;
    line-height: 22px; }
  div#body.inner div.main h4 {
    font-size: 14px; }
  div#body.inner div.main table ul {
    padding-left: 12px; }
  div#body.inner div.main #myVCaptcha {
    width: 100%; }
  div#body.inner div.main img#captcha {
    width: 100px; }
  div#body.inner div.main img {
    float: none !important; }
  div#body.inner div.main p > img {
    display: block; }
  div#body.inner div#listimages {
    width: 80%; }
  div#body.inner div.photo h1 {
    padding-left: 0px; }
  div#body.inner div.photo div.gallery {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    div#body.inner div.photo div.gallery div {
      width: 46% !important;
      height: auto;
      margin-right: 2px; }
  div#body.inner div.photo div.image div {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  div#body.inner div.photo div.image a.right {
    font-size: 14px;
    margin-right: 10px; }
  .form_title {
    font-size: 14px; }
  .form_block textarea {
    max-width: 100%; }
  .form_block dd {
    padding: 0 !important; }
  .form_block #file-label, .form_block #card-label, .form_block #mycaptcha-label {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #orders table, #orders tbody, #orders tr, #orders td {
    display: block; }
  #orders td {
    margin-top: 20px; } }

@media (max-width: 380px) {
  div#body.inner div#listimages {
    width: 75%; } }

@media (max-width: 780px) {
  .main.news iframe{
    width:700px;
    overflow: scroll !important;
  }
}
@media (max-width: 980px) {
  .text table{
    width:100% !important;
  }
}

@media(max-width:440px){
  div.lang{
    right: 58px;
  }
  div.lang a:nth-child(2){
    margin-right: 3px;
  }
}
@media(max-width:359px){
  div.lang a:first-child{
    margin-right:-5px;
  }
  div.lang a img{
    width: 25px !important;
    margin-top:3px;
  }
  div.lang a:nth-child(2){
    margin-right: -2px;
  }
}

/*# sourceMappingURL=media.css.map */
