.i_wrapper {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  transition: padding 0.5s;
}
/* ---------------------------------------------------------------------------------------------------- header */
.i_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #c33049;
  position: relative;
  color: #fff;
}
.i_header:before {
  content: '';
  position: absolute;
  height: 100%;
  width: auto;
  left: -250%;
  right: -250%;
  top: 0;
  background-color: #c33049;
  z-index: -1;
  border-radius: 5px;
}
.i_header a:hover {
  color: #fff;
}
.i_header.fixed {
  height: auto !important;
}
.i_header.fixed,
.i_header a {
  color: #fff;
}
.i_body,
.i_header {
  padding: 0 10px;
}
/* -------------------------------------------------- logo */
.i_hlogo {
  padding: 30px 5px;
  background-color: #fff;
  width: 100%;
  max-width: 140px;
}
.i_hlogo img {
  display: block;
  width: 100%;
}
/* -------------------------------------------------- contacts */
.i_h_schedule {
  max-width: 250px;
}
.i_icon_title.i_t_basket h1 span.i_icon_main_title:before,
.i_icon_title.i_t_order h1 span.i_icon_main_title:before {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/title/basket.svg");
  background-size: 35px auto;
}
/* -------------------------------------------------- back */
.i_h_back {
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/arrow/l_gray.svg") no-repeat 18px center/7px auto;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 8px 30px 8px 35px;
  font-size: 87.5%;
}
.i_contact_fixed.fixed:after {
  content: '';
  position: absolute;
  left: 50%;
  z-index: 10;
  margin-right: 7px;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  background-color: #fff;
  opacity: 0;
  animation: arrow_up 0.4s ease 0.2s forwards;
}
@media screen and (min-width: 701px) {
  .i_contact_fixed.fixed:after {
    bottom: -50px !important;
  }
}
@media screen and (max-width: 700px) {
  .i_contact_fixed.fixed:after {
    bottom: -45px !important;
  }
}
/* -------------------------------------------------- TABLE CONTAINER */
.bx_ordercart .bx_sort_container {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  margin-bottom: 20px;
}
.bx_ordercart .bx_sort_container > * {
  margin-top: 10px;
}
.bx_ordercart .bx_sort_container a {
  display: flex;
  align-items: center;
  background-color: #f2f3f3;
  border-radius: 5px;
  padding: 10px;
  height: 40px;
}
.bx_ordercart .bx_sort_container a.current,
.bx_ordercart .bx_sort_container a.current:hover,
.bx_ordercart .bx_sort_container a:active {
  background-color: #c33049;
  color: #fff;
}
.bx_ordercart .bx_sort_container a > div.flat {
  display: inline-block;
  background-color: #fff;
  color: #131b20;
  border-radius: 5px;
  padding: 5px 7px 0px;
  font-size: 93.8%;
  font-weight: bold;
  margin-left: 5px;
}
@media screen and (min-width: 481px) {
  .bx_ordercart .bx_sort_container > * {
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .bx_ordercart .bx_sort_container {
    text-align: center;
  }
  .bx_ordercart .bx_sort_container > span,
  .bx_ordercart .bx_sort_container > a {
    width: 100%;
    justify-content: center;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ BASKET ONLY */
#basket_form_container .bx_ordercart .bx_ordercart_order_table_container {
  margin-bottom: 20px;
}
#basket_form_container .bx_ordercart .bx_ordercart_order_pay_center a {
  background-color: #c33049;
}
#basket_form_container .bx_ordercart .bx_ordercart_order_table_container tbody td .itemphoto {
  transition: all 0.2s;
}
#basket_form_container .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a {
  margin-left: 20px;
}
#basket_form_container .bx_ordercart .bx_ordercart_order_pay_right {
  background-color: #f2f3f3;
  padding: 30px 20px;
  margin-bottom: 20px;
}
#basket_form_container .bx_ordercart .bx_ordercart_order_sum {
  width: 100%;
}
@media screen and (min-width: 640px) {
  #basket_form_container .bx_ordercart .bx_ordercart_order_table_container td .custom.col_QUANTITY {
    min-width: 145px;
  }
}
@media screen and (min-width: 401px) and (max-width: 639px) {
  #basket_form_container .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td .i_b_item_bl .custom.col_QUANTITY {
    left: 206px;
  }
  #basket_form_container .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td .i_b_item_bl > div:not(.col_NAME):not(.col_QUANTITY) {
    margin-left: 40px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ BASKET ONLY */
/* -------------------------------------------------- TABLE CONTAINER */
.bx_ordercart .bx_ordercart_order_table_container table {
  width: 100%;
  border-spacing: 0;
}
/* -------------------------------------------------- TABLE CONTAINER */
/* -------------------------------------------------- THEAD/TBODY ALL */
.bx_ordercart .bx_ordercart_order_table_container > table > thead > tr > td,
.bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td {
  position: relative;
  display: flex;
}
/* -------------------------------------------------- THEAD/TBODY ALL */
.bx_ordercart .bx_ordercart_order_table_container td .custom.col_DISCOUNT .i_discount_cont {
  font-size: 15px;
}
.bx_ordercart .bx_ordercart_order_table_container td .custom.col_DISCOUNT .i_discount_cont div {
  font-size: 22px;
  display: inline-block;
  color: #1e1e1d;
}
#basket_form_container .bx_ordercart .bx_ordercart_order_table_container tbody td > .i_b_item_bl .price .current_price span:first-child {
  font-weight: normal;
  font-family: 'adihaus_b';
  font-size: 20px;
  color: #c33049;
}
#basket_form_container .bx_ordercart .bx_ordercart_order_table_container tbody td > .i_b_item_bl .price .current_price span:last-child {
  font-size: 14px;
}
/* -------------------------------------------------- THEAD */
.bx_ordercart .bx_ordercart_order_table_container > table > thead {
  background-color: #c33049;
  color: #fff;
  font-size: 14px;
}
/* -------------------------------------------------- THEAD */
/* -------------------------------------------------- TBODY */
.bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td.only_almaty {
  padding-bottom: 35px;
}
.bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr:not(:first-child) {
  display: block;
  border-top: 1px solid #d7d7d7;
  padding-top: 10px;
}
.bx_ordercart .bx_ordercart_order_table_container td > .i_b_item_bl {
  display: flex;
  align-items: center;
  width: 100%;
}
.bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td > .i_b_item_bl > .item.col_NAME {
  display: flex;
  align-items: center;
}
.bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td > .i_b_item_bl > .custom.col_QUANTITY .i_bq_measure {
  align-self: center;
}
/* -------------------------------------------------- TBODY */
#basket_items_delayed td .custom.col_QUANTITY div {
  font-size: 16px;
  font-weight: bold;
}
/* -------------------------------------------------- OTHER */
/*
.bx_ordercart .bx_ordercart_order_table_container tbody td.item,
.bx_ordercart .bx_ordercart_order_table_container tbody td.custom,
.bx_ordercart .bx_ordercart_order_table_container tbody td.control,
.bx_ordercart .bx_ordercart_order_table_container tbody td.price {}
*/
.bx_ordercart .bx_ordercart_order_table_container tbody td > .i_b_item_bl .price .old_price {
  text-decoration: line-through;
  color: #adb4b9;
  font-size: 87.5%;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_photo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: height 0.5s, width 0.5s;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle {
  display: flex;
  align-items: center;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a {
  display: block;
  color: #1e1e1d;
  font-size: 14px;
  max-height: 2.5em;
  text-transform: uppercase;
  overflow: hidden;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemart {
  display: none;
}
/* -------------------------------------------------- OTHER */
@media screen and (min-width: 901px) {
  .bx_ordercart .bx_ordercart_order_table_container td .item.col_NAME {
    flex: 7;
  }
  .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a {
    max-height: 3.75em;
  }
}
@media screen and (min-width: 640px) {
  .bx_ordercart .bx_ordercart_order_table_container > table > thead td > div,
  .bx_ordercart .bx_ordercart_order_table_container td > .i_b_item_bl > div {
    flex: 1;
  }
  .bx_ordercart .bx_ordercart_order_table_container td .custom.col_DISCOUNT {
    min-width: 75px;
  }
  .bx_ordercart .bx_ordercart_order_table_container td .price.col_PRICE {
    min-width: 145px;
  }
  .bx_ordercart .bx_ordercart_order_table_container td .custom.col_SUM {
    min-width: 125px;
  }
  .bx_ordercart .bx_ordercart_order_table_container tbody .price.col_SUM {
    text-align: right;
  }
  .bx_ordercart .bx_ordercart_order_table_container > table > thead td > div:first-child {
    padding-left: 15px;
  }
  .bx_ordercart .bx_ordercart_order_table_container > table > thead td > div,
  .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td .i_b_item_bl > div {
    padding: 15px 15px 15px 0;
  }
  .bx_ordercart .bx_ordercart_order_table_container tbody .custom > span,
  .bx_ordercart .bx_ordercart_order_table_container tbody .price > span {
    display: none;
  }
  .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_photo {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 400px) {
  #basket_form_container .bx_ordercart .bx_ordercart_order_table_container tbody td .itemphoto {
    margin-left: 20px;
  }
  .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td > .i_b_item_bl > .custom.col_QUANTITY .i_bq_measure {
    margin-left: 10px;
  }
}
@media screen and (min-width: 901px), screen and (max-width: 639px) {
  .bx_ordercart .bx_ordercart_order_table_container td > .i_b_item_top_bl {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 900px) {
  .bx_ordercart .bx_ordercart_order_table_container table td .i_b_item_top_bl {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 15px 0 0;
  }
  .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td .i_b_item_bl .i_b_delay,
  .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td .i_b_item_bl .bx_ordercart_itemtitle {
    display: none;
  }
  .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td {
    flex-flow: wrap;
  }
}
@media screen and (min-width: 401px) and (max-width: 639px) {
  #basket_form_container .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td .i_b_item_bl .custom.col_QUANTITY > span {
    margin-right: 10px;
  }
  .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td .i_b_item_bl .custom.col_QUANTITY {
    top: 46px;
  }
}
@media screen and (max-width: 639px) {
  .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td {
    padding: 30px 0;
  }
  .bx_ordercart .bx_ordercart_order_table_container > table > thead {
    display: none;
  }
  .ilab {
    margin-top: 10px;
  }
  .i_f_bottom {
    flex-direction: column;
  }
  .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td .i_b_item_bl {
    position: relative;
    flex-flow: wrap;
  }
  .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td .i_b_item_bl .item.col_NAME {
    flex: 100%;
    margin-bottom: 15px;
  }
  .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td.only_almaty .i_b_item_bl .item.col_NAME {
    flex: 100%;
    margin-bottom: 50px;
  }
  .bx_ordercart .bx_ordercart_order_table_container td > .i_b_item_bl .i_delivery {
    top: 100px;
    bottom: auto !important;
  }
  .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_photo {
    height: 90px;
    width: 90px;
  }
  .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td .i_b_item_bl .bx_ordercart_itemtitle {
    align-self: flex-start;
  }
  .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td .i_b_item_bl .custom.col_QUANTITY {
    position: absolute;
    right: 16px;
    display: flex;
    align-items: center;
  }
  .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td .i_b_item_bl > div:not(.col_NAME):not(.col_QUANTITY) {
    display: flex;
    flex: 100%;
/*margin-left: 40px;*/
/* BASKET ONLY*/
  }
  .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td .i_b_item_bl > div:not(.col_NAME):not(.col_QUANTITY) > * {
    flex: 50%;
    padding: 15px;
  }
  .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td .i_b_item_bl > div:not(.col_NAME):not(.col_QUANTITY) > div {
    text-align: right;
  }
  .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td .i_b_item_bl .custom:not(.col_QUANTITY) > span {
    background-color: #f2f3f3;
  }
  .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td .i_b_item_bl .custom:not(.col_QUANTITY):not(:last-child) > span {
    border-bottom: 1px solid #fff;
    text-align: left;
  }
  .bx_order_make .bx_ordercart .bx_ordercart_order_table_container td .custom.col_SUM {
    text-align: left !important;
  }
  .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td .i_b_item_bl .custom:not(.col_QUANTITY):not(:last-child) > div {
    border-bottom: 1px solid #eff2f4;
  }
}
@media screen and (min-width: 401px) and (max-width: 479px) {
  #basket_form_container .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td .i_b_item_bl .custom.col_QUANTITY > span {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  #basket_form_container .bx_ordercart .bx_ordercart_order_table_container tbody td .itemphoto {
    position: absolute;
    top: 2.5em;
    margin-top: 10px;
  }
  #basket_form_container .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td .i_b_item_bl .item.col_NAME {
    margin-bottom: 120px;
  }
  #basket_form_container .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td.only_almaty .i_b_item_bl .item.col_NAME {
    margin-bottom: 160px;
  }
  #basket_form_container .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle {
    flex-direction: row-reverse;
  }
  #basket_form_container .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td .i_b_item_bl .item.col_NAME {
    height: 2.5em;
  }
  #basket_form_container .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td .i_b_item_bl .custom.col_QUANTITY,
  #basket_form_container .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td .i_b_item_bl .custom.col_QUANTITY .centered {
    flex-direction: column;
  }
  .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td .i_b_item_bl .custom.col_QUANTITY {
    top: 76px;
  }
  .bx_ordercart .bx_ordercart_order_table_container td > .i_b_item_bl .i_delivery {
    top: 160px;
    bottom: auto !important;
  }
}
.bx_ordercart .bx_ordercart_order_pay_left {
  display: flex;
  margin: 0 0px 20px 0;
}
.bx_ordercart .bx_coupons_block {
  display: flex;
  flex-flow: wrap;
  flex: 1;
}
.bx_ordercart .bx_ordercart_coupon:not(:first-child) {
  margin-top: 10px;
}
.bx_ordercart .bx_ordercart_coupon {
  position: relative;
  display: flex;
  flex: 100%;
}
.bx_ordercart .bx_ordercart_coupon input {
  border-radius: 20px;
}
.bx_ordercart .i_coupons_name {
  font-size: 87.5%;
  margin-right: 20px;
  white-space: nowrap;
}
.bx_ordercart .bx_ordercart_coupon a {
  display: none;
}
.bx_ordercart .bx_ordercart_coupon span.good,
.bx_ordercart .bx_ordercart_coupon span.bad,
.bx_ordercart .bx_ordercart_coupon span.disabled {
  display: inline-block;
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.bx_ordercart .bx_ordercart_coupon input.good,
.bx_ordercart .bx_ordercart_coupon input.bad,
.bx_ordercart .bx_ordercart_coupon input.disabled {
  padding: 5px 30px 5px 5px;
  height: auto;
}
.bx_ordercart .bx_ordercart_coupon input.good {
  border: 1px solid #59a62a;
  background: rgba(89,166,42,0.16);
/*box-shadow: 0 0 2px 0 rgba(89,166,42,.8);*/
}
.bx_ordercart .bx_ordercart_coupon span.good {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAANCAYAAABPeYUaAAAAoklEQVQ4y2NgIBOUb7JkY6AEAA0wBuJHQGxHrgFWQPwBiP8D8WcgliTVAHuoRpAB/4A4E10BDwED3ID4K9SAP0CciK7ACYhfg2gcBvgA8Q8kA6LQFQgB8Seogq/oBgH5QUD8EyoPooNwOTUMagOKQSAbkcRBLvEhFGjoBvWi8V2JDX1kg2AY5FV7UqMR2SBQerAkN0GBDHoJSpmUJm1uYtUCAMzalTMY8Lf6AAAAAElFTkSuQmCC") no-repeat center;
}
.bx_ordercart .bx_ordercart_coupon input.bad {
  border: 1px solid #e16565;
  background: rgba(225,101,101,0.16);
/*box-shadow: 0 0 2px 0 rgba(225,101,101,.8);*/
}
.bx_ordercart .bx_ordercart_coupon span.good:hover,
.bx_ordercart .bx_ordercart_coupon span.bad,
.bx_ordercart .bx_ordercart_coupon span.disabled {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjA2QzFEQUU3QTJEMTFFNEJFMTJEMjJGMUE4MkZDRkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjA2QzFEQUY3QTJEMTFFNEJFMTJEMjJGMUE4MkZDRkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MDZDMURBQzdBMkQxMUU0QkUxMkQyMkYxQTgyRkNGRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MDZDMURBRDdBMkQxMUU0QkUxMkQyMkYxQTgyRkNGRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuRKTjMAAAC1SURBVHjaXJAhEsIwEEWTDiCoAa6CBtUKEAxHwAfHGSpxySWqUFQUh+YG3AEMOvxlfmf+kJmXnXRftr/1McaDc+4M9iGEu5OVUlqhXMCpwNaABejYUKljrxlh24EbmFHeomZKJXiZ43POdnsp8odDB6lGpMdP5KtUdirZoZDsNmEs5wmYDoeC09YoV8pvUuoHevyef6nikB7MmXljE1sJXlkm5qr5zHqtiQE8Nbgtka13/AowAFzKRSz6AcYPAAAAAElFTkSuQmCC") no-repeat center;
}
.i_bx_coupon_note_delta:before {
  content: '';
  box-shadow: 0 3px 7px 0 rgba(0,0,0,0.5);
  position: absolute;
  bottom: -5px;
  left: 10px;
  height: 10px;
  width: 10px;
  background-color: #fff;
  transform: rotate(45deg);
  transition: bottom 0.4s;
}
.i_bx_coupon_note_delta {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 20px;
  overflow: hidden;
  z-index: 10;
  display: block;
}
.bx_ordercart .bx_ordercart_coupon_notes {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  display: none;
  opacity: 0;
  white-space: normal;
  border: 1px solid #ddd;
  position: absolute;
  top: 100%;
  left: 0;
  max-width: 270px;
  padding: 10px;
  background: #fff;
  z-index: 1010;
  border-radius: 5px;
  font-size: 13px;
  line-height: 17px;
  box-shadow: 0 3px 7px 0 rgba(0,0,0,0.05);
}
.bx_ordercart .bx_ordercart_coupon:hover .bx_ordercart_coupon_notes {
  display: block;
  opacity: 1;
}
.bx-touch .bx_ordercart .bx_ordercart_coupon_notes {
  display: block;
  opacity: 1;
  position: relative;
  top: auto;
  left: auto;
  margin: 10px auto;
  box-shadow: none;
}
.bx_ordercart .bx_ordercart_order_pay_center {
  position: relative;
  margin: 40px 0;
}
.i_b_checkout {
  display: flex;
  justify-content: center;
}
#PRICE_WITHOUT_DISCOUNT {
  font-size: 16px;
}
.bx_ordercart .bx_ordercart_order_pay_center span,
.bx_ordercart .bx_ordercart_order_pay_center a {
  display: flex;
  align-items: center;
  background-color: #a61331;
  height: 40px;
  font-weight: normal;
  font-family: 'adihaus';
  font-size: 14px;
  text-transform: uppercase;
  padding: 3px 20px 0;
  color: #fff;
  border-radius: 20px;
}
/* -------------------------------------------------- Delete all */
.bx_ordercart .bx_ordercart_order_pay_center .i_b_delete_all {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2NTNFNjVGRDVCRjExRTdBQUY0ODg5Q0RFMDFEM0UxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2NTNFNjYwRDVCRjExRTdBQUY0ODg5Q0RFMDFEM0UxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTY1M0U2NURENUJGMTFFN0FBRjQ4ODlDREUwMUQzRTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTY1M0U2NUVENUJGMTFFN0FBRjQ4ODlDREUwMUQzRTEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7CWtOxAAABdElEQVR42qyUsUoDMRjHc+LYQazVji43qc9Q9AHqIFgQBRfhCi7WB6i+gDg4CC6CdjjBoT6ARV+hvekWR8tRcXA//x/8Uz5DYpcGfk36JfdLLt8lUVmWZl5lUX6y/MONV8AJ2AVbYBl8gSHogzvwox/YiNfNgmeCA5CDK9CgyLBuMJ5z3J/iyrqgB+oz3qjOcd2QTGa6YPsWFAFRwX7D8YeurMLlS7kBbbDtERaMtzlOyjVY0rJjsMb2vuyn5MURWlHG/hbjVbs6K2uq2VfBqyPMHNEA1NQzzemnwQHGI9yhQD6PMiCSsqlXtuLZaBGmIKJI6iePyL7qVDYJZK2lRCX/+7I80bJRIGt2j4asR4EsZ1r28o9o4NSZR9jXsnswZjsNZK3mCFP1io86m3Jozxk8ZXzPs9lW+AwSxs7At3uceuo4JYGsWWGijtND6KBf8mv+nHHQpf+I44O3hl1hDDrgnfeYYf3GeGz3SZdonjftrwADAEfBYR7B//k/AAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  cursor: pointer;
  display: none !important;
}
.bx_ordercart .bx_ordercart_order_pay_center .i_b_delete_all > div {
  border-bottom: 1px dashed;
  font-size: 87.5%;
  color: #1e1e1d;
}
@media screen and (min-width: 801px) {
  .bx_ordercart .bx_ordercart_order_pay_center .i_b_delete_all {
    position: absolute;
    left: 0;
    top: 50%;
    display: flex;
    height: 40px;
    margin-top: -20px;
    padding-left: 45px;
    background-position: left 20px center;
  }
  .bx_ordercart .bx_ordercart_order_pay_center .i_b_delete_all > div {
    margin: auto;
  }
}
@media screen and (max-width: 800px) {
  .bx_ordercart .bx_ordercart_order_pay_center {
    display: flex;
    flex-direction: column;
  }
  .bx_ordercart .bx_ordercart_order_pay_center .i_b_delete_all {
    display: inline-block;
    margin-top: 20px;
    padding-left: 25px;
    background-position: left center;
    align-self: center;
  }
}
/* -------------------------------------------------- Delete all */
/*.bx_ordercart .bx_ordercart_order_pay,
.bx_ordercart .bx_ordercart_order_sum,
.bx_ordercart .bx_ordercart_order_pay_left,
.bx_ordercart .bx_ordercart_order_pay_right,
.bx_ordercart .bx_ordercart_order_pay_center,
.bx_ordercart .bx_ordercart_order_pay_center span,
.bx_ordercart .bx_ordercart_order_pay_center .checkout,
.bx_ordercart .bx_ordercart_order_table_container table,
.bx_ordercart .bx_ordercart_order_table_container table tbody,
.bx_ordercart .bx_ordercart_order_table_container table tbody tr,
.bx_ordercart .bx_ordercart_order_table_container table tbody tr td,
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a,
.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price {}*/
/* quantity control table */
.basket_quantity_control {
  display: flex;
  align-items: center;
}
.basket_quantity_control span {
  display: block;
  width: 35px;
  height: 40px;
  cursor: pointer;
}
.basket_quantity_control span.plus {
  background: #f2f3f3 url("/local/templates/ilab_it_shop/ilab/img/svg/count/plus.svg") no-repeat center/8px auto;
  border-radius: 0 20px 20px 0;
}
.basket_quantity_control span.minus {
  background: #f2f3f3 url("/local/templates/ilab_it_shop/ilab/img/svg/count/minus.svg") no-repeat center/8px auto;
  border-radius: 20px 0 0 20px;
}
.basket_quantity_control input[type=text] {
  width: 40px;
  text-align: center;
  font-size: 18px;
  color: #1e1e1d;
  border: 0 none;
  padding-left: 4px;
  padding-right: 4px;
}
.centered {
  display: flex;
}
/* size */
/*----*/
/*----*/
/*----*/
/* end of size */
/* sku */
/*----*/
/*----*/
/*----*/
/* end of sku */
#warning_message:not(:empty) {
  background-color: #f2f3f3;
  padding: 15px;
  color: #f00;
  font-weight: bold;
  margin-bottom: 15px;
}
.bx-touch .quantity_control {
  display: none;
}
#basket_items input {
  line-height: normal;
}
/* -------------------------------------------------- info */
.i_b_info {
  border: 1px solid #e5e4df;
  border-radius: 5px;
  color: #1e1e1d;
  font-size: 87.5%;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
}
.i_b_info span {
  font-size: 171.4%;
  color: #ffd925;
}
.i_b_info_t {
  margin-bottom: 10px;
}
/* -------------------------------------------------- info */
/* -------------------------------------------------- Cupon/Payment/Delivery */
.bx_ordercart_order_pay_left .i_b_buttons {
  display: flex;
}
.bx_ordercart_order_pay_left .i_b_payment,
.bx_ordercart_order_pay_left .i_b_delivery {
  padding: 5px 0 5px 45px;
  cursor: pointer;
  white-space: nowrap;
}
.bx_ordercart_order_pay_left .i_b_payment {
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/basket/pay.svg") no-repeat left center/26px auto;
}
.bx_ordercart_order_pay_left .i_b_delivery {
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/basket/del.svg") no-repeat left center/26px auto;
}
.bx_ordercart_order_pay_left .i_b_payment span,
.bx_ordercart_order_pay_left .i_b_delivery span {
  border-bottom: 1px dashed;
  font-size: 93.8%;
}
.bx_ordercart .bx_ordercart_order_sum tbody > tr > td:first-child {
  padding-right: 5px;
}
#basket_form_container .bx_ordercart .bx_ordercart_order_sum tbody {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  color: #1e1e1d;
}
#allSum_wVAT_FORMATED .i_price,
#allVATSum_FORMATED .i_price,
#allSum_FORMATED .i_price {
  color: #c33049;
  font-weight: normal;
  font-family: 'adihaus_b';
  font-size: 20px;
}
@media screen and (min-width: 801px) {
  .bx_ordercart_order_pay_left {
    align-items: baseline;
  }
  .bx_ordercart_order_pay_left .i_b_buttons {
    justify-content: space-evenly;
  }
  .bx_ordercart_order_pay_left .i_b_payment,
  .bx_ordercart_order_pay_left .i_b_delivery {
    margin-left: 20px;
  }
}
@media screen and (min-width: 421px) {
  .bx_ordercart_order_pay_left .i_b_buttons {
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .bx_ordercart_order_pay_left {
    flex-flow: wrap-reverse;
    align-items: baseline;
  }
  .bx_ordercart_order_pay_left .i_b_buttons {
    justify-content: space-between;
    margin-bottom: 20px;
    flex: 100%;
  }
}
@media screen and (max-width: 639px) {
  .bx_ordercart_order_pay_left .i_coupons_name {
    flex: 100%;
  }
  .bx_ordercart_order_pay_left .bx_coupons_block {
    order: -1;
    flex: 100%;
  }
}
@media screen and (max-width: 420px) {
  .bx_ordercart_order_pay_left .i_b_buttons {
    flex-direction: column;
  }
  .bx_ordercart_order_pay_left .i_b_delivery {
    margin-top: 20px;
  }
}
/* -------------------------------------------------- Cupon/Payment/Delivery */
/* -------------------------------------------------- Terms of use */
.i_b_terms_of_use_bl {
  position: relative;
  margin-bottom: 20px;
  padding: 0 10px;
  text-align: center;
}
.i_b_terms_of_use_bl > label {
  padding: 10px 0;
  vertical-align: middle;
}
.i_b_tou_pop_up:after,
.i_b_tou_pop_up:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50px;
  height: 0;
  width: 0;
  border: solid transparent;
  margin-top: 20px;
}
.i_b_tou_pop_up:before {
  border-top: 11px solid #f00;
  border-width: 11px;
  margin-top: 0px;
  margin-left: -6px;
  left: 50%;
}
.i_b_tou_pop_up:after {
  border-top: 11px solid #fff;
  border-width: 10px;
  margin-top: 0;
  margin-left: -5px;
  left: 50%;
}
.i_b_tou_pop_up {
  background-color: #fff;
  border: 1px solid #f00;
  border-radius: 5px;
  position: absolute;
  right: 0;
  left: 50%;
  bottom: 100%;
  margin: 0 0 20px -140px;
  z-index: 10;
  padding: 20px;
  text-align: center;
  font-size: 87.5%;
  color: #f00;
  width: 280px;
}
.i_b_tou_pop_up .i_b_tou_close {
  display: none;
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/catalog/section/close.svg") no-repeat center/12px auto;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #cad1da;
  height: 35px;
  width: 35px;
}
/* -------------------------------------------------- Terms of use */
/* -------------------------------------------------- Delete/Delay */
.i_b_delete,
.i_b_delay {
  min-width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.i_b_delete {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2NTNFNjVGRDVCRjExRTdBQUY0ODg5Q0RFMDFEM0UxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2NTNFNjYwRDVCRjExRTdBQUY0ODg5Q0RFMDFEM0UxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTY1M0U2NURENUJGMTFFN0FBRjQ4ODlDREUwMUQzRTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTY1M0U2NUVENUJGMTFFN0FBRjQ4ODlDREUwMUQzRTEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7CWtOxAAABdElEQVR42qyUsUoDMRjHc+LYQazVji43qc9Q9AHqIFgQBRfhCi7WB6i+gDg4CC6CdjjBoT6ARV+hvekWR8tRcXA//x/8Uz5DYpcGfk36JfdLLt8lUVmWZl5lUX6y/MONV8AJ2AVbYBl8gSHogzvwox/YiNfNgmeCA5CDK9CgyLBuMJ5z3J/iyrqgB+oz3qjOcd2QTGa6YPsWFAFRwX7D8YeurMLlS7kBbbDtERaMtzlOyjVY0rJjsMb2vuyn5MURWlHG/hbjVbs6K2uq2VfBqyPMHNEA1NQzzemnwQHGI9yhQD6PMiCSsqlXtuLZaBGmIKJI6iePyL7qVDYJZK2lRCX/+7I80bJRIGt2j4asR4EsZ1r28o9o4NSZR9jXsnswZjsNZK3mCFP1io86m3Jozxk8ZXzPs9lW+AwSxs7At3uceuo4JYGsWWGijtND6KBf8mv+nHHQpf+I44O3hl1hDDrgnfeYYf3GeGz3SZdonjftrwADAEfBYR7B//k/AAAAAElFTkSuQmCC");
}
.i_b_delay {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/product/favorites.svg");
}
/* -------------------------------------------------- Delete/Delay */
/* -------------------------------------------------- Limit Order */
.bx_ordercart .bx_ordercart_order_pay_center a.i_checkout_inactive {
  background-color: #606060;
}
.i_b_limit_order:after,
.i_b_limit_order:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50px;
  height: 0;
  width: 0;
  border: solid transparent;
  margin-top: 20px;
}
.i_b_limit_order:before {
  border-top: 11px solid #f00;
  margin-top: 0px;
  margin-left: -6px;
  left: 50%;
}
.i_b_limit_order:after {
  border-top: 11px solid #fff;
  border-width: 10px;
  margin-top: 0;
  margin-left: -5px;
  left: 50%;
}
.i_b_limit_order {
  background-color: #fff;
  border: 1px solid #f00;
  border-radius: 5px;
  position: absolute;
  right: 0;
  left: 50%;
  bottom: 100%;
  margin: 0 0 20px -140px;
  z-index: 10;
  padding: 20px;
  text-align: center;
  font-size: 87.5%;
  color: #f00;
  width: 280px;
}
.i_b_limit_order .i_b_lo_close {
  display: none;
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/catalog/section/close.svg") no-repeat center/12px auto;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #cad1da;
  height: 35px;
  width: 35px;
}
/* -------------------------------------------------- Limit Order */
/* -------------------------------------------------- Empty Basket */
.i_empty_basket {
  padding: 10px;
  margin-bottom: 20px;
}
.i_empty_basket a {
  display: inline-block;
  height: 40px;
  padding: 14px 20px 10px;
  background-color: #c33049;
  color: #fff;
  border-radius: 20px;
  margin-left: 5px;
}
.i_empty_basket a:hover {
  color: #fff;
}
/* -------------------------------------------------- Empty Basket */
/* ---------------------------------------------------------------------------------------------------- Footer */
/* --------------------------------------------------------------------------- Footer top */
.i_footer {
  font-size: 87.5%;
  margin-top: 20px;
  padding-top: 30px;
  position: relative;
}
.i_footer:before {
  content: '';
  position: absolute;
  height: 100%;
  width: auto;
  left: -250%;
  right: -250%;
  top: 0;
  background-color: #f2f3f3;
  z-index: -1;
  border-radius: 5px;
}
.i_f_top {
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  padding: 20px 10px;
}
@media screen and (max-width: 639px) {
  .i_f_top {
    flex-direction: column;
  }
  .i_f_right {
    margin-top: 20px;
  }
}
/* --------------------------------------------------------------------------- Footer left */
.i_f_phone,
.i_f_phone_mobile,
.i_f_address,
.i_f_email {
  padding-left: 30px;
  font-size: 15px;
  padding-bottom: 10px;
  padding-top: 3px;
}
.i_f_phone,
.i_f_phone_mobile,
.i_f_email {
  max-width: 170px;
}
.i_f_phone {
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/footer/phone_mobile.svg") no-repeat left top/22px auto;
}
.i_f_phone_mobile {
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/footer/whatsapp.svg") no-repeat left top/22px auto;
}
.i_f_address {
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/footer/address.svg") no-repeat left top/20px auto;
}
.i_f_email {
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/footer/fed_black.svg") no-repeat left top/auto 16px;
}
.i_f_left > div:not(:first-child) {
  margin-top: 20px;
}
/* --------------------------------------------------------------------------- Footer right */
.i_f_right {
  margin-right: 150px;
}
@media screen and (max-width: 920px) {
  #basket_form_container .bx_ordercart .bx_ordercart_order_sum tbody {
    flex-wrap: wrap;
  }
  #basket_form_container .bx_ordercart .bx_ordercart_order_sum tbody tr:nth-child(n+3) {
    margin-top: 10px;
  }
  .i_f_right {
    margin-right: 0;
  }
}
.i_f_right > div:not(:first-child) {
  margin-top: 20px;
}
.i_footer_map_wrap {
  display: block;
  margin-top: 10px;
}
.i_footer_map_wrap a {
  border-bottom: 1px dashed;
  text-transform: lowercase;
}
/* -------------------------------------------------- Footer bottom */
.i_f_bottom {
  padding: 20px 10px;
  color: #fff;
  font-size: 14px;
  position: relative;
  background-color: #c33049;
  display: flex;
  justify-content: space-between;
}
.i_f_bottom:before {
  content: '';
  position: absolute;
  height: 100%;
  width: auto;
  left: -250%;
  right: -250%;
  top: 0;
  background-color: #c33049;
  z-index: -1;
  border-radius: 5px;
}
.i_f_bottom a:hover {
  color: #fff;
}
.i_f_bottom a {
  color: #fff;
}
.ilab br {
  display: none;
}
@media screen and (min-width: 641px) {
  .i_f_bottom {
    align-items: center;
    flex-flow: wrap;
  }
}
@media screen and (min-width: 421px) and (max-width: 640px) {
  .introduction,
  .ilab {
    flex: 1;
  }
  .introduction {
    padding-right: 10px;
  }
}
@media screen and (max-width: 420px) {
  .i_f_left {
    flex-direction: column;
  }
  .i_f_left > :not(:first-child) {
    margin-top: 20px;
  }
  .i_f_bottom {
    flex-flow: column;
  }
  .introduction,
  .ilab {
    margin-top: 15px;
  }
}
/*-----------------------------------------------------------------------------------------Выпадающий список контактов*/
.i_header_contact_cont {
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  margin-left: auto;
  font-size: 15px;
  z-index: 1;
  color: #1e1e1d;
  margin-right: 10px;
}
.i_header_contact_cont a {
  color: #1e1e1d;
}
.i_header_contact_cont .h_contact_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 310px;
}
.i_header .i_header_cont_fixed {
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
}
.i_header_contact {
  display: flex;
  justify-content: space-between;
}
.i_header_contact * {
  margin: 0;
}
.i_header_contact .i_contact_block {
  position: relative;
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/footer/phone_mobile.svg");
  background-repeat: no-repeat;
  background-size: 35px auto;
}
.i_header_contact .i_contact_block a:hover {
  color: #1e1e1d;
}
.i_header_contact .i_contact_block .block {
  display: none;
}
.i_header_contact .i_contact_block h3 {
  font-weight: normal;
  font-family: 'adihaus_b';
  font-size: 15px;
  text-transform: uppercase;
}
.i_header_contact .i_contact_block h4 {
  margin-bottom: 5px;
  font-weight: normal;
  font-family: 'adihaus_b';
  font-size: 13px;
  text-transform: uppercase;
}
.i_header_contact .i_contact_block:nth-child(1) {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/header/clock.svg");
}
.i_header_contact .i_contact_block:nth-child(1) h3 {
  margin-bottom: 5px;
}
.i_header_contact .i_contact_block:nth-child(2) {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/header/call_center.svg");
}
.i_header_contact .i_contact_block:nth-child(3) {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/header/online_shop.svg");
}
.i_header_contact .i_contact_block:nth-child(3) a {
  display: block;
}
.i_header_contact .i_contact_block:nth-child(4) {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/header/control_department.svg");
}
.i_header_contact .i_contact_block:nth-child(5) {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/footer/phone_mobile.svg");
  background-size: 22px auto;
}
header .i_header_contact {
  flex-wrap: wrap;
}
.i_contact_fixed {
  color: #fff;
  font-size: 18px;
  margin-left: 40px;
  margin-right: 20px;
  padding: 5px 20px 5px 30px;
  cursor: pointer;
  position: relative;
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/contacts/address.svg") no-repeat left center/23px auto;
}
.i_contact_fixed:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/arrow/d_white.svg") no-repeat right center/10px auto;
  width: 10px;
  height: 100%;
  transition: all 0.2s ease;
}
.i_contact_fixed.active {
  display: block;
}
.i_contact_fixed.fixed:before {
  transform: rotate(180deg);
  transition: all 0.2s ease;
}
.i_header.fixed {
  height: 60px;
  top: 0;
  transition: all 0.3s ease;
}
.i_header_contact .i_contact_block {
  margin-top: 20px;
  margin-left: 20px;
  flex: 1;
  min-width: 260px;
}
.i_header_contact .i_contact_block br {
  display: none;
}
@media screen and (min-width: 1800px) {
  .i_header_contact_cont .h_contact_row a {
    width: 50%;
  }
  .i_header_contact .i_contact_block div:not([id^="bx_incl_area_"]) {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1799px) {
  .i_header_contact_cont .h_contact_row {
    max-width: 270px;
  }
  .i_header_contact_toggle a:not(:first-child) {
    display: none;
  }
  .i_header_contact_cont .i_wrapper_phone a {
    display: block;
    margin-top: 5px;
  }
  .i_header_contact_toggle br {
    display: none;
  }
  .i_header_contact_cont a.j_more_phone {
    padding-right: 15px;
    position: relative;
  }
  .i_header_contact_cont a.j_more_phone:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0;
    top: 0;
    background: url("/local/templates/ilab_it_shop/ilab/img/svg/arrow/d_blue.svg") no-repeat center/8px auto;
    transition: all 0.5s ease;
  }
  .i_header_contact_cont a.active:before {
    transition: transform 0.5s ease;
    transform: rotate(180deg);
  }
  .i_header_contact .i_contact_block {
    padding-left: 40px;
  }
  .i_header_contact_toggle .i_contact_block:first-child {
    max-width: 220px;
  }
  .i_header_contact_toggle .i_contact_block:first-child div:not(:first-child) {
    display: none;
  }
  .i_header_contact_toggle .i_contact_block:first-child h3 span {
    border-bottom: 1px dashed;
  }
}
/* --------------------------------------------- Скрываю номер whatsapp */
/*.i_contact_block:nth-child(3)
	.block
		.main
			justify-content center
			margin auto
		.add
			margin auto
		.main h4
		br
		.add a:last-child
			display none
	.drop
		h4
		a:last-child
			display none*/
/*---------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 790px) {
  .i_header_contact_cont {
    margin-right: 0;
  }
  .i_contact_fixed.fixed:after {
    bottom: -23px !important;
  }
  .i_hlogo {
    width: 100%;
  }
  .i_hlogo img {
    margin: 0 auto;
  }
  .i_contact_fixed {
    order: 1;
    margin: 15px 0;
    margin-left: 0;
    margin-right: 0;
  }
  .i_header {
    flex-direction: column;
    padding: 0;
  }
  .i_h_schedule {
    margin-top: 20px;
    text-align: center;
  }
  .i_h_back {
    margin-top: 20px;
  }
}
