/*krav.ru*/
.content_wrapper {
  min-width: inherit;
}
.menu-btn {
  display: none;
  font-size: 11px;
  text-align: center;
  color: #FFF;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 1060;
  padding: 5px;
  line-height: 16px;
  background: #c61919;
}
#global_container {
  overflow: hidden;
}
.promo_block {
  padding: 0 10px 20px;
  display: block;
}
.promo_block_list {
  margin: 0 -10px;
}
.promo_block_inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
}
.index_event_list_inner {
  margin: 0 -20px;
}
.index_event {
  padding: 0 20px;
}
@media screen and (max-width: 1100px) {
  .menu-btn {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 10px;
  }
  .menu-btn.btnActive {
    right: 270px;
    top: 0;
    position: fixed;
    width: 43px;
    height: 43px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
  }
  .menu-btn.btnActive:before {
    content: 'X';
    line-height: 43px;
    font-size: 19px;
  }
  .menu-btn.btnActive span {
    display: none;
  }
  .menu-btn span:first-child {
    margin-top: 0;
  }
  .menu-btn span {
    width: 25px;
    display: block;
    height: 3px;
    background: #FFF;
    margin: 4px auto 0;
  }
  .site-overlay {
    opacity: 0.6;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
  }
  .header-menu-wrapper,
  .header-menu-wrapper.page_header_menu,
  .page_header_menu {
    width: 270px;
    position: fixed;
    right: -270px;
    top: 0;
    overflow: auto;
    bottom: 0;
    background: #222222 !important;
    -webkit-box-shadow: inset 0 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .header-menu-wrapper .content_wrapper {
    background: #222222 !important;
  }
  .header-menu-wrapper.menuActive {
    right: 0;
    z-index: 1000;
  }
  .header_menu_item {
    display: block;
  }
  .header_menu_item_title {
    color: #FFF;
  }
  .mobileOpen .page_header {
    position: relative;
    z-index: 1000;
  }
  .page_header_logo {
    width: 420px;
  }
  .page_header_address {
    margin-right: 40px;
  }
  .page_header_phone,
  .page_header_address {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
  }
  .header_logo_text {
    display: none;
  }
  .page_header_logo {
    width: auto;
    padding: 10px 20px 10px 0;
  }
  .page_header_top .content_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-icon {
    margin-top: 0;
  }
  .header-menu-wrapper .header-icon {
    white-space: normal;
  }
  .header-menu-wrapper .header-contacts-wrap {
    padding-bottom: 10px;
    border-bottom: 1px solid #EEE;
    overflow: hidden;
  }
  .header-menu-wrapper .header_menu_item {
    margin-right: 0;
  }
  .header-menu-wrapper .header_menu_item .header_menu_item_title {
    display: inline-block;
    vertical-align: middle;
  }
  .header-menu-wrapper .content_wrapper {
    clear: both;
  }
  .header_menu_item_title {
    padding: 20px 0 10px;
    white-space: normal;
  }
  .header-menu-wrapper .header_menu_item._has_subitems .header_menu_item_title::after {
    display: none;
  }
  .header-menu-wrapper .header_menu_item .arrow {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 9px;
    float: right;
  }
  body.body_touch .header-menu-wrapper .header_menu_item.active._hover .header_menu_submenu,
  body.body_touch .header-menu-wrapper .header_menu_item.active .header_menu_submenu {
    display: block;
    position: static;
  }
  .header-menu-wrapper .header_menu_item._hover .header_menu_item_title {
    color: #FFF;
  }
  .header-menu-wrapper .header_menu_item._hover .header_menu_item_title:before {
    background: transparent;
  }
  .header-menu-wrapper .header_menu_item._selected .arrow:before {
    border-top: 10px solid #c61919;
  }
  .header-menu-wrapper .header_menu_submenu_level {
    max-width: 100%;
    display: block;
  }
  .header-menu-wrapper .header_menu_item .arrow:before {
    content: '';
    border: 5px solid transparent;
    border-top: 10px solid #FFF;
    display: block;
    margin-top: 5px;
  }
  .header-menu-wrapper .header_menu_item.active .arrow {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-top: 18px;
  }
  .mobileOpen {
    overflow: hidden;
    height: 100%;
  }
  .promo_slide_link {
    margin-right: 20px;
    position: relative;
    top: auto;
    left: auto;
  }
  .promo_slide_inner {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fotorama__html,
  .fotorama__wrap,
  .fotorama__stage.fotorama__pointer,
  .fotorama__stage__shaft,
  .fotorama__stage__frame,
  .promo_slide {
    height: 100% !important;
  }
  .promo_slider .fotorama__nav-wrap {
    min-width: inherit;
  }
  .promo_slider .fotorama__nav {
    right: 10px;
  }
  .page_subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page_subtitle_text {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 20px;
  }
  .page_subtitle_button,
  .page_subtitle_text {
    margin: 10px 0;
  }
  .product_list .product_list_inner,
  .promo_block_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .index_event_list_inner {
    margin: 0 -10px;
  }
  .index_event {
    padding: 0 10px;
  }
  .video_list_inner {
    margin: 0 -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .video_list .video_item {
    padding: 0 20px 50px;
    min-width: 330px;
  }
  .index_company_left {
    width: 35%;
  }
  .index_company_right {
    width: 65%;
  }
  .page_footer_menu {
    width: 45%;
  }
  .footer_menu_col {
    width: 100%;
  }
  .page_footer_address {
    float: right;
  }
  .category_list_inner {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .category_list .category_item {
    padding: 0 10px 20px;
  }
  .static_table_container {
    overflow-x: auto;
  }
  .page_header_top .content_wrapper:after {
    display: none !important;
  }
  .page_header_mobile_menu {
    display: block !important;
  }
  .mobile_menu_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .index_event {
    width: 100%;
    padding-bottom: 20px;
  }
  .index_company_left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
  .index_company_right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .page_footer_menu,
  .page_footer_phone {
    width: 50%;
  }
  .footer_menu_col {
    width: 100%;
  }
  .page_footer_address {
    float: right;
    width: 100%;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
  .even_columns_left,
  .even_columns_right {
    width: 100%;
    padding: 0 0 20px;
  }
  .mobile_menu_inner {
    display: block !important;
  }
  .mobile_menu_inner:after {
    content: '';
    pointer-events: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(249, 249, 249, 0)), color-stop(50%, #f9f9f9));
    background-image: -webkit-linear-gradient(left, rgba(249, 249, 249, 0) 0%, #f9f9f9 50%);
    background-image: -o-linear-gradient(left, rgba(249, 249, 249, 0) 0%, #f9f9f9 50%);
    background-image: linear-gradient(to right, rgba(249, 249, 249, 0) 0%, #f9f9f9 50%);
  }
}
@media screen and (max-width: 620px) {
  .promo_slide_link {
    padding-right: 30px;
    margin: 10px 0;
    text-align: center;
  }
  .promo_slide_more {
    width: 200px;
    margin: 20px auto 0;
    height: 50px;
    position: relative;
    line-height: 50px;
  }
  .promo_slide_more br {
    display: none;
  }
  .promo_slide_more_arrow {
    height: 100%;
    width: 93px;
    background-size: 100%;
    left: -50px;
    top: 10px;
  }
  .promo_slide_more_text {
    position: static;
    margin: 0;
    line-height: 50px;
    text-align: right;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-contacts-wrap .header-icon {
    font-size: 15px;
  }
  .page_header_logo {
    padding-right: 15px;
  }
  .header_logo .header_logo_img {
    width: 98px;
    height: 29px;
    background-size: 100%;
  }
}
@media screen and (max-width: 479px) {
  .page_header_top .content_wrapper {
    display: block;
  }
  .page_header_logo {
    float: none;
    overflow: hidden;
  }
  .header-contacts-wrap {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 10px;
    text-align: center;
  }
  .header-icon {
    margin-left: 0;
  }
  .page_header_address,
  .page_header_phone {
    display: inline-block;
    float: none;
    margin: 0;
  }
  .page_header_address {
    /*margin-right: 88px;*/
    margin-right: 0;
  }
}
@media screen and (max-width: 450px) {
  .promo_slide_more_arrow {
    margin-top: 0;
  }
  .promo_slide_more_text {
    display: block;
  }
  .promo_block_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page_header_menu {
    display: block !important;
  }
  .page_footer_menu,
  .page_footer_phone {
    width: 100%;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  .custom_form_row_field._inline {
    width: 100%;
  }
}
