@charset "UTF-8";
#panel {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000 !important;
  width: 100%;
}

h3 {
  font-weight: normal;
  margin-bottom: 15px;
}

.footer-ogrn {
  margin-top: 10px;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.grecaptcha-badge {
  visibility: hidden;
}

.suggestions-suggestions {
  margin-top: 3px;
  padding: 8px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid transparent !important;
  font-size: 16px;
  box-shadow: 0 10px 22px -3px #d8d8d8;
  font-weight: 300;
}

@media (max-width: 768px) {
  .fixed-menu {
    z-index: 11;
  }
  .b24-widget-button-inner-container {
    display: none !important;
  }
  .bx-livechat-mobile.bx-livechat-wrapper {
    box-shadow: none;
  }
  .bx-livechat-mobile .bx-livechat-textarea {
    margin-bottom: 72px;
  }
}
.suggestions-constraints {
  display: none !important;
}

/*# sourceMappingURL=styles.css.map */
.checkout-content .checkout__delivery-text a {
  text-decoration: underline;
}

td p .badge-danger {
  background-color: red;
}

td p .badge-success {
  background-color: green;
}

/* Стили для старой цены */
.product--cart {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
}

.product__cart-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  padding-right: 8px;
  position: relative;
}

.product__old_price {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #979797;
  text-decoration: line-through;
}

.product__remove {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #979797;
  font-size: 10px;
  position: absolute;
  bottom: -15px;
}

.product__name {
  line-height: 1.1;
  margin-bottom: 0px;
}

.product--cart .product__price {
  margin-bottom: 2px;
}

@media (min-width: 901px) {
  .checkout--products .product__price span {
    text-align: end;
    min-width: 87px;
  }
}
@media (min-width: 901px) {
  .product__old_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media (max-width: 900px) {
  .product__old_price {
    font-size: 12px;
    margin-bottom: 4px;
    margin-top: 4px;
  }
  .checkout--products .product__count {
    margin-top: 3px;
  }
}
@media (min-width: 901px) {
  .checkout--products .product__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    margin-bottom: 4px;
  }
}
@media (min-width: 901px) {
  .checkout--products .product__prices {
    max-width: 350px;
    width: 350px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.product--cart .product__name {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.42;
}

/* Стили для модального окна персональных данных */
.policy-modal-tb {
  list-style-type: disc;
  padding: 0 0 10px 10px;
  margin-left: 30px;
}

.modal--center .policy-modal {
  max-height: 85%;
  width: 80%;
}

.policy-content {
  text-align: justify;
  font-weight: 300;
  font-size: 14px;
  padding: 24px 44px 24px 20px;
}

.policy-close {
  margin-left: auto;
  margin-bottom: 8px;
  margin-right: -20px;
}

.callback {
  padding: 24px 44px 24px 20px;
}

.callback__close {
  margin-left: auto;
  margin-bottom: 8px;
  margin-right: -20px;
}

/* Стили для окна согласия куки */
.cookie_notice {
  display: none;
  position: fixed;
  z-index: 9999999;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 15px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #000;
  background: #ffffff;
  padding: 10px 20px;
  border-top: 1px solid rgba(204, 204, 204, 0.8705882353);
}

.cookie_notice .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.notice_text {
  font-size: 13px;
  text-align: justify;
  padding-right: var(--unit);
}

@media (max-width: 768px) {
  .cookie_notice {
    bottom: 70px;
  }
  .cookie_notice .container {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
  }
  .modal--center .policy-modal {
    max-height: 70%;
    width: 90%;
  }
  .notice_text {
    font-size: 11px;
    margin-right: 0px;
    padding-right: 0px;
  }
  .cookie_btn {
    margin: 15px 0px 0px 0px !important;
    width: 100%;
  }
}
.cookie_btn {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 12px 15px;
  color: #ffffff;
  background: red;
  border-radius: 6px;
  min-height: 40px;
  cursor: pointer;
}

.cookie_btn .btn__text {
  color: white;
}

.cookie_btn:hover {
  color: rgba(0, 0, 0, 0.5803921569);
}

.cookie_btn:after,
.cookie_btn:before {
  position: absolute;
  height: 2px;
  left: 50%;
  background: #FFF;
  bottom: -6px;
  content: "";
  transition: all 280ms ease-in-out;
  width: 0;
}

.cookie_btn:before {
  top: -6px;
}

.cookie_btn:hover:after,
.cookie_btn:hover:before {
  width: 100%;
  left: 0;
}

.footer-policy-block {
  display: flex;
  justify-content: flex-start;
  padding-left: 3.33vw;
  margin-top: 10px;
  border-top: 1px solid rgba(214, 214, 214, 0.5);
  padding-top: 33px;
  padding-bottom: 33px;
  position: absolute;
  width: 100%;
  left: 0;
}

.footer-policy-block a {
  margin-left: 40px;
  margin-right: 40px;
  font-weight: 300;
  text-decoration: underline;
  font-size: 12px;
}

.footer-policy-block p {
  margin-left: 0px;
  margin-right: 40px;
  margin-top: 0px;
  font-size: 12px;
}

@media (max-width: 900px) {
  .footer-policy-block {
    display: none !important;
  }
}
.suggestions-addon {
  z-index: 1000;
}

.input--has-error .suggestions-addon {
  visibility: hidden;
}

.header .header__fav {
  flex-direction: column;
  position: relative;
}

.header .header__fav .header__cart-text {
  margin-left: 0;
  margin-top: 6px;
}

.header .header__cart {
  flex-direction: column;
  position: relative;
}

.header .header__cart .header__cart-text {
  margin-left: 0;
  margin-top: 3px;
}

.header .header__cart-badge {
  right: 0;
  top: 0;
  position: absolute;
}

.header .header__fav-badge {
  right: 0;
  top: 0;
  position: absolute;
}

.fixed-menu-count {
  background: #f00;
}

.modal {
  z-index: 12;
}

header.header {
  z-index: 11;
}

.header-light .header__top-link:nth-child(2) {
  margin-left: auto !important;
  margin-right: 0 !important;
  font-size: 18px !important;
}

.header-light .header__top-link:last-child {
  margin-left: 24px !important;
  font-size: 18px !important;
}

.footer-light .footer__phone {
  font-size: 18px !important;
  margin-bottom: 0;
}

.notfound {
  min-height: 80vh;
}

.notfound__title {
  margin-top: 100px;
}

@media (max-width: 900px) {
  .modal--mobile-fullwidth {
    width: 100%;
    height: 100%;
  }
  .modal--mobile-fullwidth .modal__container {
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    transform: translate(0%, 0%) !important;
    max-width: 100% !important;
    max-height: 100% !important;
    border-radius: 0;
  }
  .modal--mobile-fullwidth .modal__container .callback {
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .modal--mobile-fullwidth .modal__container .modal__content {
    padding: 30px;
  }
  .modal--mobile-fullwidth .modal__container .i-close {
    width: 15px;
    height: 15px;
    margin-top: -40px;
    margin-right: -50px;
  }
}
@media (min-width: 900px) {
  .hide--desktop {
    display: none !important;
  }
}

.foot__diploma--lg {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 900px) {
  .foot__diploma--lg {
    display: block;
  }
}
@media (max-width: 900px) {
  .foot__diploma--lg {
    display: none;
  }
}
.foot__diploma--sm {
  margin: 10px auto;
}
@media (min-width: 900px) {
  .foot__diploma--sm {
    display: none;
  }
}
@media (max-width: 900px) {
  .foot__diploma--sm {
    position: relative;
    display: inline-block;
    left: 50%;
    right: auto;
    margin-left: -27px;
  }
}

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