/* ---------------------------------------------------------------------------------------------------- Index Top */
/* ---------------------------------------------------------------------------------------------------- New contacts */
/* FIXED */
/*. .i_header_contact_cont .i_contact_block {
}
.i_header_info_cont .i_header_contact_cont .i_contact_block .block .main {
    display: block;
    padding-left: 40px;
}
.i_header_info_cont .i_header_contact_cont .i_contact_block .block .add {
    display: block;
}*/
@media screen and (max-width: 1800px) {
  .i_header_info_cont .i_header_cont_fixed .i_contact_block .block .main:before {
    content: unset;
  }
  .i_header_info_cont .i_header_cont_fixed .i_contact_block .block .add {
    display: block;
  }
}
@media screen and (max-width: 1650px) {
  .i_header_cont_fixed .i_header_contact {
    justify-content: space-around;
  }
}
@media screen and (max-width: 1299px) {
  .i_header_cont_fixed .i_header_contact .i_contact_block .block h3 {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 1147px) {
  .i_header_cont_fixed .i_header_contact {
    gap: 6px;
  }
}
@media screen and (max-width: 760px) {
  .i_header_cont_fixed .i_contact_block:nth-child(2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 760px) {
  header .i_header_cont_fixed .i_header_contact .i_contact_block:nth-child(1n+2) {
    flex-basis: unset;
  }
}
@media screen and (max-width: 730px) {
  .i_header_contact_cont.i_header_cont_fixed {
    margin-top: unset;
  }
  header .i_header_cont_fixed .i_contact_block .main {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .i_header_cont_fixed .i_header_contact {
    justify-content: left;
  }
}
@media screen and (max-width: 479px) {
  .i_header_contact_cont.i_header_cont_fixed {
    margin-top: unset;
  }
  header .i_header_cont_fixed .i_header_contact .i_contact_block {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 6px;
  }
  header .i_header_cont_fixed .i_contact_block .block .main {
    display: block;
  }
  header .i_header_cont_fixed .i_contact_block:not(:first-child) .block {
    flex-direction: column;
  }
}
@media screen and (max-width: 380px) {
  header .i_header_cont_fixed .i_contact_block:nth-child(2) .add a {
    font-size: 15px !important;
  }
}
/* RELATIVE */
.i_contact_block .block {
  position: relative;
  background-repeat: no-repeat;
  background-size: 38px auto;
  padding-left: 40px;
  z-index: 3;
  background-color: #fff;
  min-width: 40px;
  min-height: 40px;
}
.i_contact_block .drop {
  display: none;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  background: #fff;
  z-index: 2;
  padding: 60px 10px 10px;
  padding-left: 40px;
  width: 123%;
  box-shadow: 0 0 10px #000;
}
.i_contact_block .drop h3 {
  display: none;
}
.i_contact_block .drop h4 {
  display: none;
}
.i_contact_block.active .block .main:before {
  transition: all 0.5s ease;
  transform: rotate(180deg);
}
/*2.3*/
.i_contact_block:not(:first-child) .block {
  display: flex;
  flex-direction: row;
}
.i_contact_block:not(:first-child) .add {
  padding-left: 10px;
}
@media screen and (min-width: 1801px) {
  .i_contact_block:not(:first-child) .drop {
    display: none !important;
  }
}
@media screen and (min-width: 1301px) {
  .i_contact_block:first-child .drop {
    display: none !important;
  }
}
@media screen and (max-width: 1800px) {
  .i_contact_block:not(:first-child) {
    padding: 0 10px;
  }
  .i_contact_block:not(:first-child) .main:before {
    content: '';
    position: absolute;
    right: -14px;
    top: 20px;
    width: 10px;
    height: 10px;
    background: url("/local/templates/ilab_it_shop/ilab/img/svg/arrow/d_blue.svg") no-repeat right center/10px auto;
    transition: all 0.5s ease;
  }
  .i_contact_block:not(:first-child) .add {
    display: none;
  }
  .i_contact_block:nth-child(2) .drop {
    width: 109%;
    padding: 60px 10px 10px;
  }
  .i_contact_block:nth-child(3) {
    margin-right: 16px;
  }
  .i_contact_block:nth-child(3) .drop {
    width: 116%;
    padding: 60px 20px 10px 60px;
  }
  .i_contact_block:nth-child(3) .drop > a {
    display: block;
    text-align: left;
  }
}
@media screen and (max-width: 1300px) {
  .i_header_contact_toggle .i_contact_block:first-child {
    max-width: 216px;
  }
  .i_contact_block:first-child .main:before {
    content: '';
    position: absolute;
    right: -14px;
    top: 24px;
    width: 10px;
    height: 10px;
    background: url("/local/templates/ilab_it_shop/ilab/img/svg/arrow/d_blue.svg") no-repeat right center/10px auto;
    transition: all 0.5s ease;
  }
  .i_contact_block:first-child .add {
    display: none;
  }
  .i_contact_block:first-child .drop {
    left: -25px;
    width: 135%;
  }
  .i_contact_block.active:not(:first-child) {
    box-shadow: 0 0 10px #000;
  }
  .i_contact_block:not(:first-child) .main {
    height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .i_contact_block:not(:first-child) .main:before {
    top: 24px;
  }
  .i_contact_block:last-child .drop {
    width: 116%;
  }
}
@media screen and (max-width: 1000px) {
  .i_contact_block .drop {
    top: -20px;
    padding: 70px 10px 10px;
  }
  .i_contact_block:nth-child(2) .drop {
    padding: 70px 10px 10px;
  }
  .i_contact_block:nth-child(3) .drop {
    padding: 70px 10px 10px 54px;
  }
}
@media screen and (max-width: 760px) {
  .i_contact_block:first-child .drop {
    width: 131%;
  }
  .i_contact_block:nth-child(2) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 730px) {
  .i_contact_block_shadow {
    box-shadow: 0 0 10px #000;
  }
  .i_header_contact_cont {
    padding: 0 !important;
    margin-top: 10px;
  }
  .i_header_contact_cont .i_contact_block {
    padding: 10px;
  }
  .i_header_contact_toggle .i_contact_block:first-child {
    max-width: 238px;
  }
  .i_contact_block:first-child .drop {
    padding: 80px 10px 10px;
  }
  .i_contact_block:not(:first-child) .main {
    display: none;
  }
  .i_header_contact_cont .i_contact_block:not(:first-child) .drop {
    margin-top: 80px;
  }
  .i_contact_block:not(:first-child) .drop h3 {
    display: block;
  }
  .i_contact_block:not(:first-child) .drop h4 {
    display: block;
    margin-bottom: 10px;
  }
  .i_contact_block.active:not(:first-child):after {
    content: "";
    position: absolute;
    left: 0;
    top: 50px;
    width: 60px;
    height: 10px;
    background: #fff;
    z-index: 2;
  }
  .i_contact_block:nth-child(2) {
    margin-left: unset;
  }
  .i_contact_block:nth-child(2) .drop {
    width: 280%;
    padding: 20px 10px 10px;
  }
  .i_contact_block:nth-child(3) .drop {
    width: 430%;
    padding: 20px 10px 10px;
    left: unset;
  }
  .i_contact_block:nth-child(3) .drop a {
    padding-left: 18px;
  }
}
@media screen and (max-width: 479px) {
  .i_header_contact_cont {
    padding: 0 !important;
    margin-top: 4px;
  }
  .i_header_contact_toggle .i_contact_block:first-child {
    flex: unset !important;
  }
  .i_contact_block:first-child .block .main {
    display: none;
  }
  .i_contact_block:first-child .main:before {
    content: unset;
  }
  .i_contact_block:first-child .drop h3 {
    display: block;
    text-align: left;
    margin-bottom: 8px;
  }
  .i_contact_block:first-child .drop h4 {
    display: block;
  }
  .i_contact_block.active:first-child:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50px;
    width: 60px;
    height: 10px;
    background: #fff;
    z-index: 2;
  }
  .i_header_contact_cont .i_contact_block:first-child .drop {
    margin-top: 80px;
    width: 400%;
    padding: 20px 10px 10px;
    left: 0 !important;
  }
}
/* --------------------------------------------- Скрываю номер 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 a:last-child
		display none*/
/* ---------------------------------------------------------------------------------------------------- New contacts */
.i_header_favorite {
  padding: 14px 15px 13px;
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/header/favorites_white.svg") no-repeat center/26px auto;
  font-weight: normal;
  font-family: 'adihaus_b';
  font-size: 12px;
  color: #a61432 !important;
}
.i_index_left {
  display: block;
  background-color: #f2f3f3;
}
.i_header_contact_cont {
  padding: 10px 30px;
  background-color: #fff;
  margin-left: auto;
  font-size: 15px;
}
.i_header_contact_cont a {
  color: #1e1e1d;
  font-weight: bold;
}
.i_header_contact_cont a:hover {
  color: #c33049;
}
.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: 4px 4px 10px 0 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-repeat: no-repeat;
  background-size: 38px auto;
/*&:last-child {
			display none
		}*/
}
.i_header_contact .i_contact_block h3 {
  font-weight: normal;
  font-family: 'adihaus_b';
  font-size: 16px;
  text-transform: uppercase;
}
.i_header_contact .i_contact_block h4 {
  font-weight: normal;
  font-family: 'adihaus';
  font-size: 11px;
  text-transform: uppercase;
}
.i_header_contact .i_contact_block:nth-child(1) .block {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/header/clock.svg");
}
.i_header_contact .i_contact_block:nth-child(2) .block {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/header/call_center.svg");
}
.i_header_contact .i_contact_block:nth-child(3) .block {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/header/online_shop.svg");
}
.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;
  display: none;
  cursor: pointer;
  position: relative;
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/header/call_center_white.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_contact_fixed.fixed:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -40px;
  margin-right: 7px;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  background-color: #fff;
  opacity: 0;
  animation: arrow_up 0.4s ease 0.2s forwards;
}
.i_header.fixed {
  height: 60px;
  transition: all 0.5s ease;
  top: 0;
  z-index: 499;
}
.i_header.fixed .i_hlogo {
  padding-top: 22px;
  overflow: hidden;
}
.i_header .i_block {
  position: static;
}
.i_header_info_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  height: 100%;
}
.i_our_store a span {
  border-bottom: 1px dashed;
}
.i_our_store a {
  padding: 10px 0px 5px 35px;
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/header/stores.svg") no-repeat left center/32px auto;
}
.i_index_left .i_copy {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 30px;
  background-color: #fff;
}
/*.i_index_footer .i_f_bottom {
	margin: 0 -30px
}*/
.i_f_bottom {
  margin: 0 -30px;
}
.i_f_bottom a:hover {
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .i_index_left {
    position: fixed !important;
    padding-bottom: 0;
    left: 0;
    top: 0;
    padding-top: 80px;
    z-index: 50;
    height: 100%;
    transition: all 0.4s ease;
  }
  .i_index_left > div[id^=bx_incl_area_] {
    height: 100%;
  }
}
/* ---------------------------------------------------------------------------------------------------- Search */
.i_search {
  position: relative;
  z-index: 301;
  width: auto;
}
.i_search form {
  display: flex;
}
.i_search form input[type="text"] {
  border-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 0;
  width: 100%;
  padding-top: 13px;
}
.i_search form input[type="submit"] {
  border-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #fff url("/local/templates/ilab_it_shop/ilab/img/svg/search/search.svg") center no-repeat;
  background-size: 20px auto;
  padding: 0 20px;
}
.i_select_search {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 20;
  white-space: nowrap;
  padding: 10px 40px 10px 15px;
  margin-top: 15px;
  border-radius: 3px;
  background-color: #ffe100;
  color: #002559;
}
.i_select_search:after {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 10%;
  height: 0;
  width: 0;
  border: solid transparent;
  border-bottom-color: #ffe100;
  border-width: 10px;
  margin-left: -10px;
  pointer-events: none;
}
.i_word_search {
  border-bottom: 1px dashed;
  cursor: pointer;
}
.i_close_search {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  width: 30px;
  cursor: pointer;
  font-size: 200%;
}
.i_search_button {
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/search/search_white.svg") no-repeat center/25px auto;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.i_search_close {
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/search/close.svg") no-repeat center/12px auto;
  position: absolute;
  left: 0;
  height: 100%;
  width: 35px;
  cursor: pointer;
}
.i_offer_menu_link.i_discounts svg {
  fill: #fff;
}
.i_footer_logo {
  width: 100%;
  max-width: 80px;
}
/* ---------------------------------------------------------------------------------------------------- Teaser top */
.i_teaser_top {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 20;
  margin-top: 10px;
  margin-bottom: 20px;
}
.i_teaser_top .i_tt_item .i_tt_name {
  line-height: 18px;
}
.i_teaser_top .i_tt_img {
  width: 30px;
  height: 30px;
  min-width: 30px;
  background-repeat: no-repeat;
  background-size: 30px auto;
  margin-right: 10px;
  margin-top: 5px;
}
.i_teaser_top .i_tt_item:first-child .i_tt_img {
  background-size: 22px auto;
}
.i_teaser_top .i_tt_name span {
  color: #1e1e1d;
  font-size: 15px;
}
.i_teaser_top .i_tt_preview_text {
  background-repeat: no-repeat;
}
.i_teaser_top .i_tt_preview_text span {
  overflow: hidden;
  max-height: 2.5em;
  font-size: 81.3%;
  color: #3c4241;
}
@media screen and (min-width: 641px) and (max-width: 920px) {
  .i_index_top .i_search {
    margin-left: 280px;
  }
}
@media screen and (min-width: 1000px) {
  .i_search.active {
    min-width: 270px;
    transition: min-width 0.5s ease;
  }
  .i_header:not(.fixed) .i_search_close,
  .i_header:not(.fixed) .i_search_button {
    display: none;
  }
  .i_header:not(.fixed) .i_search {
    display: block !important;
  }
  .i_index_left.is_admin {
    padding-top: 120px;
    transition: padding-top 0.5s ease;
  }
  .i_index_left.fixed {
    padding-top: 60px;
    transition: padding-top 0.5s ease;
  }
  .i_v_menu_bl .i_vm_toggle {
    display: none;
  }
}
@media screen and (min-width: 760px) and (max-width: 999px) {
  .i_header.fixed .i_search {
    left: 140px;
  }
}
@media screen and (max-width: 999px) {
  .i_search {
    position: absolute;
    top: 20px;
    right: 20px;
    left: 200px;
    width: auto;
    min-width: auto !important;
    display: none;
  }
  .i_search form input[type=text] {
    padding-left: 35px;
  }
}
@media screen and (max-width: 1100px) {
  .i_header.fixed .i_search {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
  }
  .i_header.fixed .i_search form input[type=text] {
    padding-left: 35px;
  }
}
@media screen and (min-width: 1800px) {
  .i_body,
  .i_footer,
  h1.i_main_title {
    margin-left: 340px;
  }
  .i_header_contact_cont {
    width: calc(100% - 310px);
  }
  .i_index_left,
  .i_copy,
  .i_hlogo {
    width: 310px;
  }
  .i_search {
    min-width: 520px;
  }
  .i_cho_city:before {
    content: attr(data-city);
    color: #fff;
  }
  .i_header_contact_cont .h_contact_row a {
    width: 50%;
  }
  .i_header_contact .i_contact_block {
    background-position: left top 2px;
  }
}
@media screen and (max-width: 1799px) {
  .i_header_contact_cont .h_contact_row {
    max-width: 270px;
  }
  .i_body,
  .i_footer,
  h1.i_main_title {
    margin-left: 310px;
  }
  .i_header_contact_cont {
    width: calc(100% - 280px);
  }
  .i_index_left,
  .i_copy,
  .i_hlogo {
    width: 280px;
  }
  .i_search {
    min-width: 290px;
  }
  .i_wrapper_phone {
    display: none;
    position: absolute;
    top: 60%;
    right: 0;
    padding: 0 15px 5px;
    z-index: 10;
    background: #fff;
    box-shadow: 0 10px 10px -2px rgba(19,27,32,0.25);
  }
  .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);
  }
}
@media screen and (max-width: 1569px) {
  .i_seo_block {
    display: block !important;
    max-height: 410px !important;
  }
  .i_f_bottom {
    margin: 0 -20px;
  }
  .i_header_contact_cont {
    width: calc(100% - 270px);
  }
  .i_body,
  .i_footer,
  h1.i_main_title {
    margin-left: 300px;
  }
  .i_our_store span,
  .i_fpay span,
  .i_fdel span {
    display: none;
  }
  .i_mod_bl {
    padding-left: 50px;
    justify-content: space-between;
  }
  .i_header.fixed .i_contact_fixed {
    margin-right: 0;
  }
  .i_header.fixed .i_fpay,
  .i_header.fixed .i_fdel,
  .i_header.fixed .i_login {
    display: none;
  }
  .i_header.fixed .i_mod_bl {
    flex: 0.9;
    justify-content: space-around;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1500px) {
  header .i_contact_block:last-child {
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 1300px) {
  .i_selmod_bl {
    padding: 0 20px 0 50px;
  }
  .i_header.fixed .i_selmod_bl {
    background-position: left -5px center;
    transition: all 0.5s ease;
  }
}
@media screen and (max-width: 1299px) {
  .i_header .i_login a.i_fp_login_name {
    background: url("/local/templates/ilab_it_shop/ilab/img/svg/header/auth.svg") no-repeat center/20px auto;
    padding: 13px;
  }
  .i_header .i_login a.i_fp_login_name span {
    display: none;
  }
  .i_offer_menu_link a {
    font-size: 16px;
  }
  .i_index_left,
  .i_copy,
  .i_hlogo {
    width: 245px;
  }
  .i_header_contact_toggle .i_contact_block:first-child {
    flex: 1 70%;
  }
  .i_header_contact_toggle .i_header_contact {
    flex-wrap: wrap;
  }
  .i_header_contact_toggle .i_header_contact .i_contact_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  header .i_header_contact .i_contact_block h3 {
    margin-left: -40px;
  }
  header .i_header_contact .i_contact_block {
    background-position: left top 20px;
  }
  header .i_header_contact .i_contact_block:nth-child(1n+4) {
    margin-top: 20px;
    flex-basis: 50%;
  }
  header .i_header_contact_cont {
    padding-left: 20px;
  }
  .i_selmod_bl {
    padding: 8px 20px;
  }
  .i_header.fixed .i_selmod_bl {
    background-size: 90px auto;
  }
  .i_search {
    min-width: 220px;
  }
  .i_cho_city {
    padding-left: 20px;
  }
  .i_mod_bl {
    padding-left: 20px;
  }
  .i_header_contact_cont {
    padding-right: 20px;
    width: calc(100% - 240px);
  }
  .i_header_contact_cont space {
    display: none;
  }
  .i_body,
  .i_footer,
  h1.i_main_title {
    margin-left: 265px;
  }
  .i_f_top {
    padding: 30px 0;
  }
  .i_wrapper_phone {
    top: 100%;
  }
}
@media screen and (max-width: 999px) {
  .i_copy {
    padding: 15px 20px;
  }
  .i_f_bottom {
    margin-left: 225px;
    padding: 15px 20px 15px 45px;
  }
  .i_copy {
    background-color: #f2f3f3;
  }
  .i_hlogo {
    width: 185px;
  }
  .i_header_contact_cont {
    width: 100%;
    padding: 20px;
  }
  .i_body,
  .i_footer,
  h1.i_main_title {
    margin-left: 20px;
  }
  .i_selmod_bl {
    background-size: 100px;
    padding-right: 10px;
  }
  .i_mod_bl {
    padding-left: 40px;
  }
  .i_hbask span.i_hbask_total {
    display: none;
  }
  .i_auth_personal,
  .i_header_favorite,
  .i_fdel a,
  .i_fpay a {
    background-position: center;
  }
  .i_fpay a {
    background-size: 35px auto !important;
  }
  .i_fdel a {
    background-size: 27px auto !important;
  }
  .i_header_favorite {
    background-size: 26px auto !important;
  }
  .i_auth_personal {
    background-size: 22px auto !important;
  }
  .i_header {
    box-shadow: 5px 4px 10px 0px rgba(0,0,0,0.2);
  }
  .i_header .i_header_cont_fixed {
    left: 0;
  }
  .i_header.fixed .i_hlogo {
    max-width: 125px;
    padding: 0 20px;
  }
  .i_index_left {
    width: 100%;
    margin-bottom: 20px;
  }
  .i_v_menu_bl > ul.i_v_menu .i_offer_menu_link.i_discounts {
    display: none;
  }
  .i_title_name {
    margin-right: auto;
    margin-left: 20px;
    padding-top: 3px;
  }
  .i_offer_menu_link a {
    font-size: 18px;
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 759px) {
  .i_f_left {
    flex-direction: row;
  }
  .i_block_contacts_left {
    width: 50%;
  }
  .i_block_contacts_right {
    width: 50%;
    margin-top: 0;
  }
  .bx-btn-white {
    color: #c33049 !important;
    background-color: transparent !important;
    background-position: right -63px !important;
  }
  .bx-composite-btn {
    border-color: #c33049;
  }
  .i_copy {
    position: static;
    margin: 0;
    padding: 0;
  }
  .i_f_bottom {
    margin-left: -20px;
    padding-left: 20px;
    background: #f2f3f3;
  }
  .ilab,
  .i_footer_logo,
  .introduction {
    display: none;
  }
  .i_f_right {
    margin-left: 0;
    padding: 20px 0;
    border-top: 1px solid #d7d7d7;
    margin-top: 20px;
  }
  .i_f_top {
    flex-direction: column;
    padding-bottom: 0;
  }
  .i_seo {
    padding-bottom: 20px;
  }
  .i_sales_block h2,
  .i_viewed_items_block h2 {
    font-size: 24px;
  }
  header .i_header_contact .i_contact_block:nth-child(1n+2) {
    flex-basis: 50%;
  }
  .i_header .i_header_cont_fixed {
    padding-left: 40px;
  }
  .i_contact_fixed.fixed:after {
    left: 29%;
    bottom: -22px !important;
  }
  .i_header.fixed .i_selmod_bl {
    padding-left: 10px;
    background-size: 80px auto;
  }
  .i_header.fixed .i_hbask > span {
    color: #fff;
  }
  .i_header.fixed .i_hbask {
    background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/header/basket.svg");
    width: auto;
    padding-right: 0;
    background-size: 25px auto;
    padding-left: 35px;
  }
  .i_header.fixed .i_hbask span.i_basket_un {
    display: none;
  }
  .i_header.fixed .i_contact_fixed {
    padding-right: 0;
    background-position: center;
    margin-left: 20px;
  }
  .i_header.fixed .i_mod_bl {
    padding-left: 0;
  }
  .i_header.fixed .i_login {
    display: block;
    height: auto;
  }
  .i_header.fixed .i_logo_block {
    display: none;
  }
  .i_header.fixed .i_contact_fixed a {
    display: none;
  }
  .i_contact_fixed:before {
    content: none;
  }
  .i_header {
    flex-direction: column-reverse;
    height: auto;
  }
  .i_logo_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px;
    background-color: #fff;
  }
  .i_header_info_cont {
    width: 100%;
  }
  .i_fpay a {
    background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/header/pay_red.svg");
  }
  .i_fdel a {
    background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/header/del_red.svg");
  }
  .i_hbask {
    background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/header/basket_red.svg");
  }
  .i_selmod_bl {
    padding: 20px;
  }
  .i_hlogo {
    width: 115px;
  }
  .i_hbask > span {
    color: #1e1e1d;
  }
  .i_cho_city {
    padding-left: 30px;
  }
  .i_mod_bl {
    padding-left: 80px;
  }
  .i_mod_bl .i_fpay,
  .i_mod_bl .i_fdel,
  .i_mod_bl .i_city {
    display: none;
  }
  .i_header_info_cont .jq_hbasket {
    display: none;
  }
  .i_wrapper {
    padding-top: 160px;
  }
  .i_search {
    top: 21px;
    left: 10px;
    right: 10px;
  }
  .i_header_contact .i_contact_block {
    background-position: left top 5px;
  }
  .i_v_menu_bl .i_vm_title,
  .i_offer_menu_link a {
    font-size: 16px;
  }
  .i_offer_menu_link a {
    min-width: 220px;
    justify-content: center;
  }
  .i_header.fixed {
    flex-direction: row;
  }
  .i_teaser_top .i_tt_img {
    margin-right: 0;
  }
  .i_teaser_top {
    margin-top: 20px;
  }
  .i_teaser_top .i_tt_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
  }
  .i_teaser_top .i_tt_name {
    text-align: center;
    margin-top: 10px;
  }
  .i_teaser_top .i_tt_name span {
    font-size: 14px;
  }
  .i_teaser_top .i_tt_preview_text {
    background-position: left center;
    min-height: 35px;
    width: 45px;
  }
  .i_teaser_top .i_tt_preview_text span {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .i_seo_block {
    max-height: 250px !important;
  }
  .i_v_menu_bl {
    background-color: #f2f3f3;
  }
  .i_header.fixed .i_contact_fixed {
    margin-left: auto;
  }
  .i_header.fixed .i_selmod_bl {
    padding-right: 10px;
  }
  .i_header.fixed .i_sel_bl {
    display: none;
  }
  .i_teaser_top .i_tt_item:nth-child(1n+3) {
    margin-top: 20px;
  }
  .i_teaser_top {
    flex-wrap: wrap;
  }
  .i_teaser_top .i_tt_item {
    flex-basis: 50%;
    flex-direction: row;
  }
  .i_teaser_top .i_tt_name {
    text-align: left;
    font-size: 14px;
  }
  .i_teaser_top .i_tt_img {
    margin-right: 10px;
    width: 25px;
    height: 25px;
    min-width: 25px;
    background-size: 25px auto;
  }
  .i_banner {
    margin: 0 -20px !important;
  }
  header .i_header_contact .i_contact_block:first-child {
    background-position: left top 38px;
  }
  header .i_header_contact .i_contact_block:nth-child(1n+2) {
    flex-basis: 100%;
  }
  header .i_header_contact .i_contact_block:not(:last-child) {
    min-height: 50px;
    margin-bottom: 20px;
  }
  header .i_header_contact .i_contact_block:nth-child(1n+4) {
    margin-top: 0;
  }
  header .i_header_contact .i_contact_block {
    max-width: 300px;
  }
  .i_title_name {
    margin-left: 10px;
  }
  .i_offer_menu_link a {
    min-width: auto;
    padding: 0 !important;
    width: 60px;
  }
  .i_header_contact_toggle a:not(:first-child) {
    display: block;
  }
  .i_offer_menu_link .i_vm_img {
    margin-right: 0 !important;
  }
  .i_header_contact_toggle .i_contact_block:first-child div:not([id^=bx_incl_area_]).active {
    left: -10px;
  }
  .i_header_contact_toggle .i_contact_block:last-child div:not([id^=bx_incl_area_]).active {
    right: -10px;
    left: auto;
  }
*
  .i_hbask {
    padding-right: 0;
  }
  .i_hbask span.i_basket_un {
    display: none;
  }
  .i_hlogo {
    width: 100px;
  }
  .i_auth_personal {
    background-size: 22px auto !important;
  }
  .i_fpay a {
    background-size: 35px auto !important;
  }
  .i_fdel a {
    background-size: 27px auto !important;
  }
  .i_header_favorite {
    background-size: 24px auto !important;
  }
  .i_mod_bl {
    padding-left: 50px;
  }
  .i_our_store a {
    width: 30px;
    height: 30px;
    display: block;
  }
  .i_cho_city {
    padding-left: 0;
    width: 30px;
    height: 30px;
    background-size: 23px auto;
  }
  .i_cho_city .i_scity {
    min-width: auto;
  }
  .i_cho_city .jq-selectbox__select-text {
    display: none;
  }
  .i_scity .jq-selectbox__trigger {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
  .i_header.fixed .i_search_close,
  .i_header.fixed .i_search_button {
    display: none;
  }
  .i_header.fixed .i_search {
    display: block !important;
  }
}
/* ---------------------------------------------------------------------------------------------------- Banner main */
.i_banner {
  z-index: 20;
}
.i_banner .i_img {
  background-size: cover;
  background-position: center;
  height: 100%;
}
div.i_banner .swiper-pagination {
  right: 10px;
  left: auto;
  bottom: 15px;
  border-radius: 10px;
  padding: 5px;
  width: 100%;
}
.i_banner .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #fff;
  background-color: transparent;
  opacity: 1;
  width: 16px;
  height: 16px;
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
}
.i_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.i_banner .swiper-button-prev {
  left: 0;
}
.i_banner .swiper-button-next {
  right: 0;
}
.i_banner .swiper-button-prev,
.i_banner .swiper-button-next {
  background: none;
  height: 50px;
  width: 50px;
  margin-top: -25px;
}
.i_banner:hover .swiper-button-prev:before,
.i_banner:hover .swiper-button-next:before {
  opacity: 1;
}
.i_banner .swiper-button-prev:before,
.i_banner .swiper-button-next:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-color: rgba(0,0,0,0.1);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
  height: 27px;
  width: 27px;
  border-radius: 50%;
  opacity: 0;
}
.i_banner .swiper-button-prev:before {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/arrow/l_circle.svg");
  background-position: center;
  right: 0;
}
.i_banner .swiper-button-next:before {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/arrow/r_circle.svg");
  background-position: center;
  left: 0;
}
@media screen and (min-width: 1000px) {
  .i_banner .i_img {
    padding-top: 36%;
  }
}
@media screen and (min-width: 441px) and (max-width: 999px) {
  .i_banner .i_img {
    padding-top: 48%;
  }
}
/*@media screen and (min-width: 501px) and (max-width: 999px) {
	.i_banner .i_img {
		padding-top: 49.3%;
	}
}*/
@media screen and (max-width: 440px) {
  .i_banner .i_img {
    padding-top: 80%;
  }
}
.i_ban_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background-repeat: no-repeat !important;
  height: 100%;
  width: 100%;
  opacity: 0;
}
@media screen and (max-width: 1329px) {
  .i_ban_bg {
    display: none;
  }
}
@media screen and (max-width: 1330px) {
  .i_teaser_top .i_tt_item .i_tt_name {
    max-width: 110px;
  }
  .i_teaser_top .i_tt_item:last-child .i_tt_name {
    max-width: 160px;
  }
}
@media screen and (min-width: 1201px) {
  .i_teaser_top .i_tt_item {
    display: flex;
    padding: 10px 0 0;
  }
  .i_teaser_top .i_tt_name {
    margin: auto 0;
  }
  .i_teaser_top .i_tt_preview_text {
    display: flex;
    align-items: center;
    background-position: left center;
    padding-left: 45px;
    min-height: 35px;
  }
}
@media screen and (min-width: 640px) {
  .i_teaser_top .i_tt_item:not(:first-child) {
    margin-left: 20px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1299px) {
  .i_teaser_top .i_tt_item:last-child .i_tt_name {
    max-width: 170px;
  }
  .i_teaser_top .i_tt_item {
    display: flex;
    padding-top: 10px;
  }
  .i_teaser_top .i_tt_name {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5em;
  }
  .i_teaser_top .i_tt_name span {
    max-height: 2.5em;
    overflow: hidden;
  }
  .i_teaser_top .i_tt_preview_text {
    height: 35px;
    background-position: center;
  }
  .i_teaser_top .i_tt_preview_text span {
    display: none;
  }
}
/* ---------------------------------------------------------------------------------------------------- auth / reg */
.i_change_login {
  padding-left: 0 !important;
  margin: 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  max-width: 340px;
}
.i_change_login li {
  flex: 1;
  background-color: #f2f3f3;
  text-align: center;
  padding: 13px 0 10px;
  font-weight: normal;
  font-family: 'adihaus_b';
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
  position: relative;
}
.i_change_login li span {
  border-bottom: 1px dashed;
}
.i_change_login li:first-child {
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
  border-right: 3px solid #fff;
}
.i_change_login li:last-child {
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
}
.i_change_login li:after {
  content: none !important;
}
.i_change_login li.j_active_field {
  background-color: #c33049 !important;
  color: #fff;
}
.i_change_login li.j_active_field span {
  border-bottom: 0;
}
.i_change_login li.j_active_field:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  margin-left: -10px;
  border-style: solid;
  border-width: 10px;
  border-color: #c33049 transparent transparent transparent;
  animation: arrow_ai 0.1s ease 0.1s forwards;
}
@-moz-keyframes arrow_ai {
  from {
    bottom: 0;
  }
  to {
    opacity: 1;
    bottom: -19px;
  }
}
@-webkit-keyframes arrow_ai {
  from {
    bottom: 0;
  }
  to {
    opacity: 1;
    bottom: -19px;
  }
}
@-o-keyframes arrow_ai {
  from {
    bottom: 0;
  }
  to {
    opacity: 1;
    bottom: -19px;
  }
}
.i_change_login_block .i_auth_item {
  display: none;
}
.i_change_login_block .i_auth_item.active {
  display: block;
}
/*---------------------------*/
.i_regi_modal_td {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
#i_fp_pos_auth,
#i_fp_pos_regi {
  width: 320px;
}
#i_fp_pos_auth input[type=submit],
#i_fp_pos_regi input[type=submit] {
  font-weight: normal;
  font-family: 'adihaus_b';
  font-size: 13px;
  text-transform: uppercase;
  padding: 12px 25px 10px;
  background: #c33049;
}
.i_btn_join_reg {
  margin: 0 auto;
  border-bottom: 1px dashed;
  position: relative;
}
.i_btn_join_reg:before {
  content: '';
  position: absolute;
  left: -25px;
  top: 0;
  height: 100%;
  width: 20px;
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/header/login_black.svg") no-repeat center/15px auto;
}
.bx-authform-social ul {
  padding: 0 !important;
  margin: 0 !important;
}
.bx-authform-social ul li {
  width: 20px;
  height: auto;
}
.bx-authform-social ul li:after {
  content: none !important;
}
.bx-authform-social ul li .bx-authform-social-icon {
  background-position: center !important;
  width: 20px !important;
  height: 30px !important;
}
#bx_socserv_icon_MailRu2 {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/social/mailru.svg");
  background-size: 20px auto;
}
#bx_socserv_icon_Facebook {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/social/facebook.svg");
  background-size: 10px auto;
}
#bx_socserv_icon_VKontakte {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/social/vkontakte.svg");
  background-size: 20px auto;
}
#bx_socserv_icon_GoogleOAuth {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/social/gplus.svg");
  background-size: 26px auto;
}
#i_fp_pos_auth .jq_auth_error {
  font-size: 14px;
  color: #f00;
}
form table b {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: normal;
}
.i_auth_reg_block_col {
  margin-top: 10px;
}
.starrequired {
  color: #f00;
}
.i_remember_me,
.jq_registration {
  border-bottom: 1px dashed;
}
.jq_registration,
.i_reg_btn {
  margin-left: 80px;
  position: relative;
}
.jq_registration:after,
.i_reg_btn:after {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  width: 17px;
  height: 17px;
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/header/reg.svg") no-repeat center;
}
/* ---------------------------------------------------------------------------------------------------- Запрос пароля */
.i_table_forgotpass {
  max-width: 340px;
  margin: 0 auto;
  padding: 20px;
  background: #f2f3f3;
}
.i_table_forgotpass .i_change_login li {
  background-color: #fff;
}
.i_table_forgotpass .i_change_login li:first-child {
  border-right: 3px solid #f2f3f3;
}
.i_table_forgotpass .i_auth_login_input {
  display: flex;
}
.i_table_forgotpass .i_auth_login_input input:last-child {
  margin-left: 10px;
  padding: 10px 20px 8px;
  font-weight: normal;
  font-family: 'adihaus_b';
  font-size: 13px;
  text-transform: uppercase;
}
.i_table_forgotpass .i_auth_login_email:after {
  content: none;
}
.i_auth_forgot_pass {
  font-weight: normal;
  font-family: 'adihaus_b';
  font-size: 13px;
  text-transform: uppercase;
  padding: 14px 20px 12px;
  background-color: #c33049;
  color: #fff;
  border-radius: 90px;
}
.i_auth_forgot_pass:hover {
  color: #fff;
  opacity: 0.9;
}
.j_active_field_forgot_pass {
  background-color: #c33049 !important;
  color: #fff;
}
.j_active_field_forgot_pass span {
  border-bottom: 0 !important;
}
.j_active_field_forgot_pass:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  opacity: 0;
  margin-left: -10px;
  border-style: solid;
  border-width: 10px;
  border-color: #c33049 transparent transparent transparent;
  animation: arrow_ai 0.1s ease 0.1s forwards;
}
.i_change_login_block_forgot_pass .i_auth_item {
  display: none;
}
.i_change_login_block_forgot_pass .i_auth_item.active {
  display: block;
}
/* ---------------------------------------------------------------------------------------------------- Special offers for main */
.i_special_offers .i_so_item:before {
  content: '';
  display: block;
  padding-top: 52%;
}
.i_special_offers .i_so_item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  position: relative;
}
.i_special_offers .i_so_name_block {
  display: flex;
  align-items: center;
  background-color: rgba(255,255,255,0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  padding: 0 50px 0 20px;
}
.i_special_offers .i_so_name_block:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/arrow/r_gray.svg") no-repeat center/8px auto;
}
.i_special_offers .i_so_name {
  display: inline-block;
  max-height: 2.5em;
  overflow: hidden;
  color: #000;
  font-size: 112.5%;
}
@media screen and (min-width: 700px) {
  .i_special_offers .i_so_items {
    display: flex;
    flex-flow: wrap;
  }
  .i_special_offers .i_so_item:last-child:nth-child(2n+1):before {
    padding-top: 26%;
  }
  .i_special_offers .i_so_item {
    flex: 45%;
  }
  .i_special_offers .i_so_item:nth-child(n+3) {
    margin-top: 20px;
  }
  .i_special_offers .i_so_item:nth-child(2n+2) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 699px) {
  .i_special_offers .i_so_item {
    display: block;
  }
  .i_special_offers .i_so_item:not(:first-child) {
    margin-top: 20px;
  }
}
/* ---------------------------------------------------------------------------------------------------- Seo */
.i_seo {
  margin-top: 50px;
  padding: 40px 0 20px;
  border-top: 1px solid #d7d7d7;
}
.i_seo_logo {
  text-align: center;
  margin-bottom: 30px;
}
.i_seo_block {
  color: #1e1e1d;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  max-height: 150px;
  overflow: hidden;
  transition: all 0.5s ease;
  height: 100%;
}
.i_seo_block.active {
  max-height: 2000px !important;
  transition: all 0.5s ease;
}
.i_seo_btn_more {
  text-align: center;
  margin-top: 30px;
}
.i_seo_btn_more a {
  padding: 10px 30px 10px 20px;
  border: 1px solid #d7d7d7;
  border-radius: 20px;
  position: relative;
  display: inline-block;
  min-width: 155px;
  text-align: center;
}
.i_seo_btn_more a:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 16px;
  width: 10px;
  height: 10px;
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/arrow/d_blue.svg") no-repeat right center/10px auto;
  transition: all 0.5s ease;
}
.i_seo_btn_more a.active:before {
  transition: all 0.5s ease;
  transform: rotate(180deg);
}
.i_seo_logo img {
  max-width: 170px;
}
@media screen and (min-width: 481px) {
  .i_seo_logo img {
    margin: 10px 20px 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .i_seo_logo {
    margin-bottom: 20px;
  }
}
/* ---------------------------------------------------------------------------------------------------- Teaser bottom */
.i_teaser_bottom {
  margin-top: 20px;
}
.i_teaser_bottom a {
  background-color: #eff2f4;
  background-repeat: no-repeat;
  color: #131b20;
  font-weight: bold;
  font-size: 87.5%;
  border-radius: 5px;
}
@media screen and (min-width: 481px) {
  .i_teaser_bottom {
    display: flex;
  }
}
@media screen and (min-width: 801px) {
  .i_teaser_bottom a {
    flex: 1;
  }
  .i_teaser_bottom a:not(:first-child) {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .i_teaser_bottom a {
    background-position: right 10px center;
    padding: 20px 80px 20px 20px;
    min-height: 90px;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  .i_teaser_bottom a {
    background-position: center 30px;
    padding: 110px 10px 20px;
    text-align: center;
  }
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  .i_teaser_bottom {
    flex-wrap: wrap;
  }
  .i_teaser_bottom a:nth-child(5n+1),
  .i_teaser_bottom a:nth-child(5n+2),
  .i_teaser_bottom a:nth-child(5n+3) {
    flex: 25%;
    background-position: center 30px;
    padding: 110px 20px 20px;
    text-align: center;
  }
  .i_teaser_bottom a:nth-child(5n+4),
  .i_teaser_bottom a:nth-child(5n+5) {
    flex: 45%;
    background-position: right 10px center;
    padding: 20px 80px 20px 20px;
    min-height: 90px;
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  .i_teaser_bottom a:nth-child(5n+2),
  .i_teaser_bottom a:nth-child(5n+3),
  .i_teaser_bottom a:nth-child(5n+5) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .i_teaser_bottom a {
    background-position: right 10px center;
    padding: 20px 80px 20px 20px;
    min-height: 90px;
    display: flex;
    align-items: center;
  }
  .i_teaser_bottom a:not(:first-child) {
    margin-top: 20px;
  }
}
/* ---------------------------------------------------------------------------------------------------- [i_review.block] */
.i_review_block {
  background-color: #eef2f5;
  border-radius: 5px;
  font-size: 87.5%;
}
.i_rb_ele {
  padding: 15px;
  display: flex;
  flex: 1 0;
}
.i_rb_img {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: content-box;
  background-position: center;
  border-radius: 5px;
  box-shadow: 0 0 7px rgba(118,144,164,0.35);
  height: 100px;
  margin-right: 30px;
  flex: 0 0 100px;
  padding: 12px;
}
.i_rb_right {
  flex: 1 0;
}
.i_rb_name {
  font-weight: bold;
  color: #003b7f;
  font-size: 128.6%;
}
.i_rh_age {
  color: #797d80;
}
.i_rb_date,
.i_rb_massage {
  margin-top: 15px;
}
.i_rb_date {
  color: #797d80;
}
.i_rb_massage {
  position: relative;
  box-shadow: 0 0 7px rgba(118,144,164,0.35);
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
}
.i_rb_delta {
  position: absolute;
  width: 20px;
  height: 20px;
  left: -20px;
  top: 20px;
  overflow: hidden;
  z-index: 10;
}
.i_rb_delta:after {
  content: '';
  box-shadow: 0 0 7px rgba(118,144,164,0.35);
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: #fff;
  transform: rotate(45deg);
  bottom: 8px;
}
.i_rb_massage > .i_rb_mess_out {
  max-height: 7.8em;
  overflow: hidden;
  line-height: 1.3em;
}
.i_rb_more {
  background-color: #eef2f5;
  text-align: right;
}
.i_rb_more a,
.i_rb_more a:hover {
  color: #797d80;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  padding: 10px 45px 10px 10px;
  display: inline-block;
}
.i_rb_more a:after {
  content: '';
  position: absolute;
  background-position: right -1160px;
  background-repeat: no-repeat;
  height: 17px;
  right: 20px;
  bottom: 10px;
  width: 20px;
}
@media screen and (min-width: 901px) {
  .i_review_block {
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  .i_rb_delta,
  .i_rb_img {
    display: none;
  }
}
/* ---------------------------------------------------------------------------------------------------- [subscribe.form] */
.i_subscribe_form {
  background-color: #f0f1f5;
  border-radius: 5px;
  padding: 20px;
}
.i_subscribe_form form {
  display: flex;
  flex-flow: wrap;
}
.i_sf_rubric {
  display: flex;
}
.i_sf_rubric_title {
  margin-right: 10px;
}
.i_sf_rubric_label {
  display: flex;
  flex-flow: wrap;
  margin: 0 -10px 0 0;
}
.i_sf_rubric_label label {
  margin: 10px 10px 0 0;
}
.i_sf_input {
  position: relative;
  display: flex;
  margin-top: 20px;
}
.i_sf_info:before {
  content: '';
  background: #1e1e1d url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAASCAYAAABFGc6jAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkEwNUJFRDJEREU4MTFFN0I2OERGNTU3MzFBMEIxNDgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkEwNUJFRDFEREU4MTFFN0I2OERGNTU3MzFBMEIxNDgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MUIxMUVDODg4ODcxMUU3QjFDMEM3MTE5QTJGMUM3NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MUIxMUVDOTg4ODcxMUU3QjFDMEM3MTE5QTJGMUM3NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpoWgiMAAACNSURBVHjavJUNDoAgCEazm3YyvCmZI2elhIh8G3NT5PmDGBBx89BOLSTDRQaZcO2IDNBecMevIdawOmYBoTHsHesBsoK1YnxAs7De3CZIC+PmdEGjsD/f8o44HckiMx7Jh5fg6LjVSv3EyTDTN5zeml02QZLLB2HJ6j7Y0QwDbQlyLaqrlGHB6+M7BRgAUuBzRABYN54AAAAASUVORK5CYII=") no-repeat center;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.i_sf_info {
  position: relative;
  display: flex;
  align-items: center;
  color: #4e4e4f;
  padding-left: 60px;
  margin-top: 20px;
  min-height: 50px;
}
.i_hint_subscribe {
  position: absolute;
/*top: 40px;
	right: 0;*/
  z-index: 300;
  white-space: nowrap;
  padding: 0 40px 0 15px;
  margin-top: 15px;
  border-radius: 3px;
  background-color: #ffe100;
  color: #002559;
  cursor: pointer;
  transition: all 0.5s;
}
.i_hint_subscribe:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 10%;
  height: 0;
  width: 0;
  border: solid transparent;
  border-bottom-color: #ffe100;
  border-width: 10px;
  margin-left: -10px;
  pointer-events: none;
}
.i_word_hsubscribe {
  padding: 10px 0;
  cursor: pointer;
}
.i_word_hsubscribe span {
  border-bottom: 1px dashed;
}
.i_close_hsubscribe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  width: 30px;
  cursor: pointer;
  font-size: 200%;
}
.i_hint_subscribe.i_hsubscribe_fixed {
  position: fixed;
  bottom: 15px;
/*right: auto;*/
  top: auto;
}
.i_hint_subscribe.i_hsubscribe_fixed:after {
  bottom: auto;
  border-bottom-color: transparent;
  top: 100%;
  border-top-color: #ffe100;
}
@media screen and (min-width: 1000px) {
  .i_copy {
    border-top: 1px solid #d7d7d7;
    padding: 12px 20px;
  }
  .i_sf_rubric {
    flex: 1 100%;
  }
  .i_sf_input {
    height: 40px;
  }
  .i_sf_input,
  .i_sf_info {
    flex: 1;
  }
  .i_sf_info {
    margin-left: 20px;
  }
}
@media screen and (min-width: 480px) {
  .i_sf_input input[type=submit] {
    margin-left: 10px;
  }
  .i_sf_rubric_label {
    margin: -10px -10px 0 0;
  }
  .i_hint_subscribe {
    top: 40px;
  }
}
@media screen and (max-width: 999px) {
  .i_sf_input,
  .i_sf_info {
    flex: 1 100%;
  }
}
@media screen and (max-width: 699px) {
  .i_hint_subscribe.i_hsubscribe_fixed + .i_bg_hsubscribe {
    position: fixed;
    bottom: 0;
    left: 10px;
    right: 10px;
    background: linear-gradient(to bottom, transparent, #fff 10px);
    height: 80px;
    z-index: 299;
  }
}
@media screen and (max-width: 479px) {
  .i_body .i_index_left .i_v_menu_bl {
    margin: 0 -20px;
  }
  .i_header.fixed .i_mod_bl {
    flex: 0.85;
    margin-left: 4%;
  }
  .i_block_contacts_left {
    width: 100%;
  }
  .ilab br {
    display: none;
  }
  .i_f_bottom {
    margin: 0 -20px;
    padding: 20px 0 0;
  }
  .ilab {
    order: 1;
    display: block;
    width: 100%;
    margin: 20px -20px 0;
    padding: 24px 40px;
    background: url("/local/templates/ilab_it_shop/ilab/img/svg/header/ygolok_header.png") no-repeat left bottom;
    background-color: #c33049;
  }
  .i_copy {
    width: 200px;
  }
  .bx-composite-btn {
    margin-top: 20px;
    width: 200px;
  }
  .i_f_bottom {
    align-items: center;
  }
  .i_block_contacts_right {
    width: 100%;
    margin-top: 20px;
  }
  .i_sf_rubric_label {
    margin: 0 -10px 0 0;
  }
  .i_sf_rubric,
  .i_sf_input {
    flex-direction: column;
  }
  .i_sf_input input[type=submit] {
    margin-top: 10px;
  }
  .i_hint_subscribe {
    top: 100%;
  }
  ._orinationRight_25 .button_1O {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 380px) and (max-width: 399px) {
  .i_hint_subscribe.i_hsubscribe_fixed {
    left: 20px;
  }
}
@media screen and (max-width: 379px) {
  .i_hint_subscribe.i_hsubscribe_fixed {
    left: 10px;
  }
  .jq_registration,
  .i_reg_btn {
    margin-left: 40px;
  }
}
@media screen and (max-width: 359px) {
  .i_hint_subscribe {
    left: -30px;
  }
  .i_hint_subscribe:after {
    left: 20%;
  }
}
/* ---------------------------------------------------------------------------------------------------- [subscribe.edit] */
.i_subscription_edit {
  color: #1e1e1d;
}
/*
.i_subscription_edit .i_se_input {
	display: flex;
	align-items: center;

	margin-top: 20px;
}
.i_subscription_edit .i_se_input > *:not(:first-child) {
	margin-left: 10px;
}
*/
.i_subscription_edit {
  margin-bottom: 100px;
}
.bx_my_order_cancel input[type="submit"] {
  background: transparent;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 13px;
  color: #1e1e1d !important;
  border-color: #1e1e1d;
  font-weight: normal;
}
.bx_my_order_cancel {
  font-size: 14px;
  margin-bottom: 100px;
}
.bx_my_order_cancel a {
  color: #c33049;
}
/* i_se_o */
.i_subscription_edit .i_se_field.i_se_o .i_se_field_form > * {
  margin-bottom: 20px;
}
/* i_se_f */
.i_subscription_edit .i_se_field.i_se_f .i_se_field_form {
  display: flex;
}
.i_subscription_edit .i_se_field.i_se_f .i_se_field_form > *:first-child {
  max-width: 450px;
}
.i_subscription_edit .i_se_field.i_se_f .i_se_field_form > *:not(:first-child) {
  margin-left: 10px;
  font-weight: normal;
  font-family: 'adihaus_b';
  font-size: 13px;
  text-transform: uppercase;
}
.i_subscription_edit .i_se_field {
  display: flex;
}
.i_subscription_edit .i_se_field_name {
  width: 90px;
  padding-right: 10px;
}
.i_subscription_edit .i_se_field_form {
  flex: 1;
}
.i_subscription_edit .i_se_rubric {
  display: flex;
  flex-flow: wrap;
  margin: -10px -10px 0 0;
}
.i_icon_title h1 span.i_icon_main_title.personalsubscribe:before {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/mailing.svg");
  background-position: center 5px;
  background-size: 28px auto;
}
.i_subscription_edit .i_se_rubric .i_se_r_item {
  margin: 10px 50px 0 0;
}
.i_subscription_edit .i_se_format {
  margin: -10px -10px 0 0;
}
.i_subscription_edit .i_se_format > * {
  margin: 10px 10px 0 0;
}
.i_subscription_edit .i_se_format label {
  display: inline-block;
}
.i_subscription_edit .i_se_format label.active {
  color: #d34f4e;
}
.i_subscription_edit .i_se_confirmed,
.i_subscription_edit .i_se_utility {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #dbdbdb;
}
.i_subscription_edit .i_se_confirmed .i_se_field {
  margin-top: 20px;
}
.i_subscription_edit .i_se_info {
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .i_subscription_edit .i_se_utility .i_se_field_form {
    flex-flow: wrap;
  }
  .i_subscription_edit .i_se_utility .i_se_field.i_se_f .i_se_field_form input[type=submit] {
    margin-left: 0; /* DELETE */
    margin-top: 20px;
  }
}
@media screen and (min-width: 561px) {
  .i_subscription_edit .i_se_field.i_se_f .i_se_field_name {
    margin-top: 10px;
  }
}
@media screen and (max-width: 560px) {
  .i_subscription_edit .i_se_confirmed .i_se_field_form {
    flex-flow: wrap;
  }
  .i_subscription_edit .i_se_confirmed .i_se_field.i_se_f .i_se_field_form input[type=submit] {
    margin-left: 0; /* DELETE */
    margin-top: 20px;
  }
  .i_subscription_edit .i_se_field {
    flex-direction: column;
  }
  .i_subscription_edit .i_se_field .i_se_field_form {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .i_subscription_edit .i_se_format b {
    display: block;
  }
  .i_subscription_edit .i_se_form .i_se_field_form {
    flex-flow: wrap;
  }
  .i_subscription_edit .i_se_form .i_se_field.i_se_f .i_se_field_form input[type=submit] {
    margin-left: 0; /* DELETE */
    margin-top: 20px;
  }
  .i_subscription_edit .i_se_utility .i_se_field_form input[type=submit] {
    padding-right: 12px;
    padding-left: 12px;
  }
}
