@media (max-width: 768px) {
  .__jivoMobileButton {
    bottom: 45px;
  }
}

.layout.widget-type_widget_v4_product_3_78bcefcf70f5b53e21aaa74a7e304989 {
  overflow: hidden;
}

.fslightbox-pdf {
  width: 95vw !important;
  height: 95vh !important;
}

.status-item {
    display: flex;
    flex-direction: column;
    box-shadow: 2px 4px 12px rgba(0,0,0,0.08);
    border-radius: 12px;
    padding: 24px;
    min-width: 250px;
    & span {
      font-size: 14px;
    }
    & .icon-star-o {
      font-size: 20px;
    }
    & div {
      display: flex;
      align-items: center;
      font-size: 18px;
      margin-top: 12px;
    }
    & img {
      width: 25px;
      margin-right: 8px;
    }
}

.custom-content {
  display: none;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;

  &.active {
    display: block;
  }
}

div[data-tabs-item="tab-Vklyuchit_utochn"] ,
div[data-tabs-item="tab-Tekst_utochneniy"]{
	display: none!important;
}

.product__price_clarification p {
 font-size: 1.4rem;
 font-weight: 500;
 margin: 0 auto;
}

.co-tabs-controls {
  border: 2px solid var(--bg-minor-shade);
  border-radius: var(--controls-form-border-radius);
  background-color: var(--bg-minor-shade);
}

.co-tabs-controls--customer .co-tabs-node:not(.co-tabs-node--active) {
  background: var(--bg-minor-shade);
  color: black;
}

.co-tabs-controls--customer .co-tabs-node:first-child,
.co-tabs-controls--customer .co-tabs-node:last-child {
  border-radius: var(--controls-form-border-radius);
}

.co-tabs-controls--customer .co-tabs-node:hover {
  border-color: var(--bg-minor-shade);
}

.co-tabs-controls--customer .co-tabs-node {
  font-size: var(--controls-font-size-m);
  height: var(--controls-height-m);
  font-weight: 500;
}

.co-input-field {
  background: var(--bg-minor-shade);
  border: none;
  &:focus {
    box-shadow: 0 0 0 0.2rem #2c94fc;
  }
}

@media screen and (max-width: 480px) {
    .co-social_login-button {
        width: 100%;
        margin: 0.25rem 0rem;
    }
}

@media (max-width: 560px) {
  .co-sidebar-toggler {
    border-radius: 16px;
  }
}

.outside-widgets .widget-type_system_widget_v4_preorder_1 .layout__content {
  border-radius: 10px !important;
  .preorder {
    border-radius: 10px;
  }
}

.outside-widgets .widget-type_system_widget_v4_preorder_1 .layout__content .preorder .preorder__head {
  border-radius: 10px;
  background-color: white;
}

.widget-type_system_widget_v4_preorder_1.layout.is-show-fullscreen  {
  align-items: center;
}

.form-control.form-control_wide {
  background-color: var(--bg-minor-shade);
  border: 0;
  border-radius: 10px;
  &:focus {
    box-shadow: 0 0 0 0.2rem #2c94fc;
  }
}

.preorder__field-area .button {
  border-radius: 10px;
  font-weight: 500;
}

.outside-widgets .widget-type_system_widget_v4_preorder_1 .layout__content .preorder .preorder__title {
  font-size: calc(var(--font-size) * 2);
  font-weight: 700;
}






