/* start header */
.header__toolbar-mobile {
  position: fixed;
  top: 0;
  width: 100%;
  /*z-index: 9999;*/
  z-index: 999;
  border-bottom: 2px solid #3f9df4;
  background: #fff;
}
.toolbar-mobile__container {
  height: 45px;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.toolbar-mobile__item_1 {
  -webkit-box-flex: 0;
  /*
              -ms-flex: 0 0 20%;
                  flex: 0 0 20%;
      */
  -ms-flex: 0 0 0%;
  flex: 0 0 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.toolbar-mobile__item_2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.toolbar-mobile__item_2 .img-responsive {
  width: 72px;
  flex: 0 0 72px;
  max-width: 72px;
}
.toolbar-mobile__item_3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0%;
  flex: 0 0 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.toolbar-mobile__button {
  display: inline-block;
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.toolbar-mobile__btn-menu {
  background: url('/catalog/view/theme/default/image/header/menu_mobile.png') no-repeat center center transparent;
}
.status__image_cart,
.toolbar-mobile__btn-cart {
  background: url('/catalog/view/theme/default/image/header/cart_mobile.png') no-repeat center center transparent;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
  position: relative;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
  .status__image_cart,
  .toolbar-mobile__btn-cart {
    background-image: url('/catalog/view/theme/default/image/header/cart_mobile@2x.png');
  }
}
.qbaloon {
  background: #3f9df4;
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 40%;
  height: 12px;
  font-size: 9px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  line-height: 12px;
  padding: 0 2px;
  border-radius: 4px;
}
.status__image_cart .qbaloon {
  top: 2px;
}
@media (max-width: 767px) {
  .toolbar__menu {
    max-height: 480px;
    overflow-y: scroll;
  }
}
.toolbar-menu__item {
  padding: 10px 0;
}
.toolbar-menu__heading {
  position: relative;
  padding: 0 25px 0 0;
}
.toolbar-menu__heading:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.toolbar-menu__heading:before,
.toolbar-menu__heading:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 10px;
  height: 2px;
  background: #000;
}
.toolbar-menu__heading:hover:before,
.toolbar-menu__heading:hover:after {
  background: #3f9df4;
}
.toolbar-menu__active::after {
  visibility: hidden;
}
.toolbar-menu__link {
  display: block;
  cursor: pointer;
}
.toolbar-menu__link:hover {
  color: #3f9df4;
}
@media (max-width: 991px) {
  .header__container {
    padding: 10px 0 0 0;
  }
  .toolbar_search_js {
    padding-top: 0;
  }
  .toolbar_search_js .toolbar-menu__item {
    padding-top: 4px;
    padding-bottom: 0;
  }
  .ismenutop .toolbar_search_js {
    display: block !important;
  }
  .toolbar_menu_js[style*="display: block"] ~ .toolbar_search_js,
  .toolbar_menu_js[style*="display:block"] ~ .toolbar_search_js {
    display: none !important;
  }
}
.header__toolbar-desctop {
  padding: 5px 0;
  background: #0f0f19;
}
.toolbar-desctop__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.toolbar-desctop__item {
  display: inline-block;
  margin: 0 16px 0 0;
}
.toolbar-desctop__item:last-child {
  margin: 0;
}
.toolbar-desctop__link {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}
.header__ctrl {
  margin: 8px 0 8px;
}
@media (max-width: 991px) {
  .header__ctrl {
    margin: 0 0 20px;
    padding: 80px 0 0 0px;
  }
}
@media (max-width: 767px) {
  .header__ctrl {
    margin: 0 0 25px;
    padding: 70px 0 0 0px;
  }
}
.header-ctrl__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-ctrl__center {
  text-align: center;
}
@media (max-width: 991px) {
  .header-ctrl__center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.header-ctrl__1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 19%;
  flex: 0 0 19%;
}
.header-ctrl__1 img {
  width: 100px;
}
.header-ctrl__2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-ctrl__3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-ctrl__4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11%;
  flex: 0 0 11%;
}
@media (max-width: 1199px) {
  .header-ctrl__1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
  }
  .header-ctrl__2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
  }
  .header-ctrl__3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
  }
  .header-ctrl__4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
  }
}
.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 10px;
}
.header__social_mobile {
  margin: 0;
}
.header-social__item {
  width: 27px;
  height: 27px;
  margin: 2px;
}
.header-social__item {
  width: 27px;
  height: 27px;
  margin: 2px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.header-social__item_1 {
  background-image: url("../image/header/social_1.svg");
}
.header-social__item_2 {
  background-image: url("../image/header/social_2.svg");
}
.header-social__item_3 {
  background-image: url("../image/header/social_3.svg");
}
.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header__telephone {
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
}
.header__recall {
  margin: 0 10px 0 0;
  color: #3f9df4;
  font-size: 12px;
  font-weight: 500;
}
.header__recall:last-child {
  margin: 0;
}
.header__recall:hover {
  text-decoration: underline;
}
.header__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-cart__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80px;
  margin: 0 0 0 12px;
}
.header__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.status__item {
  margin: 0 20px 0 0;
}
.status__item:last-child {
  margin: 0;
}
.status__link {
  font-size: 12px;
}
.status__count {
  width: 30px;
}
.status__image {
  display: block;
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 3px;
}
.status__image_wishlist {
  background: url('/catalog/view/theme/default/image/header/wishlist.png') no-repeat center center #3f9df4;
  border: 1px solid #dfe4f7;
}
.status__link:hover .status__image_wishlist {
  background: url('/catalog/view/theme/default/image/header/wishlist_hover.png') no-repeat center center transparent;
}
.status__count_wishlist {
  border: 1px solid #dfe4f7;
}
.status__count_cart {
  font-weight: 700;
  font-size: 18px;
}
.status__price {
  margin: -3px 0 0 0;
  color: #8187a9;
}
.navigate__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  height: 40px;
  margin: 0 -3px;
}
.navigate__item {
  flex: 1 0 auto;
  margin: 0 3px;
}
.navigate__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  background: #edf0f9;
  padding: 0 15px;
  justify-content: center;
  border-radius: 3px;
}
@media (max-width: 1199px) {
  .navigate__link {
    font-size: 13px;
  }
}
.navigate__link_active {
  color: #3f9df4;
}
.navigate__item:hover .navigate__link {
  color: #3f9df4;
}
.navigate__item_search {
  display: none;
}
.navigate__sub {
  background: none;
  border: 0;
  left: 3px;
  right: 0;
  position: absolute;
  top: calc(103%);
}
.navigate-sub__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  padding: 25px 30px 33px;
  min-width: 262px;
  max-width: 940px;
  z-index: 100000 !important;
  /*reset jquery ui*/
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, .3s;
  transition-delay: .3s, .3s;
  background: #edf0f9;
  border-radius: 3px;
}
.navigate-sub__container:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  border-radius: 3px;
  top: 0;
  border: 1px solid #dfe4f7;
  z-index: -1;
  background: #fff;
}
.navigate__item:hover .navigate-sub__container {
  opacity: 1;
  visibility: visible;
}
.navigate-sub__content {
  padding: 0 20px 0 0;
}
.navigate-sub__content:last-child {
  padding: 0;
}
.navigate-sub__item {
  line-height: 20px;
  margin: 0 0 18px 0;
}
.navigate-sub__item:last-child {
  margin: 0;
}
.header__search {
  display: none;
  padding: 10px 0;
}
@media (max-width: 992px) {
  .header__search {
    display: block !important;
    background: #fff;
  }
}
.search__container {
  display: block;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 95%;
  flex: 0 0 95%;
}
.search__input {
  width: 100%;
  height: 40px;
  border: 1px solid #BFC1D0;
  padding-right: 45px;
  background: #fff;
  color: #0f0f19;
  border-radius: 3px !important;
  /*reset jquery ui*/
  font-size: 12px;
}
.search__input:hover,
.search__input:focus,
.search__input:active {
  border: 1px solid #BFC1D0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search__button-conteiner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8187a9;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}
.search__button,
.toolbar-mobile__btn-phone,
.toolbar-mobile__btn-search {
  text-align: center;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('/catalog/view/theme/default/image/header/search.png');
  cursor: pointer;
  border-radius: 3px;
}
.search__button {
  background-image: url('/catalog/view/theme/default/image/header/search.png');
}
.toolbar-mobile__btn-phone {
  background-image: url('/catalog/view/theme/default/image/header/phone.svg');
  background-size: 18px 18px;
}
.search__button-conteiner:hover {
  color: #3f9df4;
}
.search__button-conteiner:hover .search__button {
  background-image: url('/catalog/view/theme/default/image/header/search_hover.png');
}
.search__description {
  max-width: 70px;
}
.search__button_2 {
  position: absolute;
  top: 1px;
  right: 1px;
  text-align: center;
  height: 38px;
  width: 39px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  cursor: pointer;
}
.search__button_2:hover {
  background-image: url('/catalog/view/theme/default/image/header/search_hover.png');
}
/* end header */
/* start footer */
.footer__container {
  padding: 40px 0 40px;
  background: #262628;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__item_1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
}
.footer__item_2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
}
.footer__item_3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
}
.footer__item_4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
}
.footer__heading {
  display: block;
  margin: 0 0 20px 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 991px) {
  .footer__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
  .footer__item_4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 40px 0 0 0;
  }
  .footer__heading_b2b,
  .footer__heading_b2b:hover {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer__container {
    padding: 10px 0 40px;
  }
  .footer__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .footer__item_4 {
    padding: 0;
  }
  .footer__heading {
    position: relative;
    margin: 0;
    padding: 8px 0;
    font-size: 16px;
    cursor: pointer;
  }
  .footer__heading[data-target] {
    padding-right: 25px;
  }
  .footer__heading:hover {
    color: #3f9df4;
  }
  .footer__heading:before,
  .footer__heading:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 10px;
    height: 2px;
    background: #fff;
  }
  .footer__heading:hover:before,
  .footer__heading:hover:after {
    background: #3f9df4;
  }
  .footer__heading_active:after {
    visibility: hidden;
  }
  .footer__heading:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .footer__heading_b2b,
  .footer__heading_b2b:hover {
    cursor: text;
  }
  .footer__heading_b2b:before,
  .footer__heading_b2b:after {
    display: none;
  }
  .footer__menu {
    position: relative;
    margin-top: -8px;
    padding: 0 0 10px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .footer-menu__item {
    margin: 0 0 10px 0;
  }
  .footer-menu__item:last-child {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .footer-menu__item {
    padding: 0;
  }
}
.footer-menu__link {
  display: inline-block;
  color: #acacb4;
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer-menu__link {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
  }
}
.footer__subscribe {
  position: relative;
  margin: 0 0 30px;
}
.footer__subscribe .error,
.footer__subscribe .success_str {
  position: absolute;
  left: 0;
}
.subscribe__content {
  position: relative;
}
.subscribe__input {
  width: 100%;
  padding: 5px 45px 5px 15px;
  background: #fff;
  color: #0f0f19;
  border: 1px solid transparent;
}
.subscribe__input:hover,
.subscribe__input:focus,
.subscribe__input:active {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.subscribe__button {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 40px;
  text-align: center;
  background: url('/catalog/view/theme/default/image/footer/send.png') no-repeat center center;
  cursor: pointer;
}
.subscribe__button:hover {
  background: url('/catalog/view/theme/default/image/footer/send_hover.png') no-repeat center center;
}
.footer__payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer__payment {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer-payment__item {
  margin: 0 3px 5px 0;
  height: 35px;
  width: 57px;
}
.footer-payment__item:last-child {
  margin-bottom: 0;
}
.footer-payment__item_1 {
  background: url("../image/footer/payment_1.png") no-repeat center center;
}
.footer-payment__item_2 {
  background: url("../image/footer/payment_2.png") no-repeat center center;
}
.footer-payment__item_3 {
  background: url("../image/footer/payment_3.png") no-repeat center center;
}
.footer__powered {
  padding: 20px 0;
  color: #fff;
  background: #0f0f19;
  text-align: center;
}
.footer-powered__item {
  display: block;
  color: #6c6a6f;
  font-size: 12px;
  line-height: 27px;
}
.footer-powered__link {
  color: #6c6a6f;
  font-size: 12px;
}
.footer-powered__link:hover {
  color: #3f9df4;
}
.footer-contact__item {
  color: #acacb4;
  font-weight: 500;
  display: block;
  margin: 0 0 15px;
}
.footer-contact__link,
.footer-contact__link:hover {
  color: #3f9df4;
  text-decoration: underline;
  font-weight: 500;
}
.footer-contact__telephone {
  margin: 0 2px 0 0;
  color: #acacb4;
  font-weight: 500;
}
.footer-contact__item_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-social__item {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 2px 3px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.footer-social__item_1 {
  background-image: url("../image/footer/social_1.png");
}
.footer-social__item_1:hover {
  background-image: url("../image/footer/social_1_hover.png");
}
.footer-social__item_2 {
  background-image: url("../image/footer/social_2.png");
}
.footer-social__item_2:hover {
  background-image: url("../image/footer/social_2_hover.png");
}
.footer-social__item_3 {
  background-image: url("../image/footer/social_3.png");
}
.footer-social__item_3:hover {
  background-image: url("../image/footer/social_3_hover.png");
}
/* end footer */
/* start home */
#content.home {
  padding-bottom: 0;
}
.home__grey {
  background-color: #edf0f9;
}
.home__banner {
  padding: 0 0 25px;
}
@media (max-width: 767px) {
  .home__banner {
    padding: 0 0 15px;
  }
  .footer-contact__item {
    margin-bottom: 8px;
  }
  .footer-contact__item_social {
    padding-top: 8px;
  }
}
.home__slideshow {
  margin: 0 auto;
  width: 100%;
}
.home__product {
  padding: 0 0 20px;
}
.home__news {
  padding: 30px 0;
  background: url("../image/home_news.jpg") no-repeat top center;
}
@media (max-width: 767px) {
  .home__news {
    padding: 20px 0;
  }
}
/*
@media(max-width: 767px) {
  .home__news {
    background-size: auto 100%;
  }
}*/
.home__about {
  background: url("../image/home_about.jpg") no-repeat top center;
  padding: 80px 0 70px 0;
}
.heading_about {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 36px;
  font-weight: 900;
  margin: 0 0 40px 0;
  padding: 0 0 30px;
}
.heading_about:before {
  position: absolute;
  content: '';
  margin: auto;
  bottom: 0;
  left: 0;
  right: auto;
  height: 2px;
  width: 110px;
  background: #3f9df4;
}
.home-about__content {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  width: 70%;
}
.home-about__subheading {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 30px;
  line-height: 18px;
}
.home-about__text {
  display: block;
  margin: 0 0 30px;
}
.home-about__link,
.home-about__link:hover {
  font-weight: 700;
  font-size: 14px;
  text-decoration: underline;
  color: #3f9df4;
}
.home-about__list {
  margin: 0 0 30px;
  display: block;
}
.home-about-list__item {
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 25px;
}
.home-about-list__item:before {
  position: absolute;
  content: '';
  background: #0f0f19;
  border-radius: 50%;
  height: 4px;
  width: 4px;
  top: 12px;
  left: 0;
}
.home-about__button,
.home-about__button:hover,
.home-about__button:focus {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  padding: 15px 30px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  background: #3f9df4;
}
.banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.banner__content:last-child {
  margin: 0;
}
.banner__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.4%;
  flex: 0 0 48.4%;
}
@media (max-width: 767px) {
  .home__about {
    background-image: none;
    background: #eef1fa;
    background: -moz-linear-gradient(45deg, #eef1fa 50%, #f5f1f2 100%);
    background: -webkit-linear-gradient(45deg, #eef1fa 50%, #f5f1f2 100%);
    background: linear-gradient(45deg, #eef1fa 50%, #f5f1f2 100%);
    padding: 15px 0 40px;
  }
  .heading_about {
    font-size: 18px;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  .home-about__text {
    margin-bottom: 15px;
  }
  .home-about__subheading {
    margin-bottom: 10px;
  }
  .home-about__list {
    margin-bottom: 15px;
  }
  .home-about-list__item {
    padding-left: 10px;
    margin-bottom: 5px;
  }
  .home-about-list__item:before {
    top: 8px;
  }
  .home-about__content {
    width: 90%;
    line-height: 18px;
    font-size: 13px;
  }
  .banner__content {
    margin: 0;
  }
  .banner__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 5px;
  }
  .banner__item img {
    border-radius: 4px;
  }
}
@media (max-width: 550px) {
  .banner__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.banner__item_2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22.6%;
  flex: 0 0 22.6%;
}
.banner__item_x2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
}
.banner_bottom {
  margin-bottom: 30px;
}
.home__brands {
  border-top: 1px solid #dfe4f7;
  padding: 50px 0;
}
.home__info {
  padding: 15px 0 0;
  margin: 0 0 15px;
}
.home-info__heading {
  max-width: 800px;
  margin: 0 auto 20px;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  line-height: 1.15;
}
.home-info__content {
  margin: 0 auto;
  max-width: 940px;
  text-align: center;
  color: #8187a9;
  line-height: 18px;
  font-size: 13px;
}
@media (max-width: 1199px) {
  .banner_bottom {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .banner_bottom {
    margin-bottom: 19px;
  }
  .home__info {
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .banner__item_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
  }
  .banner__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .home__brands {
    padding: 10px 0;
  }
  .home-info__heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
/* end home */
/*start vertical menu */
@media (min-width: 992px) {
  .filter__container {
    border-top: 1px solid #dfe4f7;
  }
  .vertical-menu__container {
    border-radius: 5px;
    background: #edf0f9;
    padding: 30px;
  }
  .vertical-menu__container + .filter__container {
    border-top: 0;
  }
}
.vertical-menu__item {
  margin: 0 0 25px 0;
}
.vertical-menu__item:last-child {
  margin: 0;
}
.vertical-menu__link {
  font-weight: 700;
  position: relative;
  padding: 0 0 0 15px;
  display: block;
}
.vertical-menu__link:before {
  position: absolute;
  content: '';
  left: 0;
  top: 6px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #818189;
  border-bottom: 4px solid transparent;
}
.vertical-menu__link:hover:before {
  border-left-color: #3f9df4;
}
@media (max-width: 991px) {
  .filter__dropdown {
    padding: 0;
    margin-bottom: 20px;
    border-top: 1px solid #dfe4f7;
  }
}
.filter__content {
  /*for ocfilter.js*/
  padding: 0;
  overflow: visible !important;
}
.filter__item {
  position: relative;
  padding: 20px;
  border: 1px solid #dfe4f7;
  border-top: 0;
}
.filter__title {
  display: inline-block;
}
.filter__title_dropdown {
  display: block;
  position: relative;
  padding-right: 25px;
  cursor: pointer;
}
.filter__title_dropdown:hover {
  color: #3f9df4;
}
.filter__title_dropdown:before,
.filter__title_dropdown::after {
  content: '';
  position: absolute;
  top: 9px;
  right: 0;
  width: 10px;
  height: 2px;
  background: #dfe4f7;
}
.filter__title_dropdown:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.filter__title_dropdown:hover:before,
.filter__title_dropdown:hover:after {
  background: #3f9df4;
}
.filter__title_active:after {
  /*for ocfilter.js*/
  visibility: hidden;
}
.filter__title_indent {
  margin: 0 0 20px;
}
.filter__container_dropdown {
  display: none;
  margin: 20px 0 0 0;
}
.filter-option__item {
  margin: 0 0 5px 0;
}
.filter-option__item:last-child {
  margin: 0;
}
.filter__help {
  background: url('/catalog/view/theme/default/image/help.png') no-repeat center center;
  height: 21px;
  width: 21px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
.help__description {
  display: none;
}
.filter__label {
  cursor: pointer;
}
.filter__input {
  margin: 0 5px 0 0;
  vertical-align: top;
}
.filter__option_price {
  padding: 0 5px;
}
/*end vertical menu */
/* start category */
.category-menu__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  margin: 0 0 30px 0;
}
.category-menu__button {
  width: 49%;
  font-weight: 700;
  font-size: 12px;
  padding: 14px 20px;
  border-radius: 5px;
  color: #fff;
  background: #3f9df4;
  text-transform: uppercase;
}
.category-menu__button:hover,
.category-menu__button:active {
  color: #fff;
}
.category-menu__container {
  margin-bottom: 50px;
  border-radius: 5px;
  border: 1px solid #dfe4f7;
}
.category-menu__item {
  padding: 13px 0;
  text-align: center;
}
.category__banner {
  margin-bottom: 30px;
}
.category-sub__item {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.marks_list-w .category-sub__item {
  display: block;
}
.entity_model {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1;
}
.block_type_marks_home {
  margin-left: 15px;
  margin-right: 15px;
}
.category-sub__item.homewiget {
  margin-bottom: 0px;
  padding: 5px 20px;
  position: relative;
}
.category-sub__link {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.category-sub__title.homewiget {
  font-size: 14px;
  display: block;
  flex: 1;
  text-align: left;
}
.category-sub__title.homewiget.home {
  display: initial;
}
.entity_mark.homewiget {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  margin-top: 0;
}
.sub__img-o {
  position: relative;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}
.category-sub__img {
  margin: 0;
  border-radius: 5px;
  border: 1px solid #dfe4f7;
  margin-bottom: 4px;
}
@media screen and (max-width: 991px) {
  .category-sub__img {
    display: none;
  }
}
.category-sub__img-logo {
  padding: 2px;
  width: 66px;
}
.category-sub__img.homewiget {
  width: 32px;
  margin-right: 4px;
  margin-bottom: 0;
}
.catalog-thumb-model {
  max-width: 180px;
}
.category-sub__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
@media screen and (max-width: 991px) {
  .category-sub__title {
    font-size: 12px;
  }
}
a.category-sub__item:hover .category-sub__title {
  color: #3f9df4;
}
.category__sort {
  margin: 0 0 15px;
}
.sort__item {
  display: inline-block;
  line-height: 35px;
  margin-right: 20px;
}
.category__info {
  padding: 50px 0 30px 0;
  border-top: 1px solid #dfe4f7;
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.category__info p {
  margin: 0 0 30px 0;
}
.category-sort__select,
.category-sort__select:active,
.category-sort__select:focus,
.selectboxit-container:hover .category-sort__select.selectboxit-btn {
  border-color: transparent;
}
.marks_abc_list {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -webkit-column-count: 5;
  column-count: 5;
  orphans: 1;
  widows: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .marks_abc_list {
    -webkit-column-count: 4;
    column-count: 4;
  }
}
@media screen and (max-width: 991px) {
  .marks_abc_list {
    -webkit-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .marks_abc_list {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  .marks_abc_list {
    -webkit-column-count: 2;
    column-count: 2;
  }
}
.marks_abc_list-sub {
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  min-width: 0;
  word-wrap: break-word;
  position: relative;
}
.marks_abc_list-title {
  display: none;
  position: absolute;
  font-size: 14px;
  line-height: 20px;
  top: 11px;
  cursor: default;
  font-weight: bold;
  color: #3f9df4;
}
.is-hid-marks-show .marks_abc_list-title {
  display: block;
}
@media screen and (max-width: 991px) {
  .marks_abc_list-title {
    top: 4px;
  }
}
.marks_abc_list-item-last {
  margin-bottom: 1.5em;
}
.sub-hide {
  display: none;
}
.is-hid-marks-show .sub-hide {
  display: inline-block;
}
.mark-hide {
  display: none;
}
.is-hid-marks-show .mark-hide {
  display: block;
}
.btn_showall-w {
  display: flex;
  padding: 5px 20px;
  align-items: center;
  min-height: 42px;
}
a.btn_showall {
  text-decoration: none;
  color: #3f9df4;
  align-items: center;
}
.smi-hide:after,
a.btn_showall:after {
  margin-left: 4px;
  margin-bottom: -4px;
  display: inline-block;
  content: '';
  width: 0.6em;
  height: 0.6em;
  background: 50% 50% no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve' fill='%233f9df4'%3E%3Cg%3E%3Cg%3E%3Cg id='_x34_85._Up'%3E%3Cg%3E%3Cpath d='M975.3,666.8L535.4,226.9c-19.6-19.6-51.3-19.6-70.9,0L24.7,666.8c-19.6,19.6-19.6,51.3,0,70.9l35.4,35.4c19.6,19.6,51.3,19.6,70.9,0l369-369l369,369c19.6,19.6,51.3,19.6,70.9,0l35.4-35.4C994.9,718.1,994.9,686.4,975.3,666.8z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
a.btn_showall span {
  font-weight: bold;
}
a.btn_showall:hover span {
  text-decoration: underline;
}
.btn_showall-show {
  display: flex;
}
.btn_showall-show:after {
  transform: rotate(180deg);
}
.is-hid-marks-show .btn_showall-show {
  display: none;
}
.btn_showall-hide {
  display: none;
}
.is-hid-marks-show .btn_showall-hide {
  display: flex;
}
/* end category */
/* start manufacturer */
.manufacturer__category {
  margin: 0 0 50px;
}
.manufacturer-category__link {
  margin: 0 15px 0 0;
  font-weight: 700;
  font-size: 33px;
  color: #3f9df4;
}
.manufacturer__container {
  margin-bottom: 20px;
}
.manufacturer__container:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.manufacturer__heading {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 33px;
  color: #3f9df4;
}
.manufacturer__link {
  display: block;
  /*fix ie*/
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 50px;
}
.manufacturer__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}
.manufacturer__img {
  margin: 0 0 15px;
}
/* end manufacturer */
/* start product */
.goods__container {
  margin: 0 0 0;
}
.goods__title {
  margin: 0 0 10px;
}
.other_h1 {
  margin: 0 0 30px;
  font-size: 32px;
}
.goods_img {
  flex: 0 0 230px;
  max-width: 230px;
}
.goods_info {
  flex: 1;
  max-width: 100%;
}
.goods-graphics__item {
  margin-bottom: 10px;
}
.goods-graphics__link {
  position: relative;
  margin: 0 0 20px;
  display: block !important;
  /*fix IE easyzoom*/
}
.goods-graphics__img {
  display: block;
  border-radius: 5px;
  width: auto !important;
}
.goods__share {
  margin: 0 0 30px 0;
}
.goods__property {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*margin: 0 0 50px;*/
}
@media (max-width: 767px) {
  .goods__title {
    border: 0;
    font-size: 18px;
  }
  .other_h1 {
    border: 0;
    font-size: 18px;
  }
  .category-menu__buttons {
    justify-content: center;
  }
  .goods_img {
    flex: 0 0 100px;
    max-width: 100px;
    padding-right: 4px;
  }
  .goods_info {
    padding-left: 4px;
  }
  .goods-graphics__item {
    margin: 0 0 12px;
  }
  .goods-graphics__item .owl-item .goods-graphics__img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .goods_img .carousel__nav {
    top: 100%;
  }
  .goods_img .carousel__nav_prev {
    left: -5px;
  }
  .goods_img .carousel__nav_next {
    right: -5px;
  }
  .goods__share {
    text-align: center;
  }
  .goods__property {
    margin: 0;
  }
}
.goods-property__col_1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83%;
  flex: 0 0 83%;
}
.goods-property__col_2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.property__item {
  display: block;
  margin: 0 0 8px;
}
.property__item:last-child {
  margin: 0;
}
.property__title {
  text-transform: uppercase;
  font-size: 12px;
  color: #8187a9;
}
.property__title_stock {
  font-weight: 500;
}
.property__link {
  color: #3f9df4;
}
.goods-attribute__str.self-store .real_delivery,
.stock_in {
  font-weight: 700;
  color: #229408;
}
.goods-attribute__str.check_quantity .real_delivery,
.stock_check {
  color: #F2743E ;
}
.stock_out {
  color: #da1212;
}
.goods__option {
  margin: 0 0 20px 0;
}
.option__container {
  margin: 0 0 20px;
}
.option__container:last-child {
  margin: 0;
}
.option__title {
  margin: 0 0 10px 0;
  font-weight: 700;
}
.option__item_size {
  width: 70px;
  margin: 5px;
  padding: 7px 5px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dfe4f7;
}
.option__item_size:hover {
  border: 1px solid #3f9df4;
}
.option__item_current {
  background-color: #3f9df4;
  color: #fff;
}
.option__item_current:hover {
  border: 1px solid #dfe4f7;
}
.option__item_image {
  margin: 5px;
}
.option__image {
  border: 1px solid transparent;
}
.option__radio:checked + .option__label .option__image,
.option__image:hover {
  border: 1px solid #3f9df4;
}
.option__label {
  margin: 0;
}
.option__radio + .option__label:before,
.option__radio:checked + .option__label:before {
  /* reset label */
  content: unset;
}
.option__radio + .option__label:after,
.option__radio:checked + .option__label:after {
  /* reset label */
  content: unset;
}
.goods__price {
  font-size: 32px;
  margin: 0 0 25px 0;
  font-weight: 700;
}
.goods-price__item {
  color: #000;
}
.goods-price__item_new {
  color: #da1212;
}
.goods-price__item_old {
  font-size: 20px;
  font-weight: 400;
  text-decoration: line-through;
  color: #8187a9;
}
.goods-buttons__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.goods-buttons__item {
  margin: 12px 5px 15px 0;
}
.goods-buttons__count {
  font-size: 12px;
}
.goods-buttons__quantity {
  padding: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #8187a9;
  border-radius: 3px;
  border: 1px solid #BFC1D0;
}
.goods-buttons__cart {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  padding: 15px 30px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  background: #3f9df4;
}
@media (max-width: 767px) {
  .goods-property__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    /*margin: 0 0 30px;*/
    margin: 0 0 0px;
  }
  .goods-property__col_2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .property__item {
    margin-bottom: 0;
    font-size: 12px;
  }
  .property__title {
    font-size: 10px;
  }
  .goods-buttons__cart {
    padding: 15px 20px;
  }
}
.goods-buttons__cart:hover {
  background-color: #3f9df4;
  color: #fff;
}
.goods-buttons__button {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  padding: 15px 30px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  background: #b0b6cc;
}
.goods-buttons__button:hover {
  background-color: #3f9df4;
  color: #fff;
}
@media (max-width: 991px) {
  .goods-buttons__item_1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .goods-buttons__item_4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .goods-buttons__item {
    margin: 8px 0 5px 0;
  }
}
.goods__attribute {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #8187a9;
}
.goods-attribute__str {
  transition: all ease-in-out 0.4s;
}
.goods-attribute__str:not(.goods-attribute__str-header):not(.str_title):hover {
  background-color: #edf0fa;
}
.goods-attribute__str_search {
  border-top: 1px solid #8187a9;
}
.goods-attribute__str_search:hover {
  background-color: #edf0f9;
}
.str_title,
.goods_tr .row_brand {
  background: #fff !important;
}
.goods-attribute__row {
  padding: 4px 4px;
  font-weight: 500;
}
.goods-attribute__row.row_brand,
.goods-attribute__row.item_brand {
  padding-left: 8px;
}
.goods-attribute__row.row_bay,
.goods-attribute__row.item_bay {
  padding-right: 8px;
}
.goods-attribute__row a {
  font-size: inherit;
}
.row_title {
  padding: 0;
  position: relative;
}
.goods-download__item {
  margin: 7px 0;
}
.goods-download__icon {
  margin-right: 10px;
  font-size: 18px;
}
.goods__module {
  margin: 0 0 0;
}
.goods__module:first-child {
  padding-top: 70px;
  border-top: 1px solid #dfe4f7;
}
.tabs__content {
  display: inline-block;
  width: 100%;
  border-left: 1px solid #dfe4f7;
  border-right: 1px solid #dfe4f7;
  border-bottom: 1px solid #dfe4f7;
  padding: 20px;
  margin-bottom: 40px;
}
.tabs {
  display: table;
  width: 100%;
  border-bottom: 1px solid #dfe4f7;
}
.tabs__link {
  float: left;
  z-index: 999;
  margin: 0 2px -1px 0;
  padding: 12px 35px;
  border-top: 1px solid #dfe4f7;
  border-left: 1px solid #dfe4f7;
  border-right: 1px solid #dfe4f7;
  border-bottom: 1px solid #dfe4f7;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.tabs__link.active,
.tabs__link:hover {
  color: #3f9df4;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .tabs__link {
    padding: 12px 15px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tabs__link {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  .tabs__link.active,
  .tabs__link:hover {
    border-bottom: 1px solid #dfe4f7;
  }
}
@media (max-width: 991px) {
  .goods-info__conteiner {
    margin-bottom: 50px;
  }
}
.goods-info__item {
  margin-bottom: 30px;
}
.goods-info__item:last-child {
  margin-bottom: 0;
}
.goods-info__description {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.goods-info__description img {
  height: auto !important;
  max-width: 100%;
}
.goods-info__description p {
  margin: 0 0 15px;
}
.goods-info__description .goods-table__container {
  overflow-x: auto;
}
.goods-info__description table {
  height: auto;
}
.goods-info__description table td {
  padding: 5px 10px;
  border: 1px solid #dee0e7;
}
.goods__сtrl {
  margin: 0 0 50px;
  border-radius: 5px;
  background: #edf0f9;
  padding: 35px 20px 25px 30px;
}
@media (max-width: 767px) {
  .goods__сtrl {
    padding: 25px 15px 15px 15px;
  }
}
/* end product */
/* start block_hide */
.block_hide {
  display: none !important;
}
/* end block_hide */
/* css dbm catalog api */
.type_car_block {
  margin-bottom: 50px;
  display: flex;
}
.type_car_block a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  width: 48%;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .type_car_block.homewiget {
    overflow-y: hidden;
    overflow-x: auto;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .type_car_block.homewiget {
    padding-left: 0;
    padding-right: 0;
  }
}
.type_car_block-i {
  flex: 1;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  border-bottom: 4px solid #dfe4f7;
  position: relative;
}
@media screen and (max-width: 991px) {
  .type_car_block-i {
    justify-content: center;
  }
}
.type_car_block.homewiget a {
  width: 33.3333333333%;
  border: 1px solid #dfe4f7;
  margin-right: 0px;
  margin-bottom: -4px;
  padding: 6px 10px;
  border: 0;
  border-bottom: 4px solid #dfe4f7;
}
@media screen and (max-width: 767px) {
  .type_car_block.homewiget a {
    padding: 5px 15px;
    width: auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}
.category__sub.homewiget {
  border-bottom: 1px solid #dfe4f7;
  border-left: 1px solid #dfe4f7;
  border-right: 1px solid #dfe4f7;
  width: 100%;
  border: none;
}
.type_car_block .active,
.type_car_block.homewiget a.active {
  background: #edf0f9;
  background: transparent;
  border-bottom-color: #3f9df4;
}
.block_type_marks {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  display: none;
}
.block_type_marks.active {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.block_type_marks.active.marks_abc_list {
  display: block;
}
.block_families {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  display: none;
}
.block_families.active {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.block_catalog_links {
  background-color: #edf0f9;
  padding: 10px;
}
.marks_list-w .block_catalog_links {
  padding: 0;
  background: transparent;
  width: 100%;
  display: block;
}
.block_catalog_links.homewiget {
  display: none;
  padding: 0;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 10;
}
@media screen and (max-width: 1199px) {
  .block_catalog_links.homewiget {
    width: auto;
    min-height: auto;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .category-sub__item:hover .block_catalog_links.homewiget {
    display: flex;
  }
}
.hovercat-active .block_catalog_links.homewiget {
  display: flex;
}
.bcli-name {
  display: none;
}
@media screen and (max-width: 1199px) {
  .bcli-name {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .bcli-name-img {
    margin: 0;
    border-radius: 5px;
    border: 1px solid #dfe4f7;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    padding: 3px;
    margin-right: 8px;
    background: #fff;
  }
  .bcli-name-title {
    display: block;
    flex: 0 0 auto;
    max-width: 100%;
    text-align: left;
    font-size: 30px;
    line-height: 36px;
    padding: 10px 0;
    font-weight: 700;
  }
  .block_catalog_links-i:after {
    content: '\2716';
    text-align: center;
    width: 300px;
    flex: 0 0 300px;
    font-size: 40px;
    margin-top: 10px;
    display: block;
    color: #3f9df4;
  }
}
.block_catalog_links.homewiget a,
.marks_list-w .block_catalog_links a {
  font-size: 13px;
  border: 1px solid #edf0f9;
  background-color: #3f9df4;
  padding: 2px 10px;
  line-height: 15px;
  color: white;
  display: block;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.block_catalog_links.homewiget a + a {
  margin-top: -1px;
}
@media screen and (max-width: 1199px) {
  .block_catalog_links.homewiget a {
    width: 300px;
    flex: 0 0 300px;
    font-size: 30px;
    line-height: 36px;
    padding: 10px 30px;
    text-align: center;
  }
}
.marks_list-w .block_catalog_links a {
  font-size: 14px;
  padding: 10px;
  margin-bottom: 2px;
  border-radius: 5px;
}
.category-sub__item.homewiget:hover {
  background-color: #edf0f9;
}
.entity_mark {
  display: block;
  margin-bottom: 8px;
  margin-top: 8px;
}
.marks_list-w .entity_mark {
  width: 100%;
}
.select_model {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 16px;
  margin-top: 25px;
  display: block;
}
.vertical-menu__container ul > li > ul {
  margin: 25px;
}
.entity_type_mark_item > a > .category-sub__title {
  display: block;
}
.entity_family_item > a > .category-sub__title {
  display: block;
}
.vertical-menu__link.active {
  color: #3f9df4;
}
.number_list {
  /*float: right;*/
}
.number_list__title {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.385;
}
.number_list__title span {
  font-size: 8pt;
  font-weight: bold;
}
.heading__category_catalog {
  font-size: 19px;
  margin-top: 10px;
}
.entity_number {
  margin-top: 2px;
  margin-left: 2px;
}
/*
.entity_number:hover {
  background: #edf0f9;
}
*/
#img_map_number {
  position: relative;
  display: inline-block;
  /*width:500px;
    height:500px;*/
}
.point_number {
  display: block;
  background: #3f9df4;
  /*width: 26px;*/
  height: 21px;
  position: absolute;
  font-size: 10pt;
  padding: 2px;
  text-align: center;
}
.point_number:hover {
  color: #FFFFFF;
}
.goods-buttons__check_number {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  padding: 5px 5px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  background: #3f9df4;
  float: right;
  vertical-align: middle;
  display: block;
  margin-top: 3px;
  margin-right: 5px;
}
.number_blok {
  display: block;
  height: 30px;
  vertical-align: middle;
  cursor: pointer;
}
.number_blok:nth-child(2n) {
  background: #edf0f9;
}
.number_blok:nth-child(1) {
  background: #FFFFFF;
}
/*
.number_blok:hover {
  background: #edf0f9;
}
*/
.marks_alphabet {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 25px;
  padding-right: 25px;
}
.marks_alphabet li {
  display: block;
  margin: 5px;
  font-size: 14px;
  font-weight: 700;
}
.marks_alphabet li a {
  padding: 10px;
  background-color: #3f9df4;
  color: white;
  border-radius: 5px;
  display: block;
}
.catalog_header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.search_container_vin {
  display: flex;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 95%;
  flex: 0 0 400px;
  max-width: 400px;
  margin-left: 15px;
  margin-top: -5px;
}
.goods-buttons_search_vin {
  padding: 10px 30px;
  margin-left: 10px;
}
.search__input_vin {
  width: 50%;
  height: 40px;
  border: 1px solid #dfe4f7;
  background: #fff;
  color: #0f0f19;
  border-radius: 3px !important;
  font-size: 12px;
}
.marks_list-w {
  padding-left: 30px;
  padding-right: 30px;
}
.letter_block {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 2px solid #edf0f9;
  margin-bottom: 15px;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
  color: #3f9df4;
}
.model_info_block {
  display: flex;
  width: 100%;
}
.model_info_block_lr {
  /*display: flex;*/
  width: 50%;
  margin-right: 10px;
}
.model_info_block img {
  width: 160px;
  /*height: 120px;*/
  display: block;
}
.model_info_block_item {
  display: flex;
  width: 100%;
}
#img_map_number img {
  width: initial;
  height: initial;
}
.table-head {
  background: #edf0f9;
  font-weight: bold;
}
.table_number_list tr:hover {
  background-color: #edf0f9;
}
.list_image_variant {
  display: flex;
  margin-bottom: 20px;
}
.list_image_variant li {
  font-weight: bold;
  margin-right: 10px;
}
.list_image_variant li .active {
  color: #3f9df4;
}
.header_search_number {
  font-size: 12pt;
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
  margin-top: 15px;
}
.real_delivery {
  font-size: 90%;
  position: relative;
}
abbr.real_delivery:hover:after {
  content: attr(data-title);
  position: absolute;
  font-weight: normal;
  top: 100%;
  transform: translate(-50%, 9px);
  left: 50%;
  width: 200px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  background: rgba(63, 157, 244, 0.8);
  color: #fff;
  z-index: 190;
  padding: 4px 8px;
  line-height: 1.2;
}
abbr.real_delivery:hover:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent rgba(63, 157, 244, 0.8) transparent;
  top: 100%;
  transform: translate(-50%, 4px);
  left: 50%;
  z-index: 191;
}
@media screen and (max-width: 767px) {
  abbr.real_delivery:hover:after {
    top: auto;
    bottom: 100%;
    transform: translate(-50%, 0);
    font-size: 10px;
    width: 150px;
  }
  abbr.real_delivery:hover:before {
    border-width: 5px 5px 0 5px;
    border-color: rgba(63, 157, 244, 0.8) transparent transparent transparent;
    top: auto;
    bottom: 100%;
    transform: translate(-50%, 5px);
  }
}
.in_cart {
  white-space: nowrap;
  color: red;
  font-weight: 500;
}
.hiden_item_row {
  display: none;
}
.show_more_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*text-transform: uppercase;*/
  font-weight: 700;
  font-size: 11px;
  text-align: center;
  border-top: 1px solid #dfe4f7;
  padding: 6px 0;
  margin: -5px -8px -4px -4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0 0 5px 5px;
  cursor: pointer;
  color: #3f9df4;
  position: relative;
}
a.show_more_items {
  font-size: 11px;
  display: block;
}
.show_more_items:hover {
  text-decoration: underline;
}
.smi-show {
  display: inline-block;
}
.smi-active .smi-show {
  display: none;
}
.smi-hide {
  display: none;
}
.smi-active .smi-hide {
  display: inline-block;
}
.smi-hide:after {
  vertical-align: middle;
  margin-bottom: 0;
}
.model-info-header {
  display: block;
}
.table-smoll-text {
  font-size: 9pt;
}
.goods-attribute__str-header {
  background: #3f9df4;
  color: #fff;
}
.table_number_list {
  display: block;
}
.type_car_block.homewiget {
  margin-bottom: 20px;
}
.search_container_vin.homewiget {
  margin-bottom: 15px;
  display: block;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .search_container_vin.homewiget {
    margin-left: 20px;
  }
}
.category-sub__title.moreinfo {
  font-size: 12px;
  font-weight: 100;
  line-height: 18px;
  display: block;
}
@media (max-width: 767px) {
  .number_blok {
    height: 50px;
  }
  .entity_number {
    width: 65%;
    display: inline-flex;
  }
  .type_car_block a {
    width: 45%;
  }
  .category-sub__title {
    font-size: 14px;
  }
  .marks_list-w {
    padding-left: 15px;
    padding-right: 15px;
  }
  .letter_block {
    margin: 0 0 10px;
  }
  .category-sub__item {
    margin-bottom: 10px;
  }
  .search_container_vin.homewiget {
    width: 85%;
    margin-left: 20px;
    margin-right: -20px;
    margin-top: 0px;
    display: flex;
    flex: initial;
  }
  .goods-buttons_search_vin.homewiget {
    font-size: 10px;
    line-height: 20px;
    vertical-align: middle;
  }
  .type_car_block.homewiget a {
    overflow: hidden;
  }
  .model_info_block_item {
    display: initial;
  }
  .model_info_block img {
    width: 100%;
    height: initial;
  }
  .heading__category_catalog {
    margin-bottom: 20px;
  }
  .block_catalog_links:not(.homewiget) {
    display: grid!important;
  }
  .bread-name-mobile {
    font-size: 15px;
    font-weight: bold;
  }
  .bread-name-mobile a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
  }
  .unit__button {
    font-size: 12px;
  }
  .pull-image img {
    width: 70%!important;
    height: auto;
  }
  .mfp-close {
    width: calc(30%) !important;
  }
  .marks_alphabet {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -5px;
  }
}
@media (max-width: 374px) {
  .goods-buttons_search_vin.homewiget {
    font-size: 8px;
  }
}
/* end  */
.simpleregister .control-label {
  white-space: nowrap;
}
/*
.goods-attribute__str .goods-attribute__row:last-child {
    padding: 6px 20px;
}
*/
.row_good {
  display: flex;
  flex-wrap: wrap;
}
.row_brand-name {
  font-weight: bold;
}
.item_brand,
.row_brand-name {
  flex: 0 0 auto;
  max-width: 100%;
  margin-right: 8px;
}
.item_number,
.row_brand-sku {
  flex: 0 0 auto;
  max-width: 100%;
}
.item_name,
.row_name {
  font-size: 12px;
  white-space: pre-wrap;
}
.item_name,
.row_brand-descr {
  font-size: 12px;
  color: #6c6a6f;
  margin-top: 1px;
  font-weight: normal;
}
.gdi-descr a,
.row_brand-descr a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.row_quantity_ctrl .checkout__quantity,
.gdi-item .checkout__quantity {
  margin-bottom: 0;
}
.row_quantity_ctrl .goods-buttons__quantity,
.gdi-item .goods-buttons__quantity {
  padding: 2px 4px;
  font-size: inherit;
  width: 36px;
}
.row_bay .unit__button,
.gdi-item .unit__button,
.btn-primary-outline .unit__button,
.item_bay .unit__button {
  text-transform: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.58333333;
  padding: 4px 4px;
  margin: 0;
  border-radius: 5px;
  border: 1px solid #3f9df4;
}
.row_bay a:hover .unit__button,
.gdi-item a:hover .unit__button,
.btn-primary-outline a:hover .unit__button,
.item_bay a:hover .unit__button {
  color: #ffffff;
  background-color: #3f9df4;
}
.table-sticky {
  position: relative;
  zoom: 1;
  display: block;
}
.table-sticky .table-header {
  background: #fff;
  position: relative;
  zoom: 1;
  z-index: 500;
}
.table-sticky .table-body {
  background: #fff;
  position: relative;
  zoom: 1;
}
.table-sticky.table-sticky-header .table-header-o {
  min-height: 27px;
}
.table-sticky.table-sticky-header .table-header {
  position: fixed;
  top: 47px;
}
.hiden_item_row2 {
  display: none;
}
.show_more_items2 {
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.goods-buttons__button_call {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  padding: 15px 30px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  background: #3f9df4;
}
.item_number,
.analog_number_click {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
a.item_number,
a.analog_number_click {
  color: #3f9df4;
  text-decoration: underline;
}
a.item_number:hover,
a.analog_number_click:hover {
  text-decoration: none;
}
.photo-offer {
  margin-right: 5px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-top: -3px;
  margin-bottom: -2px;
  position: relative;
  background: url('/catalog/view/theme/default/image/isimage_true.svg') no-repeat center center;
  background-size: contain;
}
.pull-image {
  text-align: center;
}
.pull-image img {
  /* width: 500px;*/
  width: 30%;
  height: auto;
}
.fix_header {
  position: fixed;
  z-index: 600;
  background: #f1f1f1;
  width: 100%;
  top: 0;
  margin: 0;
}
.quantity_kan_more {
  display: block;
  font-size: 11px;
  color: #ff8100;
  font-weight: 500;
}
.link-hash {
  position: absolute;
  width: 0;
  overflow: hidden;
  text-align: left;
  top: -180px;
  text-indent: -9999px;
}
.link-dashed,
.link-dashed:hover {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.link-dashed:hover {
  color: #000;
}
@media screen and (max-width: 991px) {
  .table-sticky.table-sticky-header .table-header {
    top: 45px;
  }
  .link-hash {
    top: -85px;
  }
}
@media screen and (max-width: 767px) {
  .goods-buttons__button_call {
    font-size: 12px;
    padding: 4px 7px;
    font-weight: 500;
    line-height: 19px;
    text-transform: none;
    border: 1px solid #3f9df4;
  }
  .goods__attribute {
    position: relative;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
  }
  .goods__attribute colgroup {
    display: none;
  }
  .goods__attribute tbody {
    display: block;
  }
  .goods-attribute__row.row_brand {
    padding-left: 4px;
  }
  .goods-attribute__row.row_bay {
    padding-right: 4px;
  }
  .goods_header {
    padding-left: 11px;
    padding-right: 11px;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    max-width: 100%;
    word-break: break-word;
    align-items: center;
  }
  .goods_header .row_brand,
  .goods_header .row_bay,
  .goods_header .row_quantity_ctrl {
    display: none !important;
  }
  .goods_header .real_delivery {
    display: none;
  }
  .goods_tr {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 11px;
    padding-right: 11px;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    max-width: 100%;
    border-top: 1px solid #dfe4f7;
  }
  .goods_tr .row_brand {
    max-width: calc(100% + 22px);
    flex: 0 0 calc(100% + 22px);
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -11px;
    margin-right: -11px;
    padding-bottom: 8px;
    position: relative;
    border-bottom: 1px solid #dfe4f7;
    margin-bottom: 4px;
    padding-top: 12px;
    margin-top: -8px;
  }
  .goods_tr .row_quantity_ctrl {
    margin-left: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }
  .goods_tr .row_bay {
    max-width: 100%;
    flex: 0 0 auto;
  }
  .goods_tr .row_quantity_ctrl,
  .goods_tr .row_bay {
    padding-top: 0;
  }
  .row_sklad {
    max-width: 60px;
    flex: 0 0 60px;
  }
  .row_quantity {
    max-width: 60px;
    flex: 0 0 60px;
  }
  .row_price {
    max-width: calc(63% - 120px);
    flex: 0 0 calc(63% - 120px);
  }
  .row_date {
    max-width: 37%;
    flex: 0 0 37%;
  }
  .hiden_item_row {
    display: none;
  }
  .hiden_item_row.hdi_active {
    display: flex !important;
  }
  .row_grp-end {
    position: relative;
  }
  .str_title,
  .goods-attribute__row {
    display: block;
  }
  .goods_more {
    padding-left: 11px;
    padding-right: 11px;
    border-top: 1px solid #dfe4f7;
    margin-top: -1px;
    position: relative;
    border-bottom: 1px solid #8187a9;
  }
  .show_more_items {
    margin: 0;
    border-top: none;
  }
  .table-sticky {
    overflow: visible;
  }
  .row_title {
    text-align: center;
  }
  .goods_more + .row_grp-start,
  .row_grp-end + .row_grp-start {
    margin-top: -1px;
  }
  .goods__attribute-search .goods-attribute__row {
    padding: 0;
  }
  .goods__attribute-search .goods-attribute__str {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    max-width: 100%;
    border-top: 1px solid #dfe4f7;
  }
  .goods__attribute-search .item_brand,
  .goods__attribute-search .item_number {
    flex: 0 0 auto;
    max-width: 100%;
    padding-bottom: 0;
  }
  .goods__attribute-search .item_name,
  .goods__attribute-search .item_bay {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .goods__attribute-search .item_bay {
    padding-top: 4px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }
}
.goods-buttons__button-alt {
  background-color: #edf0f9;
  border-color: #edf0f9;
  color: #000;
}
.goods-buttons__button-alt:hover {
  background-color: #3f9df4;
  color: #fff;
  border-color: #3f9df4;
}
.row_grp-start {
  border-top: 1px solid #8187a9;
}
.row_grp-end {
  border-bottom: 1px solid #8187a9;
}
@media screen and (max-width: 374px) {
  .row_sklad {
    max-width: 50px;
    flex: 0 0 50px;
  }
  .row_quantity {
    max-width: 52px;
    flex: 0 0 52px;
  }
  .row_price {
    max-width: calc(63% - 102px);
    flex: 0 0 calc(63% - 102px);
  }
  .goods-attribute__row {
    font-size: 12px;
  }
}
.top_block_minprice {
  position: relative;
  margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
  .top_block_minprice {
    padding-top: 10px;
    margin-bottom: 5px;
  }
}
.gdi-item {
  flex: 1;
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 10px;
}
.gdi-inner {
  flex: 1;
  border: 2px solid #dfe4f7;
  position: relative;
  padding: 16px 20px 14px 20px;
  background-color: #fff;
}
.gdi-head {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #da1212;
  padding: 0 0 11px 0;
  line-height: 16px;
}
.gdi-label {
  right: -7px;
  top: 7px;
  position: absolute;
  background: #edf0f9;
  font-size: 11px;
  height: 30px;
  font-weight: 700;
  color: #818189;
  line-height: 20px;
  padding: 5px 14px;
  white-space: nowrap;
}
.gdi-label-i {
  display: block;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical;
  width: auto;
  max-width: 300px;
}
.gdi-label:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  border-style: solid;
  border-color: transparent #efefef transparent transparent;
  border-width: 0 5px 15px 0;
}
.gdi-label:after {
  content: '';
  position: absolute;
  right: 100%;
  bottom: 0;
  border-style: solid;
  border-color: transparent #efefef transparent transparent;
  border-width: 15px 5px 0 0;
}
.gdi-mtd {
  position: relative;
  padding: 0 105px 1px 0;
}
.gdi-product-name {
  display: flex;
  flex-wrap: wrap;
}
.gdi-brand {
  flex: 0 0 auto;
  max-width: 100%;
  margin-right: 8px;
  font-weight: bold;
}
.gdi-sku {
  text-decoration: underline;
  cursor: pointer;
  color: #3f9df4;
  text-transform: uppercase;
  font-weight: 700;
}
.gdi-brand,
.gdi-sku {
  height: 1.35714286em;
  line-height: 1.35714286em;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical;
}
.gdi-descr {
  font-size: 12px;
  color: #6c6a6f;
  margin-top: 1px;
  font-weight: normal;
  line-height: 1.33333333;
  height: 2.66666667em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}
.gdi-price {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25em;
  color: #000;
  right: 0;
  top: 0;
  position: absolute;
}
.gdi-mtb {
  position: relative;
  padding: 10px 105px 10px 0;
  line-height: 15px;
}
.gdi-pcs,
.gdi-time {
  font-size: 12px;
  color: #000;
  line-height: 15px;
  padding: 0 8px 0 0;
  display: inline-block;
  vertical-align: top;
}
.gdi-buy {
  right: 0;
  bottom: -4px;
  position: absolute;
  align-items: center;
}
.gdi-item .real_delivery {
  font-size: inherit;
}
.gdi-item .checkout__quantity {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 19px;
  justify-content: center;
}
.gdi-item .gdi-button {
  margin-top: 10px;
  display: block;
}
.gdi-item .unit__button {
  width: 100px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  table.fz-12,
  .table-smoll-text,
  .number_list__title span {
    font-size: 10px;
  }
  .row_bay .unit__button,
  .gdi-item .unit__button,
  .btn-primary-outline .unit__button,
  .item_bay .unit__button,
  .number_list__title {
    font-size: 11px;
  }
  .gdi-brand,
  .gdi-sku {
    flex: 0 0 100%;
  }
  .gdi-label-i {
    max-width: 190px;
  }
}
@media screen and (max-width: 767px) {
  .gdi-price {
    font-size: 15px;
  }
  .gdi-item {
    font-size: 12px;
  }
  .gdi-descr,
  .gdi-pcs,
  .gdi-time {
    font-size: 11px;
  }
  .gdi-head,
  .gdi-label {
    font-size: 9px;
  }
  .gdi-head-i,
  .gdi-label-i {
    max-width: calc(100vw - 170px);
  }
  .gdi-brand,
  .gdi-sku {
    height: auto;
  }
  .gdi-item .gdi-button {
    margin-top: 8px;
  }
  .goods__attribute {
    border-bottom: 1px solid #8187a9;
  }
  .table-header .goods__attribute {
    border-bottom: none;
  }
}
.table-info .goods-attribute__heading {
  font-weight: 500;
}
.table-info tr:nth-of-type(odd) {
  background-color: #f7f8fa;
}
.table-info td {
  padding: 6px 4px;
}
.table-info td:first-child {
  padding-left: 8px;
}
.table-info td:last-child {
  padding-right: 8px;
}
@media (max-width: 767px) {
  .table-info,
  .table-info thead,
  .table-info tbody,
  .table-info tr,
  .table-info td {
    display: block;
  }
  .table-info td,
  .table-info td:first-child,
  .table-info td:last-child {
    padding: 0;
  }
  .table-info tr {
    padding: 6px 15px;
  }
}
.table-info.goods__attribute {
  border-bottom: 0 !important;
}
.mfp-close {
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  top: -20px !important;
}
.mfp-close:after {
  content: '\2716';
  text-align: center;
  font-size: 40px;
  display: block;
  color: #3f9df4;
  text-indent: initial;
  position: absolute;
  left: 40px;
  bottom: 20px;
  right: 0;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  top: 0 !important;
  text-align: left;
}
.mfp-image-holder .mfp-close:after,
.mfp-iframe-holder .mfp-close:after {
  text-align: right;
  left: 0;
  right: -30px;
  top: 0;
  bottom: auto;
}
@media screen and (max-width: 1199px) {
  .mfp-close {
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    top: -20px !important;
  }
  .mfp-close:after {
    left: 0;
    right: 30px;
  }
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    top: 0 !important;
  }
  .mfp-image-holder .mfp-close:after,
  .mfp-iframe-holder .mfp-close:after {
    right: 5px;
  }
}
.jstree-default .jstree-leaf > .jstree-ocl + .jstree-anchor .jstree-themeicon {
  background-position: -260px -68px;
}
@media screen and (max-width: 991px) {
  .jstree {
    padding-left: 15px;
    padding-right: 15px;
  }
  .jstree-node {
    white-space: initial;
  }
  .jstree-default .jstree-node {
    display: flex;
    flex-wrap: wrap;
  }
  .jstree-default .jstree-anchor {
    height: auto;
    line-height: 18px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: flex;
    flex-wrap: nowrap;
    white-space: initial;
    max-width: 100%;
    flex: 0 0 auto;
    padding-left: 24px;
  }
  .jstree-default .jstree-icon {
    flex: 0 0 24px;
  }
  .jstree-default .jstree-ocl {
    margin-right: -24px;
    z-index: 5;
  }
  .jstree-default .jstree-themeicon {
    flex: 0 0 24px;
    position: relative;
    margin-top: -3px;
    margin-bottom: -3px;
  }
  .jstree .jstree-open > .jstree-children {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.fz-12 {
  font-size: 12px;
}
.table-nice .table-head tr {
  background: #3f9df4;
  color: #fff;
}
.table-nice .table-head td,
.table-nice .table-head th {
  color: #fff;
  font-weight: 700;
}
.table-nice tr {
  border-bottom: 1px solid #8187a9;
}
.table-nice td {
  padding: 4px 4px;
  font-weight: 500;
}
.table-nice td:first-child {
  padding-left: 8px;
}
.table-nice td:last-child {
  padding-right: 8px;
}
@media (max-width: 767px) {
  .table-moblock-xs {
    border-top: 1px solid #8187a9;
    border-left: 1px solid #8187a9;
    position: relative;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
  }
  .table-moblock-xs .table-head {
    display: none;
  }
  .table-moblock-xs .table-body {
    display: flex;
    flex-wrap: wrap;
  }
  .table-moblock-xs .table-body tr {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    max-width: 50%;
    flex: 0 0 50%;
    padding: 10px 15px;
    border-right: 1px solid #8187a9;
  }
  .table-moblock-xs .table-body td {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 2px 0;
  }
  .table-moblock-xs .table-body td[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: 700;
    font-size: 80%;
  }
  .table-moblock-xs .table-body .table-cell-btn {
    padding-top: 4px;
    display: flex;
    flex: 1;
    justify-content: flex-end;
  }
}
