.bars {
  display: none;
}

.bars {
  display: block;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin: 0;
  top: -2px;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 10px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #ffffff;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  content: "";
}

.c-hamburger span::before {
  top: -6px;
}

.c-hamburger span::after {
  bottom: -6px;
}

.c-hamburger--htx {
  background-color: transparent;
  opacity: 1;
}

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}

@media screen and (max-width: 1230px) {
  body {
    zoom: .9;
  }
}

@media screen and (max-width: 1170px) {
  body {
    zoom: .85;
  }
}

@media screen and (max-width: 1100px) {
  body {
    zoom: .8;
  }
}

@media screen and (max-width: 992px) {
  .wrapper {
    max-width: 100%;
  }
  body {
    zoom: 1;
  }
  .header_top_address {
    display: none;
  }
  .header_top_nav {
    display: none;
  }
  .header_top_socials {
    margin-left: auto;
    margin-right: auto;
  }
  .header_top_call {
    margin-left: 0;
  }
  .header_nav_menu {
    display: none;
  }
  .header_nav_menu.active {
    display: block;
  }
  .mob_menu_opener {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 39px;
    max-width: 39px;
    height: 39px;
    border: 1px solid #3a3a3a;
    border-radius: 4px;
    background: url("../images/menub.svg") no-repeat center center/17px auto;
    margin-left: auto;
  }
  .mob_menu_opener.active {
    background: #3a3a3a url("../images/menu-close.svg") no-repeat center center/14px auto;
  }
  .header_logo {
    min-width: 220px;
    max-width: 220px;
    margin-right: auto;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .header_logo {
    min-width: 183px;
    max-width: 183px;
  }
}

@media screen and (max-width: 992px) {
  .header_main {
    position: relative;
  }
  .header .header_search {
    display: none;
    min-width: 100%;
    max-width: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .header .header_search.active {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #ffffff;
  }
  .header_search_mob {
    display: block;
    margin-right: 20px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .header_search_mob {
    margin-right: 10px;
  }
}

@media screen and (max-width: 992px) {
  .header_search_mob .btn {
    width: 29px;
    height: 29px;
    border: 1px solid #074ed4;
    border-radius: 50%;
    background: url("../images/searchb.svg") no-repeat center center/11px auto;
  }
  .header_vaforite {
    min-width: 27px;
    max-width: 27px;
    background-size: 27px auto;
    height: 29px;
  }
  .header_cart .ic {
    height: 29px;
    min-width: 23px;
    max-width: 23px;
    background-size: 23px auto !important;
    margin-right: 0;
  }
  .header_cart .cost {
    display: none;
  }
  .header_cart .ic span {
    margin-top: 3px;
    margin-left: -2px;
  }
  .header_vaforite {
    margin-right: 20px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .header_vaforite {
    margin-right: 12px;
  }
}

@media screen and (max-width: 992px) {
  .j_search_reset {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 22px;
    max-width: 22px;
    width: 22px;
    border-radius: 50%;
    height: 22px;
    border: 1px solid #161616;
    background: url("../images/closeb.svg") no-repeat center center/8px auto;
    margin-right: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    padding: 0;
  }
  .bars_button {
    height: 39px;
    padding: 0 15px 0 20px;
  }
  .c-hamburger {
    width: 17px;
    height: 9px;
    top: 0;
  }
  .c-hamburger span {
    top: 4px;
  }
  .c-hamburger span::before {
    top: -4px;
  }
  .c-hamburger span::after {
    bottom: -4px;
  }
  .bars_button .text {
    font-size: 13px;
    padding-right: 18px !important;
  }
  .bars_button .bars {
    margin-right: 15px;
  }
  .header_nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header_nav_menu {
    min-width: 100%;
    max-width: 100%;
    margin-top: 7px;
    border: 1px solid #3a3a3a;
    border-radius: 4px;
  }
  .header_nav_menu ul {
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid #e5e5e5;
  }
  .header_nav_menu ul.mob {
    display: block;
  }
  .header_nav_menu ul.desk {
    display: none;
  }
  .header_nav_menu ul li a {
    font-size: 13px;
    line-height: 30px;
  }
  .address_mob {
    display: block;
    padding: 15px 25px 15px 45px;
    background: url("../images/location.svg") no-repeat 25px 15px/8px auto;
  }
  .address_mob .city {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #161616;
  }
  .address_mob .street {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #161616;
  }
  .header_nav_main.active {
    display: block;
    width: calc(100% + 80px);
  }
  .header_nav_catalog {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header_nav_menu_links {
    min-width: 100%;
    max-width: 100%;
    padding-right: 0;
    display: none !important;
  }
  .header_nav_menu_links:before {
    display: none;
  }
  .header_nav_main_container .header_nav_menu_links {
    display: block !important;
  }
  .header_nav_main_container {
    position: relative;
    min-width: 100%;
    max-width: 100%;
  }
  .mCustomScrollBox {
    width: 100%;
  }
  .header_nav_menu_links .btn:before {
    -webkit-transform: rotate(90deg) translate(-50%, -50%);
            transform: rotate(90deg) translate(-50%, -50%);
    margin-top: -2px;
  }
  .header_nav_main {
    height: initial;
  }
  .box_menu_wrap .item {
    min-width: 50%;
    max-width: 50%;
  }
  .footer_df {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_info {
    min-width: 100%;
    max-width: 100%;
  }
  .footer_info:before {
    left: -15px;
    width: 15px;
  }
  .footer_info:after {
    content: '';
    position: absolute;
    z-index: 1;
    right: -15px;
    width: 15px;
    top: 0;
    height: 100%;
    background: #074ed4;
  }
  .footer_info_danger:after {
    content: '';
    position: absolute;
    z-index: 2;
    width: 15px;
    right: -15px;
    top: 0;
    height: 100%;
    background: #2771fb;
  }
  .footer_info_danger:before,
  .footer_menu:before {
    left: -15px;
    width: 15px;
  }
  .footer_menu:after {
    content: '';
    position: absolute;
    z-index: 1;
    right: -15px;
    width: 15px;
    top: 0;
    height: 100%;
    background: #272727;
  }
  .footer_menu {
    padding-left: 0;
  }
  .error_img {
    min-width: 330px;
    max-width: 330px;
    margin-left: 20px;
  }
  .cont {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .about_main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_main_left {
    margin-right: 0;
    min-width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }
  .about_main_right {
    min-width: 100%;
    max-width: 100%;
  }
  .about_main_img {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
  .about_advantages_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about_advantages {
    padding-bottom: 30px;
  }
  .about_advantages_item {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 17px;
  }
  .gallery_slider_wrap {
    padding: 10px 5px;
  }
  .gallery_slider_wrap .sl_btn {
    display: none !important;
  }
  .red_line {
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
  }
  .error {
    padding-left: 20px;
    padding-right: 20px;
  }
  .error_info {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .accii_headline_img {
    width: 250px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .accii_headline_img {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .accii_headline_subtitle,
  .accii_headline_title {
    padding-right: 300px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .accii_headline_subtitle,
  .accii_headline_title {
    padding-right: 0;
  }
}

@media screen and (max-width: 992px) {
  .accii_catalog .item_wrap {
    min-width: calc(33.33% - 16px);
    max-width: calc(33.33% - 16px);
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .accii_catalog .item_wrap {
    min-width: calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
}

@media screen and (max-width: 992px) {
  .accii_catalog .item_content {
    padding: 0 20px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .accii_catalog .item_content {
    padding: 0 15px;
  }
}

@media screen and (max-width: 992px) {
  .page_df {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sidebar {
    margin-right: 0;
    min-width: 100%;
    max-width: 100%;
    padding-bottom: 23px;
    margin-bottom: 0;
  }
  .sidebar_content {
    display: none;
  }
  .brands_alphabet_imgs .item_img {
    height: 50px;
  }
  .brands_alphabet_imgs .item {
    min-width: calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    padding: 10px 15px 15px;
  }
  .cart_goods_all {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body,
  html {
    height: initial;
  }
  .cart_goods_line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cart_goods_anonim {
    min-width: 100%;
    max-width: 100%;
  }
  .cart_redline_df {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .present_pack {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 20px 20px 80px;
    background-size: 39px auto;
    background-position: 18px 20px;
  }
  .present_pack_head {
    min-width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .cart_title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .cart_title .df {
    min-width: 100%;
    max-width: 100%;
    padding-right: 110px;
  }
  .cart_title .text {
    min-width: 100%;
    max-width: 100%;
    padding-right: 110px;
    padding-bottom: 15px;
    line-height: 1.3;
  }
  .cart_title .ic {
    margin-left: initial;
    position: absolute;
    right: 10px;
    bottom: 0;
  }
  .cart_title .ic img {
    height: 52px;
  }
  .cart_form_user {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cart_form_user .form_control:nth-child(1), .cart_form_user .form_control:nth-child(2) {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .cart_form_user .form_control:last-child {
    min-width: 175px;
    max-width: 175px;
    margin-bottom: 0;
  }
  .cart_delivery_df {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cart_delivery_radio {
    min-width: 100%;
    max-width: 100%;
  }
  .cart_radio .item .radio:checked + label {
    height: 100%;
  }
  .cart_agree_df {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cart_agree_left {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .cart_agree_right {
    margin-top: 20px;
  }
  .cart_agree_right .btn {
    margin-bottom: 15px;
  }
  .cart_delivery_form .area_delivery.area_deliverylong {
    min-width: 100%;
    max-width: 100%;
  }
  .j_tabs_box,
  .cart_delivery_box_df {
    min-width: 100%;
    max-width: 100%;
  }
  .cart_delivery_form {
    width: 100%;
  }
  .catalog_main_headline {
    padding-left: 60px;
  }
  .catalog_main_headline .ic {
    display: none;
  }
  .cat_brand_slider_box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cat_brand_slider_box .btn_sl.swiper-button-prev {
    margin-left: -250px;
    bottom: -90px;
    top: initial;
  }
  .cat_brand_slider_box .btn_sl.swiper-button-next {
    margin-right: -250px;
    bottom: -90px;
    top: initial;
  }
  .main_nav_level1 {
    display: block;
  }
  .sidebar_banner {
    display: none;
  }
  .sidebar_title .ic {
    right: 50px;
  }
  .sidebar_title_small.sidebar_title:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #ffffff url("../images/arrow-moreb.svg") no-repeat center center/3px auto;
    right: 15px;
  }
  .cat_cat_textpage_box .ic {
    display: none;
  }
  .cat_cat_textpage_box h2 {
    padding-right: 70px;
  }
  .cat_cat_textpage_box p {
    padding-right: 70px;
  }
  .category_filter_unit_subtext .mob {
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    color: #1d1d1d;
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 3px;
  }
  .category_filter_unit_subtext .desk {
    display: none;
  }
  .category_filter_unit_title .mob {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #074ed4;
  }
  .category_filter_unit_title .desk {
    display: none;
  }
  .category_filter_unit_head .btn {
    width: 18px;
    height: 18px;
    min-width: 18px;
    max-width: 18px;
    background: #074ed4 url("../images/arrow-more.svg") no-repeat center center/3px auto;
    border-radius: 3px;
  }
  .category_filter_unit_head {
    padding-right: 15px;
  }
  .catalog_item_main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .catalog_item_sliders {
    min-width: 100%;
    max-width: 100%;
  }
  .catalog_item_tabs.desk {
    display: none;
  }
  .catalog_item_tabs.mob {
    display: block;
    margin-top: 27px;
  }
  .catalog_item_info {
    padding-left: 0;
  }
  .catitem_promo_boxes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .catitem_promo_boxes_title {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .catitem_promo_boxes .j_item {
    min-width: 33.33%;
    max-width: 33.33%;
  }
  .catitem_also .delivery {
    display: none;
  }
  .catitem_also .item_cost {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .catitem_also .item_cost .main {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 7px;
  }
  .catitem_also .item_img {
    min-width: 105px;
    max-width: 105px;
    height: 115px;
  }
  .j_breadcrumbs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .j_breadcrumbs a,
  .j_breadcrumbs span {
    margin-bottom: 5px;
    margin-right: 18px;
  }
  .catitem_together_df {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .j_breadcrumbs a:before {
    right: -9px;
  }
  .catitem_together_headline {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 20px;
    position: relative;
  }
  .bars_button .text:before {
    border-top: 3px solid transparent;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid transparent;
  }
  .catitem_together_headline .con_panel {
    position: absolute;
    right: 0;
    top: 10px;
  }
  .catitem_together_slider {
    min-width: 100%;
    max-width: 100%;
  }
  .contacts_main,
  .red_line_df,
  .favorit_red_wrap,
  .favorit_filter_df {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts_main .item {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 18px;
  }
  .red_line_title {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 12px;
    text-align: center;
  }
  .red_line_text {
    min-width: 100%;
    max-width: 100%;
    margin-top: 12px;
    text-align: center;
  }
  .favorit_red_list {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .favorit_filter_goods {
    margin-bottom: 5px;
    min-width: 100%;
    max-width: 100%;
  }
  .favorit_filter_clear {
    margin-left: 57px;
  }
  .sidebar_content_for_filter.sidebar_content {
    display: block;
  }
  .cat_filter_headline {
    background: -webkit-gradient(linear, left top, right top, from(#f7f7f7), to(#eeeeee));
    background: linear-gradient(90deg, #f7f7f7 0%, #eeeeee 100%);
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
  .cat_filter_headline:before {
    width: 18px;
    height: 18px;
    min-width: 18px;
    max-width: 18px;
    background: #074ed4 url("../images/arrow-more.svg") no-repeat center center/3px auto;
    border-radius: 3px;
    right: 15px;
  }
  .cat_filter_subtitle {
    padding-top: 2px;
    margin-left: 5px;
  }
  .cat_filter_title {
    padding-left: 33px;
    background: url("../images/filter.svg") no-repeat left center/14px auto;
  }
  .category_filter_unit_head.desk {
    display: none;
  }
  .sidebar_title_small.sidebar_title:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .category_filter_unit_btn .btn span {
    white-space: nowrap;
  }
  .sb_menu {
    display: none;
  }
  .index_main_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
  .index_main_left {
    min-width: 100%;
    max-width: 100%;
  }
  .index_main_right {
    min-width: 100%;
    max-width: 100%;
  }
  .index_main_right .item {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .about_advantages_item .about_advantages_ic {
    text-align: right;
    min-width: 63px !important;
    max-width: 63px !important;
    height: 40px;
    margin-right: 15px;
  }
  .about_advantages_item .about_advantages_ic img {
    max-width: 100%;
    max-height: 100%;
  }
  .index_promo_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
  .index_promo_box .item {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .index_promo {
    padding-bottom: 8px;
  }
  .super_search_wrapper,
  .super_search_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .super_search_title {
    display: none;
  }
  .super_search_input {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 5px;
  }
  .super_search_input input {
    border-right: none;
  }
  .super_search_box {
    padding-left: 12px;
    padding-right: 12px;
  }
  .super_search_select .nice-select {
    padding-left: 0;
  }
  .super_search_select {
    min-width: 100%;
    max-width: 100%;
  }
  .super_search_btn span {
    display: block;
    padding-right: 10px;
    background: url("../images/arrow-more.svg") no-repeat right center/3px auto;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
  }
  .super_search_btn {
    min-width: 100%;
    max-width: 100%;
    background-image: none;
    border-radius: 3px;
    margin-top: 5px;
  }
  .super_search_select {
    padding-right: 0;
  }
  .super_search_select .nice-select:before {
    right: 15px;
  }
  .popular_categ_box .item {
    max-width: calc(25% - 28px);
    min-width: calc(25% - 28px);
    border-radius: 10px;
  }
  .index_main_catalog .ic {
    min-width: 280px;
    max-width: 280px;
  }
  .index_main_catalog {
    padding-right: 0;
  }
  .index_main_catalog .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .index_main_catalog .subtitle {
    font-size: 22px;
    font-size: 21.9px;
    line-height: 22px;
    margin-bottom: 11px;
  }
  .index_main_catalog .btn {
    height: 32px;
    border-radius: 16px;
    margin-bottom: 15px;
  }
  .index_main_catalog .btn .ic {
    min-width: 19px;
    max-width: 19px;
    height: 19px;
    background-size: 3px auto;
  }
  .index_main_left {
    padding: 20px 50px 20px;
  }
  .index_sertificate_img img {
    width: 216px;
  }
  .index_sertificate_box {
    min-width: 100%;
    max-width: 100%;
  }
  .index_sertificate_df {
    padding-bottom: 140px;
  }
  .index_sertificate_img img {
    bottom: -170px;
  }
  .sidebar_menu_links {
    display: none;
  }
  .new_main_df .ic {
    display: none;
  }
  .error_order .error_img {
    min-width: 250px;
    max-width: 250px;
  }
  .error_order .error_info {
    padding-top: 0;
  }
  .error.ok_order .error_img {
    min-width: 218px;
    max-width: 218px;
    margin-right: 40px;
    margin-left: 0;
  }
  .error.ok_order .error_info {
    padding-top: 0;
    margin-bottom: 10px;
  }
  .error.ok_order {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .error.ok_order .error_img {
    margin: 20px auto 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 768px) {
  .header_top {
    padding: 7px 0;
  }
  .header_age {
    min-width: 23px;
    max-width: 23px;
    margin-right: 20px;
  }
  .header_top_socials a {
    min-width: 30px;
    max-width: 30px;
    height: 25px;
  }
  .header_top_socials a.ic_tg {
    background-size: 13px auto;
  }
  .header_top_socials a.ic_vk {
    background-size: 15px auto;
  }
  .header_top_socials a.ic_wa {
    background-size: 11px auto;
  }
  .header_top_socials a.ic_in {
    background-size: 13px auto;
  }
  .header_top_call_button {
    font-size: 12px;
    line-height: 23px;
  }
  .header_top_call_button:before {
    border-left: 3px solid transparent;
    border-top: 3px solid #074ed4;
    border-right: 3px solid transparent;
  }
  .header_main_wrap {
    padding: 12px 0 24px;
  }
  .header_nav_wrap {
    padding-bottom: 24px;
  }
  .error {
    padding: 35px 20px 25px;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .error_info {
    margin-bottom: 15px;
  }
  .error_title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 18px;
  }
  .error_title span {
    font-size: 30px;
    line-height: 34px;
  }
  .error_text p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .error_text {
    margin-bottom: 20px;
  }
  .error_img {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .error_img img {
    width: 300px;
    max-width: 100%;
  }
  .header_search .j_search {
    height: 37px;
    border-radius: 18.5px;
  }
  .header_search .j_search_input input {
    height: 30px;
  }
  .header_search .j_search_button {
    min-width: 29px;
    max-width: 29px;
  }
  .header_search .j_search_button .btn {
    height: 29px;
    background-size: 11px auto;
  }
  .header_search .j_search {
    padding: 0 4px;
  }
  .error .header_search {
    margin-bottom: 20px;
  }
  .error .backlink {
    font-size: 15px;
    line-height: 1;
  }
  .error .backlink i {
    margin-left: 13px;
    min-width: 17px;
    max-width: 17px;
  }
  .m_title {
    padding-top: 20px;
  }
  .m_title h1 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .j_breadcrumbs {
    margin-top: 0;
    padding-bottom: 20px;
  }
  .j_breadcrumbs a,
  .j_breadcrumbs span {
    font-size: 9px;
    line-height: 1.5;
    padding: 0;
  }
  .footer_logo_wrap {
    padding: 15px 45px 10px 0;
  }
  .footer_logo img {
    width: 175px;
    margin-top: -6px;
  }
  .footer_subject {
    margin-top: -10px;
  }
  .footer_logo_wrap .inst {
    right: 0px;
    top: 15px;
  }
  .footer_subject {
    padding-left: 61px;
    font-size: 10px;
    line-height: 13px;
  }
  .footer_logo_wrap .inst .btn {
    width: 33px;
    height: 33px;
  }
  .footer_logo_wrap .inst .btn img {
    width: 13px;
  }
  .footer_info_danger {
    padding: 10px 40px 10px 40px;
    background-size: 28px auto;
    background-position: 0 center;
    font-size: 10px;
    line-height: 12px;
  }
  .footer_info_other {
    padding: 10px 0 10px 0;
  }
  .footer_info_other .copy {
    font-size: 10px;
    font-size: 9.3px;
    line-height: 10px;
    margin-bottom: 8px;
  }
  .footer_info_other .footer_info_other_links a {
    font-size: 10px;
    line-height: 10px;
  }
  .footer_info_other .footer_info_other_links a:first-child {
    margin-right: 20px;
  }
  .footer_info_other_research {
    font-size: 9px;
    line-height: 10px;
  }
  .footer_menu {
    padding: 15px 0 20px;
  }
  .footer_menu .j_footer_box {
    position: relative;
    padding-right: 60px;
  }
  .footer_menu .j_footer_box:nth-child(1), .footer_menu .j_footer_box:nth-child(2) {
    display: none;
  }
  .footer_menu .j_footer_title {
    font-size: 10px;
    line-height: 1;
    margin-bottom: 9px;
  }
  .j_footer_box_addr {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .footer_phone {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    margin-right: 18px;
    margin-bottom: 14px;
  }
  .j_footer_socials {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
  }
  .footer_mail {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 14px;
  }
  .j_footer_socials a {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .j_footer_socials a img {
    width: 15px;
  }
  .footer_banks img {
    max-width: 141px;
  }
  .about_main_left h2 {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 19px;
    margin-bottom: 18px;
  }
  .about_main_left h2:before {
    height: 1px;
  }
  .about_main_text p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .about_main_text {
    margin-bottom: 25px;
  }
  .about_main_bank_title {
    font-size: 14px;
    font-size: 14.1px;
    line-height: 16px;
    margin-bottom: 12px;
  }
  .about_main_bank_img {
    min-width: 146px;
    max-width: 146px;
    margin-right: 14px;
  }
  .about_main_bank_info {
    font-size: 11px;
    font-size: 10.6px;
    line-height: 14px;
  }
  .about_main_img {
    margin-left: -15px;
    margin-right: -15px;
  }
  .about_main_img .icon {
    top: -16px;
    left: 15px;
    width: 132px;
  }
  .about_main_img .icon img {
    width: 100%;
  }
  .about_main_img_link .btn {
    padding: 10px 18px;
  }
  .about_main_img_link .btn_text {
    min-height: 31px;
    background-size: 28px auto;
    padding-left: 47px;
  }
  .about_main_img_link .btn_text .ltit {
    font-size: 10px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .about_main_img_link .btn_text .lsubtit {
    font-size: 18px;
    line-height: 1;
  }
  .about_main_img_link {
    margin-top: -51px;
  }
  .about_main_img_link .btn_text .ic {
    min-width: 22px;
    max-width: 22px;
    height: 22px;
  }
  .about_main_img_link .btn_text .ic:before {
    border-top: 3px solid transparent;
    border-left: 3px solid #074ed4;
    border-bottom: 3px solid transparent;
  }
  .about_main_img {
    margin-bottom: 50px;
  }
  .about_main_contacts .lab .text {
    font-size: 12px;
    line-height: 1.2;
  }
  .about_main_contacts .lab .ic {
    min-width: 18px;
    max-width: 18px;
  }
  .about_main_contacts .lab .ic img {
    height: 13px;
  }
  .about_main_address {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .about_main_contacts .look_map {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .about_main_plans {
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 18px;
  }
  .about_main_phone .phone {
    font-size: 16px;
  }
  .about_main_phone {
    margin-right: 30px;
  }
  .about_main_socials .header_top_socials a {
    min-width: 29px;
    max-width: 29px;
    height: 29px;
    margin-right: 7px;
  }
  .about_main_socials .header_top_socials a:last-child {
    margin-right: 0;
  }
  .about_main_phone_df {
    margin-bottom: 18px;
  }
  .about_main_contacts .insta_info {
    font-size: 10px;
    line-height: 12px;
  }
  .about_main {
    margin-bottom: 24px;
  }
  .about_advantages {
    padding-top: 20px;
    padding-bottom: 5px;
  }
  .about_advantages_item .about_advantages_ic {
    min-width: 53px !important;
    max-width: 53px !important;
  }
  .about_advantages_title {
    font-size: 13px;
    line-height: 1.3;
  }
  .about_advantages_text {
    font-size: 11px;
    line-height: 14px;
  }
  .red_line {
    padding: 20px 50px;
  }
  .red_line_title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .red_line_link {
    font-size: 18px;
    font-size: 17.5px;
    line-height: 31px;
    padding-left: 55px;
    background-size: 31px auto;
  }
  .red_line_link .ic {
    min-width: 25px;
    max-width: 25px;
    margin-left: 25px;
    height: 25px;
  }
  .red_line_text {
    font-size: 12px;
    line-height: 16px;
  }
  .accii_headline {
    padding: 20px 0;
    width: auto;
    margin-left: -5px;
    margin-right: -5px;
  }
  .accii_headline_title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .accii_headline_subtitle {
    font-size: 13px;
    line-height: 18px;
  }
  .accii_catalog {
    padding: 25px 0 20px;
    margin: 0 5px;
  }
  .accii_catalog .item_img {
    height: 144px;
    padding: 11px 0;
  }
  .accii_catalog .item_wrap {
    min-width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .accii_catalog .item_img_marker {
    height: 11px;
    padding: 0 10px;
    font-size: 5px;
  }
  .accii_catalog .item_cost {
    margin-bottom: 6px;
  }
  .accii_catalog .item_cost .main {
    font-size: 14px;
  }
  .accii_catalog .item_cost .main span {
    font-size: 10px;
  }
  .accii_catalog .item_cost .del {
    font-size: 10px;
  }
  .accii_catalog .item_cost .del span {
    font-size: 8px;
  }
  .accii_catalog .item_text {
    font-size: 10px;
    line-height: 12px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    height: 36px;
    margin-bottom: 7px;
  }
  .accii_catalog .storage {
    font-size: 9px;
    line-height: 11px;
  }
  .accii_catalog .delivery {
    height: 13px;
    font-size: 7px;
    padding: 0 6px;
  }
  .accii_catalog .item_info {
    margin-bottom: 8px;
  }
  .accii_catalog .item_cart {
    margin-bottom: 8px;
  }
  .accii_catalog .item_cart .btn {
    height: 23px;
    padding: 0 18px;
  }
  .accii_catalog .item_cart .btn span {
    font-size: 10px;
  }
  .accii_catalog .item_favorit {
    min-width: 12px;
    max-width: 12px;
    height: 10px;
    background-size: 100% auto !important;
  }
  .item_rating .rat_info span {
    width: 10px;
    height: 10px;
    background-size: 100% auto !important;
  }
  .item_rating {
    margin-bottom: 15px;
  }
  .accii_more_but .btn {
    height: 36px;
    border-radius: 18px;
    padding: 0 40px;
  }
  .accii_more_but .btn span {
    font-size: 11px;
  }
  .accii_more_but {
    padding-bottom: 35px;
  }
  .sidebar_title {
    height: 45px;
  }
  .sidebar_title span {
    font-size: 14px;
  }
  .sidebar {
    padding-bottom: 20px;
  }
  .brand_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .brand_box_left {
    min-width: 100%;
    max-width: 100%;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
  }
  .brand_box_logo {
    text-align: center;
    margin-bottom: 12px;
  }
  .brand_box_logo img {
    max-width: 180px;
    max-height: 90px;
    display: block;
    margin: 0 auto;
  }
  .brand_box_more {
    font-size: 12px;
    line-height: 20px;
  }
  .brand_box_right {
    padding: 20px 22px;
    font-size: 12px;
    line-height: 16px;
  }
  .page_content .accii_catalog {
    margin: 0 -5px;
  }
  .brand_list .accii_catalog .item_wrap {
    min-width: calc(33.33% - 10px);
    max-width: calc(33.33% - 10px);
  }
}

@media screen and (max-width: 768px) and (max-width: 650px) {
  .brand_list .accii_catalog .item_wrap {
    min-width: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

@media screen and (max-width: 768px) {
  .filter_line_label {
    font-size: 12px;
  }
  .filter_line_select .current {
    font-size: 12px;
  }
  .nice-select .option {
    font-size: 12px;
    padding: 3px 10px;
  }
  .filter_line_info .val {
    font-size: 11px;
  }
  .pager_wrap a,
  .pager_wrap span,
  .pager_wrap .btn {
    width: 28px;
    min-width: 28px;
    max-width: 28px;
    height: 28px;
    font-size: 14px;
  }
  .pager_wrap .btn {
    background-size: 7px auto;
  }
  .brands_alphabet_line .btn {
    min-width: 29px;
    max-width: 29px;
    height: 29px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .brands_alphabet_line .btn span {
    font-size: 12px;
  }
  .brands_alphabet_ic {
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .brands_alphabet_imgs .item {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media screen and (max-width: 768px) {
  .brands_alphabet_list {
    padding-bottom: 20px;
  }
  .brands_alphabet_line {
    padding-bottom: 20px;
  }
  .cart_goods_img {
    min-width: 64px;
    max-width: 64px;
    height: 64px;
    margin-right: 20px;
  }
  .cart_goods_headline {
    margin-right: 0;
    min-width: calc(100% - 84px);
    max-width: calc(100% - 84px);
  }
  .cart_goods_line {
    padding: 18px 22px;
  }
  .cart_goods_cost {
    padding-top: 10px;
    min-width: 85px;
    max-width: 85px;
    padding-right: 5px;
  }
  .cart_goods_line .lab {
    font-size: 10px;
    margin-bottom: 3px;
  }
  .cart_goods_calc {
    padding-top: 10px;
    min-width: 90px;
    max-width: 90px;
  }
  .cart_goods_line {
    padding-right: 15px;
  }
  .cart_goods_total {
    padding-top: 10px;
    min-width: calc(100% - 175px);
    max-width: calc(100% - 175px);
  }
  .cart_goods_calc .cartcalc button {
    min-width: 18px;
    max-width: 18px;
    height: 18px;
  }
  .cart_goods_calc .cartcalc input {
    height: 18px;
    font-size: 12px;
  }
  .cart_goods_calc .cartcalc {
    height: 28px;
    width: 75px;
  }
  .cart_goods_total .val span {
    font-size: 15px;
  }
  .cart_goods_total .val {
    font-size: 13px;
    padding-top: 4px;
  }
  .cart_goods_storage {
    min-width: 85px;
    max-width: 85px;
    padding-top: 14px;
  }
  .cart_goods_remove {
    margin-top: 8px;
    margin-left: 0;
    margin-right: auto;
    min-width: initial;
    max-width: initial;
    padding-left: 18px;
    background: url("../images/cart-clearg.svg") no-repeat left center/10px auto;
  }
  .cart_goods_remove span {
    display: block;
    color: #909090;
  }
  .cart_redline_df {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cart_redline .btn span {
    display: none;
  }
  .cart_redline .btn {
    padding: 0;
    min-width: 28px;
    max-width: 28px;
    height: 28px;
  }
  .cart_redline .btn i {
    height: 12px;
    max-width: 12px;
    min-width: 12px;
  }
  .cart_redline_title {
    font-size: 20px;
  }
  .cart_redline {
    padding: 15px 0;
  }
  .cart_goods {
    padding-top: 15px;
    padding-bottom: 4px;
  }
  .cart_goods_info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cart_goods_anonim {
    padding: 20px 15px;
  }
  .cart_goods_anonim .ic {
    min-width: 50px;
    max-width: 50px;
    margin-right: 15px;
  }
  .cart_goods_anonim_head {
    min-width: calc(100% - 65px);
    max-width: calc(100% - 65px);
    margin-right: 0;
  }
  .cart_goods_anonim {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cart_goods_anonim_head .tit {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .cart_goods_anonim_head .text {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 9px;
  }
  .cart_goods_anonim .btn {
    margin-left: 65px;
  }
  .cart_goods_anonim .btn {
    height: 26px;
    padding: 0 13px;
  }
  .cart_goods_anonim .btn i {
    min-width: 10px;
    max-width: 10px;
    margin-right: 9px;
  }
  .cart_goods_anonim .btn span {
    font-size: 10px;
    font-size: 9.8px;
    top: 1px;
  }
  .cart_goods_info {
    padding: 10px 25px;
  }
  .cart_goods_info .ic {
    min-width: 32px;
    max-width: 32px;
    margin-right: 23px;
  }
  .cart_goods_info_thing {
    min-width: calc(100% - 55px);
    max-width: calc(100% - 55px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cart_goods_info_thing .lab {
    font-size: 15px;
    line-height: 16px;
    margin-right: 22px;
  }
  .cart_goods_info_thing .val {
    font-size: 16px;
  }
  .cart_goods_info_cost {
    margin-top: 4px;
    margin-left: 55px;
  }
  .cart_goods_info_cost .tit {
    font-size: 12px;
  }
  .cart_goods_info_cost .val {
    font-size: 18px;
  }
  .cart_goods_info_cost .val span {
    font-size: 22px;
  }
  .cart_goods_info_delivery {
    font-size: 11px;
  }
  .cart_goods_all {
    margin-bottom: 18px;
  }
  .present_pack_head .tit {
    font-size: 16px;
    line-height: 20px;
  }
  .present_pack_head .text {
    font-size: 12px;
    line-height: 14px;
  }
  .present_pack_form .tit {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .present_pack_form .checkbox + label:before {
    width: 46px;
    height: 22px;
  }
  .present_pack_form .checkbox + label:after {
    width: 16px;
    height: 16px;
    top: 3px;
    left: 3px;
  }
  .present_pack_form .checkbox:checked + label:after {
    left: 26px;
  }
  .present_pack_form .checkbox + label {
    padding-left: 56px;
    line-height: 22px;
  }
  .cart_title {
    margin-top: 28px;
    margin-bottom: 20px;
    padding-right: 0;
    border-bottom-width: 1px;
  }
  .cart_title .title {
    font-size: 18px;
    line-height: 1.3;
  }
  .cart_title .text {
    font-size: 12px;
    line-height: 16px;
  }
  .header_nav_catalog {
    margin-right: 7px;
  }
  .cart_form_user {
    padding: 20px 23px;
  }
  .cart_form_user .form_control .lab,
  .cart_delivery_form .form_control .lab {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .cart_form_user .form_control input,
  .cart_delivery_form .form_control input {
    height: 35px;
  }
  .form_control {
    margin-bottom: 17px;
  }
  .cart_delivery_title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .cart_delivery_radio .item {
    padding: 20px;
    padding-left: 50px;
    padding-right: 80px;
    font-size: 14px;
    line-height: 17px;
  }
  .cart_delivery_radio .item .ch {
    left: 20px;
    width: 15px;
    height: 15px;
  }
  .cart_delivery_marker {
    top: 20px;
    line-height: 15px;
    height: 15px;
    font-size: 8px;
    padding: 0 10px;
  }
  .cart_delivery_form_title {
    padding: 20px;
    border-left: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 24px;
  }
  .cart_delivery_box_df {
    border-left: 1px solid #e5e5e5;
    padding: 15px 20px;
  }
  .cart_radio {
    margin-left: 0;
    margin-right: 0;
  }
  .cart_radio .item {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 6px;
  }
  .cart_radio .item .radio + label:after {
    width: 15px;
    height: 15px;
    top: 20px;
    left: 20px;
  }
  .cart_radio .item .radio:checked + label:after {
    border-width: 4px;
  }
  .cart_radio .item .radio + label .title {
    font-size: 14px;
    line-height: 18px;
  }
  .cart_radio .item .radio + label .text {
    font-size: 12px;
    line-height: 14px;
  }
  .cart_radio .item .radio + label {
    padding: 18px 23px 18px 55px;
  }
  .cart {
    padding-bottom: 25px;
  }
  .cart_agree {
    padding: 23px 0 30px;
  }
  .cart_agree .checkbox + label {
    font-size: 13px;
    line-height: 16px;
  }
  .cart_agree_check {
    margin-bottom: 10px;
  }
  .cart_agree_left_title {
    padding-top: 10px;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .cart_agree_right .btn {
    height: 60px;
  }
  .cart_agree_right .btn span {
    font-size: 15px;
    margin-right: 22px;
  }
  .cart_agree_right .btn .ic {
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    background-size: 3px auto;
  }
  .area_delivery_title,
  .area_delivery_plans_title {
    font-size: 12px;
    margin-bottom: 7px;
    background-size: 6px auto;
    padding-left: 16px;
  }
  .area_delivery_plans_title {
    background-size: 7px auto;
  }
  .area_delivery_addr {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  .area_delivery_onmap {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .area_delivery_plans_sheet {
    font-size: 14px;
    margin-bottom: 0;
  }
  .cart_delivery_form .form_control {
    margin-bottom: 15px;
  }
  .j_tabs_box4_info {
    padding-top: 18px;
    padding-bottom: 18px;
    background: url("../images/infor.svg") no-repeat left 19px/16px auto;
    font-size: 12px;
    line-height: 16px;
    min-width: 100%;
    max-width: 100%;
    position: relative;
    border-top: none;
  }
  .j_tabs_box4_info:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: -18px;
    right: -18px;
    height: 1px;
    width: auto;
    background: #e5e5e5;
  }
  .j_tabs_box {
    padding-bottom: 0;
  }
  .catalog_main_headline {
    padding: 0 20px;
    height: 64px;
    border-radius: 5px;
    margin-bottom: 17px;
  }
  .catalog_main_headline .title {
    font-size: 16px;
    line-height: 1.2;
  }
  .catalog_main_headline .val {
    margin-right: 10px;
    height: 21px;
    padding: 0 6px;
    font-size: 10px;
  }
  .catalog_main_headline .btn {
    min-width: 21px;
    max-width: 21px;
    height: 21px;
  }
  .catalog_main_list {
    padding: 0 20px 13px;
  }
  .catalog_main_list .item {
    padding: 10px 15px;
    margin-bottom: 7px;
  }
  .catalog_main_list .item .ic {
    min-width: 33px;
    max-width: 33px;
    height: 33px;
  }
  .catalog_main_list .item .subtitle {
    font-size: 14px;
  }
  .catalog_main_box {
    margin-bottom: 15px;
  }
  .catalog_main_promo .btn {
    height: 51px;
    padding: 0 15px;
    border-radius: 3px;
    min-width: calc(50% - 7px);
    max-width: calc(50% - 7px);
  }
  .catalog_main_promo .btn span {
    font-size: 14px;
    font-size: 13.6px;
  }
  .catalog_main_promo .btn .ic {
    background-size: 3px auto;
    min-width: 15px;
    max-width: 15px;
    height: 15px;
  }
  .catalog_main_promo {
    padding-bottom: 35px;
  }
  .cat_brand_slider_df {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cat_brand_slider_wrap {
    padding: 30px 0;
  }
  .cat_brand_slider_headline {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 11px;
  }
  .cat_brand_slider_headline .title {
    font-size: 21px;
    margin-bottom: 5px;
  }
  .cat_brand_slider_headline .subtitle {
    font-size: 15px;
  }
  .cat_brand_slider_text {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 16px;
  }
  .cat_brand_slider_box .swiper-slide {
    padding: 10px 5px;
  }
  .cat_brand_slider_box .text {
    padding-top: 10px;
    font-size: 10px;
    margin-bottom: 6px;
  }
  .cat_brand_look {
    padding-top: 22px;
  }
  .cat_brand_look .btn {
    padding: 0 30px;
    height: 31px;
  }
  .cat_brand_look .btn span {
    font-size: 10px;
  }
  .cat_brand_slider_box .btn_sl {
    width: 31px;
    height: 31px;
  }
  .cat_brand_slider_box .btn_sl.swiper-button-next {
    bottom: -55px;
    margin-right: -135px;
  }
  .cat_brand_slider_box .btn_sl.swiper-button-prev {
    bottom: -53px;
    margin-left: -135px;
  }
  .sidebar_title.sidebar_title_small span {
    font-size: 14px;
  }
  .sidebar_title .ic img,
  .sidebar_title .ic {
    height: 58px;
  }
  .sidebar_title .ic {
    right: 30px;
  }
  .sidebar_title {
    min-height: 45px;
    height: initial;
  }
  .filter_line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .filter_line_choice {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .accii_catalog .item_content {
    padding-right: 5px;
    padding-left: 10px;
  }
  .accii_catalog .storage {
    margin-right: 7px;
  }
  .accii_catalog .delivery {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cat_cat_textpage_box h2 {
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .cat_brand_slider_wrap {
    padding: 18px 0 28px;
  }
  .pager_wrap {
    margin-bottom: 35px;
  }
  .cat_cat_textpage_box p {
    font-size: 13px;
    line-height: 17px;
    padding: 0 20px;
    margin-bottom: 11px;
  }
  .cat_cat_textpage_box {
    padding-bottom: 15px;
  }
  .cat_filter_title {
    font-size: 16px;
    line-height: 22px;
  }
  .cat_filter_headline {
    padding: 15px 20px;
    padding-bottom: 14px;
  }
  .cat_filter_subtitle {
    font-size: 12px;
  }
  .cat_filter_headline:before {
    top: 17px;
    background-size: 3px auto;
  }
  .sidebar_filter.sidebar {
    padding-bottom: 0;
  }
  .category_filter_unit_body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .category_filter_unit_body {
    padding: 15px 20px;
  }
  .category_filter_unit_text {
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 8px;
  }
  .category_filter_unit_btn .btn {
    padding: 0 22px;
    height: 27px;
  }
  .category_filter_unit_btn .btn i {
    min-width: 11px;
    max-width: 11px;
    height: 11px;
    background-size: 6px auto;
    margin-right: 9px;
  }
  .category_filter_unit_btn .btn span {
    font-size: 11px;
  }
  .category_filter_unit {
    margin-bottom: 15px;
  }
  .sidebar_content .sidebar_menu_links {
    display: block;
  }
  .catalog_item_slider_big .swiper-container {
    height: 100%;
  }
  .catalog_item_slider_menu .swiper-container {
    height: 200px;
  }
  .catalog_item_slider_menu {
    min-width: 47px;
    max-width: 47px;
    margin-right: 8px;
  }
  .catalog_item_slider_big_info {
    font-size: 8px;
    line-height: 1.2;
  }
  .catalog_item_slider_big {
    max-width: calc(100% - 55px);
    min-width: calc(100% - 55px);
    margin-bottom: 50px;
  }
  .catalog_item_info h1 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .catalog_item_info_top .article {
    margin-right: 8px;
  }
  .catalog_item_info_top .name {
    font-size: 10px;
  }
  .catalog_item_info_top .val {
    margin-left: 5px;
    font-size: 10px;
  }
  .catalog_item_info_top .catitem_posts_headline_stars {
    margin-left: 5px;
  }
  .catitem_posts .rat_info span,
  .catalog_item_info_top .rat_info span {
    width: 10px;
    min-width: 10px;
    max-width: 10px;
    height: 10px;
    background: url("../images/rating-star.svg") no-repeat center center/10px auto;
    margin-right: 1px;
  }
  .catalog_item_info_top .catitem_posts_headline_val {
    font-size: 10px;
  }
  .catalog_item_info_top .catitem_posts_headline_val span {
    display: none;
  }
  .catalog_item_info_top .rat_info span {
    position: relative;
    top: -2px;
  }
  .catalog_item_info_top {
    padding-bottom: 18px;
  }
  .catalog_item_office {
    padding: 18px 0;
  }
  .catalog_item_office_country {
    font-size: 12px;
    line-height: 22px;
    margin-right: 45px;
  }
  .catalog_item_office_brand {
    font-size: 12px;
    line-height: 22px;
  }
  .catalog_item_office .name {
    margin-bottom: 1px;
  }
  .catitem_chort_desription .text {
    font-size: 13px;
    line-height: 18px;
  }
  .catitem_chort_desription .link {
    font-size: 12px;
    line-height: 1.3;
  }
  .catalog_item_info_main {
    margin-top: 17px;
    border-radius: 10px;
  }
  .catalog_item_info_main_wrap {
    padding: 22px 30px;
  }
  .catalog_item_info_main_cost .name {
    font-size: 10px;
    line-height: 12px;
  }
  @media screen and (max-width: 768px)
  .catalog_item_info_main_cost .name {
      min-width: 100%;
      max-width: 100%;
      margin-bottom: 10px;
  }  
  .catalog_item_info_main_cost .val {
    font-size: 24px;
  }
  .catalog_item_info_main_cost .val span {
    font-size: 20px;
  }
  .catalog_item_info_main_control .btn_red {
    height: 45px;
    padding: 0 35px;
    margin-right: 20px;
  }
  .catalog_item_info_main_control .btn_red span {
    font-size: 11px;
  }
  .catalog_item_info_main_control .favor .val {
    display: none;
  }
  .catalog_item_info_main_control .favor {
    width: 17px;
    height: 15px;
    background: url("../images/favorite.svg") no-repeat center center/100% auto;
  }
  .catalog_item_info_main_control .favor.active {
    background: url("../images/favoriter.svg") no-repeat center center/100% auto;
  }
  .catalog_item_info_main_address {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .catalog_item_info_main_address .store {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .catalog_item_info_main_address .val {
    font-size: 12px;
    background-size: 6px auto;
  }
  .catalog_item_info_main_delivery {
    padding-left: 30px;
    padding-right: 30px;
  }
  .catalog_item_info_main_delivery .name {
    padding-left: 25px;
    background-size: 13px auto;
    margin-right: 0;
    font-size: 9px;
  }
  .catalog_item_info_main_delivery .btn_more {
    margin-left: auto;
  }
  .catalog_item_info_main_delivery .btn_more span {
    display: none;
  }
  .catalog_item_info_main_consult {
    padding: 15px 25px 20px;
    margin-bottom: 20px;
  }
  .catalog_item_info_main_consult .consult_title {
    padding-right: 80px;
    font-size: 14px;
    line-height: 18px;
  }
  .catalog_item_info_main_consult .nice-select {
    position: relative;
    z-index: 3;
  }
  .catalog_item_info_main_consult .ic {
    top: 10px;
    width: 65px;
    right: 20px;
  }
  .catalog_item_info_main_consult .nice-select {
    height: 36px;
  }
  .catalog_item_info_main_consult .nice-select .current {
    font-size: 14px;
  }
  .catalog_item_info_main_consult .nice-select:after {
    top: 11px;
  }
  .cat_item_brand {
    padding: 25px;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cat_item_brand_logo {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .cat_item_brand_logo img {
    max-width: 132px;
  }
  .cat_item_brand_head .lab {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 2px;
  }
  .cat_item_brand_head .name {
    font-size: 18px;
    line-height: 18px;
  }
  .cat_item_brand .ic {
    min-width: 19px;
    max-width: 19px;
    height: 19px;
    margin-top: 0;
    margin-bottom: auto;
  }
  .cat_item_brand .ic:before {
    border-width: 3px;
  }
  .catitem_back .btn {
    font-size: 12px;
    line-height: 15px;
    padding-left: 30px;
    background-size: 17px auto;
  }
  .catalog_item_tabs.mob {
    margin-top: 23px;
  }
  .catalog_item_tabs .j_tabs_headline .btn {
    margin-right: 22px;
    padding-bottom: 15px;
  }
  .catalog_item_tabs .j_tabs_headline .btn span {
    font-size: 12px;
  }
  .catalog_item_tabs .j_tabs_headline {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .catalog_item_tabs .j_tabs_headline .btn .ic {
    height: 13px;
    font-size: 7px;
    padding: 0 6px;
    line-height: 13px;
  }
  .catitem_textpage p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .catitem_textpage_18 {
    margin-top: 5px;
    padding: 15px 0;
    padding-left: 40px;
    background-size: 25px auto;
    font-size: 13px;
    line-height: 16px;
    min-height: 25px;
  }
  .catitem_textpage_18-2 {
    margin-top: 5px;
    padding: 15px 0;
    padding-left: 40px;
    background-size: 25px auto;
    font-size: 13px;
    line-height: 16px;
    min-height: 25px;
  }
  .catitem_textpage_18-3 {
    margin-top: 5px;
    padding: 15px 0;
    padding-left: 40px;
    background-size: 25px auto;
    font-size: 13px;
    line-height: 16px;
    min-height: 25px;
  }
  .catitem_informations {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .catitem_informations_link {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 6px;
    padding: 15px 20px;
  }
  .catitem_informations_ic {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0;
    min-width: 50px;
    max-width: 50px;
    height: 41px;
  }
  .catitem_informations_link .ic {
    min-width: 18px;
    max-width: 18px;
    height: 18px;
  }
  .catitem_informations_link .ic:before {
    border-width: 3px;
  }
  .catitem_informations_head .title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .catitem_informations_head {
    padding-right: 15px;
  }
  .catitem_informations_head .text {
    font-size: 10px;
    font-size: 10.4px;
    line-height: 13px;
  }
  .catitem_promo_boxes_title {
    font-size: 14px;
    line-height: 20px;
  }
  .catitem_promo_boxes .j_items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .catitem_promo_boxes .j_item {
    min-width: 50%;
    max-width: 50%;
    display: block;
    margin-bottom: 10px;
    padding-right: 15px;
  }
  .catitem_promo_boxes .j_item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 190px;
    max-width: 190px;
    padding-right: 0;
  }
  .catitem_promo_boxes .j_item_img {
    min-width: 50px;
    max-width: 50px;
    height: 45px;
    margin-bottom: 10px;
    margin-right: 18px;
  }
  .catitem_promo_boxes {
    margin-bottom: 25px;
  }
  .catitem_promo_boxes .j_item_text {
    font-size: 12px;
    line-height: 15px;
  }
  .catitem_also {
    padding: 25px 0 30px;
  }
  .catitem_also_headline .title {
    font-size: 16px;
    line-height: 1.3;
  }
  .catitem_also_headline .sl_btn {
    height: 28px;
    min-width: 28px;
    max-width: 28px;
  }
  .catitem_also_headline .sl_btn:before {
    border-width: 4px;
  }
  .catitem_also .item_wrap {
    padding: 20px 25px;
  }
  .catitem_also .item_img {
    min-width: 90px;
    max-width: 90px;
    height: 100px;
  }
  .catitem_also .item_text {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 15px;
    height: auto;
  }
  .catitem_also .item_cost .main {
    font-size: 16px;
  }
  .catitem_also .item_cost .main span {
    font-size: 14px;
  }
  .catitem_also .item_cart .btn {
    height: 24px;
    padding: 0 18px;
  }
  .catitem_also .item_cart .btn span {
    position: relative;
    top: -1px;
    font-size: 11px;
  }
  .catitem_also .item_cost {
    margin-bottom: 10px;
  }
  .catitem_also .item_img_marker {
    height: 14px;
  }
  .catitem_informations_ic {
    margin-left: auto;
  }
  .catitem_characters_line {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 768px) and (max-width: 600px) {
  .catitem_characters_line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .catitem_characters_line .name {
    padding-right: 0;
    min-width: 100%;
    max-width: 100%;
  }
  .catitem_characters_line:last-child {
    border-bottom: 1px solid #eaeaea;
  }
  .catitem_posts_headline {
    margin-bottom: 34px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .catitem_posts_headline_title {
    font-size: 14px;
    line-height: 22px;
  }
  .catitem_posts_headline_value {
    height: 22px;
    font-size: 10px;
  }
  .catitem_posts_headline_stars {
    margin-left: auto;
    margin-right: 0;
  }
  .catitem_posts_headline_val {
    position: absolute;
    right: 0;
    bottom: -16px;
    font-size: 12px;
    line-height: 16px;
  }
  .catitem_post {
    padding: 15px 23px;
  }
  .catitem_post_title .name {
    font-size: 13px;
    line-height: 16px;
  }
  .catitem_post_title_date {
    font-size: 10px;
  }
  .catitem_post_text {
    font-size: 13px;
    line-height: 16px;
  }
  .catitem_posts_buttons .btn_wtor {
    padding: 0 23px;
    height: 34px;
    border-radius: 17px;
    margin-right: 12px;
  }
  .catitem_posts_buttons .btn_wtor span {
    font-size: 11px;
  }
  .catitem_posts_buttons .btn_to_post {
    height: 34px;
    border-radius: 4px;
    padding: 0 23px;
  }
  .catitem_posts_buttons .btn_to_post span {
    font-size: 11px;
  }
  .catitem_posts_buttons {
    padding-bottom: 20px;
  }
  .catitem_together {
    padding: 25px 0 30px;
  }
  .catitem_together_headline .title {
    font-size: 18px;
    line-height: 22px;
  }
  .catitem_together_headline .subtitle {
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 14px;
  }
  .catitem_together_headline .con_panel .sl_btn {
    min-width: 28px;
    max-width: 28px;
    height: 28px;
  }
  .catitem_together_headline .con_panel .sl_btn:before {
    border-width: 4px;
  }
  .catitem_together_headline .con_panel {
    top: 1px;
  }
  .catitem_together_headline .text {
    font-size: 13px;
    line-height: 17px;
  }
  .catitem_together_slider .item_wrap {
    padding: 15px;
  }
  .catitem_together_slider .item_img {
    height: 110px;
    margin-bottom: 13px;
  }
  .catitem_together_slider .item_cost {
    margin-bottom: 7px;
    font-size: 14px;
  }
  .catitem_together_slider .item_cost span {
    font-size: 10px;
  }
  .catitem_together_slider .item_title {
    font-size: 10px;
    line-height: 12px;
    height: 24px;
  }
  .catitem_together_slider .item_buttons_status {
    font-size: 9px;
    line-height: 1.2;
    margin-bottom: 6px;
  }
  .item_rating .val {
    font-size: 8px;
  }
  .item_buttons .btn {
    height: 22px;
    min-width: 22px;
    max-width: 22px;
    font-size: 14px;
  }
  .catitem_posts_form_title {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .catitem_posts_form_title strong {
    display: block;
  }
  .catitem_posts_form_content {
    padding: 15px 20px;
  }
  .catitem_posts_form_rating .rat_tit {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .catitem_posts_form_rating .rat_inform {
    font-size: 12px;
  }
  .catitem_posts_form_rating {
    margin-bottom: 15px;
  }
  .form_control .lab {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 9px;
  }
  .form_control input {
    height: 35px;
  }
  .form_control_50 {
    min-width: calc(100% - 12px);
    max-width: calc(100% - 12px);
  }
  .catitem_posts_form_ps {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .catitem_posts_form_ps_left {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .catitem_posts_form_ps_info {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-top: 0;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .form_recaptcha {
    width: 300px;
    max-width: 100%;
  }
  .catitem_posts_form {
    margin-bottom: 12px;
  }
  .catitem_posts_form .btn_close_form {
    top: 10px;
    width: 26px;
    height: 26px;
    right: 12px;
  }
  .catitem_posts_form_title {
    padding-right: 50px;
  }
  .contacts_main .ic {
    min-width: 25px;
    max-width: 25px;
    margin-right: 17px;
  }
  .contacts_main .lab {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .contacts_main .item_addr_text {
    font-size: 16px;
    line-height: 20px;
  }
  .contacts_main .item_addr_link {
    font-size: 12px;
  }
  .item_plans_text {
    font-size: 14px;
    line-height: 18px;
  }
  .contacts_main .item_phone_text a {
    font-size: 16px;
  }
  .contacts_main {
    padding-bottom: 5px;
  }
  .contacts_message {
    padding: 25px 0 20px;
  }
  .contacts_message_headline {
    display: block;
  }
  .contacts_message_headline .title {
    min-width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 7px;
  }
  .contacts_message_headline .subtitle {
    padding-top: 0;
    font-size: 11px;
    line-height: 14px;
  }
  .contacts_message_df {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts_message_df .btn .ic {
    min-width: 28px;
    max-width: 28px;
    height: 28px;
  }
  .contacts_message_df .btn .ic_wa,
  .contacts_message_df .btn .ic_tg,
  .contacts_message_df .btn .ic_vk {
    background-size: 14px auto;
  }
  .contacts_message_df .btn .ic_in {
    background-size: 13px auto;
  }
  .contacts_message_df .btn .text {
    font-size: 13px;
  }
  .contacts_message_df .btn .ic {
    margin-right: 15px;
  }
  .contacts_message_df .btn {
    margin-bottom: 10px;
  }
  .favorit_red_wrap {
    padding: 20px;
  }
  .favorit_red_list {
    margin-bottom: 13px;
    background-size: 28px auto;
    padding-left: 60px;
    font-size: 12px;
    line-height: 16px;
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .favorit_red_cookies {
    background-size: 28px auto;
    padding-left: 60px;
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 11px;
    line-height: 13px;
  }
  .favorit_filter_df {
    padding: 18px 0;
  }
  .favorit_filter_goods {
    padding-left: 40px;
    line-height: 28px;
  }
  .favorit_filter_goods:before {
    width: 28px;
    height: 28px;
    background-size: 13px auto;
    line-height: 28px;
    font-size: 14px;
  }
  .favorit_filter_goods strong {
    font-size: 13px;
  }
  .favorit_filter .filter_line_choice {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .index_main_catalog .ic {
    right: -30%;
  }
  .index_main_left {
    padding: 16px 25px 16px;
  }
  .index_main_catalog .title {
    font-size: 12px;
    font-size: 11.7px;
    line-height: 16px;
  }
  .index_main_catalog .btn {
    height: 26px;
    padding-left: 25px;
    padding-right: 45px;
  }
  .index_main_catalog .btn span {
    font-size: 8px;
    font-size: 7.5px;
    line-height: 24px;
    padding-right: 0;
    text-transform: uppercase;
  }
  .index_main_catalog .text {
    font-size: 8px;
    line-height: 10px;
  }
  .index_main_right .item .ic {
    min-width: 84px;
    max-width: 84px;
    margin-right: 10px;
  }
  .index_main_right .content {
    padding-top: 15px;
    padding-right: 27px;
    position: relative;
    min-width: calc(100% - 94px);
    max-width: calc(100% - 94px);
    margin-left: 94px;
  }
  .index_main_right .content .title {
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 2px;
  }
  .index_main_right .item {
    height: 90px;
    margin-top: 15px;
  }
  .index_main_right .content .subtitle {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .index_main_right .item.item_last .ic img {
    width: 100%;
  }
  .index_main_right .content .text {
    font-size: 9px;
  }
  .index_main_right .ic_link {
    width: 18px;
    height: 18px;
    background-size: 4px auto;
    top: 15px;
  }
  .index_promo {
    padding-top: 25px;
  }
  .index_promo_title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px;
  }
  .index_promo_box .item {
    margin-left: 0;
    margin-right: 0;
    padding: 0 23px;
    height: 63px;
  }
  .index_promo_box .title {
    font-size: 20px;
  }
  .index_promo_box .ic {
    width: 21px;
    min-width: 21px;
    max-width: 21px;
    height: 21px;
    background-size: 4px auto;
    right: 23px;
  }
  .index_promo_box .icon {
    margin-left: auto;
    margin-right: 10px;
  }
  .index_promo_box .icon img {
    height: 76px;
  }
  .super_search_wrapper {
    padding: 10px;
  }
  .super_search_input input {
    padding-left: 23px;
    background-position: 0 center;
    background-size: 11px auto;
    font-size: 12px;
  }
  .super_search_select .nice-select .current {
    font-size: 12px;
  }
  .super_search_btn {
    height: 28px;
  }
  .popular_categ {
    padding: 25px 0 30px;
  }
  .popular_categ_box .item {
    max-width: calc(33.33% - 8px);
    min-width: calc(33.33% - 8px);
    margin: 0 4px 8px;
    padding: 15px;
  }
  .popular_categ_box {
    margin-left: -4px;
    margin-right: -4px;
  }
  .popular_categ_title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 17px;
  }
  .popular_categ_title span {
    font-size: 14px;
  }
  .popular_categ_box .icon {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
  }
  .popular_categ_box .text {
    font-size: 12px;
    line-height: 18px;
  }
  .popular_categ_link .btn {
    height: 32px;
    border-radius: 16px;
    padding: 0 45px;
    width: 200px;
  }
  .popular_categ_link .btn span {
    font-size: 11px;
  }
  .index_sertificate_df {
    padding-top: 25px;
  }
  .index_sertificate_box .title {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 13px;
  }
  .index_sertificate_box .text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 23px;
  }
  .index_sertificate_box .buts {
    display: block;
  }
  .index_sertificate_box .buts .btn {
    height: 40px;
    padding-left: 35px;
    padding-right: 60px;
    border-radius: 20px;
    margin-bottom: 15px;
  }
  .index_sertificate_box .buts .btn span {
    font-size: 12px;
  }
  .index_sertificate_box .buts .btn:before {
    width: 30px;
    height: 30px;
    background-size: 5px auto;
    top: 5px;
    right: 5px;
  }
  .index_sertificate_box .buts .info {
    font-size: 12px;
  }
  .index_sertificate_df {
    padding-bottom: 130px;
  }
  .index_sertificate_img img {
    bottom: -160px;
  }
  .about.pt80 {
    padding-top: 22px;
  }
  .about.pt80 h2 {
    font-size: 22px;
    line-height: 27px;
  }
  .about.pt80 .about_main_text {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .about_main_preferences {
    margin-bottom: 20px;
  }
  .about_main_preferences .j_item_img {
    min-width: 48px;
    max-width: 48px;
    margin-right: 8px;
  }
  .about_main_preferences .j_item_title {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 5px;
  }
  .about_main_preferences .j_item_text {
    font-size: 16px;
  }
  .about_main_preferences .j_item_text span {
    font-size: 12px;
  }
  .about_main_links .btn {
    height: 34px;
    padding: 0 25px;
  }
  .about_main_links .btn span {
    font-size: 11px;
  }
  .about_main_links {
    margin-bottom: 20px;
  }
  .textpage h1 {
    font-size: 16px;
    line-height: 1.3;
    padding-bottom: 18px;
    margin-bottom: 20px;
  }
  .textpage p,
  .textpage ul li,
  .textpage ol li {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .textpage h2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .textpage h3 {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
  }
  .textpage h4 {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.3;
  }
  .textpage h6 {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 7px;
  }
  .textpage ul li {
    background-position: 0 5px;
    background-size: 3px auto;
    padding-left: 14px;
  }
  .textpage {
    padding-bottom: 30px;
  }
  .accii_catalog {
    margin: 0 -5px;
  }
  .new_main {
    padding: 20px 0;
  }
  .new_main .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .new_main .text {
    font-size: 13px;
    line-height: 17px;
  }
  .error.error_order {
    margin-bottom: 0;
  }
  .error_order .error_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .error_order .error_title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .error_order .error_title span {
    font-size: 30px;
    line-height: 34px;
  }
  .error_subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 9px;
  }
  .error_order .error_text {
    font-size: 14px;
  }
  .error_order .error_img {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mb25 {
    margin-bottom: 20px;
  }
  .search_result p {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 15px;
  }
  .filter_line_searchwrap {
    padding: 20px 0;
  }
  .filter_line_searchwrap .filter_line {
    margin-bottom: 0;
  }
  .filter_line_searchwrap .filter_line_look {
    padding-left: 40px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .filter_line_searchwrap .filter_line_look:before {
    width: 28px;
    height: 28px;
    background-size: 10px auto;
    top: -7px;
  }
  .modal_header {
    padding: 20px;
  }
  .modal_header_top .close {
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    right: 0;
  }
  .modal_header_top .title {
    padding-right: 40px;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .modal_header_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  #order .modal_header_box {
    position: relative;
    padding-left: 90px;
  }
  .modal_header_info {
    margin-right: 0;
    min-width: 100%;
    max-width: 100%;
  }
  .modal_header_info .ic {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 61px;
    max-width: 61px;
    height: 61px;
  }
  .modal_header_info .info .tit {
    padding-top: 1px;
    font-size: 13px;
    line-height: 16px;
  }
  .modal_header_info .info .text {
    font-size: 8px;
  }
  .modal_header_calc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .modal_header_calc .cost {
    margin-top: auto;
    margin-bottom: auto;
  }
  .modal_header_calc .cartcalc {
    width: 74px;
    height: 26px;
    margin-left: 30px;
  }
  .modal_header_calc .cartcalc .btn {
    min-width: 18px;
    max-width: 18px;
    height: 18px;
  }
  .modal_header_calc .lab {
    position: absolute;
    right: 44px;
    top: -16px;
    font-size: 10px;
    line-height: 1;
  }
  .modal_header_calc {
    padding-top: 0;
  }
  .modal_header_calc .cost {
    font-size: 14px;
  }
  .modal_header_calc .cost span {
    font-size: 12px;
  }
  .modal_form {
    padding: 20px;
  }
  .modal_form .modal_form_buts {
    display: block;
    margin-bottom: 12px;
  }
  .modal_form .modal_form_buts .btn {
    min-width: 258px;
    max-width: 258px;
    height: 55px;
    margin-bottom: 8px;
  }
  .modal_form .modal_form_buts .btn span {
    font-size: 12px;
  }
  .modal_form .modal_form_buts .btn .ic {
    min-width: 18px;
    max-width: 18px;
    height: 18px;
  }
  .modal_form .recaptcha_wrap img {
    width: 258px;
  }
  .modal_form .mform_df .form_control_phone {
    margin-left: 0;
    min-width: 100%;
    max-width: 100%;
  }
  .modal_form .form_control {
    margin-bottom: 15px;
  }
  .modal_form .modal_form_info {
    font-size: 10px;
    line-height: 1.2;
  }
  .modal_dialog_order_send .modal_content {
    padding: 30px 40px 0;
  }
  .modal_dialog_order_send .order_send_text br {
    display: none;
  }
  .modal_dialog_order_send {
    height: auto;
    padding-bottom: 195px;
    background: #ffffff url("../images/sendok.webp") no-repeat center bottom/200px auto;
  }
  .modal_dialog_order_send .order_send_title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .modal_dialog_order_send .order_send_text {
    font-size: 14px;
    line-height: 18px;
  }
  .modal_dialog_order_send .order_send_title span {
    font-size: 20px;
  }
  .modal_dialog_order_send .close {
    width: 16px;
    height: 16px;
    min-width: 16px;
    max-width: 16px;
    background-size: 16px auto;
    top: 20px;
    right: 20px;
  }
  .header_nav_main.active {
    width: calc(100% + 44px);
  }
  .header_nav_main_container {
    padding-left: 0;
  }
  .plus18_modal {
    margin-top: 290px;
    position: relative;
  }
  .plus18_modal:before {
    left: 50%;
    width: 222px;
    top: -250px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    height: 250px;
    background-position: center 0;
  }
  .plus18 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .plus18_headline {
    padding: 20px 40px 15px;
  }
  .plus18_headline .ic {
    min-width: 40px;
    max-width: 40px;
  }
  .plus18_headline .title .subtitle {
    font-size: 10px;
  }
  .plus18_headline .title .subtitle span {
    margin-top: 6px;
    font-size: 25px;
    line-height: 1;
  }
  .plus18_modal .text {
    padding: 0 40px 10px;
  }
  .plus18_modal .text p {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 9px;
  }
  .plus18_buttons {
    padding: 10px 20px;
  }
  .plus18_modal {
    width: 300px;
    max-width: calc(100% - 30px);
  }
  .plus18_buttons .btn_white {
    padding: 0 25px;
    height: 33px;
  }
  .plus18_buttons .btn_white span {
    font-size: 10px;
  }
  .plus18_buttons .btn_black {
    padding: 0 25px;
    height: 33px;
  }
  .plus18_buttons .btn_black span {
    font-size: 10px;
  }
  .error_fof .error_info {
    padding-top: 0;
  }
  .index_main_catalog .ic {
    min-width: 130px;
    max-width: 130px;
    height: 194px;
    right: 0;
  }
  .index_main_catalog .ic img {
    width: initial;
    height: 100%;
  }
}

@media screen and (max-width: 350px) {
  .plus18_buttons .btn_black {
    padding: 0 24px;
  }
  .plus18_buttons .btn_white {
    padding: 0 23px;
  }
}

@media screen and (max-width: 992px) {
  .header_nav_menu ul li {
    margin-right: 0;
  }
  .header_nav_menu ul li:before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .bars_button {
    width: 100%;
  }
  .address_mob {
    background-size: 6px auto;
    padding-left: 40px;
    background-position: 25px 17px;
  }
  .header_nav_main.active {
    height: initial;
  }
  .header_nav_main_container {
    max-height: calc(100vh - 180px);
    display: block;
  }
  .header_nav_main_container {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header_nav_main_container .box_menu_wrap {
    overflow: auto;
  }
  .box_menu_wrap .item .ic img {
    height: 35px;
  }
  .box_menu_wrap .item .ic {
    min-width: 40px;
    max-width: 40px;
  }
  .cart_goods_cost .val {
    font-size: 14px;
  }
  .cart_goods_cost .val span {
    font-size: 12px;
  }
  .cart_goods_title {
    margin-top: 0;
    min-height: 40px;
  }
  .cart_goods_calc .cartcalc button {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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;
    padding-top: 1px;
  }
  .cart_goods_calc .cartcalc {
    padding: 0 4px;
  }
  .wrapper {
    overflow-x: hidden;
  }
  .cart_goods_info_thing .lab br {
    display: none;
  }
  .cart_goods_info_thing .val {
    white-space: nowrap;
  }
  .cart_goods_info_cost {
    margin-top: -12px;
  }
  .cart_agree .checkbox + label {
    display: block;
  }
  .cart_agree .checkbox + label:after {
    top: -1px;
  }
  .category_buttons {
    padding-bottom: 20px;
  }
  .filter_line_select .current:before {
    border-left: 3px solid transparent;
    border-top: 3px solid #161616;
    border-right: 3px solid transparent;
  }
  .filter_line_info .val {
    margin-left: 2px;
  }
  .accii_catalog .item_info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .accii_catalog .item_cart .btn {
    margin-left: 0;
  }
  .j_breadcrumbs a:before {
    top: 50%;
  }
  .catalog_item_tabs .j_tabs_headline {
    height: 28px;
    margin-bottom: 5px;
  }
  .catitem_posts .rat_info span,
  .catalog_item_info_top .rat_info span {
    background-size: 10px auto !important;
  }
  .favorit_filter_clear {
    margin-left: 40px;
  }
  .sidebar_menu_links li a {
    font-size: 15px;
    padding: 10px 30px 10px 20px;
  }
  .sidebar_menu_links li a:before {
    border-width: 3px !important;
    display: block;
    opacity: 1;
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
    top: 19px;
  }
  .sidebar_title.btn_before:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 3px solid #000000;
    border-bottom: 3px solid transparent;
    right: 18px;
    top: 50%;
    margin-top: -3px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .modal_header_calc .cartcalc input {
    height: 18px;
    text-align: center;
    padding: 0;
    font-size: 12px;
  }
  .modal_form .modal_form_buts {
    margin-left: -1px;
  }
}

button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 992px) {
  .filter_container {
    max-height: initial;
  }
  .sidebar_title.btn_before:before {
    -webkit-transition: .2s;
    transition: .2s;
  }
  .sidebar_title.active.btn_before:before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .sidebar_title.active i {
    background: url("../images/closeb.svg") no-repeat left center/12px auto;
    height: 12px;
  }
}

@media screen and (max-width: 768px) {
  .sidebar_menu_links .main_nav_level1 li a:before {
    top: 13px;
  }
  .catalog_item_info_main_consult .consult_title {
    margin-bottom: 10px;
  }
  .catalog_item_info_main_consult {
    padding-bottom: 15px;
  }
  .catalog_item_info_main_consult .ic {
    display: none;
  }
  .consult_select {
    left: 25px;
    width: calc(100% - 50px);
  }
  .box_menu_wrap .item {
    min-width: 100%;
    max-width: 100%;
  }
  .header_main_wrap {
    padding-bottom: 12px;
  }
  .header_top {
    padding: 5px 0;
  }
  .header_cart .ic span {
    color: #161616;
  }
  .header_nav_wrap {
    padding-bottom: 17px;
  }
  .item_rating .val {
    top: 1px;
    line-height: 1;
  }
  .sidebar_menu_links li a {
    padding: 10px 20px 10px 10px;
  }
  .sidebar_menu_links.sidebar_menu_links_cat li.main_nav_submenu > a {
    padding-left: 30px;
  }
  .sidebar_menu_links.sidebar_menu_links_cat li.main_nav_submenu > a:before {
    left: 15px;
  }
  .sidebar_menu_links .main_nav_level1 li a {
    padding-left: 30px;
  }
  .sidebar_menu_links .main_nav_level1 li a:before {
    left: 15px;
  }
  .catalog_item_info_top .catitem_posts_headline_val {
    position: static;
  }
  .catitem_promo_boxes .j_item {
    margin-bottom: 15px;
  }
  .catitem_promo_boxes {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 450px) {
  .index_main_catalog .ic {
    right: 100px;
  }
  .index_main_left {
    height: 190px;
  }
  .index_main_catalog .subtitle {
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  .index_main_catalog .btn {
    margin-bottom: 14px;
  }
  .popular_categ_link .btn {
    width: 212px;
  }
  .popular_categ_link .btn span {
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .header_nav_main_container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header_nav_menu_links .btn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header_nav_main_container .box_title {
    margin-bottom: 10px;
  }
  .header_nav_main_container .box_title span {
    line-height: 28px;
    font-size: 18px;
  }
  .box_menu_wrap .item_title {
    margin-bottom: 5px;
  }
  .box_menu_wrap .item_links ul li {
    margin-bottom: 3px;
  }
  .box_menu_wrap .item {
    margin-bottom: 15px;
  }
  .about_main_left h2:before {
    display: none;
  }
  .about_main_left h2 {
    border-bottom: 1px solid #074ed4;
  }
  .catalog_item_info,
  .catalog_item_info {
    min-width: 100%;
    max-width: 100%;
  }
  .catalog_item_info_main_delivery {
    padding-left: 20px;
    padding-right: 20px;
  }
  .catalog_item_info_main_wrap {
    padding: 20px;
  }
  .catitem_characters_line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .j_tabs {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 370px) {
  .bars_button .text {
    font-size: 12px;
  }
}

/* Каталог в шапке — мобильная версия */

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

    .header_nav_main_container {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        overflow-x: hidden;
    }

    .header_nav_main_container .box {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }

    .header_nav_main_container .box_menu_wrap {
        display: block;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        overflow-x: hidden;
        overflow-y: visible;
        box-sizing: border-box;
    }

    .header_nav_main_container .box_menu_wrap .item {
        display: flex;
        align-items: flex-start;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        margin: 0 0 18px;
        box-sizing: border-box;
    }

    .header_nav_main_container .box_menu_wrap .item .ic {
        flex: 0 0 48px;
        width: 48px;
        min-width: 48px;
        max-width: 48px;
        margin-right: 12px;
    }

    .header_nav_main_container .box_menu_wrap .item .ic img {
        display: block;
        max-width: 100%;
        height: auto;
        max-height: 42px;
    }

    .header_nav_main_container .box_menu_wrap .item_links {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        max-width: none;
    }

    .header_nav_main_container .box_menu_wrap .item_title {
        display: block;
        width: 100%;
        margin: 0 0 5px;
        white-space: normal;
        overflow: visible;
        text-overflow: initial;
        line-height: 1.25;
        word-break: normal;
        overflow-wrap: break-word;
    }

    .header_nav_main_container .box_menu_wrap .item_links ul {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .header_nav_main_container .box_menu_wrap .item_links ul li {
        display: block;
        width: 100%;
        margin: 0 0 5px;
    }

    .header_nav_main_container .box_menu_wrap .item_links ul li a {
        display: block;
        width: 100%;
        white-space: normal;
        line-height: 1.3;
    }
}