

/* Start:/orteka-life/style.css?175248949332967*/
h1, .dh1 {
  font-weight: 800;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 24px; }

.life-cat-page h1, .life-cat-page .dh1 {
  font-weight: 800;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 24px;
  margin-top: 24px; }

.toplife h1 {
  font-weight: 800;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 8px;
  margin-top: 24px; }
  .toplife h1 + .subtitle {
    font-weight: 600;
    font-size: 28px;
    line-height: 33px; }

.pb0 {
  padding-bottom: 0 !important; }

.noborder {
  border: none !important; }

.g-section.allstati {
  padding-bottom: 32px;
  border-bottom: 1px solid #4FBAC2; }
  .g-section.allstati .ajax-pager-wrap {
    margin-top: 32px; }

.categories-wrap {
  margin-top: 24px;
  margin-bottom: -8px; }
  .categories-wrap .title {
    color: #A6BDCA;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 12px;
    text-transform: uppercase; }
  .categories-wrap .cats-tags__item {
    order: 2; }
    .categories-wrap .cats-tags__item.all {
      order: 1; }

.newest-wrap {
  margin-bottom: 24px; }
  .newest-wrap .big-item {
    padding-bottom: 32px;
    border-bottom: 1px solid #4FBAC2;
    margin-bottom: 32px;
    position: relative; }
    .newest-wrap .big-item .b-article-card__image {
      display: block;
      overflow: hidden;
      position: relative;
      border-radius: 8px;
      margin-bottom: 0; }
      .newest-wrap .big-item .b-article-card__image::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #1C1C1C;
        opacity: .6;
        pointer-events: none; }
      .newest-wrap .big-item .b-article-card__image img {
        display: block;
        transition: 0.5s;
        width: 100%;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 0%; }
    .newest-wrap .big-item .category {
      position: absolute;
      color: #fff;
      font-weight: 500;
      font-size: 12px;
      line-height: 14px;
      text-transform: uppercase;
      top: 32px;
      left: 32px;
      border-radius: 100px;
      padding: 7px 24px;
      border: 1px solid #fff; }
    .newest-wrap .big-item .date {
      position: absolute;
      top: 32px;
      right: 32px;
      color: #fff;
      font-weight: 400;
      font-size: 15px;
      line-height: 24px; }
    .newest-wrap .big-item .name {
      font-weight: 700;
      font-size: 28px;
      line-height: 33px;
      color: #fff;
      position: absolute;
      width: 50%;
      height: calc(100% - 130px);
      left: 32px;
      bottom: 64px;
      display: flex;
      align-items: flex-end; }
    .newest-wrap .big-item .info {
      font-weight: 500;
      font-size: 15px;
      line-height: 24px;
      position: absolute;
      bottom: 64px;
      right: 32px;
      color: #fff;
      display: flex;
      align-items: center; }
      .newest-wrap .big-item .info .look {
        margin-right: 20px;
        display: flex;
        align-items: center; }
        .newest-wrap .big-item .info .look svg {
          padding-right: 4px;
          fill: #fff;
          width: 28px; }
          .newest-wrap .big-item .info .look svg path {
            fill: #fff; }
      .newest-wrap .big-item .info .like {
        display: flex;
        align-items: center; }
        .newest-wrap .big-item .info .like svg {
          padding-right: 4px;
          fill: #fff;
          width: 28px; }
          .newest-wrap .big-item .info .like svg path {
            fill: #fff; }
    .newest-wrap .big-item:hover .b-article-card__image img {
      transform: scale(1.05); }
  .newest-wrap .ord-item {
    display: flex;
    margin-bottom: 32px; }
    .newest-wrap .ord-item .b-article-card__image {
      display: block;
      overflow: hidden;
      position: relative;
      border-radius: 8px;
      width: 50%;
      margin-bottom: 0; }
      .newest-wrap .ord-item .b-article-card__image img {
        display: block;
        transition: 0.5s;
        width: 100%;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 0%; }
    .newest-wrap .ord-item .info-wrap {
      width: 50%;
      padding-left: 32px;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      max-width: 420px; }
      .newest-wrap .ord-item .info-wrap .date {
        color: #A6BDCA;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 11px; }
      .newest-wrap .ord-item .info-wrap .info {
        position: absolute;
        top: 0;
        right: 0;
        color: #A6BDCA;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        display: flex; }
        .newest-wrap .ord-item .info-wrap .info .look {
          margin-right: 20px;
          display: flex;
          align-items: center; }
          .newest-wrap .ord-item .info-wrap .info .look svg {
            padding-right: 4px;
            fill: #A6BDCA;
            width: 28px; }
            .newest-wrap .ord-item .info-wrap .info .look svg path {
              fill: #A6BDCA; }
        .newest-wrap .ord-item .info-wrap .info .like {
          display: flex;
          align-items: center; }
          .newest-wrap .ord-item .info-wrap .info .like svg {
            padding-right: 4px;
            fill: #A6BDCA;
            width: 28px; }
            .newest-wrap .ord-item .info-wrap .info .like svg path {
              fill: #A6BDCA; }
      .newest-wrap .ord-item .info-wrap .category {
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        text-transform: uppercase;
        color: #A6BDCA;
        display: block;
        margin-bottom: 12px; }
      .newest-wrap .ord-item .info-wrap .name {
        margin-bottom: 8px;
        font-weight: 600;
        font-size: 28px;
        line-height: 33px;
        display: block;
        max-width: 415px; }
      .newest-wrap .ord-item .info-wrap .descr {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px; }
      .newest-wrap .ord-item .info-wrap .more {
        display: block;
        margin-top: auto;
        margin-bottom: 0;
        color: #00A7B8;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        position: relative; }
        .newest-wrap .ord-item .info-wrap .more::after {
          content: url(/orteka-life-new/img/arrow.svg);
          display: inline-block;
          margin-left: 0;
          position: absolute;
          right: -50px;
          top: -1px; }
    .newest-wrap .ord-item:last-child {
      border-bottom: 1px solid #4FBAC2;
      padding-bottom: 32px;
      margin-bottom: 0; }
    .newest-wrap .ord-item:hover .b-article-card__image img {
      transform: scale(1.05); }

.thems-wrap .title {
  color: #A6BDCA;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 6px; }
.thems-wrap .thems-items {
  display: flex;
  flex-wrap: wrap; }
  .thems-wrap .thems-items .item {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #009AA6;
    border-bottom: 1px dashed #009AA6;
    margin-right: 20px;
    text-transform: lowercase; }

.js-newlife-slider .slider__arrow {
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 20px;
  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;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.popular-wrap {
  padding: 0 9px 32px;
  border-bottom: 1px solid #4FBAC2; }
  .popular-wrap .popular-slider .popular-slide {
    padding: 0 8px; }
  .popular-wrap .popular-slider .slider__arrow_prev {
    left: -9px;
    transform: rotateY(180deg);
    top: 90px; }
  .popular-wrap .popular-slider .slider__arrow_next {
    right: -9px;
    transform: none;
    top: 90px; }
  .popular-wrap .popular-slider__item {
    display: flex;
    flex-direction: column; }
    .popular-wrap .popular-slider__item:hover .popular-slider__picture img {
      transform: scale(1.05); }
  .popular-wrap .popular-slider__picture {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 8px; }
    .popular-wrap .popular-slider__picture img {
      -webkit-transform-origin: 0 100%;
      transform-origin: 0 100%;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      width: auto;
      display: block; }
  .popular-wrap .popular-slider__category {
    color: #A6BDCA;
    margin-bottom: 5px;
    margin-top: 22px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase; }
  .popular-wrap .popular-slider__name {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px; }

.expert-wrap {
  padding: 0 9px 32px;
  border-bottom: 1px solid #4FBAC2; }
  .expert-wrap .expert-slider .expert-slide {
    padding: 0 8px; }
  .expert-wrap .expert-slider .slider__arrow_prev {
    left: -9px;
    transform: rotateY(180deg);
    top: 124px; }
  .expert-wrap .expert-slider .slider__arrow_next {
    right: -9px;
    transform: none;
    top: 124px; }
  .expert-wrap .expert-slider__item {
    display: flex;
    flex-direction: column;
    align-items: center;
  justify-content: center;
text-align: center; }
  .expert-wrap .expert-slider__picture {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 100%; }
    .expert-wrap .expert-slider__picture img {
      -webkit-transform-origin: 0 100%;
      transform-origin: 0 100%;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      width: auto;
      display: block;
      border-radius: 100%; }
  .expert-wrap .expert-slider__category {
    color: #A6BDCA;
    margin-bottom: 7px;
    margin-top: 18px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase; }
  .expert-wrap .expert-slider__name {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px; }

.vebinary-wrap {
  background: #D9F0F2;
  padding: 48px 64px 55px;
  border-radius: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px; }
  .vebinary-wrap .dh1 {
    margin-bottom: 12px; }
  .vebinary-wrap .btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    border-radius: 100px;
    padding: 12px 32px;
    text-transform: uppercase; }
    .vebinary-wrap .btn.btn-blue {
      color: #fff;
      background: #4FBAC2; }
  .vebinary-wrap .note {
    max-width: 333px; }
  .vebinary-wrap .veb-group {
    margin-top: 36px;
    margin-bottom: 45px;
    display: flex;
    justify-content: space-between; }
    .vebinary-wrap .veb-group .veb-item {
      display: flex;
      flex-direction: column;
      width: calc(50% - 12px);
      align-items: flex-start; }
      .vebinary-wrap .veb-group .veb-item .more {
        margin-top: auto;
        color: #00A7B8;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        position: relative; }
        .vebinary-wrap .veb-group .veb-item .more::after {
          content: url(/orteka-life-new/img/arrow.svg);
          display: inline-block;
          margin-left: 0;
          position: absolute;
          right: -50px;
          top: -1px; }
      .vebinary-wrap .veb-group .veb-item:hover .veb-picture img {
        transform: scale(1.05); }
    .vebinary-wrap .veb-group .veb-picture {
      display: block;
      overflow: hidden;
      position: relative;
      border-radius: 8px; }
      .vebinary-wrap .veb-group .veb-picture img {
        display: block;
        transition: 0.5s;
        width: 100%;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 0%; }
    .vebinary-wrap .veb-group .veb-info-block {
      width: 100%; }
      .vebinary-wrap .veb-group .veb-info-block .veb-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 8px;
        margin-bottom: 16px;
        width: 100%; }
        .vebinary-wrap .veb-group .veb-info-block .veb-info .data {
          color: #A6BDCA;
          font-weight: 400;
          font-size: 15px;
          line-height: 18px; }
        .vebinary-wrap .veb-group .veb-info-block .veb-info .info {
          display: flex;
          color: #A6BDCA; }
          .vebinary-wrap .veb-group .veb-info-block .veb-info .info .look {
            margin-right: 20px;
            display: flex;
            align-items: center; }
            .vebinary-wrap .veb-group .veb-info-block .veb-info .info .look svg {
              padding-right: 4px;
              fill: #A6BDCA;
              width: 28px; }
              .vebinary-wrap .veb-group .veb-info-block .veb-info .info .look svg path {
                fill: #A6BDCA; }
          .vebinary-wrap .veb-group .veb-info-block .veb-info .info .like {
            display: flex;
            align-items: center; }
            .vebinary-wrap .veb-group .veb-info-block .veb-info .info .like svg {
              padding-right: 4px;
              fill: #A6BDCA;
              width: 28px; }
              .vebinary-wrap .veb-group .veb-info-block .veb-info .info .like svg path {
                fill: #A6BDCA; }
      .vebinary-wrap .veb-group .veb-info-block .veb-name {
        font-weight: 700;
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 8px;
        max-width: 80%;
        min-height: 46px; }
      .vebinary-wrap .veb-group .veb-info-block .veb-descr {
        max-width: 80%;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 24px; }

.hline {
  margin: 32px 0;
  width: 100%;
  height: 1px;
  background: #4FBAC2; }

.first-stati-wrap {
  margin-bottom: 12px;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap; }
  .first-stati-wrap.row-1 {
    gap: 16px; }
  .first-stati-wrap.row-2 {
    gap: 30px; }
  .first-stati-wrap .first-item {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative; }
    .first-stati-wrap .first-item:nth-child(2), .first-stati-wrap .first-item:nth-child(3) {
      width: calc(50% - 8px);
      margin-bottom: 0; }
      .first-stati-wrap .first-item:nth-child(2) .b-article-card__image::after, .first-stati-wrap .first-item:nth-child(3) .b-article-card__image::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #1C1C1C;
        opacity: .6;
        pointer-events: none; }
    .first-stati-wrap .first-item .b-article-card__image {
      display: block;
      overflow: hidden;
      position: relative;
      border-radius: 8px;
      margin-bottom: 0; }
      .first-stati-wrap .first-item .b-article-card__image::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #1C1C1C;
        opacity: .6;
        pointer-events: none; }
      .first-stati-wrap .first-item .b-article-card__image img {
        display: block;
        transition: 0.5s;
        width: 100%;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 0%; }
    .first-stati-wrap .first-item .date {
      position: absolute;
      top: 32px;
      right: 32px;
      color: #fff;
      font-weight: 400;
      font-size: 15px;
      line-height: 24px; }
    .first-stati-wrap .first-item .name {
      font-weight: 700;
      font-size: 28px;
      line-height: 33px;
      color: #fff;
      position: absolute;
      width: 70%;
      height: calc(100% - 130px);
      left: 32px;
      bottom: 32px;
      display: flex;
      align-items: flex-end; }
    .first-stati-wrap .first-item .info {
      font-weight: 500;
      font-size: 15px;
      line-height: 24px;
      position: absolute;
      bottom: 32px;
      right: 32px;
      color: #fff;
      display: flex;
      align-items: center; }
      .first-stati-wrap .first-item .info .look {
        margin-right: 20px;
        display: flex;
        align-items: center; }
        .first-stati-wrap .first-item .info .look svg {
          padding-right: 4px;
          fill: #fff;
          width: 28px; }
          .first-stati-wrap .first-item .info .look svg path {
            fill: #fff; }
      .first-stati-wrap .first-item .info .like {
        display: flex;
        align-items: center; }
        .first-stati-wrap .first-item .info .like svg {
          padding-right: 4px;
          fill: #fff;
          width: 28px; }
          .first-stati-wrap .first-item .info .like svg path {
            fill: #fff; }
    .first-stati-wrap .first-item:hover .b-article-card__image img {
      transform: scale(1.05); }
  .first-stati-wrap .ord-item {
    display: flex;
    flex-direction: column;
    max-width: 380px; }
    .first-stati-wrap .ord-item .b-article-card__image {
      display: block;
      overflow: hidden;
      position: relative;
      border-radius: 8px;
      margin-bottom: 0; }
      .first-stati-wrap .ord-item .b-article-card__image img {
        display: block;
        transition: 0.5s;
        width: 100%;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 0%; }
    .first-stati-wrap .ord-item .info-wrap {
      display: flex;
      width: 100%;
      justify-content: space-between;
      margin: 11px 0 11px;
      padding-left: 10px; }
      .first-stati-wrap .ord-item .info-wrap .data {
        color: #A6BDCA;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px; }
      .first-stati-wrap .ord-item .info-wrap .info {
        display: flex;
        color: #A6BDCA; }
        .first-stati-wrap .ord-item .info-wrap .info .look {
          margin-right: 20px;
          display: flex;
          align-items: center; }
          .first-stati-wrap .ord-item .info-wrap .info .look svg {
            padding-right: 4px;
            fill: #A6BDCA;
            width: 28px; }
            .first-stati-wrap .ord-item .info-wrap .info .look svg path {
              fill: #A6BDCA; }
        .first-stati-wrap .ord-item .info-wrap .info .like {
          display: flex;
          align-items: center; }
          .first-stati-wrap .ord-item .info-wrap .info .like svg {
            padding-right: 4px;
            fill: #A6BDCA;
            width: 28px; }
            .first-stati-wrap .ord-item .info-wrap .info .like svg path {
              fill: #A6BDCA; }
    .first-stati-wrap .ord-item .name {
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      padding: 0 10px; }
    .first-stati-wrap .ord-item:hover .b-article-card__image img {
      transform: scale(1.05); }

.see-more-stati {
  background: #DDF5F7;
  border-radius: 8px;
  display: block;
  text-align: center;
  padding: 18px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #009AA6;
  cursor: pointer;
  margin-bottom: 0; }
  .see-more-stati + .categories-wrap {
    border-top: 1px solid #4FBAC2;
    margin-top: 32px;
    padding-top: 20px; }

.life-detail-page {
  padding-top: 24px;
  /*	.life-appointment {
  		margin-bottom: 30px;
  		.b-info-form__content {
  			flex-wrap: wrap;
  			max-width: 330px;
  		}
  		.b-form__item {
  			margin-bottom: 20px;
  		}
  	}*/ }
  .life-detail-page .g-col_20 {
    width: 21%;
    min-width: 21%;
    position: relative; }
  .life-detail-page .g-col_60 {
    width: 58%;
    min-width: 58%; }
  .life-detail-page h1 {
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
    margin: 12px 0 20px;
    max-width: 80%; }
  .life-detail-page .cats-tags__block:hover {
    background: transparent;
    margin-left: 5px; }
  .life-detail-page .life-content-info {
    margin-top: 30px; }
  .life-detail-page ul, .life-detail-page ol {
    margin-left: 20px; }
  .life-detail-page .author-block {
    flex-direction: column; }
    .life-detail-page .author-block .expert {
      display: flex;
      margin-top: 30px; }
      .life-detail-page .author-block .expert:first-child {
        margin-top: 0; }

.life-detail-page .life-content a:not(.label):not(.b-card__name) {
  color: #009AA6;
}

.life-detail-page .life-content a:not(.label):not(.b-card__name):hover {
  color: #FF6E00;
}

.life-detail-page .life-content .b-card-actions__link:hover {
	color: #fff
}

.all-cats-wrap {
  background: #F6F7F8;
  border-radius: 8px;
  padding: 24px;
  padding-bottom: 12px; }
  .all-cats-wrap .title {
    color: #A6BDCA;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    padding-bottom: 12px;
    border-bottom: 1px solid #A6BDCA;
    margin-bottom: 20px; }
  .all-cats-wrap .subtitle {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #A6BDCA; }
  .all-cats-wrap .all-cats-list {
    display: flex;
    flex-direction: column;
    margin-top: 12px; }
    .all-cats-wrap .all-cats-list a {
      color: #009AA6;
      margin-bottom: 8px;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 12px;
      line-height: 14px; }
      .all-cats-wrap .all-cats-list a:last-child {
        margin-bottom: 0; }
  .all-cats-wrap .cats-tags__wrapper {
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-top: 12px; }
  .all-cats-wrap .cats-tags__item {
    margin-bottom: 8px;
    padding: 0;
    order: 2; }
    .all-cats-wrap .cats-tags__item.all {
      order: 1; }
    .all-cats-wrap .cats-tags__item .cats-tags__block {
      color: #009AA6;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 12px;
      line-height: 14px;
      padding: 0;
      border: 0; }
      .all-cats-wrap .cats-tags__item .cats-tags__block.active {
        background: transparent;
        font-weight: 700;
        color: #009AA6; }
    .all-cats-wrap .cats-tags__item .cats-tags__number {
      display: none; }
  .all-cats-wrap {
    position: sticky;
    top: 130px;}
  .all-cats-wrap.static-bottom {
    position: absolute;
    bottom: 0;
    top: unset; }

.pageinfo {
  display: flex;
  align-items: center; }
  .pageinfo .parent-cat {
    color: #A6BDCA;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding: 7px 24px;
    border: 1px solid #B7CDD9;
    border-radius: 100px;
    margin-right: 12px;
    display: block; }
  .pageinfo .date {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #A6BDCA; }

.mainpict {
  display: block;
  overflow: hidden;
  position: relative; }
  .mainpict img {
    display: block;
    transition: 0.5s;
    width: 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0;
    border-radius: 8px; }

.tags-list {
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
  max-width: 180px; }
  .tags-list a {
    color: #4FBAC2;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: lowercase;
    margin-right: 12px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #4FBAC2; }

.sidebar-right-wrap .title {
  color: #A6BDCA;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px; }
.sidebar-right-wrap .more-stati .item {
  margin-bottom: 16px;
  display: flex; }
  .sidebar-right-wrap .more-stati .item .picture {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    width: 125px; }
    .sidebar-right-wrap .more-stati .item .picture img {
      display: block;
      transition: 0.5s;
      width: 100%;
      -webkit-transform-origin: 0 100%;
      transform-origin: 0 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 0; }
  .sidebar-right-wrap .more-stati .item .name {
    margin-left: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #A6BDCA;
    width: calc(100% - 133px); }
  .sidebar-right-wrap .more-stati .item:hover img {
    transform: scale(1.05); }
.sidebar-right-wrap .author-block {
  margin-top: 100px;
  display: flex;
  color: #95ACB9; }
  .sidebar-right-wrap .author-block .picture {
    display: block;
    overflow: hidden;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 12px; }
    .sidebar-right-wrap .author-block .picture img {
      display: block;
      transition: 0.5s;
      width: 100%;
      -webkit-transform-origin: 0 100%;
      transform-origin: 0 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 0%; }
  .sidebar-right-wrap .author-block .info {
    width: calc(100% - 62px); }
    .sidebar-right-wrap .author-block .info .name {
      font-weight: 500;
      font-size: 16px;
      line-height: 100%;
      margin-bottom: 4px; }
    .sidebar-right-wrap .author-block .info .descr {
      font-weight: 400;
      font-size: 12px;
      line-height: 90%; }
.sidebar-right-wrap {
  position: sticky;
  top: 130px;}
.sidebar-right-wrap.static-bottom {
  position: absolute;
  bottom: 0;
  top: unset; }

.content-block .title {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #B7CDD9;
  max-width: 196px;
  color: #A6BDCA;
  text-transform: uppercase; }
.content-block .content-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  margin-left: 0;
  list-style: none; }
  .content-block .content-list a {
    color: #4FBAC2;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 12px;
    padding-left: 13px;
    position: relative; }
    .content-block .content-list a::before {
      content: '';
      width: 4px;
      height: 4px;
      background: #009AA6;
      border-radius: 100%;
      position: absolute;
      left: 0;
      top: 6px; }

.life-text {
  margin: 16px 0; }
  .life-text p {
    line-height: 19px; }
  .life-text p:not(:last-child) {
    margin-bottom: 20px; }
  .life-text .dh1 {
    padding: 20px 0;
    margin: 0; }

.life-img {
  border-radius: 8px;
  overflow: hidden;
  margin: 16px 0; }
  .life-img img {
    display: block;
    transition: 0.5s;
    width: 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0%; }
  .life-img.two-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .life-img__left, .life-img__right {
    width: calc(50% - 8px);
    overflow: hidden;
    border-radius: 8px; }

.blue-block {
  background: #EDF9FA;
  border-radius: 8px;
  margin: 16px 0;
  padding: 20px 40px 30px 24px; }
  .blue-block .title {
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px; }
  .blue-block a {
    color: #009AA6; }
  .blue-block__content img.right-side {
    float: right;
    margin: 25px 0 25px 9px; }
  .blue-block__content img.left-side {
    float: left;
    margin: 25px 9px 25px 0; }
  .blue-block__content ol {
    margin-left: 17px; }
    .blue-block__content ol li {
      font-size: 16px;
      line-height: 19px;
      font-weight: 700;
      margin-bottom: 20px; }
      .blue-block__content ol li span.name {
        display: block;
        margin-bottom: 12px;
        font-weight: 700; }
      .blue-block__content ol li p:not(:last-child) {
        font-weight: 400;
        margin-bottom: 7px; }
      .blue-block__content ol li P {
        font-weight: 400; }
      .blue-block__content ol li:last-child {
        margin-bottom: 0; }

.life-icons-wrap {
  margin: 16px 0 6px; }
  .life-icons-wrap .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 12px; }
  .life-icons-wrap .life-icons-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .life-icons-wrap .life-icons-block .item {
      border: 2px solid #BAECEE;
      border-radius: 8px;
      padding: 13px 17px 15px;
      font-weight: 400;
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 16px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .life-icons-wrap .life-icons-block .item.small {
        width: calc(33% - 8px); }
      .life-icons-wrap .life-icons-block .item.half {
        width: calc(50% - 8px); }
      .life-icons-wrap .life-icons-block .item .name {
        text-align: center;
        margin-top: auto;
        margin-bottom: 0; }
      .life-icons-wrap .life-icons-block .item img {
        margin-bottom: 10px; }
  .life-icons-wrap + .life-text {
    margin-top: 6px; }

.citata-block-wrap {
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap; }
  .citata-block-wrap .citata-block {
    background: #e8f8f9;
    border-radius: 8px;
    width: calc(65% - 8px);
    max-width: 445px;
    padding: 22px 17px 17px;
    position: relative; }
    .citata-block-wrap .citata-block p {
      font-weight: 400;
      font-size: 15.4px;
      line-height: 21.5px; }
    .citata-block-wrap .citata-block::after {
      content: url(/orteka-life/img/kav.png);
      position: absolute;
      left: 8px;
      top: -27px; }
  .citata-block-wrap .person-block {
    width: calc(34% - 8px);
    max-width: 221px; }
    .citata-block-wrap .person-block .picture {
      border: 0.769392px solid #009AA6;
      border-radius: 100%;
      overflow: hidden; }
      .citata-block-wrap .person-block .picture img {
        display: block;
        transition: 0.5s;
        width: 100%;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 0%; }
    .citata-block-wrap .person-block .name {
      border-top: 0.769392px solid #009AA6;
      margin-top: 16px;
      padding-top: 10px;
      font-weight: 700;
      font-size: 14px;
      line-height: 16px;
      color: #000; }
    .citata-block-wrap .person-block .descr {
      font-weight: 300;
      font-size: 12px;
      line-height: 14px;
      margin-top: 4px; }

.life-content-info {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .life-content-info .info {
    display: flex;
    color: #A6BDCA; }
    .life-content-info .info .look {
      margin-right: 20px;
      display: flex;
      align-items: center; }
      .life-content-info .info .look svg {
        padding-right: 4px;
        fill: #A6BDCA;
        width: 28px; }
        .life-content-info .info .look svg path {
          fill: #A6BDCA; }
    .life-content-info .info .like {
      display: flex;
      align-items: center; }
      .life-content-info .info .like svg {
        padding-right: 4px;
        fill: #A6BDCA;
        width: 28px; }
        .life-content-info .info .like svg path {
          fill: #A6BDCA;
          transition: .25s; }
        .life-content-info .info .like svg:hover path {
          fill: #FF6256; }
      .life-content-info .info .like .is-active {
        color: #4FBAC2; }
        .life-content-info .info .like .is-active svg {
          fill: #FF6256; }
          .life-content-info .info .like .is-active svg path {
            fill: #FF6256;
            fill-opacity: 1; }
      .life-content-info .info .like .js-like-action svg {
        cursor: pointer; }
  .life-content-info ul {
    margin-left: 0; }

.cats-tags__block {
  transition: .25s; }
  .cats-tags__block:hover, .cats-tags__block.active {
    background: #009AA6;
    color: #fff; }

.life_article {
  padding: 0 15px; }
  .life_article .g-content {
    min-width: auto;
    padding: 0; }
  .life_article .b-product-slider__item, .life_article .b-product-slider__item.slick-slide {
    padding-left: 10px;
    padding-right: 10px;
    width: 228px; }

/*# sourceMappingURL=style.css.map */


@media screen and (max-width: 1180px) {
  .sidebar-right-wrap .more-stati .item {
    display: block;
  }
  .sidebar-right-wrap .more-stati .item .picture {
    width: 100%;
  }
  .sidebar-right-wrap .more-stati .item .picture img {
    width: 100%;
  }
  .sidebar-right-wrap .more-stati .item .name {
    margin: 8px 0 0;
    width: 100%;
  }
}

/* End */


/* Start:/orteka-life/media.css?175248949310430*/
@media(max-width: 1200px){.first-stati-wrap{justify-content:space-evenly }}@media(max-width: 767px){h1,.dh1{font-size:20px;line-height:23px;margin-bottom:16px }.life-cat-page h1,.life-cat-page .dh1{margin-bottom:20px;margin-top:12px;font-size:20px;line-height:23px }.g-section{padding-bottom:30px !important }.g-section.mainpict{padding-bottom:19px !important }.g-section.allstati{padding-bottom:28px !important }.toplife.g-section{padding-bottom:28px }.toplife h1{font-size:20px;line-height:23px;margin-top:12px;margin-bottom:4px }.toplife h1+.subtitle{font-size:18px;line-height:21px }.categories-wrap{margin-top:20px;overflow-x:scroll;padding-left: calc(15/320 * 100vw);padding-right: calc(15/320 * 100vw);margin-left: calc(-15/320 * 100vw);margin-right: calc(-15/320 * 100vw);}.categories-wrap .title{margin-bottom:8px;position:absolute }.cats-tags__wrapper{width:1200px;padding-top:20px;padding-bottom:3px;}.cats-tags__block{font-size:10px;line-height:12px;padding:6px 17px }.newest-wrap{margin-bottom:28px }.newest-wrap .big-item{margin-bottom:28px;padding-bottom:28px }.newest-wrap .big-item .b-article-card__image img{height:320px }.newest-wrap .big-item .category{font-size:10px;line-height:12px;padding:6px 19px;left:12px;top:13px }.newest-wrap .big-item .date{font-size:12px;line-height:14px;left:12px;top:47px }.newest-wrap .big-item .name{font-size:18px;line-height:21px;left:12px;width:80%;bottom:76px }.newest-wrap .big-item .info{bottom:41px;left:12px;right:unset;font-size:12px;line-height:14px }.newest-wrap .ord-item{flex-wrap:wrap;margin-bottom:28px }.newest-wrap .ord-item .b-article-card__image{width:100%;margin-bottom:8px }.newest-wrap .ord-item .info-wrap{width:100%;padding:0 }.newest-wrap .ord-item .info-wrap .date{font-size:12px;line-height:14px;margin-bottom:8px }.newest-wrap .ord-item .info-wrap .info{font-size:12px;line-height:14px;right:0;left:unset }.newest-wrap .ord-item .info-wrap .category{font-size:10px;line-height:12px }.newest-wrap .ord-item .info-wrap .name{font-size:18px;line-height:21px }.newest-wrap .ord-item .info-wrap .descr{font-size:14px;line-height:16px;margin-bottom:16px }.newest-wrap .ord-item .info-wrap .more{font-size:12px;line-height:16px }.newest-wrap .ord-item:last-child{padding-bottom:28px }.thems-wrap{overflow-x:scroll }.thems-wrap .title{position:absolute }.thems-wrap .thems-items{flex-wrap:nowrap;margin-bottom:10px;padding-top:20px }.thems-wrap .thems-items .item{font-size:14px;line-height:16px;white-space:nowrap }.g-section.slider-section .expert-wrap{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px;overflow:hidden}.g-section.slider-section .slick-list{overflow:visible}.popular-wrap{padding:0 0 28px }.popular-wrap .popular-slider .popular-slide{padding:0 4px }.popular-wrap .popular-slider__category{font-size:10px;line-height:12px;margin-top:8px;margin-bottom:8px }.popular-wrap .popular-slider__name{font-size:14px;line-height:16px }.expert-wrap{padding:0 0 28px }.mobile-no-margin{margin-left:-4.6875vw;margin-right:-4.6875vw }.vebinary-wrap{border-radius:32px;padding:15px }.vebinary-wrap .dh1{margin-bottom:8px }.vebinary-wrap .note{font-size:16px;line-height:19px }.vebinary-wrap .veb-group{flex-wrap:wrap;margin-top:24px;margin-bottom:35px }.vebinary-wrap .veb-group .veb-item{width:100% }.vebinary-wrap .veb-group .veb-item:not(:last-child){margin-bottom:32px }.vebinary-wrap .veb-info-block .veb-info{margin-bottom:12px }.vebinary-wrap .veb-info-block .veb-info .data{font-size:12px;line-height:14px }.vebinary-wrap .veb-info-block .veb-info .info{font-size:12px;line-height:14px }.vebinary-wrap .veb-info-block .veb-name{min-height:42px;font-size:18px;line-height:21px;max-width:unset }.vebinary-wrap .veb-info-block .veb-descr{font-size:14px;line-height:16px }.vebinary-wrap .btn{width:100%;display:block;text-align:center;font-size:12px;line-height:14px }.first-stati-mobile-slider{margin-right:-4.6875vw }.first-stati-mobile-slider .slide{padding:0 4px }.first-stati-mobile-slider .item{border-radius:8px;display:flex;position:relative;height:311px;width:282px;color:#fff }.first-stati-mobile-slider .item .b-article-card__image{display:block;overflow:hidden;position:relative;border-radius:8px }.first-stati-mobile-slider .item .b-article-card__image img{display:block;transition:.5s;width:100%;transform-origin:0 100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 0%;object-position:50% 0% }.first-stati-mobile-slider .item .b-article-card__image::after{position:absolute;content:"";left:0;top:0;width:100%;height:100%;background:linear-gradient(309.98deg, rgba(0, 0, 0, 0.47) 16.83%, rgba(0, 0, 0, 0) 52.61%),linear-gradient(78.97deg, rgba(0, 0, 0, 0.47) 22.85%, rgba(0, 0, 0, 0) 83.03%);pointer-events:none }.first-stati-mobile-slider .item .date{position:absolute;top:12px;left:12px;font-size:12px;line-height:14px;font-weight:400 }.first-stati-mobile-slider .item .name{position:absolute;left:12px;font-weight:700;font-size:18px;line-height:21px;bottom:60px;width:calc(100% - 25px) }.first-stati-mobile-slider .item .info{position:absolute;bottom:12px;left:12px;color:#fff;font-weight:400;font-size:12px;line-height:14px;display:flex }.first-stati-mobile-slider .item .info .look{margin-right:20px;display:flex;align-items:center }.first-stati-mobile-slider .item .info .look svg{padding-right:4px;fill:#fff }.first-stati-mobile-slider .item .info .look svg path{fill:#fff }.first-stati-mobile-slider .item .info .like{display:flex;align-items:center }.first-stati-mobile-slider .item .info .like svg{padding-right:4px;fill:#fff }.first-stati-mobile-slider .item .info .like svg path{fill:#fff }.hline{margin:28px 0 }.first-stati-wrap{border:none;margin:0 0 4px;justify-content:center }.first-stati-wrap .ord-item{margin-bottom:28px }.first-stati-wrap .ord-item .info-wrap{margin:8px 0 6px;font-size:12px;line-height:14px;padding:0;align-items:center }.first-stati-wrap .ord-item .name{font-weight:600;padding:0 }.popular-wrap .popular-slider__item{max-width:290px }.life-detail-page{padding-top:12px }.life-detail-page h1{font-weight:800;font-size:20px;line-height:23px;max-width:unset;margin:8px 0 }.life-detail-page .author-block{align-items:flex-start }.life-detail-page .author-block .expert{align-items:center }.life-detail-page .author-block .picture{border-radius:50%;overflow:hidden;margin-right:15px }.pageinfo{flex-direction:column;align-items:flex-start;border-bottom:1px solid #4fbac2 }.pageinfo .parent-cat{border:none;font-size:10px;line-height:12px;padding:0 }.pageinfo .date{font-size:12px;line-height:14px;margin-bottom:12px }.pageinfo.no{border-bottom:0 }.tags-block-wrap{border-bottom:1px solid #4fbac2;margin-bottom:12px }.tags-block-wrap .title.drop{color:#4fbac2;font-weight:500;font-size:12px;line-height:12px;text-transform:uppercase;padding:9px 0;position:relative;transition:all ease .5s }.tags-block-wrap .title.drop+.tags-list{max-width:unset;margin-bottom:8px }.tags-block-wrap .title.drop::after{content:url(/orteka-life/img/arr-down.svg);position:absolute;right:0;top:10px;transition:all ease .5s }.tags-block-wrap .title.drop.opened{color:#a6bdca }.tags-block-wrap .title.drop.opened::after{transform:rotate(180deg);top:8px }.tags-block-wrap .tags-list{display:none }.content-block .title{max-width:unset;padding-bottom:6px }.content-block .content-list a{font-size:14px;line-height:16px;margin-bottom:14px }.content-block .content-list a:last-child{margin-bottom:0 }.life-text{margin:28px 0 }.life-text p{font-size:14px;}.life-text p:not(:last-child){margin-bottom:16px }.life-text.blue-block{margin-top:8px;background:none;padding:0 }.life-text.blue-block .title{display:none }.blue-block__content img.right-side,.blue-block__content img.left-side{display:none }.blue-block__content ol{margin:0;counter-reset:num }.blue-block__content ol li{padding:12px 50px 13px 29px;background:#edf9fa;border-radius:8px;list-style-type:none;position:relative }.g-page-text .blue-block__content ol li {padding-left: 29px;}.blue-block__content ol li::before{content:counter(num);counter-increment:num;color:#ff6e00;position:absolute;top:8px;left:8px;padding-right: 0;}.g-page-text .blue-block__content ol li::before{top:8px;left:8px;padding-right: 0;}.blue-block__content ol li span.name{margin-bottom:8px;transition:all ease .5s }.blue-block__content ol li span.name::after{content:url(/orteka-life/img/arr-down.svg);position:absolute;right:17px;top:17px }.blue-block__content ol li span.name.opened::after{transform:rotate(180deg);top:15px }.blue-block__content ol li .li-content{display:none;padding-bottom:10px }.blue-block__content ol li:first-child .name.opened:after{transform:rotate(180deg);top:15px }.blue-block__content ol li:first-child .li-content{display:block }.life-icons-wrap{margin:28px 0 12px }.life-icons-wrap .life-icons-block{flex-wrap:nowrap;width:auto;justify-content:flex-start;overflow-x:scroll;padding: 0 calc(15/320 * 100vw);margin-left: calc(-15/320 * 100vw);margin-right: calc(-15/320 * 100vw);}.life-icons-wrap .life-icons-block .item{padding:15px 24px;margin-right:16px }.life-icons-wrap .life-icons-block .item.small{min-width:220px }.life-icons-wrap .life-icons-block .item.half{min-width:300px }.citata-block-wrap .person-block{order:1;width:100%;display:flex;max-width:unset;align-items:center;justify-content:space-between;margin-top:8px }.citata-block-wrap .person-block .picture{width:80px;height:80px }.citata-block-wrap .person-block .info{width:calc(100% - 97px) }.citata-block-wrap .person-block .info .name{font-size:12px;line-height:14px;padding-top:8px;margin-top:0 }.citata-block-wrap .person-block .info .descr{font-size:10px;line-height:12px }.citata-block-wrap .citata-block{width:100%;border-radius:0;order:0;font-size: 14px;}.citata-block-wrap .citata-block p{font-size:14px;line-height:140% }.citata-block-wrap .citata-block::after{top:-25px;left:50%;transform:translateX(-50%) }.life-content-info .info{font-size:12px;line-height:14px }.author-block{border-top:1px solid #4fbac2;padding-top:8px;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px }.author-block .picture{width:50px;height:50px }.author-block .info{width:calc(100% - 63px) }.author-block .info .name{color:#a6bdca;font-weight:500;font-size:10px;line-height:12px;text-transform:uppercase;margin-bottom:8px }.author-block .info .descr{font-weight:400;font-size:12px;line-height:90%;color:#a6bdca }#insertFormDoctor .b-info__bg{display:none }}
/* End */


/* Start:/local/templates/orteka_desktop/global/b-article-card/b-article-card.css?16406982863152*/
.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/b-info/b-info.css?174161123310811*/
.b-info__bg {
  z-index: 3;
  pointer-events: none;
}
.b-info__center {
  position: relative;
  z-index: 6;
}
.b-info__border {
  position: relative;
  z-index: 1;
}
.b-info__bottom {
  position: relative;
  z-index: 5;
}

.b-info__title {
  margin-bottom: 16px;
}
.b-info {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 30px rgba(28, 28, 28, 0.1);
          box-shadow: 0px 10px 30px rgba(28, 28, 28, 0.1);
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.b-info-announce {
  position: relative;
  padding-top: 65px;
  text-align: center;
}
.b-info-announce__bg {
  position: absolute;
  top: -20px;
  left: -7px;
  right: -7px;
  z-index: 1;
}
.b-info-announce__number {
  font-weight: bold;
  font-size: 40px;
  color: #00A7B8;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.b-info-announce__param {
  color: #00A7B8;
  margin-bottom: 3px;
  position: relative;
  z-index: 2;
}
.b-info-announce__text {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 57px;
  position: relative;
  z-index: 2;
}
.b-info__select {
  margin-bottom: 20px;
}
.b-info-table {
  line-height: 1.5;
}
.b-info-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 8px;
}
.b-info-table__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  overflow: hidden;
  position: relative;
}
.b-info-table__text:after {
  content:'. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
  display: block;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.b-info-table__wrapper {
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.b-info-table__price {
  padding-left: 10px;
  min-width: 85px;
  text-align: right;
}
.b-info-table__price .g-price {
  font-weight: 400;
  font-size: 16px;
}
.b-info-load__note {
  font-size: 14px;
  color: #A7A9AC;
}
.b-info-load__link {
  margin-bottom: 5px;
}
.b-info-form__step {
  position: relative;
}
.b-info__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.b-info__bg img {
  display: block;
}
.b-info_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 408px;
}
.b-info__center {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 0;
  padding-bottom: 32px;
}
.b-info__bottom {
  padding-top: 16px;
  min-height: 62px;
}
.b-info__border {
  height: 1px;
  margin: 0 -30px;
  background: rgba(0, 0, 0, 0.1);
}
.b-info-form__top {
  padding-bottom: 16px;
}
.b-info-form_single {
  max-width: 278px;
}
.b-info-form__step {
	position: absolute;
	top: -30px;
	left: -30px;
	bottom: -93px;
	right: -30px;
	background: #fff;
	padding: 30px;
	z-index: 19;
	display: none;
}
.b-info-form__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 30px 20px;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.b-info-form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.b-info-form__center {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 0;
  max-height: 100%;
  overflow: auto;  
  margin: 0 -30px;
}
.b-info-form__search {
  margin-top: 16px;
}
.b-info-list {
  padding-bottom: 55px;
}
.b-info-list__item {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 14px 30px 8px;
}
.b-info-list__item:hover,
.b-info-list__item.is-selected {
  background: #EBEFF3;
}
.b-info-list__row {
  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;
  margin-bottom: 5px;
}
.b-info-list__title {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}
.b-info-metro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-info-metro__label {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 50%;
}
.b-info-metro__name {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}
.b-info-list__adress {
  font-size: 14px;
  color: #A7A9AC;
  padding-right: 15px;
}
.b-info-doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-info-doctor__avatar {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.b-info-doctor__name {
  font-weight: 500;
  margin-bottom: 4px;
}
.b-info-doctor__position {
  font-size: 14px;
  color: #A0B0B8;
}
.b-info-doctor__details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
.b-info__date {
  padding: 0 30px 55px;
}
.b-info-time {
  max-width: 242px;
}
.b-info-time__title {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 27px;
}
.b-info-time__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3px;
}
.b-info-time__item {
  padding: 0 3px 14px;
  z-index: 100;
}
.b-info-results {
  padding: 0 30px;
}
.b-info-results__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-info-results__name {
  color: #1C1C1C;
  opacity: 0.6;
  padding-right: 15px;
  min-width: 120px;
}
.b-info__note {
  font-size: 14px;
  color: #1C1C1C;
  opacity: 0.6;
  margin-bottom: 4px;
}
.b-info-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -6px;
}
.b-info-contacts__item {
  padding: 0 6px;
}
.b-info__tel:hover {
  color: #00A7B8;
}
.b-info-contacts .g-link {
  font-size: 14px;
}
.b-info-persons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -2px;
}
.b-info-persons__item {
  padding: 0 2px;
}
.b-info-persons__image {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
}
.b-info-persons__image img {
  display: block;
}
.b-info-action__selected {
  display: none;
}
.b-info-list__item.is-selected .b-info-action__visible {
  display: none;
}
.b-info-list__item.is-selected .b-info-action__selected {
  display: block;
}
@media screen and (max-width: 1200px) {
.b-info_column {
  max-width: 620px;
  margin: 0 auto;
}
}

.b-info-salons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #A7A9AC;
}
.b-info-salons__number {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.07;
  color: #00A7B8;
  margin-right: 6px;
}
.b-info-salons__text {
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}
.b-info-salons:hover {
  color: #00A7B8;
}

.life-appointment_form .b-info__bg {
	width: 40%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.life-appointment_form .b-info {
	padding: 16px 30px;
	min-height: 416px;
}
.life-appointment_form .b-info__bg img {
	max-height: 100%;
    max-width: none;
	width: 100%;
}
.life-appointment_form .b-file.g-link_complex .g-link__icon {
	width: 24px;
	min-width: 24px;
	height: 24px;
}
.life-appointment_form .b-info__date {
	padding: 0;
}
.life-appointment_form .b-info-form__top,
.life-appointment_form .b-info-form__content,
.life-appointment_form .b-info__bottom {
	width: 60%;
}
.life-appointment_form .b-info-form__content {
	min-height: 242px;
	padding-bottom: 16px;
}
.life-appointment_form .b-info-time {
	max-height: 185px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 242px;
	min-width: 242px;
}
.life-appointment_form .b-datepicker .datepicker-inline .datepicker {
	padding: 0 8px 8px;
}
.life-appointment_form .datepicker--days-names {
	margin: 0 0 4px;
}
.life-appointment_form .datepicker--cell {
	height: 24px;
}
.b-info-total {
	display: flex;
	margin-bottom: 8px;
}
.b-info-total .g-link {
	margin-right: 8px;
}
.b-info-total__info {
	flex-grow: 1;
	min-width: 0;
	white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
	height: 32px;
	line-height: 32px;
	padding: 0 8px;
	font-size: 14px;
	background: #EEF2F5;
	border-radius: 6px;
}
.b-info-form-title {
	margin-bottom: 8px;
}
.b-info-form__buttons {
	padding-top: 18px;
}
@media screen and (max-width: 1024px) {
.life-appointment_form .b-info-form__top,
.life-appointment_form .b-info-form__content,
.life-appointment_form .b-info__bottom {
	width: calc(100% - 140px);
	position: relative;
	z-index: 5;
}
.life-appointment_form .b-info__bg {
	width: 290px;
	right: -100px;
}
}

.b-info-gray_block {
  border-radius: 16px;
  width: 100%;
  padding: 34px 16px;
  background-color: #F6F7F8;
  color: #1C1C1C;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 32px;
  text-align: center;
  margin: 35px 0;
}

.b-info-gray_block .g-button_primary {
  margin-top: 1rem;
  padding: 0 3rem;
}
.b-info__close {
  z-index: 10;
}
/* End */


/* Start:/local/templates/orteka_desktop/global/b-video/b-video.css?1666177148730*/
.b-video__wrapper {
  position: relative;
  padding-top: 56.25%;
  border-radius: 8px;
  overflow: hidden;
}
.b-video iframe,
.b-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-video-link {
  display: block;
  position: relative;
}
.b-video-link img {
  display: block;
}
.b-video-link__icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.b-video__play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 3;
}
.b-video__play img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


/* End */


/* Start:/local/templates/orteka_desktop/global/b-pagination/b-pagination.css?16154562551308*/
.b-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
.b-pagination__arrow {
  cursor: pointer;
  width: 16px;
  min-width: 16px;
  height: 14px;
  transition: 0.3s;
}
.b-pagination__arrow_prev {
  margin-right: 27px;
  transform: rotate(180deg);
}
.b-pagination__arrow_next {
  margin-left: 27px;
}
.b-pagination__arrow.is-disabled,
.b-pagination__arrow.is-disabled:hover {
  color: #E5E5E5;
}
.b-pagination__arrow:hover {
  color: #00A7B8;
}
.b-pagination__button {
  width: 34px;
  height: 34px;
  border-radius: 6px;
  transition: 0.3s;
  min-width: 34px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 3px;
}
.b-pagination__button.is-active,
.b-pagination__button:hover {
  background: #00A7B8;
  color: #FFFFFF;
}


/* End */


/* Start:/local/templates/orteka_desktop/global/life/css/desktop-life.css?16699649184676*/
/*
.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-tags {
  border-radius: 8px;
  padding: 32px 40px;
}
.life-tags__wrapper {
  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 -2px 20px;
}
.life-tags__item {
  padding: 0 2px 4px;
}
.life-tags__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  padding: 0 12px;
  background: #FFFFFF;
  border: 1px solid #a6a6a6;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.life-tags__name {
  color: #00A7B8;
  display: block;
}
.life-tags__number {
  display: block;
  color: #B7CDD9;
  margin-left: 8px;
}
.life-tags__block:hover {
  border-color: #00A7B8;
}
.life-slider {
  margin: 0 -15px;
}
.life-slider__item {
  padding: 0 15px;
  height: auto;
}
.life-slider .slick-track {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.life-slider .b-slider__arrow {
  top: 92px;
}
.life-slider .b-slider__arrow_prev {
  left: -5px;
}
.life-slider .b-slider__arrow_next {
  right: -5px;
}
/*
.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;
}
*/
.life-appointment_form .b-info-form__top, .life-appointment_form .b-info-form__content, .life-appointment_form .b-info__bottom {
  width: inherit;
}
.life-subscribe {
  background: #273D8E;
  -webkit-box-shadow: 0px 10px 30px rgba(28, 28, 28, 0.1);
          box-shadow: 0px 10px 30px rgba(28, 28, 28, 0.1);
  border-radius: 8px;
  padding: 32px 40px;
}
.life-subscribe .subscribe {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: none;
}
.life-subscribe .subscribe__title {
  color: #ffffff;
}
.life-subscribe .subscribe__item:first-child {
  width: 60%;
  min-width: 60%;
}
.life-subscribe .subscribe__item:last-child {
  width: 40%;
  min-width: 40%;
}
.life-video {
  background: #31566D;
  -webkit-box-shadow: 0px 10px 30px rgba(28, 28, 28, 0.1);
          box-shadow: 0px 10px 30px rgba(28, 28, 28, 0.1);
  border-radius: 8px;
  color: #ffffff;
  padding: 32px 40px;
}
.life-video__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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.life-video__top {
  padding-bottom: 16px;
}
.life-video__title {
  font-size: 24px;
  margin-bottom: 8px;
}
.life-video__text {
  opacity: 0.6;
}
.life-video__bottom .g-link {
  color: #ffffff;
}
.life-video .b-video__wrapper {
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .life-video__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .life-subscribe .subscribe__item:first-child {
    width: 100%;
    min-width: 100%;
  }
  .life-subscribe .subscribe__item:last-child {
    width: 100%;
    min-width: 100%;
  }
}
@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/global/mainpage/mainpage_article-slider/mainpage_article-slider.css?16981598891598*/
.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 */


/* Start:/local/templates/orteka_desktop/vendor/css/select2.min.css?163664123315823*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/local/templates/orteka_desktop/global/b-select/b-select2.css?17416112333973*/
.select2-container--b-select {
    font-size: 14px;
    display: block;
}
.select2-container--b-select .select2-selection--single {
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 16px;
    background: #ffffff;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #A6A6A6;
    transition: 0.3s;
}
.select2-container--b-select .select2-selection--single .select2-selection__rendered {
    padding: 0 16px 0 0;
    position: relative;
    z-index: 15;
}
.select2-selection__arrow {
    width: 9px;
    height: 6px;
    min-width: 9px;
    background: url(/local/templates/orteka_desktop/global/b-select/select-arrow.svg) no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.select2-container--open .select2-selection__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.select2-container--b-select.select2-container--open .select2-selection--single {
    border-color: #009AA6;
}
.b-select__dropdown.select2-dropdown {
    -webkit-box-shadow: 2px 2px 10px 0 hsla(0, 0%, 9%, .15);
    box-shadow: 2px 2px 10px 0 hsla(0, 0%, 9%, .15);
    border-radius: 3px;
    border: none;
    z-index: 1080;
}
.select2-selection__placeholder {
    opacity: 0;
}
.b-select__dropdown .select2-results__option {
    padding: 5px 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    white-space: normal;
}
.b-select__dropdown .select2-results__option:hover {
    background: rgba(0, 154, 166, 0.1);
}
.b-select__dropdown .select2-results__option--selected {
    background: rgba(0, 154, 166, 0.1);
}
.b-select__dropdown .select2-results__option--selected:hover {
    background: rgba(0, 154, 166, 0.1);
}
.g-input-wrapper .select2-container--b-select {
    max-width: 100%;
    display: block;
}

/* add */
.b-select__dropdown .select2-results__option--group {
    padding: 0;
}
.b-select__dropdown .select2-results__option--group:hover {
    color: #1C1C1C;
    background: #ffffff;
}
.b-select__dropdown .select2-results__option--group .select2-results__option {
    padding: 8px 15px;
}
.b-select__dropdown .select2-results__group {
    display: block;
    transition: background-color 0.3s, padding 0.3s;
    font-weight: 400;
    color: #333333;
    padding: 8px 48px 8px 15px;
    cursor: pointer;
    background-image: url('/local/templates/orteka_desktop/global/b-select/select-arrow-next.svg');
    background-position: calc(100% - 14px) 50%;
    background-repeat: no-repeat;
}

.b-select__dropdown .select2-results__group:hover {
    background-color: rgba(0, 154, 166, 0.1);
}
.b-select__dropdown .select2-results__group.is-active {
    background-image: url('/local/templates/orteka_desktop/global/b-select/select-arrow-prev.svg');
    background-position: 14px 50%;
    padding: 8px 15px 8px 48px;
    font-weight: bold;
}

.b-select-group {
    display: inline-flex;
}

.b-select-group__icon {
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 4px;
    margin-top: 4px;
}
.b-select-group__icon svg {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    color: inherit;
}
.b-select-group__text {
    padding-top: 2px;
}

.select2-selection .b-select-group {
    align-items: center;
}

.select2-selection .b-selected-group__block {
    line-height: 1;
}

.b-select__dropdown .select2-results__options--nested {
    display: none;
}

.select2-results__options {
    max-height: 250px;
    overflow-y: auto;
}

.b-select_border .select2-container--b-select .select2-selection--single {
    height: 42px;
    padding: 0 16px;
    background: #ffffff;
    border: 1px solid #A6A6A6;
    border-radius: 6px;
}
.b-select_border .select2-selection__arrow {
    display: none;
}
.b-select_border .select2-selection__placeholder {
    opacity: 1;
    color: #A6A6A6;
}

.jq-selectbox__search input, .select2-search__field {
    width: 100%;
    height: 2rem;
}

/* End */


/* Start:/local/templates/orteka_desktop/components/bitrix/catalog.section.list/life_catalog_list-new/style.css?1667312376392*/
.cats-tags__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-4px;margin-right:-4px}.cats-tags__item{padding:0 4px 8px}.cats-tags__block{color:#009AA6;font-size:12px;line-height:14px;text-transform:uppercase;padding:7px 24px;border:1px solid #009AA6;border-radius:100px;display:block;font-weight:500}.cats-tags__number{color:#8BDDE3}

/* End */


/* Start:/local/templates/orteka_desktop/components/ylab/likes/modern/style.css?1667312376899*/
/*.votes_bar .vote_action {
    float: left;
    margin-left: 15px;
}

.votes_bar .vote_action div,
.votes_bar .vote_action button {
    border: none;
    background-color: #fff;
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    outline: none;
	display: inline-block;
}
.votes_bar .vote_action button {
    cursor: pointer;
}

.votes_bar .vote_action .like {
    background-image: url(/local/templates/orteka_desktop/components/ylab/likes/modern/like.svg);
}

.votes_bar .vote_action .dislike {
    background-image: url(/local/templates/orteka_desktop/components/ylab/likes/modern/dislike.svg);
}

.votes_bar .vote_action .like.is-active {
    background-image: url(/local/templates/orteka_desktop/components/ylab/likes/modern/like-active.svg);
}

.votes_bar .vote_action .dislike.is-active {
    background-image: url(/local/templates/orteka_desktop/components/ylab/likes/modern/dislike-active.svg);
}
*/
/* .votes_bar .js-like-counter {display: none;} */

.g-link.g-link_more.js-favorite.is-active {
    fill: red;
    color: red;
}
.g-link.g-link_more.js-favorite
{
    fill: transparent;
}
/* End */


/* Start:/local/templates/orteka_desktop/global/b-regard/b-regard.css?16154562553101*/
.b-regard {
  font-size: 15px;
  margin-bottom: 56px;

}
.b-regard__top {
  box-shadow: inset 0px -1px 0px #E5E5E5;
  padding-bottom: 48px;
  margin-bottom: 48px;
}
.b-regard-enter {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-regard-enter__item {
  padding: 0 15px;
}
.b-regard__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-regard__avatar {
  width: 48px;
  min-width: 48px;
  height: 48px;
  background: #F6F7F8;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-regard__avatar img {
  max-height: 100%;
  width: auto;
}
.b-regard__text {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 48px;
}
.b-regard-attach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px 12px;
}
.b-regard-attach__item {
  padding: 0 4px 8px;
}
.b-regard-attach__image {
  width: 80px;
  min-width: 80px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.b-regard-attach__image img {
  display: block;
}
.b-regard__date {
  font-size: 14px;
  color: #B7CDD9;
}
.b-regard__item:not(:last-child) {
  margin-bottom: 48px;
}
.b-regard__name {
  font-weight: 700;
  margin-bottom: 4px;
}
.b-regard__rating {
  margin-bottom: 12px;
}
.b-regard__bottom {
  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;
  padding-top: 8px;
}
.b-regard-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -8px;
}
.b-regard-action__item {
  padding: 0 8px;
}
.b-regard-action__counter {
  font-weight: 700;
  font-size: 14px;
  color: #B7CDD9;
}
.b-regard-action__counter_plus {
  color: #13B579;
}
.b-regard-action__counter_minus {
  color: #F04C25;
}
.b-regard__reply {
  margin-top: 16px;
  background: rgba(245, 130, 51, 0.08);
  border-radius: 8px;
  padding: 16px 24px;
}

/* End */


/* Start:/local/templates/orteka_desktop/components/bitrix/catalog/.default/catalog_list/catalog_list.css?16202943271565*/
.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?173260784810688*/
.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-product-slider/b-product-slider.css?16711022941791*/
.b-product-slider {
  margin: 0 -5px;
}
.b-product-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-product-slider__item,
.b-product-slider__item.slick-slide {
  padding: 6px 5px 10px;
  height: auto;
}
.b-product-slider .b-card__layer {
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
}
.b-product-slider .b-slider__arrow {
	background: transparent;
	box-shadow: none;
	width: 25px;
	height: 100%;
	top: 0;
	bottom: 0;
	transform: translateY(0);
}
.b-product-slider .b-mainpage_main-slider .b-slider__arrow {
	height: calc(100% - 16px);
	bottom: 16px;
}
.b-product-slider .b-slider__arrow_prev svg {
	transform: rotate(-90deg);
}
.b-product-slider .b-slider__arrow_next svg {
	transform: rotate(90deg);
}
.b-product-slider .b-slider__arrow_prev {
	left: 0;
	justify-content: flex-start;
}
.b-product-slider .b-slider__arrow_next {
	right: 0;
	justify-content: flex-end;
}
.bx-no-touch .b-product-slider .b-slider__arrow:hover {
	background: transparent;
	color: #ec6600;
}
.b-product-slider.is-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.b-product-slider.is-start .b-product-slider__item {
  width: 20%;
  min-width: 20%;
}

.js-product-slider.b-product-slider:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    overflow-x:hidden;
    display: flex;
}

@media screen and (max-width: 1000px) {
.b-product-slider.is-start .b-product-slider__item {
  width: 25%;
  min-width: 25%;
}
}
@media screen and (max-width: 900px) {
.b-product-slider.is-start .b-product-slider__item {
  width: 33.3333%;
  min-width: 33.3333%;
}
}



/* End */


/* Start:/local/components/orteka/product.list.light.item/templates/block_products/style.css?1739260152824*/
.b-card-sizes{
    opacity: 0;
}
.bx-no-touch .b-card:hover .b-card-sizes {
    opacity: 1;
    visibility: visible;
}
.b-card-sizes{
    display: flex;
    flex-wrap: wrap;
}
.bx-no-touch .b-card.b-card_main .g-text-block a:hover {
    color: white;
}
.aloe__item:hover {
    color: #F04C25 !important;
}
.aloe p a:hover {
    color: #F04C25 !important;
}

.block-products .product-card-action-container {
    position: absolute;
    bottom: 0;
    z-index: 5;
    color: #fff;
    left: 0;
    right: 0;
}
.b-card_main .block-products .b-card__top {
    margin-bottom: 8px;
}

.block-products .b-card__tag-block {
  position: absolute;
  top: 12px;
  left: 12px;
  max-width: 75%;
  z-index: 1;
}
.b-card_main .block-products .product-card-favourite {
  display: flex;
  align-items: center;
  top: 8px;
  height: 28px;
}

/* End */


/* Start:/local/templates/orteka_desktop/components/bitrix/catalog/.default/catalog_popup/popup-card.css?1626158155492*/
.b-popup .b-full-card-details__bottom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-popup .b-full-card .g-link_more,
.b-popup .b-full-card + .g-link_more {
  background: rgba(0, 167, 184, 0.1);
  color: #00A7B8;
  border: none;
  height: 68px;
  line-height: 68px;
  text-transform: none;
}
.b-popup .b-full-card .g-link_more:hover,
.b-popup .b-full-card + .g-link_more:hover{
  background: #00A7B8;
  color: #FFFFFF;
}

/* End */


/* Start:/local/templates/orteka_desktop/global/b-rating/b-rating.css?16856052962303*/
.b-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0 -2px;
}
.b-rating__star {
  width: 16px;
  min-width: 16px;
  height: 16px;
  color: #B7CDD9;
  transition: 0.3s;
  margin: 0 2px;
}
.b-rating__star.is-active {
  color: #FFB800;
}
.b-rating_action {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.b-rating_action .b-rating__star {
  cursor: pointer;
  width: 24px;
  min-width: 24px;
  height: 22px;
}
.b-rating_action .b-rating__star:hover,
.b-rating_action .b-rating__star:hover ~ .b-rating__star,
.b-rating_action .b-rating__star.is-active,
.b-rating_action .b-rating__star.is-active ~ .b-rating__star {
  color: #FFB800;
}
.b-rating__data {
	font-weight: 500;
	font-size: 14px;
	color: #A6A6A6;
	margin: 0 2px;
}

.bmhouse-comments-rating .bmhouse-comments-rating-background,
.bmhouse-comment-rating-background
{
  background: url("data: image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' style='max-width: 180px;'%3E%3Cg%3E%3Cpath fill='lightgray' d='M8 0L10.2665 4.88043L15.6085 5.52786L11.6673 9.19157L12.7023 14.4721L8 11.856L3.29772 14.4721L4.33273 9.19157L0.391548 5.52786L5.7335 4.88043L8 0Z'/%3E%3C/g%3E%3C/svg%3E")100%;
}

.bmhouse-comments-rating .bmhouse-comments-rating-foreground,
.bmhouse-comments-rating .bmhouse-comments-rating-foreground-stars,
.bmhouse-comment-rating-foreground
{
  background: url("data: image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' style='max-width: 180px;'%3E%3Cg%3E%3Cpath fill='orange' d='M8 0L10.2665 4.88043L15.6085 5.52786L11.6673 9.19157L12.7023 14.4721L8 11.856L3.29772 14.4721L4.33273 9.19157L0.391548 5.52786L5.7335 4.88043L8 0Z'/%3E%3C/g%3E%3C/svg%3E");
}

.bmhouse-comments-rating,
.bmhouse-comments-count
{
  display: inline-block;
}

.bmhouse-comments-rating-background,
.bmhouse-comments-rating-foreground,
.bmhouse-comments-rating-foreground-stars
{
  height: 22px;
  width: 110px;
  background: url( '/local/templates/orteka_desktop/global/b-rating/../img/stars.png') repeat-x;
}

.bmhouse-comments-rating-foreground,
.bmhouse-comments-rating-foreground-stars
{
  background-position: 0 -22px;
}
/* End */


/* Start:/local/components/orteka/wishlist.icon/templates/product_list/style.css?1685605296579*/
.product-card-favourite {
    position: absolute;
    top: 19px;
    right: 19px;
    z-index: 5;
}
.product-card-favourite__icon {
    height: 24px;
    width: 24px;
    cursor: pointer;
    transition: 0.3s;
    color: #A6A6A6;
}
.product-card-favourite .product-card-favourite__icon svg {
    fill: #ffffff;
    transition: 0.3s;
}
.product-card-favourite:hover .product-card-favourite__icon,
.product-card-favourite.is-selected .product-card-favourite__icon {
    color: #FF6E00;
}

.product-card-favourite.is-selected .product-card-favourite__icon svg {
    fill: #FF6E00;
}
/* End */
/* /orteka-life/style.css?175248949332967 */
/* /orteka-life/media.css?175248949310430 */
/* /local/templates/orteka_desktop/global/b-article-card/b-article-card.css?16406982863152 */
/* /local/templates/orteka_desktop/global/b-info/b-info.css?174161123310811 */
/* /local/templates/orteka_desktop/global/b-video/b-video.css?1666177148730 */
/* /local/templates/orteka_desktop/global/b-pagination/b-pagination.css?16154562551308 */
/* /local/templates/orteka_desktop/global/life/css/desktop-life.css?16699649184676 */
/* /local/templates/orteka_desktop/global/mainpage/mainpage_article-slider/mainpage_article-slider.css?16981598891598 */
/* /local/templates/orteka_desktop/vendor/css/select2.min.css?163664123315823 */
/* /local/templates/orteka_desktop/global/b-select/b-select2.css?17416112333973 */
/* /local/templates/orteka_desktop/components/bitrix/catalog.section.list/life_catalog_list-new/style.css?1667312376392 */
/* /local/templates/orteka_desktop/components/ylab/likes/modern/style.css?1667312376899 */
/* /local/templates/orteka_desktop/global/b-regard/b-regard.css?16154562553101 */
/* /local/templates/orteka_desktop/components/bitrix/catalog/.default/catalog_list/catalog_list.css?16202943271565 */
/* /local/templates/orteka_desktop/global/b-card/b-card.css?173260784810688 */
/* /local/templates/orteka_desktop/global/b-product-slider/b-product-slider.css?16711022941791 */
/* /local/components/orteka/product.list.light.item/templates/block_products/style.css?1739260152824 */
/* /local/templates/orteka_desktop/components/bitrix/catalog/.default/catalog_popup/popup-card.css?1626158155492 */
/* /local/templates/orteka_desktop/global/b-rating/b-rating.css?16856052962303 */
/* /local/components/orteka/wishlist.icon/templates/product_list/style.css?1685605296579 */
