.body-fixed {
  overflow: hidden;
}

.wrap-iframe-rabota {
  display: block;
}

.range_groups__item__link img {
  display: block;
  width: 100%;
  margin: 0 auto;
  object-fit: contain;
}

/* fixedHeaderTable */
.fht-table-wrapper {
  user-select: none;
}

.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
  overflow: hidden;
  position: relative;
}

.fht-table-wrapper .fht-fixed-body .fht-tbody.dragscroll {
  cursor: move;
}

.fht-table-wrapper .fht-table .fht-cell {
  overflow: hidden;
  height: 1px;
}

.fht-table-wrapper .fht-fixed-column,
.fht-table-wrapper .fht-fixed-body {
  top: 0;
  left: 0;
  position: absolute;
}

.fht-table-wrapper .fht-fixed-column {
  z-index: 3;
}

.fht-table-wrapper .fht-thead {
  z-index: 2;
}

@media (min-width: 1021px) {
  .mobile-show {
    display: block;
  }

  .btn-menu {
    display: none;
  }
}

@media (max-width: 1020px) {
  .fht-table-wrapper .fht-fixed-body .fht-tbody,
  .fht-table-wrapper .fht-tbody {
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .mobile-hide {
    display: none;
  }

  .footer__seo {
    line-height: 1.4;
  }

  .stock_widget__item__image_link {
    display: inline-block;
    background-color: transparent;
  }

  .parts_list__item__title {
    margin-right: 0;
    text-align: center;
  }

  .page_wrapper {
    padding: 0 15px;
    margin: 0 !important;
  }

  .header {
    padding: 15px 0;
  }

  .header_inner {
    width: auto;
  }

  .logo_link {
    margin-left: 115px;
  }

  .header .btn-menu {
    z-index: 1002;
    float: right;
    margin: -2px -10px 0 0;
  }

  .btn-menu {
    display: block;
    font-weight: normal;
    text-align: center;
    white-space: normal;
    cursor: pointer;
    background-color: transparent;
    line-height: 1;
    text-decoration: none !important;
    position: relative;
    width: 36px;
    height: 23px;
    padding: 0;
    border: 10px solid transparent;
    box-sizing: content-box;
  }

  .btn-menu i {
    display: block;
    width: 100%;
    height: 100%;
  }

  .btn-menu:before,
  .btn-menu:after,
  .btn-menu i:before {
    display: block;
    content: '';
    height: 1px;
    background-color: #0b4781;
    position: absolute;
    right: 0;
  }

  .btn-menu:before,
  .btn-menu:after {
    width: 100%;
    transform: translate(0, 0);
    transition: transform .5s ease-in-out 0s, background-color .5s ease 0s;
  }

  .btn-menu:before {
    top: 0;
  }

  .btn-menu:after {
    bottom: 0;
  }

  .btn-menu i:before {
    width: 100%;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    opacity: 1;
    transform: translate(0, 0);
    will-change: width;
    transition: width .5s ease 0s, background-color .5s ease 0s, transform .5s ease 0s, opacity .5s ease-in-out 0s;
  }

  .btn-menu.active:before {
    transform: translate(0, 11px) rotate(45deg);
  }

  .btn-menu.active:after {
    transform: translate(0, -11px) rotate(-45deg);
  }

  .btn-menu.active i:before {
    opacity: 0;
    transform: translate(-20px, 0);
  }

  .btn-menu_sm {
    width: 26px;
    height: 17px;
  }

  .btn-menu.btn-menu_sm.active:before {
    transform: translate(0, 8px) rotate(45deg);
  }

  .btn-menu.btn-menu_sm.active:after {
    transform: translate(0, -8px) rotate(-45deg);
  }

  .left_side__nav_title {
    min-height: 27px;
    position: relative;
    margin: 0;
    padding: 0 40px 0 0;
  }

  .left_side__nav_title .btn-menu {
    position: absolute;
    top: -10px;
    right: -10px;
  }

  .left_side__nav {
    display: none;
  }

  .left_side__nav__item:first-child {
    margin-top: 10px;
  }

  .parts_list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
  }

  .header__right_side {
    float: none;
    max-width: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    opacity: 0;
    z-index: 1001;
    will-change: width;
    transition: width 0s ease .5s, opacity .5s ease 0s;
  }

  .header__right_side.active {
    width: 250px;
    opacity: 1;
    transition: width 0s ease 0s, opacity .5s ease 0s;
  }

  .header__right_side.active .header__panel {
    transform: translateX(0);
  }

  .header__panel {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: stretch;
    justify-content: flex-start;
    text-align: left;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 70px 0 0 0;
    background-color: #ffffff;
    transform: translateX(50px);
    transition: transform .5s ease 0s;
  }

  .header__control {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 70px 0;
  }

  .main-menu-bg {
    width: 0;
    height: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    outline: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: width 0s ease .5s, height 0s ease .5s, opacity .5s ease 0s;
  }

  .main-menu-bg.active {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: width 0s ease 0s, height 0s ease 0s, opacity .5s ease 0s;
  }

  .select_region {
    padding: 0;
    margin: 0 15px 20px 15px;
    float: none;
  }

  .select_region:after {
    display: block;
    content: '';
    clear: both;
  }

  .select_region_extra {
    margin-top: -10px;
    margin-left: 42px;
  }

  .header__e_links {
    margin: 0 15px 20px 0;
    float: none;
  }

  .header__e_links__item_shop {
    width: auto;
  }

  .header__e_links__item {
    width: auto;
    margin: 0 0 20px 0;
    float: none;
  }

  .header__e_links__item:last-child {
    margin: 0;
  }

  .header__e_links__item__inner {
  	position: absolute;
  	right: 0px;
  	width: 130px !important;
  	box-shadow: 0 0 6px rgba(0,0,0,0.3);
    padding-left: 90px;
  }

  .header__e_links__item__inner .header__e_links__item__text {
    display: block;
    width: 0;
    overflow: hidden;
  }

  .header__e_links__item__inner .header__e_links__item__link {
  	display: block;
  }

  .header__menu_wrapper {
    margin: 0 0 20px 0;
  }

  .header__menu {
    margin: 0;
    float: none;
  }

  .header__menu__item {
    float: none;
    margin-bottom: 1px;
  }

  .header__menu__item:last-child {
    margin-bottom: 0;
  }

  .header__menu__item__link {
    padding: 12px 15px;
    border-radius: 0 !important;
    font-size: 14px;
  }

  .footer_pusher {
    height: 50px !important;
  }

  .footer {
    padding: 30px 15px;
    min-height: 0;
  }

  .footer__inner {
    width: auto;
    margin: 0;
    min-height: 0;
  }

  .footer__inner .mb_57 {
    margin-bottom: 30px;
  }

  .footer__socials_icons {
    margin: 0 0 20px 0;
    float: none;
  }

  .footer__socials_icons:after {
    display: block;
    content: '';
    clear: both;
  }

  .search_box {
    max-width: 290px;
    float: none;
  }

  .search_box__field {
    width: 290px;
  }

  .footer__menu_wrapper {
    margin-left: -20px;
    padding-bottom: 5px;
  }

  .footer__menu_wrapper:after {
    display: block;
    content: '';
    clear: both;
  }

  .footer__menu {
    width: 33.333333%;
    margin-right: 0;
    padding-left: 20px;
    box-sizing: border-box;
  }

  .footer__menu:nth-child(3n+1) {
    clear: left;
  }

  .footer__bottom__inner {
    width: auto;
  }

  .footer__copyright {
    float: none;
    margin-bottom: 20px;
  }

  .footer__studio {
    float: none;
    text-align: left;
  }

  .main_section {
    width: auto;
    padding: 15px 0 0 0;
    margin: 0;
  }

  .wrapper {
    width: auto;
    margin: 0;
  }

  .wrapper.mt_-15 {
    margin-top: 0;
  }

  .wrapper > .clearfix > .float_left,
  .wrapper > .clearfix > .float_right {
    float: none;
  }

  .stock_widget_wrapper {
    width: auto;
  }

  .title_strike {
    font-size: 15px;
  }

  .stock_widget {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 0 -20px;
  }

  .stock_widget__item {
    width: 50%;
    margin: 0 0 20px 0;
    padding-left: 20px;
    box-sizing: border-box;
    float: none;
  }

  .news_widget_wrapper {
    width: auto;
  }

  .stock_widget__item__image_link {
    width: auto;
    height: auto;
  }

  .news_widget__item__image {
    width: auto;
    height: auto;
  }

  .news_widget {
    width: auto;
    min-height: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 30px -20px;
  }

  .partners_list_wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }

  .news_widget__item {
    width: 33.333333%;
    margin: 0 0 12px 0;
    padding-left: 20px;
    box-sizing: border-box;
    float: none;
  }

  .partners_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: none;
    height: auto;
    margin: 0;
    padding: 30px 0 10px 0;
  }

  .partners_list__item {
    padding: 0 10px 20px 10px;
  }

  .mainpage_slider {
    margin: 0 -15px 30px -15px;
  }

  .mainpage_slider__item {
    width: 100%;
    left: 0;
    margin: 0;
  }

  .mainpage_slider__nav {
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .mainpage_slider__nav_v2 {
    transform: scale(.5);
  }

  .mainpage_slider__prev {
    left: 5px;
    margin-left: 0;
  }

  .mainpage_slider__next {
    right: 5px;
    margin-left: 0;
    left: auto;
  }

  .mainpage_slider__item__text {
    font-size: 20px;
    line-height: 1.4;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mainpage_slider__item__link {
    left: 15px !important;
  }

  .mainpage_popups {
    width: auto;
    padding-bottom: 10px;
    margin-left: -20px;
  }

  .mainpage_popups:after {
    display: block;
    content: '';
    clear: both;
  }

  .mainpage_popups__item {
    width: 50%;
    height: auto;
    margin: 0 0 20px 0;
    padding-left: 20px;
    float: left;
    box-sizing: border-box;
  }

  .mainpage_popups__item:last-child {
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
  }

  .mainpage_popups__item__inner {
    position: static !important;
    bottom: auto;
    width: 100%;
    min-height: 326px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 55px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 6px rgb(0 0 0 / 40%);
  }

  .mainpage_popups__item__image_wrap {
    height: 195px;
  }

  .mainpage_popups__item__image {
    display: block !important;
    opacity: 1 !important;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .mainpage_popups__item__title {
    margin-top: 14px;
    margin-bottom: 10px;
  }

  .mainpage_popups__item__text {
    display: block;
  }

  .mainpage_popups__item__more_wrap {
    display: block;
  }

  .left_side {
    width: auto;
    float: none;
  }

  .right_side {
    width: auto;
    float: none;
    padding: 15px 0 0 0;
  }

  .right_side .right_side {
    padding: 0;
  }

  .left_side__nav {
    width: auto;
  }

  .table-responsive {
    min-height: 1px;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #c7d5d8;
    margin-bottom: 30px;
  }

  .table-responsive table {
    width: 100% !important;
    min-width: 500px;
    margin: 0 !important;
    border: none !important;
  }

  .table-responsive table th,
  .table-responsive table td {
    border: 1px solid #c7d5d8 !important;
  }

  .table-responsive table th:first-child,
  .table-responsive table td:first-child {
    border-left: none !important;
  }

  .table-responsive table th:last-child,
  .table-responsive table td:last-child {
    border-right: none !important;
  }

  .table-responsive table tr:first-child th,
  .table-responsive table tr:first-child td {
    border-top: none !important;
  }

  .table-responsive table tr:last-child th,
  .table-responsive table tr:last-child td {
    border-bottom: none !important;
  }

  .content img {
    display: block;
    height: auto !important;
    max-width: 100%;
    float: none !important;
    margin: 0 0 20px 0 !important;
  }

  .content h1,
  .h1 {
  	font-size: 16px;
  	line-height: 1.4;
  }

  .content h2,
  .h2 {
  	font-size: 15px;
  	line-height: 1.4;
  }

  .content h3,
  .h3 {
  	font-size: 14px;
  	line-height: 1.4;
  }

  .content h4,
  .h4 {
  	font-size: 13px;
  	line-height: 1.4;
  }

  .news_list__item__title {
    font-size: 15px;
  }

  .h2 .dropdown_wrap {
    position: relative;
    top: 5px;
  }

  table.table-destroy,
  table.table-destroy caption,
  table.table-destroy col,
  table.table-destroy colgroup,
  table.table-destroy tbody,
  table.table-destroy td,
  table.table-destroy tfoot,
  table.table-destroy th,
  table.table-destroy thead,
  table.table-destroy tr {
    display: block !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
  }

  .content table {
    width: 100%;
  }

  .content table td,
  .content table th {
    padding: 10px !important;
    margin: 0 0 20px 0 !important;
    text-align: left;
  }

  .content table p {
    text-align: left !important;
  }

  .prof_list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0 10px 0;
  }

  .prof_list__item {
    float: none;
    margin: 0 10px 20px 10px;
  }

  .delivery__times {
    display: block;
  }

  .delivery__times__item {
    display: block;
    border: none;
    width: auto;
    text-align: center;
    margin-bottom: 30px;
  }

  .delivery__times__item:last-child {
    margin-bottom: 0;
  }

  .delivery_animated_block {
    margin-bottom: 0;
  }

  .range_groups_nav-responsive {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .range_groups_head_wrapepr {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .range_groups_head {
    min-width: 900px;
  }

  .range_groups_wrapepr {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .range_groups {
    min-width: 900px;
  }

  .news_list__item {
    padding-left: 170px;
  }

  .news_widget__item__image_link {
    display: block;
    width: auto;
    height: auto;
    margin-left: -170px;
    background-color: transparent;
  }

  .news_widget__item__image {
    width: auto;
    height: auto;
  }

  .contacts__map-responsive {
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 736px;
    border: 1px solid #9cbcd3;
    border-radius: 10px;
    margin: 0 auto;
  }

  .contacts__map-responsive .contacts__map {
    border: none;
    border-radius: 0;
  }

  .company__info {
    width: auto;
    margin: 0 0 30px 0;
    overflow: visible;
    float: none;
  }

  .company__staff.w_240 {
    width: auto;
    float: none;
    margin-left: -15px;
  }

  .company__staff__item {
    width: 33.333333%;
    margin-left: 0;
    padding-left: 15px;
    border: none !important;
    box-sizing: border-box;
  }

  .company__staff__item:nth-child(3n+1) {
    clear: left;
  }

  .company__gallery-wrap {
    max-width: 485px;
    margin: 0 auto;
    overflow: hidden;
  }

  .company__gallery {
    width: 100%;
    height: 0;
    padding-top: 64.123711%;
  }

  .company__gallery__item {
    width: 100%;
    height: 100%;
    top: 0;
  }

  .company__gallery__item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .company__info img {
    display: block;
    width: auto !important;
    height: auto !important;
    float: none !important;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .content .float_left {
    float: none;
  }

  .btn-primary {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 10px !important;
    font-size: 12px !important;
    margin-bottom: 10px;
  }

  .wrap-iframe-rabota {
    overflow-y: hidden;
    overflow-x: auto;
  }

  .wrap-iframe-rabota iframe {
    min-width: 600px;
  }
}

@media (max-width: 770px) {
  .branches_list__item {
    width: auto;
    float: none;
  }

  .white_box .w_380 {
    width: auto;
  }
}

@media (max-width: 725px) {
  .delivery__popup {
    width: 100%;
    margin-left: 0;
    left: 0;
  }

  .delivery__regions_list {
    display: block;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .delivery__regions_list__item {
    display: block;
    border-left: none;
  }

  .company__staff__item {
    width: 50%;
  }

  .company__staff__item:nth-child(3n+1) {
    clear: none;
  }

  .company__staff__item:nth-child(2n+1) {
    clear: left;
  }
}

@media (max-width: 600px) {
  .footer__menu {
    width: 100%;
  }

  .stock_widget__item {
    width: 100%;
  }

  .news_widget__item {
    width: 50%;
  }

  .mainpage_popups {
    margin-left: 0;
  }

  .mainpage_popups__item {
    width: 100%;
    float: none;
    padding-left: 0;
  }

  .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
  }

  .pagination__item {
    display: none;
  }

  .pagination__item_prev,
  .pagination__item_next {
    display: block;
  }
}

@media (max-width: 480px) {
  .news_widget__item {
    width: 100%;
  }

  .news_list__item {
    padding-left: 0;
  }

  .news_widget__item__image_link {
    width: auto;
    margin: 0 0 20px 0;
    float: none;
  }

  .news_list__item__info {
    float: none;
  }

  .company__staff__item {
    width: 100%;
  }

  .company__staff__item:nth-child(2n+1) {
    clear: none;
  }
}
