

/* Start:/local/templates/orteka_desktop/global/b-info/info-form-modifier.css?17806139631287*/
.life-appointment_var .b-info__bg {
    width: 260px;
}
.life-appointment_var .b-info_column {
    padding-right: 260px;
}
.life-appointment_var .b-info-form__step {
    top: -30px;
    left: -30px;
    bottom: -94px;
    right: -30px;
    z-index: 60;
}
.life-appointment_var .b-info__center {
    z-index: 6;
}
.life-appointment .b-info_column {
    min-height: 282px;
    overflow: hidden;
}
.life-appointment .b-info-form_single {
    max-width: none;
}
.life-appointment .b-info-form__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.life-appointment .b-form__item {
    margin-bottom: 0;
    min-width: 278px;
    margin-right: 16px;
}
.life-appointment .b-info__bg {
    bottom: auto;
    z-index: 999;
}
@media screen and (max-width: 1200px) {
    .life-appointment_var .b-info-form__content {
        display: block;
    }
    .life-appointment_var .b-form__item {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .life-appointment_var .b-info__bg {
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .life-appointment_var .b-form__button .g-col {
        padding: 0;
    }
}
/* End */


/* Start:/local/templates/orteka_desktop/components/bitrix/news.detail/action/style.css?178061396250*/
[data-related-products] {
    padding-top: 40px;
}
/* End */


/* Start:/local/templates/orteka_desktop/components/bitrix/catalog/.default/catalog_list/catalog_list.css?17806139621565*/
.b-catalog_list {
  /*margin: 0 -15px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 10px;
}
.b-catalog_list__item {
  width: 25%;
  min-width: 25%;
  padding: 0 15px 25px;
}
.b-catalog_list__item_20 {
  width: 20%;
  min-width: 20%;
}
.b-catalog_list .b-card__name {
  font-size: 14px;
}
.b-catalog_list .b-card__layer {
  bottom: -36px;
}
.b-catalog_list .b-card__bottom {
  padding: 0 20px;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.b-catalog_list .b-card:hover .b-card__bottom {
  opacity: 1;
}
.b-catalog_list .b-card__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.b-catalog_list .b-card__button {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 12px 0 8px;
}
@media screen and (max-width: 1200px) {
  .b-catalog_list__item {
    width: 33.3333%;
    min-width: 33.3333%;
  }
  .b-catalog_list__item_20 {
    width: 25%;
    min-width: 25%;
  }
}
@media screen and (max-width: 900px) {
  .b-catalog_list__item {
    width: 50%;
    min-width: 50%;
  }
  .b-catalog_list__item_20 {
    width: 33.3333%;
    min-width: 33.3333%;
  }
}
/* End */


/* Start:/local/templates/orteka_desktop/global/b-card/b-card.css?178061396310688*/
.b-card {
  height: 100%;
  position: relative;
}
.b-card:not(.b-full-card) {
  cursor: pointer;
}
.b-card__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 8px;
  position: relative;
  z-index: 2;
  background: #ffffff;
}
.b-card__top {
  position: relative;
  padding: 0 18px;
  margin-bottom: 15px;
}
.b-card__center {
  padding: 0 18px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.b-card__image {
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-card__image img {
  max-height: 100%;
  width: auto;
}
/* .b-card__tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 0 10px;
    font-size: 10px;
    height: 24px;
    white-space: nowrap;
}
.b-card__tag_hits {
  background-color: #F58233;
}
.b-card__tag_discount {
  background-color: #F04C25;
  font-weight: 700;
  font-size: 12px;
}
.b-card__tag_new {
  background-color: #00A7B8;
}
.b-card__tag_percent {
  background-color: #F04C25;
  border-radius: 50%;
  width: 28px;
}
.b-card__tag_percent svg {
  width: 12px;
  min-width: 12px;
  height: 13px;
}
.b-card__tag_online {
  background-color: #7AC143;
  border-radius: 50%;
  width: 28px;
}
.b-card__tag_online svg {
  width: 16px;
  min-width: 16px;
  height: 14px;
}
.b-card__tag_installment {
  background: #1B9CD5;
} */
.b-card-add {
  border-radius: 4px;
  font-size: 13px;
  padding: 0 8px;
  height: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-card-add_action {
  background: rgba(245, 130, 51, 0.1);
  color: #F58233;
}
.b-card-add_bonus {
  background: rgba(27, 156, 213, 0.1);
  color: #1B9CD5;;
}
.b-card-add__icon {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 6px;
} 
.b-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px 8px;
}
.b-card__price .g-price {
  margin: 0 4px;
}
.b-card__price .g-price_old {
  width: 100%;
  min-width: 100%;
}
.b-card__name {
  display: block;
  font-size: 14px;
  overflow: hidden;
}
.b-card__bottom {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 19px 20px;
}
.b-card__layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding-left: 100%;
  background: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  z-index: -1;
  visibility: hidden;
}
.b-card__link {
  color: #00A7B8;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.b-card__link:hover {
  color: #F58233;
}
.b-card-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-card-line__item_full {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
.b-card-favorite {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 10px;
  top: 10px;
  background: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #BACAD1;
  fill: transparent;
  z-index: 4;
}
.b-card-favorite__icon {
  width: 18px;
  height: 15px;
  min-width: 18px;
}
.b-card-favorite__text {
  font-size: 14px;
  margin-left: 10px;
}
.b-card-favorite_full {
  width: auto;
  height: auto;
  left: 10px;
  top: 10px;
  background: transparent;
  border-radius: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.b-card-favorite_full .b-card-favorite__icon {
  width: 20px;
  height: 17px;
  min-width: 20px;
}
.b-card-favorite:hover {
  color: #F04C25;
}
.b-card-favorite.is-selected {
  color: #F04C25;
  fill: #F04C25;
}
.b-card__view {
  background: rgba(246, 247, 248, 0.8);
  border-radius: 4px;
  position: absolute;
  z-index: 3;
  left: 20px;
  right: 20px;
  bottom: 8px;
  color: #00A7B8;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  display: block;
}
.b-card__view:hover {
  background: #00A7B8;
  color: #FFFFFF;
}
.b-card-basket {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 3px;
  position: relative;
  width: 22px;
  height: 19px;
  min-width: 22px;
  display: block;
  background: none;
  border: none;
}
.b-card-basket__icon {
  width: 100%;
  height: 100%;
  display: block;
}
.b-card-basket__number {
  position: absolute;
  left: 50%;
  bottom: 3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFFFFF;
  font-weight: 900;
  font-size: 10px;
  display: block;
}
.b-card-basket:hover {
  color: #F58233;
}
.b-card__button .g-link__icon {
  position: relative;
  width: 24px;
  height: 24px;
}
.b-card__discount {
  margin: 0 4px;
  background-color: #F04C25;
  font-weight: 700;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 0 8px;
  border-radius: 30px;
}
  .header-catalog__card .b-card__discount, .b-product-slider .b-card__discount, .cartpage-product-list .b-card__discount, .header-search .b-card__discount {
    position: absolute;
    right: 14px;
  }
.b-card__subtitle {
  font-weight: 500;
  font-size: 12px;
  color: #A7A9AC;
  margin-bottom: 2px;
}
.b-card-sizes {
  white-space: nowrap;
  font-weight: 500;
  font-size: 13px;
  color: #A7A9AC;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-card-sizes__item {
  display: inline-block;
  vertical-align: middle;
}
.b-card-sizes__item:not(:last-child) {
  padding-right: 10px;
}
.b-card-sizes__item:hover {
  text-decoration: underline;
}
.b-card-sizes__icon {
  width: 18px;
  height: 12px;
  color: #C4C4C4;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.b-card-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  border-left: 1px solid rgba(167, 169, 172, 0.2);
}
.b-card-thumbs__item {
  min-width: 60px;
  width: 60px;
  padding: 6px 6px 0;
  height: 54px;
}
.b-card-thumbs__block {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
}
.b-card-thumbs__block img {
  display: block;
}
.b-card-thumbs__block.is-selected {
  border-color: #00A7B8;
}
.b-card-thumbs_col2 {
  width: 120px;
}
.b-card__article {
  font-size: 14px;
  color: #A7A9AC;
}
  #color_under_title .b-card__article:first-letter {
    text-transform: uppercase;
  }
  
.b-card:hover {
  z-index: 5;
}
.b-card:hover .b-card__layer {
  opacity: 1;
  visibility: visible;
}
.b-card:hover .b-card__view {
  opacity: 1;
}
.b-card__brand {
  text-transform: uppercase;
  color: #B7CDD9;
  font-size: 18px;
  margin-bottom: 16px;
}
.b-card__info {
  color: #B7CDD9;
}
.b-card__info:not(:last-child) {
  margin-bottom: 8px;
}

.b-card_single {
  margin: 40px 0;
  font-size: 16px;
}
.b-card_single .b-card__image {
  height: auto;
}
.b-card_single .g-price {
  font-size: 24px;
}
.b-card_single .g-price_old {
  font-size: 16px;
}
.b-card_single .b-card__article {
  font-size: 16px;
  color: #B7CDD9;
  margin-bottom: 8px;
}
.b-card_single .b-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.b-card_single .b-card__name {
  font-size: 24px;
  margin-bottom: 24px;
}
.b-card_single .b-card__name:hover {
  color: #00A7B8;
}
.b-card_single .b-card__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.b-card_single .b-card__top {
  width: 278px;
  min-width: 278px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-card_single .b-card__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 20px;
  padding-top: 20px;
  min-width: 0;
}
.b-card_single .b-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 20px;
}
.g-section_line:nth-last-of-type(1) {
  box-shadow: none;
}

/* увеличить размер шрифта в параграфах в описании товара */
.cardpage-info .b-tabs-block .g-text-block p {
  font-size: 16px;
}

@media screen and (max-width: 1400px) {
.b-card-thumbs {
  display: none;
}
}
/* End */


/* Start:/local/templates/orteka_desktop/global/b-article-card/b-article-card.css?17806139633152*/
.b-article-card {
  height: 100%;
  display: block;
  text-align: center;
}
.b-article-card__image {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  border-radius: 8px;
}
.b-article-card__image img {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  border-radius: 8px;
}
.b-article-card__title {
  font-size: 16px;
  /* display: block; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 4.1em;
}
.b-article-card:hover {
  color: #F58233;
}
.b-article-card:hover .b-article-card__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.b-article-card__date {
	font-size: 14px;
	color: #A7A9AC;
	margin-bottom: 8px;
    display: block;
}
.b-article-card-wrapper {
  padding-bottom: 30px;
}
.b-article-card__wrapper {
  height: 100%;
  padding-bottom: 30px;
}
.b-article-card__theme {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #00A7B8;
  display: block;
  margin-bottom: 8px;
}
.b-article-card__info {
  display: block;
}
.b-article-card__info .b-article-card__date {
  margin-bottom: 0;
}
.b-article-card-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}
.b-article-card-data__item {
  padding: 0 10px;
  display: block;
}
.b-article-card-data__block {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #B7CDD9;
}
.b-article-card-data__icon {
  width: 18px;
  min-width: 18px;
  height: 14px;
  margin-right: 8px;
  display: block;
  fill: transparent;
}
.b-article-card-data__text {
  font-weight: 500;
  font-size: 14px;
  display: block;
}
.b-article-card__wrapper_category {
  padding-bottom: 40px;
}
.b-article-card__wrapper_category .b-article-card {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.b-article-card__wrapper_category .b-article-card__title {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 8px;
}
.b-article-card__wrapper_category:not(.b-article-card__wrapper_single) .b-article-card__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 0;
}
.b-article-card-tags {
  position: absolute;
  left: 8px;
  bottom: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -2px;
}
.b-article-card-tags__item {
  padding: 0 2px 2px;
  display: block;
}
.b-article-card-tags__block {
  display: block;
  background: rgba(247, 248, 248, 0.9);
  border-radius: 30px;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  color: #00A7B8;
}
.slick-slider .b-article-card__image img  {
  width: auto;
}
/* End */


/* Start:/local/templates/orteka_desktop/global/mainpage/mainpage_article-slider/mainpage_article-slider.css?17806139631598*/
.js-mainpage_article-slider:not(.slick-initialized) {
  display: flex;
  flex-wrap: wrap;
  height: 260px;
  overflow: hidden;
}

.js-mainpage_article-slider:not(.slick-initialized) .b-mainpage_article-slider__item {
  flex: 25%;
}

.b-mainpage_article-slider .slick-slider {
  margin: 0 -25px;
  padding: 0 10px;
}
.b-mainpage_article-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-mainpage_article-slider__item {
  padding: 0 15px;
  height: auto;
}
.b-mainpage_article-slider .b-slider__arrow {
	top: 0
}

.b-mainpage_orteka-life-slider .b-mainpage_main-slider__item .b-image-link__info {
  height: 100%;
  z-index: 20;
  justify-content: space-between;
}
.orteka-life-slider:not(.slick-initialized) {
  margin-bottom: 10px !important;
}
.orteka-life-slider .b-mainpage_main-slider:not(.slick-initialized) {
  overflow-x: hidden;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.orteka-life-slider__shadow {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #1c1c1c;
  opacity: 0.4;
}
.b-image-link__orteka-life-slider .b-image-link__title {
  font-size: 18px !important;
  font-weight: 700;
}
.b-image-link__orteka-life-slider .b-image-link__title span:first-child {
  color: #FFF;
}
.b-image-link__orteka-life-slider .b-image-link__title span:last-child {
  color: #FF6E00;
}
.b-image-link__orteka-life-slider .b-image-link-bottom {
  height: 102px;
  overflow: hidden;
  align-items: flex-start;
  color: #FFF;
  font-size: 24px !important;
  font-weight: 700;
}


/* End */
/* /local/templates/orteka_desktop/global/b-info/info-form-modifier.css?17806139631287 */
/* /local/templates/orteka_desktop/components/bitrix/news.detail/action/style.css?178061396250 */
/* /local/templates/orteka_desktop/components/bitrix/catalog/.default/catalog_list/catalog_list.css?17806139621565 */
/* /local/templates/orteka_desktop/global/b-card/b-card.css?178061396310688 */
/* /local/templates/orteka_desktop/global/b-article-card/b-article-card.css?17806139633152 */
/* /local/templates/orteka_desktop/global/mainpage/mainpage_article-slider/mainpage_article-slider.css?17806139631598 */
