

/* Start:/local/templates/euro-obyv/components/bitrix/catalog.element/item/style.css?175196684613663*/
.f-thumbs__slide{
  height: 96px;
}
.hide {
  display: none !important;
}
.product-card__color input[type="radio"] + label img {
  border: 1px solid transparent;
  height: 45px;
  width: 45px;
  -o-object-fit: cover;
  object-fit: cover;
}
.js-change-offer {
  display: none;
}
.product__size .product__buttons .control__link--favorites.active:before {
  content: "\e812";
  color: #c10017 !important;
}

.js-add-to-cart.active {
  background: var(--main-accent-color);
  color: #fff;
}
.fast_sticker {
  background-color: #630060;
  display: inline-block;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 5px;
  border-radius: 3px;
  color: #000;
}

/* временные стили картинок */
.f-carousel__slide img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: bottom;
  max-height: 700px;
}
/* временные стили картинок */

.item__sticker {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0.65rem;
  z-index: 2;
  left: 5px;
}

.price__split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  text-align: center;
  gap: 12px;
  margin-bottom: 15px;
}

.price__split-tab {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(166, 231, 20, 1)),
    color-stop(50%, rgba(18, 187, 30, 1)),
    to(rgba(1, 143, 207, 1))
  );
  background: -o-linear-gradient(
    left,
    rgba(166, 231, 20, 1) 0%,
    rgba(18, 187, 30, 1) 50%,
    rgba(1, 143, 207, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(166, 231, 20, 1) 0%,
    rgba(18, 187, 30, 1) 50%,
    rgba(1, 143, 207, 1) 100%
  );
  height: 43px;
  width: 147px;
  border-radius: 5px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  size: 14px;
  line-height: 16.7px;
  color: #fff;
  min-width: 140px;
}

.price__split-text {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 16.48px;
  color: #777777;
}

.price__split-info {
  border: 0;
  padding: 0;
  background: transparent;
  border-radius: 50%;
}

.price__split-info svg circle {
  fill: #d9d9d9;
}

.price__split-info svg path {
  fill: #737373;
}

.price__split-info:hover svg circle {
  fill: #40c91b;
}

.price__split-info:hover svg path {
  fill: #fff;
}

.popup__split-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 2px; /* Высота полосы */
  background-color: #ccc; /* Цвет фона полосы */
  padding: 0 10px; /* Отступы от краев */
  margin-bottom: 50px;
}

.popup__split-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0 10px; /* Отступы от краев */
}

.popup__prices-item {
  text-align: center;
  width: 118px;
}

.popup__item-price {
  font-weight: 500;
  font-size: 20px;
  line-height: 23.54px;
  color: #000000;
  margin-bottom: 7px;
}

.popup__item-description {
  font-weight: 500;
  font-size: 14px;
  line-height: 16.48px;
  color: #777777;
  margin-bottom: 25px;
}

.split-button {
  max-width: 302px;
}

.split-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popup__content .popup__split-content .popup__title-split {
  margin-bottom: 11px;
}

.popup .popup__content--window {
  position: fixed !important;
  -webkit-transform: translate(5%, 0) !important;
  -ms-transform: translate(5%, 0) !important;
  transform: translate(5%, 0) !important;
  top: 100px;
}

.popup__title-description {
  font-weight: 500;
  font-size: 14px;
  line-height: 16.48px;
  margin-bottom: 60px;
}

.split-list {
  margin-bottom: 45px;
}

.split-list__item {
  margin-bottom: 15px;
}

.split-list__item {
  font-weight: 500;
  font-size: 14px;
  line-height: 16.48px;
  color: #777777;
}

.split-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16.48px;
  text-align: center;
}

@media (min-width: 768px) {
  .popup--split {
    max-width: 635px;
  }
}

@media (max-width: 768px) {
  .popup__bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 30px;
  }

  .popup__title-description {
    margin-bottom: 25px;
  }

  .popup .popup__content--window {
    top: 10px;
    margin: auto;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    left: 0;
    right: 0;
  }

  .popup__split--scrollable {
    height: 85vh;
    overflow-y: scroll;
  }

  .popup__split-bar {
    width: 2px;
    height: auto;
    background-color: transparent;
    padding: 10px 10px;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }

  .popup__split-prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }

  .popup__item-description {
    margin-bottom: 0;
  }
}

/* form--review__action PART  */

.form--review__action .popup__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 120.8%;
  color: #c10017;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.form--review__action .popup-window {
  font: inherit !important;
}

.form--review__action .inputtextarea {
  resize: none;
  height: 240px;
  padding: 15px;
  line-height: normal;
}

.form--review__action .inputtextarea:focus,
select:focus {
  border: 1px solid #d7d7d7;
  border-color: #c10017;
  -webkit-box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.075);
  background: #fff;
}

.form--review__action table.form-table {
  width: 100%;
  background-color: white;
  border-collapse: collapse;
  font-size: 100%;
  font-weight: normal;
  line-height: 160%;
}

.form--review__action table.form-table th,
.form--review__action table.form-table td {
  border: 1px solid #adc3d5;
  padding: 5px 5px;
  vertical-align: top;
}

.form--review__action table.form-table th {
  background-image: url(/local/templates/euro-obyv/components/bitrix/catalog.element/item/images/table_head.gif);
  background-repeat: repeat-x;
  text-align: left;
  color: #25639a;
}

.form--review__action table.form-table td {
  padding: 15px 5px;
}

.form--review__action .form-required {
  color: red;
}

.form--review__action .error-fld {
  display: block;
  float: left;
  height: 13px;
  width: 15px;
  background-repeat: no-repeat;
  background-image: url(/local/templates/euro-obyv/components/bitrix/catalog.element/item/images/icon_warn.gif);
}
.form--review__action .g-recaptcha__callback {
  margin: 10px 0;
  color: var(--main-accent-color);
}

.form--review__action input[type="file"] {
  outline: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form--review__action label {
  font-weight: 400;
  font-size: 16px;
  line-height: 120.8%;
  color: #181818;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form--review__action .title {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  margin-left: 10px;
}

.form--review__action .material-icons,
.form--review__action .title {
  cursor: pointer;
}

.form--review__action .inputfile {
  width: 1%;
}

.form--review__action .file-name {
  font-weight: 400;
  font-size: 13px;
  line-height: 120.8%;
  color: #c10017;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.form--review__action .delete-button {
  margin-right: 10px;
  margin-left: 8px;
  cursor: pointer;
  color: #c10017;
  font-size: 25px;
}

.form--review__action .layout__background {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  display: none;
}

.form--review__action .form__group--submit .btn {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
  height: 78px;
}

.form--review__action .popup-window-close-icon:after {
  width: 24px !important;
  height: 24px !important;
  background-image: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: icons;
  content: "\E809" !important;
  font-size: 22px;
  font-weight: 500;
}

.form--review__action .popup-window-close-icon:hover::after {
  color: #f00 !important;
}

.form--review__action .popup-window-close-icon {
  right: 30px !important;
  top: 45px !important;
}

/* OTZIVI PART */

.product__reviews {
  height: auto;
}
.item__wrapper-item__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 30px;
}
.item__wrapper {
  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;
}
#myCarousel_otzivi {
  --f-carousel-slide-height: 70%;

  height: auto;
}
.product__reviews .f-carousel {
  --f-carousel-spacing: 8px;
  --f-carousel-slide-width: calc((100% - 16px) / 2);
  --f-carousel-slide-height: 100%;
}
.product__reviews .f-carousel__slide {
  border: 1px solid #c6c3c3;
  padding: 10px 35px;
  height: auto;
}

.item__slider-wrapper {
  margin-top: 20px;
}
.item__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.product__reviews .f-carousel__dots {
  display: none;
}
.item__photos {
  max-width: 250px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item__photos img {
  max-width: 70px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.item_photo {
  height: 100%;
}
.product__reviews .f-carousel__nav button svg {
  color: #c10017;
  width: 30px;
  height: 30px;
}
.product__reviews .item__content {
  font-size: 16px !important;
}

@media (max-width: 768px) {
  .product__reviews .f-carousel {
    --f-carousel-spacing: 8px;
    --f-carousel-slide-width: calc((100% - 16px) / 1);
    --f-carousel-slide-height: 100%;
  }
}

@media (max-width: 576px) {
  .item__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .item__rating {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product__reviews .item__header {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .product__reviews .item__photos {
    gap: 7px !important;
  }
  .item__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .item__wrapper-item__button,
  .item__wrapper-item__button button {
    width: 100%;
  }
  .product__reviews {
    max-height: 530px !important;
  }
  .item__wrapper-item__quantity {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
  }
  .f-carousel__slide {
    padding: 10px 45px;
  }
}

.gallery__preview .item__sticker.fast_sticker {
  top: 0.65rem;
  bottom: inherit;
}

.fast_sticker_wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-wrap: nowrap;
  top: 0.65rem;
  z-index: 2;
  left: 5px;
}

.item__sticker.fast_sticker {
  display: flex;
  flex-direction: column;
  text-wrap: nowrap;
  width: fit-content;
  top: 0.65rem;
  z-index: 2;
  left: 5px;
  max-width: 100%;
  position: absolute;
  top: 10px !important;
  bottom: auto;
}
/* End */


/* Start:/local/templates/euro-obyv/components/bitrix/catalog.section/element/style.css?1747816176468*/
.js-favorite.active:before {
  content: "\e812";
  color: #c10017 !important;
}
.fast_sticker {
  background-color: #630060;
  display: inline-block;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 5px;
  border-radius: 3px;
  color: #000;
}

.item__sticker.fast_sticker {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0.65rem;
  z-index: 2;
  left: 5px;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/main.userconsent.request/.default/user_consent.css?16219310204387*/
.main-user-consent-request a {
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px dotted;
}

.main-user-consent-request-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  overflow: hidden;
  z-index: 9000;
}

.main-user-consent-request-popup-cont {
  min-height: 290px; /* loader magic */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  padding: 20px;
  min-width: 320px;
  background: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
}

.main-user-consent-request-popup-header {
  margin: 0 0 10px 0;
  font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #000;
  text-align: left;
}

.main-user-consent-request-popup-textarea-block {
  margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-user-consent-request-popup-button {
  display: inline-block;
  height: 39px;
  margin: 0 10px 5px 0;
  padding: 0 18px;
  border: none;
  border-radius: 2px;
  font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #535c69;
  outline: none;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
  cursor: pointer;
}

/*.main-user-consent-request-popup-button-acc {
  background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
  background: #d2f95f;
}*/

.main-user-consent-request-popup-button-rej {
  -webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
  box-shadow: inset 0 0 0 1px #a1a6ac;
  background: none;
}

.main-user-consent-request-popup-button-rej:hover {
  background: #cfd4d8;
}

.main-user-consent-request-popup-text {
  border: 1px solid #999;
  overflow: auto;
  padding: 8px;
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  text-align: left;
  color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main-user-consent-request-popup-link a {
  display: block;
  margin: 20px 0 0 0;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
  position: relative;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.main-user-consent-request-path {
  stroke: #80868e;
  stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.main-user-consent-request-circular {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: inherit;
  width: inherit;
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.main-user-consent-request-path {
  stroke: #ccc;
  stroke-dasharray: 60, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

.main-user-consent-request-announce{
  color: #333;
  font-size:13px;
  line-height: 15px;
}
.main-user-consent-request-announce-link{
  cursor: pointer;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@media (min-width: 1000px) {

  .main-user-consent-request-popup-cont {
    min-height: 400px;
    min-width: 640px;
  }

  .main-user-consent-request-popup-header {
    max-width: 590px;
  }

  .main-user-consent-request-popup-text,
  .main-user-consent-request-popup-link {
    height: 240px;
  }
  .main-user-consent-request-popup-link a {
    max-width: 200px;
  }
}
/* End */
/* /local/templates/euro-obyv/components/bitrix/catalog.element/item/style.css?175196684613663 */
/* /local/templates/euro-obyv/components/bitrix/catalog.section/element/style.css?1747816176468 */
/* /local/templates/.default/components/bitrix/main.userconsent.request/.default/user_consent.css?16219310204387 */
