/* ---------------------------------------------------------------------------------------------------- ilab */
.i_body {
  margin: 0 20px;
  counter-reset: i_buyer_helper_numbers;
}
.i_wrapper {
  position: relative;
  margin: 0 auto;
  background: #fff !important;
  padding-top: 80px;
}
.bx-composite-btn {
  border: 1px solid #fff;
}
@media screen and (min-width: 1300px) {
  .i_body {
    margin: 0 30px;
    min-height: 53vh;
  }
}
/* ---------------------------------------------------------------------------------------------------- header */
.i_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  background-color: #c33049;
  height: 80px;
  z-index: 51;
  transition: all 0.5s ease;
  top: 0;
}
.i_header a:hover {
  color: #fff;
}
.i_header a:hover span {
  border-bottom: 0;
}
.i_header.is_admin {
  top: 40px;
}
.i_header a {
  color: #fff;
}
/* -------------------------------------------------- logo */
.i_logo_block {
  height: 100%;
}
.i_hlogo {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: 0.5s ease;
}
.i_hlogo img {
  display: block;
  width: 100%;
  max-width: 140px;
}
/* ---------------------------------------------------------------------------------------------------- Select mod block*/
.i_selmod_bl {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/header/ygolok_header.png") no-repeat left top;
}
/* ---------------------------------------------------------------------------------------------------- Select block*/
.i_sel_bl {
  display: flex;
}
/* -------------------------------------------------- city */
.i_cho_city {
  border-radius: 5px;
  padding-left: 30px;
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/contacts/address.svg") no-repeat left center/20px auto;
  display: flex;
  align-items: center;
  position: relative;
}
.i_cho_city .i_scity {
  min-width: 75px;
}
.i_select_city {
  white-space: nowrap;
  padding: 10px 40px 10px 15px;
  margin-top: 15px;
  border-radius: 3px;
  color: #002559;
  z-index: 5;
  background-color: #ffe100;
  font-size: 110%;
  position: absolute;
  top: 100%;
  left: 0;
}
.i_select_city:after {
  position: absolute;
  bottom: 100%;
  left: 11%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  border-bottom-color: #ffe100;
  border-width: 10px;
  margin-left: -10px;
}
.i_close_city {
  position: absolute;
  width: 30px;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 200%;
}
/* ------------------------- city Select */
.i_cho_city select.i_scity {
  height: 32px;
}
.i_scity .jq-selectbox__select {
  border: 0 none;
  background: none;
  color: #fff;
  line-height: 30px;
}
.i_scity .jq-selectbox__select span {
  border-bottom: 1px dashed;
}
.i_scity .jq-selectbox__trigger {
  border-left: 0 none;
  width: 12px;
}
/* -------------------------------------------------- lang version */
.i_lang_version .i_ssite {
  min-width: 70px;
}
/* ------------------------- lang Select */
.i_lang_version select.i_ssite {
  height: 32px;
}
.i_ssite .jq-selectbox__select {
  border: 1px none #1e1e1d;
  background: #1e1e1d;
  color: #fff;
  padding: 0 30px 0 10px;
  line-height: 32px;
}
.i_ssite .jq-selectbox__select-text {
  font-weight: bold;
}
.i_ssite .jq-selectbox__trigger {
  border-left: 0 none;
  width: 12px;
  right: 10px;
}
/* ---------------------------------------------------------------------------------------------------- pay/delivery/feedback */
.i_mod_bl {
  flex: 1;
  display: flex;
  align-items: center;
}
.i_hfeedback a,
.i_fpay a,
.i_fdel a {
  display: block;
  height: 26px;
}
.i_hfeedback span,
.i_fpay span,
.i_fdel span {
  border-bottom: 1px dashed;
}
.i_hfeedback {
  white-space: nowrap;
}
.i_hfeedback a {
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/header/fed.svg") no-repeat left center/auto 18px;
}
.i_fpay a {
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/header/pay.svg") no-repeat left center/auto 28px;
}
.i_fdel a {
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/header/del.svg") no-repeat left top 2px/auto 21px;
}
/* -------------------------------------------------- [i_hbasket] */
.ilab br {
  display: none;
}
.i_hbask {
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/header/basket.svg") no-repeat left center/35px auto;
  display: block;
  color: #fff;
  transition: background-size 0.1s, padding 0.1s;
}
.i_hbask .i_hbask_name {
  font-size: 171.4%;
}
.i_hbask > span {
  display: block;
  white-space: nowrap;
  color: #fff;
}
.i_hbask span.i_basket_co {
  font-weight: normal;
  font-family: 'adihaus_b';
  font-size: 22px;
}
.i_hbask span.i_basket_un {
  font-size: 13px;
}
.i_hbask span.i_hbask_total {
  font-size: 15px;
}
.i_hbask_loader {
  width: 100%;
  height: 51px;
  margin: 7px 0 0 67px;
}
@media screen and (min-width: 1570px) {
  .i_mod_bl {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin-left: 50px;
  }
}
@media screen and (min-width: 921px) {
  .i_lang_version {
    margin-left: 20px;
  }
}
@media screen and (min-width: 620px) {
  .i_scity .jq-selectbox__select {
    padding: 0 15px 0 10px;
  }
  .i_fpay a,
  .i_fdel a {
    padding: 5px 0 5px 35px;
  }
}
@media screen and (min-width: 526px) {
  .i_hfeedback a {
    padding: 5px 0 5px 35px;
  }
}
@media screen and (min-width: 760px) {
  .show_hide_menu {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/local/templates/ilab_it_shop/ilab/img/svg/header/topmenu.svg") center no-repeat;
    cursor: pointer;
  }
  .i_hbask {
    background-size: 26px auto;
    padding: 0px 20px 0 45px;
  }
}
@media screen and (min-width: 620px) and (max-width: 920px) {
  .i_lang_version {
    position: absolute;
    bottom: 18px;
    left: 20px;
  }
}
@media screen and (min-width: 526px) and (max-width: 619px) {
  .i_mod_bl {
    justify-content: flex-end;
  }
  .i_hfeedback {
    flex: 1;
    display: flex;
    justify-content: center;
  }
  .i_fpay,
  .i_fdel {
    flex: 0;
  }
  .i_fdel {
    margin-left: 20px;
  }
}
@media screen and (max-width: 920px) {
  .i_hbask .i_hbask_name,
  .i_hbask > span > b {
    display: none;
  }
  .i_hbask > span:last-child > span {
    font-size: 115%;
  }
}
@media screen and (max-width: 619px) {
  .i_hlogo {
    margin-right: 0;
  }
  .i_scity .jq-selectbox__select {
    padding: 0 20px 0 0;
  }
  .i_fpay a,
  .i_fdel a {
    width: 28px;
  }
  .i_fpay span,
  .i_fdel span {
    display: none;
  }
  .i_lang_version {
    margin-left: 20px;
  }
}
@media screen and (max-width: 525px) {
  .i_hfeedback a {
    width: 28px;
  }
  .i_hfeedback span {
    display: none;
  }
}
@media screen and (max-width: 759px) {
  .i_hbask {
    background-size: auto 35px;
    padding: 10px 20px 0 45px;
  }
}
@media screen and (max-width: 420px) {
  .i_hfeedback {
    display: none;
  }
}
/* ---------------------------------------------------------------------------------------------------- banner catalog left */
.i_cs_banner_left {
  border: 1px solid #eff2f4;
  border-radius: 5px;
}
.i_cs_banner_left .i_img {
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 921px) {
  .i_cs_banner_left .i_img {
    height: 350px;
  }
}
@media screen and (min-width: 501px) and (max-width: 920px) {
  .i_cs_banner_left .i_img {
    padding-top: 23%;
  }
}
@media screen and (max-width: 500px) {
  .i_cs_banner_left .i_img {
    padding-top: 135%;
  }
}
/* ---------------------------------------------------------------------------------------------------- banner catalog top */
.i_cs_banner_top {
  border: 1px solid #eff2f4;
  border-radius: 5px;
}
.i_cs_banner_top.swiper-container {
  margin-top: 20px;
}
.i_cs_banner_top .i_img {
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 921px) {
  .i_cs_banner_top .i_img {
    padding-top: 20%;
  }
}
@media screen and (min-width: 501px) and (max-width: 920px) {
  .i_cs_banner_top .i_img {
    padding-top: 23%;
  }
}
@media screen and (max-width: 500px) {
  .i_cs_banner_top .i_img {
    padding-top: 135%;
  }
}
/* ---------------------------------------------------------------------------------------------------- breadcrumbs */
.i_breadcrumbs {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #d7d7d7;
}
.i_breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.i_breadcrumbs ul li:not(:first-child):before {
  content: '';
  background-color: #c6c6c8;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  position: absolute;
  left: 0;
  top: 5px;
}
.i_breadcrumbs ul li:not(:first-child) {
  position: relative;
  padding-left: 21px;
}
.i_breadcrumbs ul li {
  display: inline;
  font-size: 87.5%;
  margin-right: 10px;
}
.i_breadcrumbs ul li a {
  display: inline-block;
  margin: 5px 0;
}
.i_breadcrumbs ul li span {
  color: #c33049;
}
/* ---------------------------------------------------------------------------------------------------- catalog sort/compare */
.i_catalog_sort_compare {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i_catalog_sort,
.i_catalog_compare {
  font-size: 14px;
}
.i_catalog_sort .i_sort_title {
  margin-right: 10px;
}
.i_catalog_sort .i_sort_item:first-child {
  margin-left: 15px;
}
.i_catalog_sort .i_sort_item {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/sort/sort.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 13px;
  display: inline-block;
  padding: 10px 35px 10px 15px;
  border-radius: 20px;
  text-decoration: none;
}
.i_catalog_sort .i_sort_item span {
  border-bottom: 1px dashed;
  padding: 0 1px;
  color: #333f48;
  font-weight: normal;
  font-family: 'adihaus_b';
  font-size: 13px;
  text-transform: uppercase;
}
.i_catalog_sort .i_sort_item.current {
  background-color: #fff;
}
.i_catalog_sort .i_sort_item.current.asc {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/sort/sort_asc.svg");
}
.i_catalog_sort .i_sort_item.current.desc {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/sort/sort_desc.svg");
}
.i_catalog_sort .i_sort_item.current span {
  border-bottom: 0 none;
  color: #c33049;
  font-family: 'adihaus';
}
.i_catalog_compare {
  align-items: center;
  position: relative;
}
.i_catalog_compare .i_ct_count {
  color: #d3504f;
  display: inline-block;
  margin-left: 5px;
  margin-right: 10px;
  border-bottom: 1px dashed;
  cursor: pointer;
}
.i_catalog_compare .i_but_ac {
  margin-top: unset;
}
/* ---------------------------------------------------------------------------------------------------- Page navigation */
div.i_modern_page_navigation {
  display: flex;
  align-items: center;
  font-size: 87.5%;
  margin-top: 20px;
}
div.i_modern_page_nav {
  display: flex;
  justify-content: center;
  flex: 1;
}
div.i_modern_page_navigation a,
span.i_modern_page_current,
span.i_modern_page_dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 7px 0;
  margin: 0 5px;
  height: 30px;
  min-width: 30px;
  border-radius: 20px;
}
div.i_modern_page_navigation a {
  background-color: #f2f3f3;
  color: #1e1e1d;
}
span.i_modern_page_current {
  background-color: #a61432;
  color: #fff;
}
div.i_modern_page_navigation a.i_modern_page_previous,
div.i_modern_page_navigation a.i_modern_page_next {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px auto;
}
div.i_modern_page_navigation a.i_modern_page_previous {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/arrow/l_blue.svg");
}
div.i_modern_page_navigation a.i_modern_page_next {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/arrow/r_gray.svg");
}
div.i_modern_page_navigation a.i_modern_page_all,
div.i_modern_page_navigation a.i_modern_page_pagen {
  padding-left: 14px;
  padding-right: 14px;
}
@media screen and (max-width: 580px) {
  div.i_modern_page_navigation a.i_modern_page_dots {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  div.i_modern_page_navigation {
    flex-direction: column;
  }
  div.i_modern_page_nav {
    margin: 10px 0;
  }
}
/* ---------------------------------------------------------------------------------------------------- Contacts */
.i_contacts {
  line-height: 22px;
}
.i_contacts h3 {
  text-align: start !important;
  margin: 0;
}
.i_cont_item {
  display: flex;
  flex-wrap: wrap;
}
.i_contacts .i_cont_item .i_contacts_right_block,
.i_contacts .i_cont_item .i_contacts_left_block {
  width: 50%;
}
.i_contacts .i_cont_item .i_contacts_right_block > div,
.i_contacts .i_cont_item .i_contacts_left_block > div {
  padding-bottom: 30px;
}
.i_cont_MAIN_SHOP {
  line-height: 30px;
}
.i_cont_address,
.i_cont_email,
.i_cont_telephone,
.i_cont_requisites,
.i_cont_online_shop,
.i_cont_ZETA_EXPRESS,
.i_cont_GARANT_CENTRE,
.i_cont_MAIN_SHOP,
.i_cont_MARKETING_DEPARTMENT,
.i_cont_GOS_DEPARTMENT,
.i_cont_CLIENT_DEPARTMENT,
.i_cont_BYGALTRER {
  padding-left: 50px;
  background-size: 36px auto;
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 42px;
}
.i_cont_address {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/contacts/del.svg");
  background-size: 30px auto;
}
.i_cont_email {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/footer/fed_black.svg");
  background-size: 27px auto;
}
.i_cont_telephone {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/header/call_center.svg");
}
.i_cont_online_shop {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/header/online_shop.svg");
}
.i_cont_ZETA_EXPRESS {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/footer/phone_mobile.svg");
  background-size: 22px auto;
  background-position: 8px top;
}
.i_cont_GARANT_CENTRE {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/contacts/service_centre.svg");
}
.i_cont_MAIN_SHOP {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/contacts/main_shop.svg");
}
.i_cont_MARKETING_DEPARTMENT {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/contacts/marketing_department.svg");
  background-size: 42px auto;
}
.i_cont_GOS_DEPARTMENT {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/contacts/gos_department.svg");
  background-size: 42px auto;
}
.i_cont_CLIENT_DEPARTMENT {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/contacts/client_department.svg");
  background-size: 42px auto;
}
.i_cont_requisites {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/contacts/requisites.svg");
  background-size: 42px auto;
}
.i_cont_BYGALTRER {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/contacts/bygalter.svg");
  background-size: 42px auto;
}
.i_contacts .i_cont_item .i_cont_map_block {
  border: 1px solid #d7d7d7;
  position: relative;
  margin-top: 100px;
  margin-bottom: 50px;
  width: 100%;
  padding-bottom: 0;
}
.i_cont_map_block .ymaps-map {
  width: inherit !important;
}
.i_cont_map_nblock {
  position: absolute;
  top: -43px;
  left: -1px;
  border-bottom: 0;
  overflow: hidden;
  font-weight: normal;
  font-family: 'adihaus_b';
  font-size: 16px;
  text-transform: uppercase;
}
.i_cont_map_nblock .i_cont_act span {
  border-bottom: 0 none;
}
.i_cont_map_nblock .i_cont_act {
  background: #fff;
  color: #c33049;
  border: 1px solid #e0e3ea;
  border-bottom: 0;
}
.i_cont_map_nblock span {
  border-bottom: 1px dashed;
}
.i_cont_map_po,
.i_cont_drdi_po {
  padding: 12px 20px;
  cursor: pointer;
  display: inline-block;
}
.i_cont_drdi img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .i_contacts .i_cont_item .i_contacts_right_block,
  .i_contacts .i_cont_item .i_contacts_left_block {
    width: 100%;
  }
}
/* ---------------------------------------------------------------------------------------------------- Review */
.i_rse_ele {
  background-color: #eff2f4;
  padding: 15px;
  border-radius: 5px;
}
.i_rse_ele:not(:first-child) {
  margin-top: 20px;
}
.i_rse_title {
  margin-bottom: 15px;
}
.i_rse_name {
  font-weight: bold;
  color: #003b7f;
  font-size: 112.5%;
}
.i_rse_age {
  color: #797d80;
  font-size: 87.5%;
}
.i_rse_message {
  box-shadow: 0 0 7px rgba(118,144,164,0.35);
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
}
/* ---------------------------------------------------------------------------------------------------- [i_list] */
.i_nal_item:not(:first-child) {
  margin-top: 15px;
}
.i_na_list .i_nal_datetime {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.i_nal_action_time {
  margin-left: 20px;
  color: #c33049;
}
.i_na_list .i_nal_rblock {
  width: 100%;
  padding: 0px 0 20px 10px;
}
.i_na_list a {
  color: #c33049;
  text-transform: uppercase;
  font-size: 16px;
}
.i_na_list a:not(:first-child) {
  color: #1e1e1d;
}
.i_na_list a:not(:first-child):hover {
  color: #c33049;
}
.i_na_list .i_nal_prevtext {
  margin-top: 10px;
}
.i_nal_item {
  padding: 0 0 20px 0;
  display: flex;
}
.i_nal_item:nth-last-child(-n+2) {
  border-bottom: 0;
}
@media screen and (max-width: 920px) {
  .i_nal_item table,
  .i_nal_item tbody,
  .i_nal_item tr {
    display: block;
  }
  .i_nal_item tbody > tr > td {
    display: block;
    padding-left: 5px;
  }
  .i_nal_item tbody > tr > td iframe {
    max-width: 100%;
  }
}
.i_nal_img {
  width: 150px;
  margin-right: 10px;
}
.i_nad_datetime {
  margin-bottom: 10px;
}
.i_nad_img {
  max-width: 220px;
  margin: 0 20px 20px 0;
  float: left;
}
.i_na_detail .i_nal_stiker {
  top: 0;
}
.i_nal_stiker {
  top: 15px;
  right: 0;
}
.i_nal_act,
.i_nal_dact {
  display: inline-block;
  font-weight: bold;
  opacity: 0.85;
  padding: 5px 10px 5px 0;
  text-transform: uppercase;
  color: #c33049;
}
.i_na_list .s_ad_pic,
.i_na_detail .s_ad_pic {
  display: flex;
  flex-flow: wrap;
}
.i_na_list .s_ad_pic a,
.i_na_detail .s_ad_pic a {
  flex: 1 330px;
  text-align: center;
}
@media screen and (min-width: 381px) {
  .i_na_list .s_ad_pic a img,
  .i_na_detail .s_ad_pic a img {
    max-width: 330px;
    max-height: 330px;
  }
}
@media screen and (max-width: 479px) {
  .i_nal_item {
    flex-direction: column;
  }
  .i_na_list .i_nal_rblock {
    padding-left: 0;
  }
}
@media screen and (max-width: 380px) {
  .i_na_list .s_ad_pic a img,
  .i_na_detail .s_ad_pic a img {
    max-width: 100%;
    max-height: 330px;
  }
}
/* ---------------------------------------------------------------------------------------------------- [i_list_our_stores] */
.i_osl_item:not(:first-child) {
  margin-top: 15px;
}
.i_os_list .i_osl_datetime {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.i_osl_action_time {
  margin-left: 20px;
  color: #c33049;
}
.i_os_list .i_osl_rblock {
  width: 100%;
  padding: 0px 0 20px 10px;
}
.i_os_list a {
  color: #c33049;
  text-transform: uppercase;
  font-size: 16px;
}
.i_os_list a:not(:first-child) {
  color: #1e1e1d;
}
.i_os_list a:not(:first-child):hover {
  color: #c33049;
}
.i_os_list .i_osl_prevtext {
  margin-top: 10px;
}
.i_osl_item {
  padding: 0 0 20px 0;
  display: flex;
}
.i_osl_item:nth-last-child(-n+2) {
  border-bottom: 0;
}
@media screen and (max-width: 920px) {
  .i_osl_item table,
  .i_osl_item tbody,
  .i_osl_item tr {
    display: block;
  }
  .i_osl_item tbody > tr > td {
    display: block;
    padding-left: 5px;
  }
  .i_osl_item tbody > tr > td iframe {
    max-width: 100%;
  }
}
.i_osl_img {
  width: 150px;
  margin-right: 10px;
}
.i_osd_datetime {
  margin-bottom: 10px;
}
.i_osd_img {
  max-width: 220px;
  margin: 0 20px 20px 0;
  float: left;
}
.i_os_detail .i_osl_stiker {
  top: 0;
}
.i_osl_stiker {
  top: 15px;
  right: 0;
}
.i_osl_act,
.i_osl_dact {
  display: inline-block;
  font-weight: bold;
  opacity: 0.85;
  padding: 5px 10px 5px 0;
  text-transform: uppercase;
  color: #c33049;
}
.i_os_list .s_ad_pic,
.i_os_detail .s_ad_pic {
  display: flex;
  flex-flow: wrap;
}
.i_os_list .s_ad_pic a,
.i_os_detail .s_ad_pic a {
  flex: 1 330px;
  text-align: center;
}
@media screen and (min-width: 381px) {
  .i_os_list .s_ad_pic a img,
  .i_os_detail .s_ad_pic a img {
    max-width: 330px;
    max-height: 330px;
  }
}
@media screen and (max-width: 479px) {
  .i_osl_item {
    flex-direction: column;
  }
  .i_na_list .i_nal_rblock {
    padding-left: 0;
  }
}
@media screen and (max-width: 380px) {
  .i_os_list .s_ad_pic a img,
  .i_os_detail .s_ad_pic a img {
    max-width: 100%;
    max-height: 330px;
  }
}
/* ---------------------------------------------------------------------------------------------------- Shops list */
.i_store_place {
  display: flex;
  flex-direction: row;
}
.i_store_place_left {
  display: block;
  min-width: 300px;
  min-height: 400px;
  padding-left: 20px;
  margin-right: 5px;
  background-color: #f8f8f8;
}
.i_store_place_title {
  font-size: 16px;
  text-transform: uppercase;
}
.i_store_place_phone {
  font-size: 15px !important;
  text-transform: lowercase !important;
}
@media screen and (max-width: 1440px) {
  .i_store_place_left {
    width: auto;
  }
  .i_store_place_right iframe {
    width: auto;
    min-width: 350px;
  }
}
@media screen and (max-width: 920px) {
  .i_store_place {
    flex-direction: column;
  }
  .i_store_place_left {
    margin-right: 0;
    min-height: 0;
  }
  .i_store_place_right iframe {
    width: 100%;
    min-height: 400px;
  }
}
@media screen and (max-width: 420px) {
  .i_store_place_left {
    min-width: 0;
    padding-left: 10px;
  }
  .i_store_place_right iframe {
    min-width: 0;
  }
}
/* ---------------------------------------------------------------------------------------------------- Up */
.i_up.i_op {
  transition: all 0.6s;
}
.i_up:hover {
  opacity: 1;
}
.i_up {
  background: #c33049 url("/local/templates/ilab_it_shop/ilab/img/svg/up.svg") no-repeat center 16px/50%;
  border: 2px solid #fff;
  position: fixed;
  right: 25px;
  bottom: 90px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  opacity: 0.5;
}
@media screen and (max-width: 479px) {
  .i_up {
    right: 50%;
    bottom: 60px;
    margin-right: -28px;
  }
}
/*------------------------------------------------------------------------------------------------- Избранное/Сравнить*/
.i_card_item_ext {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.i_card_item_ext .i_quantity {
  margin-right: auto;
}
.i_card_item_ext .i_item_favorite {
  margin-left: 60px;
  position: relative;
}
.i_card_item_ext .i_item_compare,
.i_card_item_ext .i_item_favorite {
  font-size: 14px;
}
.i_card_item_ext .i_item_compare .i_compare_succes,
.i_card_item_ext .i_item_favorite .i_favorite_succes {
  right: 0;
  left: unset;
  bottom: 45px;
  width: 260px;
}
.i_favorite_succes {
  background-color: #fff;
  border: 0 none;
  bottom: 35px;
  box-shadow: 0 0 10px rgba(221,221,221,0.8);
}
.i_favorite_succes {
  position: absolute;
  right: 0px;
  left: 0px;
  padding: 20px;
  width: auto;
  text-align: center;
  z-index: 10;
  min-width: 165px;
}
.i_cs_list_bg .i_compare_succes,
.i_cs_list_bg .i_favorite_succes {
  bottom: 35px;
  right: 0;
  left: 0;
}
.i_favorite_succes_div {
  position: relative;
}
.i_compare_succes_div:before,
div.i_favorite_succes_div:before,
.i_buy_succes:before {
  border-top-color: rgba(221,221,221,0.8);
}
.i_compare_succes_div:after,
div.i_favorite_succes_div:after,
.i_buy_succes:after {
  border-color: rgba(255,255,255,0);
  border-top-color: #fff;
}
.i_favorite_succes_div:before,
.i_favorite_succes_div:after {
  bottom: -40.8px;
  right: 10px;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  border-width: 11px;
}
.i_sblock .i_favorite_succes_div:before,
.i_sblock .i_favorite_succes_div:after {
  right: 10px;
  left: unset;
}
div.i_favorite_succes_div:before {
  bottom: -42px;
}
/*------------------------------------------------------------------------------------------------- Страница 404*/
.i_error_page_breadcrumbs .i_breadcrumbs {
  padding-top: unset;
  border-top: unset;
}
.i_error_page {
  text-align: center;
}
.i_error_page_top {
  margin-top: 50px;
  user-select: none;
  -moz-user-select: none;
}
.i_error_page_title {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  font-weight: bold;
  color: #dddede;
}
.i_error_page_title > span:first-child {
  font-size: 66px;
  line-height: 66px;
}
.i_error_page_title > span {
  font-size: 200px;
  line-height: 200px;
}
.i_error_page_down {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 14px;
  justify-content: center;
  background-color: #f2f3f3;
}
.i_error_page_down > span {
  line-height: 1;
  user-select: none;
  -moz-user-select: none;
}
.i_error_page_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 45px 0;
  margin-top: 25px;
  height: 35px;
  width: fit-content;
  border-radius: 50px;
  color: #fff;
  background-color: #a70c2e;
  font-size: 14px;
  text-transform: uppercase;
}
.i_error_page_btn:hover {
  color: #fff;
}
@media screen and (max-width: 380px) {
  .i_error_page_title > span:first-child {
    font-size: 55px;
    line-height: 55px;
  }
  .i_error_page_title > span {
    font-size: 160px;
    line-height: 160px;
  }
}
/* ---------------------------------------------------------------------------------------------------- Footer */
/* --------------------------------------------------------------------------- Footer top */
.i_footer {
  font-size: 14px;
  margin: 20px 20px 0;
}
.i_f_top {
  padding: 50px 0;
  margin-top: 20px;
  display: flex;
  border-top: 1px solid #d7d7d7;
}
/* --------------------------------------------------------------------------- Footer left */
.i_f_left {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.i_block_contacts_right {
  margin-left: 90px;
}
.i_block_contacts_left > div:not(:first-child),
.i_f_email {
  margin-top: 20px;
}
.i_f_phone,
.i_f_phone_mobile,
.i_f_address,
.i_f_email {
  padding-left: 30px;
}
.i_f_phone {
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/footer/phone_mobile.svg") no-repeat top left/17px auto;
  font-size: 15px;
  max-width: 190px;
  padding-top: 3px;
  padding-bottom: 5px;
}
.i_f_phone_mobile {
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/footer/whatsapp.svg") no-repeat top left/20px auto;
  font-size: 15px;
  max-width: 190px;
  padding-top: 3px;
  padding-bottom: 5px;
}
.i_f_address {
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/footer/address.svg") no-repeat top left/auto 20px;
  line-height: 25px;
}
.i_f_email {
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/footer/fed_black.svg") no-repeat left center/19px auto;
}
.i_footer_map {
  text-transform: lowercase;
  border-bottom: 1px dashed;
}
@media screen and (max-width: 479px) {
  .i_f_phone,
  .i_f_phone_mobile {
    max-width: unset;
  }
}
/* -------------------------------------------------- i_social_footer */
.i_f_social {
  width: 100%;
}
.i_social_item {
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left center;
  display: inline-block;
  height: 30px;
  width: 35px;
}
@media screen and (max-width: 1400px) {
  .i_f_left {
    flex-direction: column;
  }
  .i_block_contacts_right {
    margin-left: 0;
    margin-top: 20px;
  }
  .i_f_social {
    margin-top: 20px;
  }
}
/* --------------------------------------------------------------------------- Footer right */
.i_f_right {
  flex: 1;
}
.i_f_menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.i_f_menu > ul > li {
  position: relative;
/*overflow: hidden;*/
  padding-left: 26px;
}
.i_f_menu > ul > li:before {
  content: '';
  position: absolute;
  top: 10px;
  margin-left: -12px;
  width: 1px;
  height: 1px;
  border: 3px solid transparent;
  border-left: 4px solid #c33049;
  margin-top: -2px;
}
.i_f_menu > ul > li > a {
  color: #171717;
  padding: 5px 0;
  display: block;
}
.i_f_menu > ul > li > a:hover {
  color: #c33049;
}
@media screen and (min-width: 481px) {
  .i_f_menu > ul {
    columns: 4 177px;
  }
  .i_fm_ad {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .i_f_right {
    margin-left: 40px;
  }
}
@media screen and (max-width: 999px) {
  .i_f_right {
    margin-left: 20px;
  }
  .ilab br {
    display: block;
  }
}
@media screen and (max-width: 759px) {
  .i_f_menu > ul {
    display: none;
    margin-top: 15px;
  }
  .i_f_menu .i_fmenu_button {
    display: block;
    cursor: pointer;
  }
  nav.i_f_menu .i_fm_ad_but {
    margin-left: 10px;
    margin-top: 3px;
    font-weight: normal;
    font-family: 'adihaus_b';
    font-size: 16px;
    text-transform: uppercase;
  }
  nav.i_f_menu .i_fm_ad {
    color: #1e1e1d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -20px;
    padding: 20px;
    cursor: pointer;
  }
  .i_fm_x {
    padding: 10px 0;
  }
  .i_fm_x {
    display: inline-block;
    position: relative;
    transition: 0.25s;
    user-select: none;
  }
  .i_fm_x .i_fm_icon,
  .i_fm_x .i_fm_icon:before,
  .i_fm_x .i_fm_icon:after {
    width: 25px;
    height: 5px;
  }
  .i_fm_x .i_fm_icon {
    position: relative;
    background: #c33049;
    transition: 0.25s;
  }
  .i_fm_x .i_fm_icon:before {
    top: 10px;
  }
  .i_fm_x .i_fm_icon:after {
    top: -10px;
  }
  .i_fm_x .i_fm_icon:before,
  .i_fm_x .i_fm_icon:after {
    display: block;
    content: '';
    background: #c33049;
    position: absolute;
    transition: 0.25s;
  }
  .i_fm_x_open .i_fm_icon:before,
  .i_fm_x_open .i_fm_icon:after {
    transition: 0.5s;
    top: 0 !important;
  }
  .i_fm_x_open .i_fm_icon {
    background: transparent;
  }
  .i_fm_x_open .i_fm_icon:before {
    transform: rotate(-45deg);
  }
  .i_fm_x_open .i_fm_icon:after {
    transform: rotate(45deg);
  }
}
/* -------------------------------------------------- Footer bottom */
.i_f_bottom {
  padding: 17px 30px 16px 45px;
  color: #fff;
  font-size: 14px;
  z-index: 52;
  display: flex;
  justify-content: space-between;
  background: #c33049 url("/local/templates/ilab_it_shop/ilab/img/svg/header/ygolok_header.png") no-repeat left top/45px auto;
}
.i_copy {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: #fff;
  color: #1e1e1d;
  padding: 15px 30px;
}
.ilab a {
  color: #fff;
}
@media screen and (min-width: 760px) {
  .i_f_bottom {
    flex-flow: wrap;
    align-items: center;
  }
  .i_f_bottom .ilab {
    margin-left: auto;
  }
  .i_f_bottom .i_composite {
    margin-left: 30px;
  }
}
@media screen and (min-width: 760px) and (max-width: 800px) {
  .i_footer_logo {
    max-width: 70px;
  }
  .i_f_bottom .i_composite {
    margin-left: 20px;
  }
}
@media screen and (min-width: 421px) and (max-width: 640px) {
  .introduction,
  .ilab {
    flex: 1;
  }
  .introduction {
    padding-right: 10px;
  }
}
@media screen and (max-width: 759px) {
  .i_sales_block,
  .i_viewed_items_block {
    margin: 0 -20px;
  }
  .i_composite {
    margin-top: 20px;
  }
  .i_f_bottom {
    flex-flow: column;
  }
  .introduction,
  .ilab {
    margin-top: 15px;
  }
}
/* ------------------------------------------------------------------------------------------------ INPUT ВХОДА -*/
.i_auth_login > span {
  margin-bottom: 10px;
  display: inline-block;
}
.j_auth_tel_input {
  padding-left: 30px !important;
}
.i_auth_login_input {
  position: relative;
  width: 100%;
}
.i_auth_login_input:after {
  content: '+7';
  display: flex;
  align-items: center;
  position: absolute;
  left: 10px;
  font-weight: normal;
  font-family: 'adihaus';
  font-size: 16px;
  color: #333;
  top: 11px;
}
.i_auth_form {
  background-color: #fff;
  padding: 20px;
  max-width: 450px;
  margin: 20px auto;
}
.i_auth_form .bx-auth {
  padding: unset;
}
/* ------------------------------------------------------------------------------------------------ FORM REGISTRATION -*/
.i_code_for_reg {
  margin-top: 10px;
  display: none;
}
.i_btn_send_reg {
  display: none;
  font-weight: normal;
  font-family: 'adihaus_b';
  font-size: 13px;
  text-transform: uppercase;
  padding: 12px 25px 10px;
  background: #c33049;
  border-radius: 20px;
  color: #fff;
  margin-top: 10px;
}
.i_btn_send_reg:hover {
  color: #fff;
}
/* ------------------------------------------------------------------------------------------------ TEMPLATE REGISTRATION -*/
.i_sys_register .i_auth_login_input input {
  padding-top: 11px;
  margin-top: 0;
}
.i_sys_register table input {
  margin-top: 10px;
}
.i_sys_register input[type="submit"] {
  font-weight: normal;
  font-family: 'adihaus_b';
  font-size: 13px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .bx-auth.i_sys_register table tr {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }
  .i_sys_register table input {
    margin-top: 5px;
  }
}
/* ------------------------------------------------------------------------------------------------ ABOUT COMPANY -*/
.i_about_company img {
  width: 100%;
}
.i_about_company_wrapper_video {
  z-index: 19;
  width: 40%;
  height: 230px;
}
.i_about_company_wrapper_video iframe {
  width: 100%;
  height: 100%;
}
.i_about_company_wrapper_article1 {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.i_about_company_wrapper_description1 {
  flex: 1;
  background-color: #f2f2f2;
  line-height: 23px;
  margin-left: -60px;
  padding: 0 15px;
  border-radius: 2px;
}
.i_about_company_wrapper_description1 p {
  padding: 30px 30px 30px 55px;
  border: 5px solid #fff;
  border-radius: 2px;
  font-size: 17px;
}
.i_about_company_wrapper_article2 {
  position: relative;
  display: flex;
  align-items: center;
}
.i_about_company_wrapper_description2 {
  font-size: 18px;
  padding-right: 30px;
  text-align: right;
}
.i_about_company_wrapper_image2 {
  min-width: 300px;
  width: 100%;
}
.i_about_company_wrapper_images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 50px;
}
.i_about_company_wrapper_slider {
  display: none;
}
.i_about_company_wrapper_article3 {
  font-size: 17px;
  text-align: center;
  background-color: #f2f2f2;
  border-left: 13px solid #f2f2f2;
  border-right: 13px solid #f2f2f2;
  border-top: 8px solid #f2f2f2;
  border-bottom: 8px solid #f2f2f2;
}
.i_about_company_wrapper_border {
  border: 5px solid #fff;
  border-radius: 2px;
  padding: 10px 30px;
}
.i_about_company_wrapper_images_item {
  width: 20%;
}
.i_about_company_wrapper_article4 {
  padding: 45px 0;
}
.i_about_company_wrapper_article4_headline {
  text-align: center;
  margin-bottom: 50px;
}
.i_about_company_wrapper_article4_headline h2 {
  margin: 0;
  color: #a80020;
  text-transform: uppercase;
}
.i_about_company_wrapper_article4_headline p {
  padding: 0 25px;
}
.i_about_company_wrapper_article4_wrp2 {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
}
.i_about_company_wrapper_article4_wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 7px solid #f2f2f2;
  border-right: 12px solid #f2f2f2;
  border-top: 7px solid #f2f2f2;
  border-bottom: 7px solid #f2f2f2;
  margin-right: 15px;
}
.i_about_company_wrapper_article4_list {
  height: 87%;
  background-color: #f2f2f2;
  margin: 0;
  font-size: 17px;
  padding: 10px 20px;
  border: 5px solid #fff;
  border-radius: 2px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.i_about_company_wrapper_article4_bg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px 20px 10px 0;
}
.i_about_company_wrapper_article4_list2 {
  width: 24%;
  margin-left: auto;
  background: rgba(247,247,247,0.88);
  padding: 10px 30px;
  font-size: 16px;
}
.i_about_company_wrapper_article4_dsn {
  display: none;
}
.i_about_company_wrapper_article4_list li {
  margin-bottom: 15px;
}
.i_about_company_wrapper_article4_list li:last-child {
  margin-bottom: 0;
}
.i_about_company_wrapper_article4_list li::marker {
  font-size: 14px;
}
.i_about_company_wrapper_article4_wrp > ol > li > span {
  color: #a80020;
}
.i_about_company_wrapper_article4_picture img {
  min-width: 300px;
  width: 100%;
}
.i_about_company_wrapper_article4_list2 li::marker {
  font-size: 14px;
}
.i_about_company_wrapper_article4_list2 li {
  margin-bottom: 10px;
}
.i_about_company_wrapper_article4_list2 li:last-child {
  margin-bottom: 0;
}
.i_about_company_wrapper_article5 {
  display: flex;
  align-items: center;
}
.i_about_company_wrapper_article5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i_about_company_wrapper_article5_border3 {
  flex: 1;
  border-left: 7px solid #f2f2f2;
  border-right: 15px solid #f2f2f2;
  border-top: 15px solid #f2f2f2;
  border-bottom: 15px solid #f2f2f2;
  margin-right: 15px;
}
.i_about_company_wrapper_article5_border3 ol {
  background-color: #f2f2f2;
  margin: 0;
  padding: 10px 25px;
  border: 5px solid #fff;
  border-radius: 2px;
  font-size: 17px;
}
.i_about_company_wrapper_article5_border3 ol > li::marker {
  font-size: 14px;
}
.i_about_company_wrapper_article5_border3 ol > li {
  margin-bottom: 15px;
}
.i_about_company_wrapper_article5_border3 ol > li:last-child {
  margin-bottom: 0;
}
.i_about_company_wrapper_article5_border3 > ol > li > span {
  display: block;
  color: #a80020;
}
.i_about_company_wrapper_article5_dsn {
  display: none;
}
.i_about_company_wrapper_article5_item {
  max-width: 280px;
  width: 100%;
  overflow: hidden;
  max-height: 180px;
}
.i_about_company_wrapper_article5_item {
  margin-bottom: 15px;
}
.i_about_company_wrapper_article5_item:last-child {
  margin-bottom: 0;
}
.i_about_company_wrapper_end_headline {
  text-align: center;
  font-size: 18px;
}
.i_about_company_wrapper_end_headline p {
  margin: 40px 0 20px 0;
}
.i_about_company_wrapper_end_headline strong {
  font-weight: 300;
  text-transform: uppercase;
}
.i_about_company_wrapper_end_headline span {
  color: #a80020;
  font-weight: 600;
}
@media screen and (max-width: 1730px) {
  .i_about_company_wrapper_description2 {
    font-size: 17px;
    font-weight: 600;
  }
}
@media screen and (max-width: 1670px) {
  .i_about_company_wrapper_description2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1600px) {
  .i_about_company_wrapper_article4_list2 {
    width: 36%;
  }
}
@media screen and (max-width: 1500px) {
  .i_about_company_wrapper_description2 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1470px) {
  .i_about_company_wrapper_article2 {
    padding-bottom: 130px;
    align-items: flex-start;
  }
  .i_about_company_wrapper_article2 p {
    margin: 0;
  }
  .i_about_company_wrapper_description2 {
    font-size: 17px;
  }
  .i_about_company_wrapper_description2_text2 {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width: 1320px) {
  .i_about_company_wrapper_article4_list2 {
    width: 54%;
  }
}
@media screen and (max-width: 1200px) {
  .i_about_company_wrapper_article1 {
    flex-wrap: wrap;
  }
  .i_about_company_wrapper_video {
    width: 90%;
    margin: 0 auto;
  }
  .i_about_company_wrapper_video iframe {
    width: 100%;
    height: 350px;
  }
  .i_about_company_wrapper_description1 {
    margin-left: 0;
  }
  .i_about_company_wrapper_description1 p {
    padding: 120px 30px 30px 30px;
    text-align: center;
  }
  .i_about_company_wrapper_description2_text2 {
    text-align: center;
  }
  .i_about_company_wrapper_images_item {
    width: 33%;
  }
  .i_about_company_wrapper_images {
    gap: 2px;
  }
  .i_about_company_wrapper_article4_headline p {
    font-weight: 600;
  }
  .i_about_company_wrapper_article5_item {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 640px) {
  .i_about_company {
    margin: 0 -20px;
  }
  .i_about_company_wrapper_description1 {
    padding: 0 8px;
  }
  .i_about_company_wrapper_article2 {
    padding-bottom: 0;
    flex-direction: column-reverse;
  }
  .i_about_company_wrapper_description2 {
    padding: 0 8px;
    margin-top: 20px;
    text-align: left;
  }
  .i_about_company_wrapper_description2_text1 {
    margin-bottom: 15px !important;
  }
  .i_about_company_wrapper_description2_text1:last-child {
    margin-bottom: 0;
  }
  .i_about_company_wrapper_article4_headline p {
    padding: 0;
  }
  .i_about_company_wrapper_image2 {
    padding: 0 8px;
  }
  .i_about_company_wrapper_article4_list2 {
    margin: 0 auto;
    padding: 20px 30px;
  }
  .i_about_company_wrapper_article4_bg {
    padding: 10px 0;
    background-position: center;
  }
  .i_about_company_wrapper_description2_text2 {
    position: static;
    text-align: left;
  }
  .i_about_company_wrapper_images_item {
    width: 49%;
  }
  .i_about_company_wrapper_images_item img {
    height: 100%;
  }
  .i_about_company_wrapper_article3 {
    font-size: 15px;
    border-left: 8px solid #f2f2f2;
    border-right: 8px solid #f2f2f2;
  }
  .i_about_company_wrapper_border {
    padding: 0 15px;
    text-align: left;
  }
  .i_about_company_wrapper_article4_headline {
    text-align: left;
    padding: 0 10px;
  }
  .i_about_company_wrapper_article4_headline h2 {
    font-size: 21px;
  }
  .i_about_company_wrapper_article4_wrp {
    margin-right: 0;
  }
  .i_about_company_wrapper_article4_wrp2 {
    flex-direction: column-reverse;
  }
  .i_about_company_wrapper_article4_picture {
    display: none;
  }
  .i_about_company_wrapper_article4_dsn {
    display: block;
  }
  .i_about_company_wrapper_article5_border3 {
    margin-right: 0;
  }
  .i_about_company_wrapper_article5_dsn {
    display: block;
  }
  .i_about_company_wrapper_article5_picture5 {
    display: none;
  }
  .i_about_company_wrapper_end_headline {
    font-size: 16px;
    text-align: left;
  }
  .i_about_company_wrapper_end_headline {
    padding: 0 8px;
  }
}
@media screen and (max-width: 468px) {
  .i_about_company_wrapper_article4_list2 {
    width: 70%;
  }
}
/* ------------------------------------------------------------------------------------------------ WAYS OF PAYMENT -*/
.i_ways_payment_wrapper_items {
  margin-top: 55px;
}
.i_ways_payment_wrapper_item {
  position: relative;
  border-left: 5px solid #f2f2f2;
  border-right: 12px solid #f2f2f2;
  border-top: 12px solid #f2f2f2;
  border-bottom: 12px solid #f2f2f2;
  margin-left: auto;
  width: 88%;
  margin-bottom: 50px;
}
.i_ways_payment_wrapper_item:last-child {
  margin-bottom: 0;
}
.i_ways_payment_wrapper_item_title {
  position: absolute;
  left: -17px;
  top: -25px;
  right: 53%;
  color: #fff;
  background-color: #a80020;
  text-transform: uppercase;
  padding: 10px 10px 10px 20px;
}
.i_ways_payment_wrapper_item_money:before {
  content: url("/local/templates/ilab_it_shop/ilab/img/svg/payment/payment1.svg");
  position: absolute;
  display: block;
  left: -65px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 22%;
  padding: 10px;
  border: 3px solid #a80020;
}
.i_ways_payment_wrapper_item_card:before {
  content: url("/local/templates/ilab_it_shop/ilab/img/svg/payment/payment5.svg");
  position: absolute;
  display: block;
  left: -65px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 22%;
  padding: 10px;
  border: 3px solid #a80020;
}
.i_ways_payment_wrapper_item_kaspi {
  content: url("/local/templates/ilab_it_shop/ilab/img/svg/payment/kaspi.svg");
  position: absolute;
  display: block;
  left: -64px;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  border-radius: 22%;
  border: 3px solid #a80020;
  font-family: sans-serif;
}
.i_ways_payment_wrapper_item_translate {
  content: url("/local/templates/ilab_it_shop/ilab/img/svg/payment/payment3.svg");
  position: absolute;
  display: block;
  left: -65px;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  border-radius: 22%;
  padding: 10px;
  border: 3px solid #a80020;
}
.i_ways_payment_wrapper_item_description {
  background-color: #f2f2f2;
  padding: 20px;
  border: 5px solid #fff;
  border-radius: 4px;
  font-size: 17px;
}
.i_ways_payment_wrapper_banner {
  margin-top: 40px;
  padding-top: 23%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.i_ways_payment_wrapper_banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
}
.i_ways_payment_wrapper_banner h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 95%;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.i_ways_payment_wrapper_info {
  margin-top: 15px;
  text-align: center;
  font-size: 17px;
  padding: 0 100px;
}
.i_ways_payment_wrapper_info a {
  text-decoration: underline;
  color: #00f;
}
/* ------------------------------------------------------------------------------------------------ DELIVERY TERMS -*/
.i_delivery_terms_wrapper_regime {
  text-align: center;
  border: 12px solid #f2f2f2;
}
.i_delivery_terms_wrapper_regime strong {
  color: #a80020;
  text-transform: uppercase;
}
.i_delivery_terms_wrapper_regime_border {
  background-color: #f2f2f2;
  font-size: 17px;
  padding: 20px 40px;
  border: solid 5px #fff;
  letter-spacing: 2px;
}
.i_delivery_terms_wrapper_items {
  margin-top: 60px;
  width: 87%;
  margin-left: auto;
}
.i_delivery_terms_wrapper_item {
  position: relative;
  border: solid #f2f2f2;
  background-color: #f2f2f2;
  border-width: 16px 16px 16px 10px;
  margin-bottom: 40px;
}
.i_delivery_terms_wrapper_item:last-child {
  margin-bottom: 0;
}
.i_delivery_terms_wrapper_item_title {
  position: absolute;
  left: -17px;
  top: -25px;
  right: 56%;
  color: #fff;
  background-color: #a80020;
  text-transform: uppercase;
  padding: 10px 10px 10px 20px;
}
.i_delivery_terms_wrapper_item_delivery {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/delivery/delivery11.svg");
  position: absolute;
  display: block;
  width: 74px;
  height: 78px;
  left: -74px;
  top: 50%;
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  border-radius: 22%;
  border: 3px solid #a80020;
}
.i_delivery_terms_wrapper_item_reception {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/delivery/post.svg");
  position: absolute;
  display: block;
  width: 76px;
  height: 78px;
  left: -74px;
  top: 50%;
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  border-radius: 22%;
  border: 3px solid #a80020;
}
.i_delivery_terms_wrapper_item_border {
  border: 5px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i_delivery_terms_wrapper_item_info {
  padding: 22px;
}
.i_delivery_terms_wrapper_item_picture {
  max-width: 245px;
  min-width: 245px;
  padding: 10px;
}
.i_delivery_terms_wrapper_item_picture img {
  border-radius: 2px;
  max-width: 100%;
  vertical-align: bottom;
}
.i_delivery_terms_wrapper_item_address {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.address_lowercase_none {
  text-transform: none;
}
.i_delivery_terms_wrapper_item_address > span {
  display: block;
}
.i_delivery_terms_wrapper_item_address > span a {
  text-decoration: underline;
}
.i_delivery_terms_wrapper_item_list > ul {
  padding-left: 20px;
}
.i_delivery_terms_wrapper_item_list > ul li::marker {
  color: #000;
}
.i_delivery_terms_table_table_item {
  position: relative;
}
.i_delivery_terms_table_item_title {
  position: absolute;
  left: -44px;
  top: -42px;
  right: 56.3%;
  color: #fff;
  background-color: #a80020;
  text-transform: uppercase;
  padding: 10px 10px 10px 20px;
}
.i_delivery_terms_table_item_reception {
  background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/delivery/delivery10.svg");
  position: absolute;
  display: block;
  width: 76px;
  height: 78px;
  left: -76px;
  top: 50%;
  background-color: #fff;
  background-size: 55px;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  border-radius: 22%;
  border: 3px solid #a80020;
}
.i_delivery_terms_table_table_item_inf {
  padding-left: 21px;
  padding-bottom: 25px;
  margin: 0;
  border-bottom: 1px solid #fff;
}
.i_delivery_terms_table_table_item_inf li::marker {
  color: #000;
}
.i_delivery_terms_table {
  width: 87%;
  margin-left: auto;
  margin-top: 60px;
}
.i_delivery_terms_table_wrapper {
  padding: 8px;
  border: 9px solid #f2f2f2;
  background-color: #f2f2f2;
}
.i_delivery_terms_table_border {
  border: 5px solid #fff;
  padding: 13px 16px 16px 16px;
}
.i_delivery_terms_table_table_item_contacts {
  text-align: center;
}
.i_delivery_terms_table_table_item_contacts strong {
  display: block;
  color: #a80020;
  padding: 15px;
  font-size: 17px;
  text-transform: uppercase;
}
.i_delivery_terms_table_table_item_phone {
  padding: 20px 15px 15px 15px;
  background-color: #fff;
}
.i_delivery_terms_table_table_item_phone span {
  display: block;
  margin-bottom: 10px;
}
.i_delivery_terms_table_table_item_phone a {
  color: #a80020;
  font-weight: 600;
  font-size: 18px;
}
.i_markets_trades_table_arrow_wrp {
  display: none !important;
  align-items: center;
  justify-content: space-between;
  padding: 10px 5px;
  width: 100%;
  margin-top: -5px;
  position: absolute;
}
.i_markets_trades_table_arrow_wrp_left {
  position: absolute;
  left: 3px;
  top: 19px;
  display: flex;
  width: 30px;
  height: 17px;
  transition: transform 0.3s;
}
.i_markets_trades_table_arrow_wrp_left span {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #7b9aa9;
  border-right: 2px solid #7b9aa9;
  animation: arrow-left 1.4s infinite;
  float: left;
}
.i_delivery_terms_table_wrapper_list {
  position: relative;
  padding-left: 0;
  margin: 35px 0 0 0;
  list-style-type: none;
  border: 1px solid #e9eaea;
  overflow-x: auto;
  width: 100%;
}
.i_delivery_terms_table_wrapper_list:before {
  content: '';
  position: absolute;
  left: 49.7%;
  height: 100%;
  width: 5px;
  background-color: #fff;
}
.i_delivery_terms_table_wrapper_list li {
  min-width: 99%;
}
.i_delivery_terms_table_wrapper_title {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #e9eaea;
  color: #000;
}
.i_delivery_terms_table_wrapper_line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 2px;
  background-color: #fff;
}
.i_delivery_terms_table_wrapper_line:nth-child(odd) {
  content: '';
  background-color: #ebebeb;
  color: #000;
}
.i_delivery_terms_table_wrapper_line:nth-child(even) span {
  border-right: 1px solid #ebebeb;
}
.i_delivery_terms_table_wrapper_inhabited_ttl {
  min-width: 14.4%;
  max-width: 14.4%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i_delivery_terms_table_wrapper_price_ttl {
  max-width: 10%;
  min-width: 10%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i_delivery_terms_table_wrapper_inhabited_ttl,
.i_delivery_terms_table_wrapper_price_ttl {
  text-align: center;
  border-right: 1px solid #fff;
  padding: 10px 5px;
}
.i_delivery_terms_table_wrapper_inhabited_ttl:last-child,
.i_delivery_terms_table_wrapper_price_ttl:last-child {
  border-right: none;
}
.i_delivery_terms_table_wrapper_inhabited,
.i_delivery_terms_table_wrapper_price {
  border-right: 1px solid #fff;
  height: 50px;
  padding: 0 5px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.i_delivery_terms_table_wrapper_inhabited:last-child,
.i_delivery_terms_table_wrapper_price:last-child {
  border-right: none;
}
.i_delivery_terms_table_wrapper_inhabited {
  min-width: 14.4%;
  max-width: 14.4%;
  line-height: 15px;
}
.i_delivery_terms_table_wrapper_price {
  max-width: 10%;
  min-width: 10%;
}
/* ------------------------------------------------------------------------------------------------ BUYER HELP -*/
.i_buyer_helper_container {
  display: none;
}
.i_buy_helper_title {
  cursor: pointer;
  position: relative;
}
.i_buy_helper_title span {
  border-bottom: 1px dashed;
}
@media screen and (min-width: 901px) {
  .i_buy_helper_title span {
    position: relative;
  }
}
.i_buy_helper_title span:after {
  content: '';
  position: absolute;
  top: 8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #a61432 url("/local/templates/ilab_it_shop/ilab/img/svg/arrow/d_white.svg") no-repeat center/10px;
  transition: all 0.4s ease;
}
@media screen and (min-width: 901px) {
  .i_buy_helper_title span:after {
    right: -35px;
  }
}
@media screen and (max-width: 900px) {
  .i_buy_helper_title span:after {
    right: 0;
  }
}
.i_buy_helper_title span.active:after {
  transform: rotate(180deg);
}
.i_buyer_button {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.i_buyer_button a {
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7d7d7;
  border-radius: 20px;
  position: relative;
}
.i_buyer_button a:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 100%;
  right: 20px;
  transform: rotate(180deg);
  background: url("/local/templates/ilab_it_shop/ilab/img/svg/arrow/d_filter.svg") no-repeat center;
}
.i_buyer_button a:hover {
  color: #1e1e1d;
}
.i_buyer_helper_wrapper_headline {
  text-align: center;
  margin-bottom: 10px;
}
.i_buyer_helper_wrapper_headline strong {
  display: block;
  color: #fff;
  padding: 10px 15px 7px 15px;
  letter-spacing: 2px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
  background-color: #a80020;
  margin-bottom: 10px;
}
.i_buyer_helper_wrapper_article {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.i_buyer_helper_wrapper_video {
  z-index: 19;
  width: 40%;
  height: 279px;
}
.i_buyer_helper_wrapper_video iframe {
  width: 100%;
  height: 100%;
}
.i_buyer_helper_wrapper_description {
  flex: 1;
  background-color: #f2f2f2;
  line-height: 23px;
  margin-left: -60px;
  padding: 0 15px;
  border-radius: 2px;
}
.i_buyer_helper_wrapper_description p {
  padding: 30px 30px 30px 55px;
  border: 5px solid #fff;
  border-radius: 2px;
  font-size: 17px;
}
.i_buyer_helper_wrapper_description span {
  display: block;
  margin-bottom: 25px;
}
.i_buyer_helper_wrapper_description span:last-child {
  margin-bottom: 0;
}
.i_buyer_helper_wrapper_items h2 {
  text-align: center;
  color: #a80020;
  font-size: 33px;
  text-transform: uppercase;
  padding: 0 15px;
}
.i_buyer_helper_wrapper_item {
  position: relative;
  background-color: #f2f2f2;
  padding: 12px 12px 12px 7px;
  margin-left: 75px;
  margin-top: 85px;
}
.i_buyer_helper_wrapper_list {
  position: relative;
  border: 5px solid #fff;
  margin: 0;
  padding: 25px 25px 10px 30px;
}
.i_buyer_helper_wrapper_list li::marker {
  color: #000;
}
.i_buyer_helper_wrapper_list_mt {
  padding: 25px 25px 32px 30px;
}
.i_buyer_helper_wrapper_pictures {
  display: flex;
  margin: 15px 0;
}
.i_buyer_helper_wrapper_pictures img {
  max-width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.i_buyer_helper_wrapper_pictures_img {
  margin-left: 20px;
}
.i_buyer_helper_wrapper_pictures_img:first-child {
  margin-left: 0;
}
.i_buyer_helper_wrapper_list_icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  counter-reset: my-sec-counter;
}
.i_buyer_helper_wrapper_item_title {
  position: absolute;
  left: -13px;
  top: -14px;
  right: 53%;
  z-index: 1;
  color: #fff;
  background-color: #a80020;
  text-transform: uppercase;
  padding: 10px 10px 10px 20px;
}
.i_buyer_helper_wrapper_item_number:before {
  counter-increment: i_buyer_helper_numbers;
  content: counter(i_buyer_helper_numbers);
  position: absolute;
  color: #a80020;
  left: -64px;
  top: 50%;
  font-size: 44px;
  transform: translateY(-50%);
  width: 60px;
  height: 54px;
  padding-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22%;
  border: 3px solid #a80020;
  font-family: auto;
}
@media screen and (max-width: 1600px) {
  .i_buyer_helper_wrapper_pictures {
    flex-wrap: wrap;
  }
  .i_buyer_helper_wrapper_pictures_img {
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1530px) {
  .i_delivery_terms_table_wrapper_list:before {
    left: 100.5%;
  }
  .i_delivery_terms_table_wrapper_list li {
    min-width: 202%;
  }
  .i_markets_trades_table_arrow_wrp {
    display: flex !important;
  }
}
@media screen and (max-width: 1370px) {
  .i_delivery_terms_wrapper_item_border {
    align-items: unset;
  }
  .i_delivery_terms_table_item_title {
    right: -21px;
    left: -43px;
  }
  .i_delivery_terms_wrapper_item_title {
    left: -15px;
    right: 0;
  }
}
@media screen and (max-width: 1250px) {
  .i_ways_payment_wrapper_banner h2 {
    font-size: 32px;
  }
  .i_buyer_helper_wrapper_pictures {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
  }
}
@media screen and (max-width: 1200px) {
  .i_buyer_helper_wrapper_article {
    flex-wrap: wrap;
  }
  .i_buyer_helper_wrapper_video {
    width: 90%;
    margin: 0 auto;
  }
  .i_buyer_helper_wrapper_video iframe {
    width: 100%;
    height: 350px;
  }
  .i_buyer_helper_wrapper_description {
    margin-left: 0;
  }
  .i_buyer_helper_wrapper_description p {
    padding: 120px 30px 30px 30px;
    text-align: center;
  }
  .i_delivery_terms_wrapper_item_border {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .i_ways_payment_wrapper_info {
    padding: 0 30px;
  }
  .i_buyer_helper_wrapper_items h2 {
    font-size: 27px;
  }
  .i_delivery_terms_wrapper_item_picture {
    max-width: 215px;
    min-width: 215px;
  }
}
@media screen and (max-width: 720px) {
  .i_delivery_terms_wrapper_item_border {
    align-items: unset;
  }
}
@media screen and (max-width: 649px) {
  .i_buy_helper_title {
    padding-right: 25px !important;
  }
  .i_ways_payment_wrapper_item {
    width: 100%;
  }
  .i_ways_payment_wrapper_banner h2 {
    font-size: 26px;
  }
  .i_ways_payment_wrapper_item_title {
    right: 0;
    left: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
  }
  .i_about_company_wrapper_images {
    display: none;
  }
  .i_about_company_wrapper_slider {
    display: block;
    padding: 15px 0;
  }
  .company_slider .swiper-button-prev {
    left: 0;
  }
  .company_slider .swiper-button-next {
    right: 0;
  }
  .company_slider .swiper-button-prev,
  .company_slider .swiper-button-next {
    background: none;
    height: 50px;
    width: 50px;
    margin-top: -25px;
  }
  .company_slider .swiper-button-prev:before,
  .company_slider .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%;
  }
  .company_slider .swiper-button-prev:before {
    background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/arrow/l_circle.svg");
    background-position: center;
    right: 0;
  }
  .company_slider .swiper-button-next:before {
    background-image: url("/local/templates/ilab_it_shop/ilab/img/svg/arrow/r_circle.svg");
    background-position: center;
    left: 0;
  }
  div.company_slider .swiper-pagination {
    right: 10px;
    left: auto;
    bottom: 15px;
    border-radius: 10px;
    padding: 5px;
    width: 100%;
  }
  .company_slider .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);
  }
  .company_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
  }
  .i_ways_payment_wrapper_item_title {
    padding: 10px 75px 10px 20px;
  }
  .i_ways_payment_wrapper_item_money:before,
  .i_ways_payment_wrapper_item_card:before,
  .i_ways_payment_wrapper_item_kaspi,
  .i_ways_payment_wrapper_item_translate {
    left: unset;
    right: -20px;
    background-color: #fff;
  }
  .i_ways_payment_wrapper_item_description {
    padding: 30px 15px 15px 15px;
  }
  .i_ways_payment_wrapper_info {
    padding: 0;
    text-align: left;
  }
  .i_buyer_helper_wrapper_headline strong {
    font-size: 17px;
    padding: 10px 10px 7px 10px;
  }
  .i_buyer_helper_wrapper_items h2 {
    font-size: 22px;
  }
  .i_buyer_helper_wrapper_description p {
    text-align: left;
    padding: 120px 15px 15px 15px;
    font-size: 15px;
  }
  .i_buyer_helper_wrapper_item {
    margin-top: 55px;
  }
  .i_buyer_helper_wrapper_item {
    margin-left: 0;
  }
  .i_buyer_helper_wrapper_item_title {
    right: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
  }
  .i_buyer_helper_wrapper_item_title {
    left: 4px;
    padding-right: 65px;
  }
  .i_buyer_helper_wrapper_item_number:before {
    left: unset;
    right: -6px;
    background-color: #fff;
    line-height: normal;
  }
  .i_delivery_terms_wrapper_item_border {
    align-items: center;
  }
  .i_delivery_terms_table {
    width: auto;
    margin-left: unset;
  }
  .i_delivery_terms_table_item_title,
  .i_delivery_terms_wrapper_item_title {
    padding-right: 70px;
  }
  .i_delivery_terms_wrapper_item_delivery,
  .i_delivery_terms_wrapper_item_reception,
  .i_delivery_terms_table_item_reception {
    left: unset;
    right: -5px;
    background-color: #fff;
    width: 65px;
    height: 62px;
    background-size: 50px;
  }
  .i_delivery_terms_wrapper_item_info {
    padding: 22px 15px 15px 15px;
  }
  .i_delivery_terms_wrapper_item_border {
    flex-direction: column;
  }
  .i_delivery_terms_wrapper_items {
    width: auto;
    margin-left: unset;
  }
  .i_delivery_terms_wrapper_item_picture {
    max-width: unset;
    min-width: unset;
  }
  .i_delivery_terms_wrapper_item_title {
    left: 0;
  }
  .i_delivery_terms_wrapper_item_delivery {
    left: unset;
    right: -5px;
    background-color: #fff;
  }
  .i_delivery_terms_table_wrapper_list li {
    min-width: 1071px;
  }
}
@media screen and (max-width: 640px) {
  .i_about_company {
    margin: 0 -20px;
  }
  .i_buyer_helper_wrapper_description {
    padding: 0 8px;
  }
}
@media screen and (max-width: 500px) {
  .i_ways_payment_wrapper_banner h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .i_delivery_terms_wrapper_regime_border {
    padding: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 420px) {
  .i_buyer_helper_wrapper_pictures_img img {
    width: 100%;
  }
  .i_delivery_terms_wrapper_item_info {
    padding-top: 30px;
  }
}
.i_delivery_terms_table_table_item_inf {
  padding-top: 25px;
}
@media screen and (max-width: 390px) {
  .i_ways_payment_wrapper_banner h2 {
    font-size: 18px;
    text-transform: capitalize;
  }
}
@-moz-keyframes arrow-left {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(0px, 0px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(0px, 0px);
  }
}
@-webkit-keyframes arrow-left {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(0px, 0px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(0px, 0px);
  }
}
@-o-keyframes arrow-left {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(0px, 0px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(0px, 0px);
  }
}
@keyframes arrow-left {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(0px, 0px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(0px, 0px);
  }
}
