

/* Start:/local/templates/optika/components/bitrix/breadcrumb/optika/style.css?1718711107836*/
.crumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 12px;
  line-height: 15px;
  position: relative;
  z-index: 2;
  clear: both;
}
.crumbs__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  color: #c4c4c4;
}
.crumbs__link {
  color: #333333;
  text-decoration: none;
}
.crumbs__link:hover, .crumbs__link:focus {
  outline: none;
  text-decoration: underline;
}
.crumbs__link::after {
  content: "/";
  display: inline-block;
  vertical-align: baseline;
  width: 6px;
  height: 8px;
  margin-left: 12px;
}

@media (max-width: 1440px) {
  .crumbs__link::after {
    margin-left: 11px;
  }
  .crumbs__item {
    margin-right: 5px;
  }
}
@media (max-width: 1199.9px) {
  .crumbs {
    padding: 20px 0;
  }
}

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

/* End */


/* Start:/local/components/bokus/order/templates/.default/style.css?171871110713342*/
.order-success {
  background-color: #ffffff;
  background-image: url("/local/components/bokus/order/templates/.default/./images/success-bg.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 60px 30px;
  max-width: 640px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  display: none;
}
.order-success__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 30px;
}

.order-columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.order-columns:last-child .order-column .form__group {
  margin-bottom: 0;
}
.order-columns:last-child .order-column .order-payment {
  margin-bottom: 0;
}

.order-column {
  display: flex;
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
  flex-shrink: 0;
}

.order-box {
  background: #FFFFFF;
  margin-bottom: 30px;
}
.order-box__content {
  padding: 30px;
}
.order-box__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  margin-top: 0;
  margin-bottom: 20px;
}

.total-amount__info {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 23px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #C4C4C4;
}
.total-amount__coupons {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #C4C4C4;
}
.total-amount__info-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.total-amount__info-line:last-child {
  margin-bottom: 0;
  font-weight: bold;
}
.total-amount__info-value span {
  color: #FF0000;
}
.total-amount__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.total-amount__params {
  width: 100%;
}
.total-amount__params td:nth-child(2) {
  text-align: right;
}

.bonuses-input {
  margin-bottom: 20px;
}
.bonuses-input__group {
  display: flex;
}
.bonuses-input__input {
  margin-right: -2px;
}
.bonuses-input__apply {
  width: 160px;
  flex: 1 0 auto;
}
.bonuses-input__row {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  justify-content: space-between;
}
.bonuses-input__title {
  margin-right: 15px;
}
.bonuses-input__errors {
  display: none;
  color: red;
  margin-top: 10px;
  font-size: 14px;
  line-height: 21px;
}

.promocode__title {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 15px;
  color: #C4C4C4;
}
.promocode__input {
  margin-right: -2px;
}
.promocode__errors {
  display: none;
  color: red;
  margin-top: 10px;
  font-size: 14px;
  line-height: 21px;
}
.promocode__apply {
  width: 160px;
  flex: 1 0 auto;
}
.promocode__group {
  display: flex;
}

.order-delivery__price {
  background: #E5E5E5;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 15px;
  font-weight: bold;
}
.order-delivery__price span {
  font-weight: normal;
  display: inline;
}
.order-delivery__price-text {
  margin-right: 10px;
}
.order-delivery__checkout .btn {
  margin-top: 23px;
}

.delivery-item {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

.checkout-radio {
  display: block;
  padding: 20px;
  border: 1px solid #C4C4C4;
  position: relative;
  cursor: pointer;
  width: 100%;
}
.checkout-radio input {
  position: absolute;
  opacity: 0;
  top: 50%;
  height: 0;
  margin: 0 !important;
}
.checkout-radio input:checked + .checkout-radio__checkmark {
  border-color: #000000;
}
.checkout-radio input:checked + .checkout-radio__checkmark::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000000;
  top: 2px;
  left: 2px;
}
.checkout-radio__checkmark {
  background-color: #ffffff;
  border: 1px solid #C4C4C4;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: inline-block;
  transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
  position: absolute;
  top: 23px;
  left: 20px;
}
.checkout-radio__text {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  padding-left: 25px;
  color: #333333;
}
.checkout-radio__description {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin-top: 5px;
  color: #333333;
}

.pickup-modal {
  padding: 0 !important;
  max-width: 1720px !important;
  width: 100%;
}
.pickup-modal .fancybox-close-small {
  width: 48px !important;
  height: 48px !important;
  background-color: #ffffff !important;
  top: 10px !important;
  right: 10px !important;
  padding: 8px !important;
}
.pickup-modal__header {
  display: none;
}
.pickup-modal__map {
  height: 700px;
  background-color: #f6f6f6;
}
.pickup-modal__search {
  margin-bottom: 10px;
}
.pickup-modal__content {
  width: 408px;
  padding: 30px;
  position: absolute;
  top: 30px;
  left: 30px;
  background: #ffffff;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.pickup-modal__content.active .pickup-modal__info {
  transform: translate(0, 0);
}
.pickup-modal__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 30px;
}
.pickup-modal__list {
  max-height: 100%;
}
.pickup-modal__item {
  cursor: pointer;
  padding: 10px 0;
  border-bottom: 1px solid #E5E5E5;
}
.pickup-modal__item:last-child {
  border-bottom: 0;
}
.pickup-modal__item-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 5px;
}
.pickup-modal__item-text {
  font-size: 16px;
  line-height: 20px;
}
.pickup-modal__info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 30px;
  transform: translate(100%, 0);
  transition: 0.2s;
}
.pickup-modal__info-header {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.pickup-modal__info-header-bottom {
  display: none;
}
.pickup-modal__info-back {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 40px;
  cursor: pointer;
  display: flex;
  align-items: baseline;
}
.pickup-modal__info-back svg {
  margin-right: 12px;
}
.pickup-modal__info-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 10px;
}
.pickup-modal__info-content {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}
.pickup-modal__detail {
  margin-bottom: 20px;
}
.pickup-modal__detail:last-child {
  margin-bottom: 0;
}
.pickup-modal__detail-title {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
  color: #333333;
}
.pickup-modal__detail-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}

.pickup-modal-list-wrapper {
  overflow: hidden;
}

.order-payment {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
}

.order-userinfo__list {
  margin-bottom: -20px;
}

.order-page .preloader {
  position: fixed;
}

@media (max-width: 1440px) {
  .order-columns {
    margin-left: -10px;
    margin-right: -10px;
  }
  .order-column {
    width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .order-box__content {
    padding: 20px;
  }
  .order-box__title {
    font-size: 20px;
    line-height: 26px;
    text-transform: none;
  }
  .total-amount__info {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .total-amount__info-line {
    margin-bottom: 20px;
  }
  .total-amount__title {
    margin-bottom: 20px;
  }
  .total-amount__coupons {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .bonuses-input__title, .bonuses-input__qty {
    font-size: 14px;
    line-height: 18px;
  }
  .checkout-radio {
    padding: 10px;
    padding-top: 36px;
  }
  .checkout-radio__text {
    padding-left: 0;
    font-size: 14px;
    line-height: 18px;
  }
  .checkout-radio__description {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
  .checkout-radio__checkmark {
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 1199.9px) {
  #order-button {
    display: none;
  }
  .order-columns {
    margin-left: -5px;
    margin-right: -5px;
  }
  .order-column {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .order-box {
    margin-bottom: 10px;
  }
  .order-box__content {
    padding: 20px;
  }
  .order-box__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .delivery-item {
    margin-bottom: 10px;
  }
  .order-delivery__checkout {
    margin-top: 10px;
  }
  .total-amount__info {
    font-size: 14px;
    line-height: 18px;
  }
  .total-amount__title {
    margin-bottom: 20px;
  }
  .total-amount__body {
    display: flex;
  }
  .total-amount__top, .total-amount__bottom {
    width: 50%;
  }
  .total-amount__top {
    position: relative;
    padding-right: 20px;
  }
  .total-amount__top::after {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #C4C4C4;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .total-amount__bottom {
    padding-left: 20px;
  }
  .total-amount__info {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .total-amount__coupons {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .promocode__input {
    margin-right: 10px;
  }
  .bonuses__input {
    margin-right: 10px;
  }
  .pickup-modal__content {
    padding: 20px;
    width: 370px;
    left: 20px;
    bottom: 20px;
    top: 20px;
  }
  .pickup-modal__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .pickup-modal__item-title {
    font-size: 14px;
    line-height: 18px;
  }
  .pickup-modal__map {
    height: 640px;
  }
  .pickup-modal__info-title {
    font-size: 18px;
    line-height: 24px;
  }
  .pickup-modal__info-back {
    margin-bottom: 30px;
  }
  .pickup-modal__info {
    padding: 20px;
  }
}
@media (max-width: 991.9px) {
  .order-box__content {
    padding: 20px 10px;
  }
  .pickup-modal {
    height: 100%;
  }
  .pickup-modal__header {
    display: flex;
    padding: 50px 20px 20px 20px;
    align-items: center;
    justify-content: center;
  }
  .pickup-modal__header-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
  }
  .pickup-modal__map {
    height: 100%;
  }
  .pickup-modal__content {
    top: inherit;
    right: 0;
    left: 0;
    bottom: 0;
    width: auto;
    padding: 0;
    position: relative;
    flex: 0 0 auto;
  }
  .pickup-modal__content.active .pickup-modal__info {
    display: flex;
  }
  .pickup-modal__info {
    position: relative;
    display: none;
  }
  .pickup-modal__info-set {
    display: none !important;
  }
  .pickup-modal__info-header {
    display: flex;
    justify-content: space-between;
  }
  .pickup-modal__info-header-top {
    display: flex;
    flex-direction: column;
    padding-right: 20px;
  }
  .pickup-modal__info-header-bottom {
    display: block;
  }
  .pickup-modal__info-content {
    border: 0;
    padding: 0;
    margin: 0;
  }
  .pickup-modal__search {
    display: none;
  }
  .pickup-modal__title {
    display: none;
  }
  .pickup-modal__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .pickup-modal__detail {
    display: flex;
  }
  .pickup-modal__detail > div {
    width: 50%;
  }
  .pickup-modal__info-back {
    display: none;
  }
  .pickup-modal-list-wrapper {
    display: none;
  }
  .total-amount__title {
    text-transform: none;
  }
}
@media (max-width: 767.9px) {
  .order-columns {
    flex-wrap: wrap;
  }
  .order-columns:last-child .order-column:not([style*="display: none"]):last-child .form__group {
    margin-bottom: 0;
  }
  .order-columns:last-child .order-column:not([style*="display: none"]):last-child .order-payment {
    margin-bottom: 0;
  }
  .order-columns:last-child .order-column:not([style*="display: none"]) .form__group {
    margin-bottom: 20px;
  }
  .order-columns:last-child .order-column:not([style*="display: none"]) .order-payment {
    margin-bottom: 10px;
  }
  .order-column {
    width: 100%;
  }
  .total-amount__body {
    flex-direction: column;
  }
  .total-amount__top, .total-amount__bottom {
    width: 100%;
  }
  .total-amount__top {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .total-amount__top::after {
    content: none;
  }
  .total-amount__bottom {
    padding-left: 0;
  }
  .order-delivery__checkout .btn {
    margin-top: 0;
  }
}
@media (max-width: 575.9px) {
  .gm-style .gm-style-iw-c {
    display: none !important;
  }
  .order-box__title {
    text-align: center;
    margin-bottom: 10px;
  }
  .checkout-radio {
    padding: 10px;
    padding-left: 35px;
  }
  .pickup-modal__header-title {
    font-size: 21px;
    line-height: 31px;
  }
  .pickup-modal__info {
    padding: 10px;
  }
  .pickup-modal__info-header {
    flex-direction: column;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .pickup-modal__info-header-top {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .pickup-modal__info-title {
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
    margin-bottom: 5px;
  }
  .pickup-modal__detail {
    margin-bottom: 5px;
  }
}

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

/* End */
/* /local/templates/optika/components/bitrix/breadcrumb/optika/style.css?1718711107836 */
/* /local/components/bokus/order/templates/.default/style.css?171871110713342 */
