@charset "UTF-8";
/* Перебитие стилей конструктора */
.card-page .ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-2
.catalog-element-information-left {
  width: 530px;
}

.card-page .ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-2
.catalog-element-information-right {
  margin-left: 575px;
}

.card-page .widget.c-form.c-form-template-3 .form-wrapper {
  margin-top: 0;
}

.card-page .intec-grid-item-auto i {
  cursor: pointer;
}

.card-page .catalog-element-gallery-pictures {
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

.card-page .ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-2
.catalog-element-offers-property {
  margin-top: 0;
}

/* ==================================== */
.block-center {
  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;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 8px;
}

.grid-container--big-gap {
  -ms-grid-columns: (minmax(246px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(246px, 1fr));
  grid-gap: 46px;
}

.grey-block {
  margin-bottom: 24px;
  padding: 30px;
  background-color: #f4f4f4;
  border-radius: 3px;
}

.base-section {
  padding-bottom: 30px;
  padding: 0 24px;
}

.swiper-main-container {
  position: relative;
  border: 1px solid #e5e5e5;
}

.button-prev,
.button-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  width: 39px;
  height: 39px;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  cursor: pointer;
}

.button-prev {
  left: -25px;
}

.button-next {
  right: -25px;
}

.advantages {
  padding: 60px 0;
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px;
  background-color: #f4f4f4;
  border-radius: 3px;
}

.advantages__img {
  margin-right: 17px;
}

.advantages__text {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.parent-tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid #e8e8e8;
}

.parent-tabs__nav li {
  margin: 0;
  padding: 0;
}

.parent-tabs__nav li::before {
  display: none;
}

.parent-tabs__nav a {
  display: block;
  padding-bottom: 11px;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
}

.parent-tabs__nav a.active {
  color: #029eda;
  border-bottom: 3px solid #029eda;
}

.parent-tabs__items {
  padding: 36px 0;
}

.managers__item {
  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: 26px 0;
}

.managers__item:first-child {
  padding-top: 0;
}

.managers__item:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}

.managers__ava-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 36px;
}

.managers__item-ava {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 75px;
  height: 75px;
  margin-right: 36px;
  border-radius: 50%;
  overflow: hidden;
}

.managers__item-ava img {
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.managers__item-description {
  color: #000000;
}

.managers__item-title {
  font-weight: 700;
  font-size: 14px;
}

.managers__item-prof {
  font-weight: 300;
  font-size: 14px;
}

.managers__item-mail {
  font-weight: 300;
  font-size: 14px;
  color: #000000;
}

.managers__item-contacts {
  margin: 0;
  padding: 0;
}

.managers__item-contacts li {
  margin: 0;
  padding: 0;
}

.managers__item-contacts li::before {
  display: none;
}

.managers__item-contacts a {
  font-size: 14px;
  color: #000000;
}

.reviews__block-center {
  margin-top: 20px;
}

.reviews__counter {
  margin-bottom: 35px;
}

.reviews-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.reviews-counter__number {
  margin-right: 15px;
  font-weight: 300;
  font-size: 68px;
  line-height: 50px;
  color: #000000;
}

.reviews-counter__rating .active-star path {
  fill: #f4bb28;
}

.reviews-counter__amount {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}

.review-item {
  margin-top: -1px;
  padding: 30px 30px 30px 37px;
  color: #000000;
  border: 1px solid #e8e8e8;
}

.review-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}

.review-item__title-name {
  margin-right: 30px;
  font-weight: 600;
  font-size: 16px;
}

.review-item__title-date {
  margin-right: 30px;
  font-weight: 300;
  font-size: 16px;
}

.review-item__title-rating svg {
  width: 14px;
  height: 14px;
}

.review-item__title-rating .active-star path {
  fill: #f4bb28;
}

.review-item__text p {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.accordion__item {
  margin: 0 0 10px 0;
}

.accordion .ui-accordion-header {
  position: relative;
  padding: 19px 26px 23px 26px;
  background-color: #f4f4f4;
  font-weight: 600;
  font-size: 15px;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}

.accordion .ui-accordion-header-icon {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 26px;
  display: block;
  width: 13px;
  height: 13px;
  background: url("../img/plus.svg") 50% 50% no-repeat;
}

.accordion .ui-accordion-header-active .ui-accordion-header-icon {
  background-image: url("../img/minus.svg");
}

.accordion .ui-accordion-content {
  padding: 16px 26px;
}

.accordion__answer {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.accordion__answer p {
  margin: 0;
}

.delivery__grid-container,
.characteristics-body__grid-container {
  -ms-grid-columns: (minmax(295px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(295px, 1fr));
  grid-gap: 24px;
}

.delivery-wrapper {
  margin-bottom: 24px;
  padding: 40px 38px 24px 38px;
  color: #000000;
  background: #f4f4f4;
  border-radius: 3px;
}

.delivery-wrapper__title {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 18px;
}

.delivery-wrapper__descr {
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 14px;
}

.delivery-wrapper__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.delivery-wrapper__advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.delivery-wrapper__advantages-item:not(:last-child) {
  margin-right: 40px;
}

.delivery-wrapper__advantages-icon {
  width: 36px;
  margin-right: 18px;
}

.delivery-wrapper__advantages-text strong {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

.delivery-wrapper__advantages-text p {
  margin: 0;
  font-weight: 300;
  font-size: 13px;
}

.second-product-card {
  position: relative;
  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: 436px;
  padding: 24px;
  border-right: 1px solid #e5e5e5;
}

.second-product-card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}

.second-product-card__img {
  margin-bottom: 17px;
  max-width: 251px;
  width: 100%;
}

.second-product-card__img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.second-product-card__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  margin-bottom: 17px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.second-product-card__price {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 54px;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #040006;
}

.sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.sale__price {
  font-weight: 500;
  font-size: 14px;
}

.sale__price--old {
  color: #acacac;
  text-decoration: line-through;
}

.sale__price--new {
  margin-left: 9px;
  font-size: 11px;
  color: #ec2449;
}

.article-container {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.article-container span {
  font-weight: 500;
}

.some-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}

.some-info__article-container {
  margin-right: 60px;
}

.some-info__reviews-counter {
  margin-right: 60px;
}

.some-info__reviews-counter .reviews-counter__right-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.some-info__reviews-counter .reviews-counter__rating {
  margin-right: 10px;
}

.some-info__reviews-counter .reviews-counter__rating svg {
  width: 15px;
}

.in-stock {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.payment-block {
  margin-bottom: 19px;
  padding: 23px 33px;
  border: 1px solid #ec2449;
  border-radius: 3px;
}

.payment-block__logo {
  margin-bottom: 16px;
}

.payment-block__logo img {
  display: block;
  width: 81px;
  height: 47px;
}

.payment-block .second-product-card__price {
  margin-bottom: 20px;
}

.payment-block__counter {
  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-bottom: 16px;
}

.payment-block__counter .intec-ui.intec-ui-control-numeric.intec-ui-view-2.intec-ui-size-4
.intec-ui-part-increment,
.payment-block__counter .intec-ui.intec-ui-control-numeric.intec-ui-view-2.intec-ui-size-4
.intec-ui-part-decrement {
  padding: 12px;
}

.payment-block__counter .intec-ui.intec-ui-control-numeric.intec-ui-view-2 .intec-ui-part-input {
  width: 33px;
  padding: 7px 0;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.custom-btn {
  display: block;
  text-align: center;
  margin-bottom: 14px;
  width: 100%;
  height: 48px;
  font-weight: 500;
  line-height: 46px;
  font-size: 14px;
  color: #ffffff;
  background-color: #ec2449;
  border: 1px solid #ec2449;
  border-radius: 3px;
  cursor: pointer;
}

.custom-btn:hover {
  text-decoration: none;
  color: #ffffff;
}

.custom-btn--grey {
  color: #383B47;
  font-weight: 600;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}
.custom-btn--grey:hover {
  color: #f6f6f6;
  background-color: #383B47;
  border: 1px solid #383B47;
}
.custom-btn--grey:active {
  color: #383B47;
  background-color: transparent;
  border: 1px solid #383B47;
}

.custom-btn--without-bg {
  margin-bottom: 0;
  color: #000000;
  background-color: transparent;
  border: 1px solid transparent;
  text-decoration: underline;
}

.custom-btn--without-bg:hover {
  color: #000000;
}

.custom-btn--sm-black {
  width: 132px;
  height: 40px;
  font-size: 12px;
  line-height: 38px;
  color: #000000;
  background-color: transparent;
  border: 1px solid #f4f4f4;
}

.custom-btn--sm-black:hover {
  color: #000000;
}

.custom-btn--sm-red {
  width: 132px;
  height: 40px;
  font-size: 12px;
  line-height: 38px;
  color: #ec2449;
  background-color: transparent;
  border: 1px solid #f4f4f4;
}

.custom-btn--sm-red:hover {
  color: #ec2449;
}

.item-characteristics {
  padding-top: 30px;
}

.item-characteristics__all {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 13px;
  color: #029eda;
}

.characteristics-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6px;
  font-size: 14px;
  border-bottom: 1px dotted #999999;
}

.characteristics-row__name {
  position: relative;
  top: 6px;
  padding-right: 3px;
  color: #999999;
  background-color: #ffffff;
}

.characteristics-row__value {
  position: relative;
  top: 6px;
  padding-left: 6px;
  color: #000000;
  background-color: #ffffff;
}

.btn-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}

.btn-with-icon span {
  padding-left: 12px;
}

.btn-with-icon:hover {
  text-decoration: none;
}

.characteristics-body__title {
  margin-bottom: 19px;
  padding-left: 35px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 20px;
}

.characteristics-body__content .characteristics-row__name, .characteristics-body__content .characteristics-row__value {
  color: #000000;
  background-color: #f4f4f4;
}

.characteristics-body__content .characteristics-row__value {
  font-weight: 500;
}

.sticker-block {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 5;
  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;
  pointer-events: none;
}

.sticker-item {
  margin-right: 10px;
  padding: 6px 12px;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
}

.sticker-item--blue {
  background-color: #029eda;
}

.sticker-item--red {
  background-color: #ec2449;
}

.sticker-item--grey {
  color: #ec2449;
  background-color: #efefef;
}

.triangle-list__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.triangle-list__flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 190px;
  width: 100%;
  margin-bottom: 5px;
}

.triangle-list__flex-item span {
  font-weight: 400;
  font-size: 14px;
}

.triangle-list__flex-item:first-child {
  margin-right: 50px;
}

.triangle-list__item {
  position: relative;
}

.triangle-list__item::before {
  content: url("/local/templates/universe_s1/images/section/list-arrow-pink.svg")!important;
  position: absolute;
  top: 0;
}

.triangle-list__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: #000000;
}

.ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-2
.catalog-element-gallery-preview-popup {
  margin-top: 0;
}

.ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-2
.catalog-element-gallery-preview {
  margin-top: auto;
}

/* <!-- 22/07/2021 (Sn) --> */
.video-popup-tr {
  margin-top: 24px;
  cursor: pointer;
}

.video-popup-tr span {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #040006;
}

.video-button {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  margin-bottom: 7px;
  background-color: #029eda;
  border-radius: 50%;
}

.video-button::before {
  content: '';
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 2px);
  border: 7px solid transparent;
  border-left: 7px solid #ffffff;
}

.video-button .link {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.video-button .link a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

.video-button .link a:first-child {
  z-index: 2;
}

.video-modal {
  position: fixed;
  z-index: 100000;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #00000063;
  display: none;
}

.video-modal__inner {
  width: 80%;
  height: auto;
}

.video-container {
  position: relative;
  padding: 0px 0px 50% 0px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.close-button {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

/* <!-- End of 22/07/2021 (Sn) --> */
@media screen and (max-width: 992px) {
  .delivery-wrapper__advantages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .delivery-wrapper__advantages-item:not(:last-child) {
    margin-bottom: 12px;
  }
  .parent-tabs__nav a {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .card-page .ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-2
.catalog-element-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-page .ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-2
.catalog-element-information-left {
    width: 100%;
  }
  .card-page .ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-2
.catalog-element-information-right {
    margin-left: 0;
  }
  .some-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 12px;
  }
  .some-info__article-container {
    margin-right: 0;
  }
  .some-info__reviews-counter {
    margin-right: 0;
  }
  .advantages {
    padding: 30px 0;
  }
  .grid-container {
    -ms-grid-columns: (minmax(240px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
  .grid-container--big-gap {
    grid-gap: 16px;
  }
  .characteristics-body__grid-container {
    -ms-grid-columns: (minmax(100%, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .delivery__grid-container {
    -ms-grid-columns: (minmax(100%, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .parent-tabs__nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    border: none;
    scrollbar-color: #029eda, #f4f4f4;
    scrollbar-width: thin;
  }
  .parent-tabs__nav a.active {
    color: #029eda;
    border-bottom: none;
  }
  .parent-tabs__nav::-webkit-scrollbar {
    height: 3px;
    background-color: #f4f4f4;
  }
  .parent-tabs__nav::-webkit-scrollbar-thumb {
    background-color: #029eda;
  }
  .parent-tabs__nav li {
    margin-bottom: 4px;
  }
  .parent-tabs__nav a {
    margin-right: 24px;
  }
  .parent-tabs__items {
    padding-bottom: 0;
  }

  .buttonBlock__button {
      width: 49px;
      height: 49px;
      margin-right: 4px;
  }
  .buttonBlock__button[data-basket-action="add"] svg {
    display: block;
    width: 22px;
    height: 22px;
  }
  .buttonBlock__button[data-basket-action="add"]:active svg path {
    fill: #EC2449;
  }
  .buttonBlock__button span {
      display: none;
  }
  .buttonBlock__button svg {
      width: 25px;
      height: 19px;
      margin-left: -2px;
  }
  .custom-btn {
      font-size: 12px;
      line-height: 15px;
      height: 49px;
      /*margin-left: 4px;*/
  }
}

@media screen and (max-width: 576px) {
  .card-page .ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-2
.catalog-element-sections.catalog-element-sections-wide
.catalog-element-section {
    margin: 24px 0;
  }
  .advantages {
    padding: 24px 0;
  }
  .base-section {
    padding: 0 8px;
  }
  .second-product-card__img {
    max-width: 100%;
  }
  .some-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .some-info__article-container {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .some-info__reviews-counter {
    margin-bottom: 6px;
  }
  .parent-tabs__items {
    padding-top: 12px;
    padding-bottom: 0;
  }
  .managers__item {
    -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: start;
  }
  .managers__ava-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .managers__item-mail, .managers__item-contacts {
    margin-left: 113px;
  }
  .grid-container--big-gap {
    -ms-grid-columns: (minmax(100%, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

@media screen and (max-width: 414px) {
  .grey-block {
    padding: 20px 16px;
  }
  .characteristics-row {
    font-size: 12px;
  }
  .characteristics-body__title {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .some-info__reviews-counter {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 2px;
  }
  .some-info .catalog-socnets-buttons-items {
    margin-bottom: 4px;
  }
  .accordion .ui-accordion-header {
    padding: 16px 38px 16px 16px;
    font-size: 14px;
  }
  .accordion .ui-accordion-header-icon {
    right: 16px;
  }
  .characteristics-body__grid-container {
    grid-gap: 0;
  }
  .grey-block {
    margin-bottom: 16px;
  }
  .review-item {
    padding: 24px;
  }
  .review-item__title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .review-item__title-rating {
    margin-top: 6px;
  }
}