@charset "UTF-8";
[id ^= sandbox_theme_panel] {
  width: 100px !important;
  font-size: 10px !important;
  right: 0;
  top: auto !important;
  bottom: 0;
  line-height: 1.2;
  font-weight: normal !important;
}
.sample-popup {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  -ms-flex-align: start;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sample-popup.opened {
  opacity: 1;
  visibility: visible;
}
.sample-popup .sample-popup-in {
  text-align: left;
  position: relative;
  flex: 0 0 auto;
  margin: auto;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-block;
  width: 430px;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.13);
  position: relative;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: normal;
}
.sample-popup .sample-popup-title {
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.sample-popup .sample-popup-text {
  font-size: 16px;
  margin: 0 0 15px;
}
.sample-popup .sample-popup-text *:first-child {
  margin-top: 0;
}
.sample-popup .sample-popup-text *:last-child {
  margin-bottom: 0;
}
.sample-popup .sample-popup-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.sample-popup .sample-popup-btns a {
  text-decoration: none;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
}
.sample-popup .sample-popup-btns a.popup-no {
  background: #e92e2e;
}
.sample-popup .sample-popup-btns a.popup-yes {
  background: #29992d;
}
@media (max-width: 480px) {
  .sample-popup {
    padding: 15px;
  }
  .sample-popup .sample-popup-in {
    padding: 20px 15px;
  }
}
re-captcha {
  display: none !important;
}
.product-kinds-wrap {
  padding: 40px 0 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  gap: 10px 0;
  box-sizing: border-box;
}
.product-kinds-wrap * {
  box-sizing: border-box;
}
.product-kinds-wrap a {
  width: calc(33.33% - 10px);
  margin: 0 5px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  font-weight: bold;
}
.product-kinds-wrap a span {
  display: block;
}
.product-kinds-wrap a .my-kind-item-name {
  margin: 0 0 7px;
  font-weight: 600;
}
.product-kinds-wrap a .my-kind-item-price {
  font-size: 18px;
  margin-top: auto;
}
.product-kinds-wrap a.active {
  border-color: #3c33fe;
}
@media (max-width: 1460px) and (min-width: 1201px) {
  .product-kinds-wrap a {
    width: calc(50% - 10px);
  }
}
@media (max-width: 1023px) {
  .slider_wrap .item_slide__title * {
    font-size: 23px !important;
  }
  .slider_wrap .item_slide__body * {
    font-size: 17px !important;
  }
}
@media (max-width: 639px) {
  .slider_wrap .item_slide__title * {
    font-size: 21px !important;
  }
  .product-kinds-wrap a {
    width: calc(50% - 10px);
  }
}
@media (max-width: 425px) {
  .product-kinds-wrap a {
    width: calc(100% - 10px);
  }
}
.slider_wrap .item_slide {
  position: relative;
}
.slider_wrap .item_slide > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.slider_wrap .item_slide__title *:first-child, .slider_wrap .item_slide__body *:first-child {
  margin-top: 0;
}
.slider_wrap .item_slide__title *:last-child, .slider_wrap .item_slide__body *:last-child {
  margin-bottom: 0;
}
.deligate_points_fields {
  background: #f4f4f4;
}
.shop2-delivery-step {
  color: #000;
}
#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-tab--icon {
  margin-right: 12px;
}
#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .option-label strong {
  white-space: inherit;
  text-align: right;
}
#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label {
  flex-wrap: wrap;
}
#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label > span + span {
  padding-left: 35px;
}
#shop2-order-delivery .options-list {
  margin-top: 20px;
}
.deligate_points_fields .delivery-point {
  flex-wrap: wrap;
  justify-content: space-between;
}
.deligate_points_fields .delivery-point div + div {
  padding-left: 0;
}
#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .option-details .option-details {
  margin-left: 0;
}
.point-cost {
  white-space: nowrap;
}
#shop2-order-delivery .g-form-field__value {
  display: block;
}
.shop2-order-options.shop2-delivery .options-list .option-type .option-label span:before, .shop2-delivery .options-list .option-type .option-label span:before {
  display: none;
}
#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label .control-radio__label::before {
  display: block;
}
#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label .control-radio__label::after {
  display: none;
}
#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label input:checked + .control-radio__label:before {
  border-color: #33354b;
  background: #33354b;
  box-shadow: inset 0 0 0 3px #fff;
}
#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label .control-radio__label, #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .option-label span.shop2-edost-day, .shop2-order-options.shop2-delivery .options-list .option-type .option-label span, .shop2-delivery .options-list .option-type .option-label span {
  max-width: none;
}
.shop2-order-options textarea {
  box-shadow: none;
}
.shop2-order-options textarea:focus {
  border: 0;
  border-bottom: 2px solid rgba(51, 53, 75, 0.5);
  box-shadow: none;
}
#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__title {
  font-weight: normal;
}
.shop2-order-options input[type="text"], .shop2-order-options select:not([multiply]) {
  box-shadow: none;
}
.shop2-order-options input[type="text"]:focus, .shop2-order-options select:not([multiply]):focus {
  border: 0;
  border-bottom: 2px solid rgba(51, 53, 75, 0.5);
  box-shadow: none;
}
.map-select select {
  max-width: none !important;
}
.suggestions-input--wrapper .suggestions-input {
  max-width: none !important;
}
.delivery-baloon-content div.buttons {
  margin: 0 -10px 0 0;
}
.delivery-baloon-content div.buttons a, .delivery-baloon-content div.buttons button {
  margin: 0 10px 10px 0;
  padding: 14px 20px;
}
#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type.active-type .option-details .option-details {
  padding-bottom: 0;
}
.shop2-order-options .options-list {
  background: none;
  box-shadow: none;
}
#shop2-order-delivery .shop2-delivery--item__tab .label, #shop2-order-delivery .shop2-delivery--item__tab.active-tab .label {
  background: #fff;
}
#shop2-order-delivery .shop2-delivery--item__tab:first-child .delivery-tab--note {
  font-size: 0 !important;
}
#shop2-order-delivery .shop2-delivery--item__tab:first-child .delivery-tab--note:before {
  content: "Самовывоз или СДЭК";
  font-size: 13px;
}
#shop2-order-delivery + .text-right a, #shop2-order-delivery + .text-right button {
  padding: 19px 30px;
  margin: 0;
}
@media (max-width: 768px) {
  #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items, #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type {
    padding-left: 10px;
    padding-right: 10px;
  }
  #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-details {
    margin-left: 0;
  }
  #shop2-order-delivery + .text-right a {
    margin-left: 0 !important;
  }
}
@media (max-width: 340px) {
  #shop2-order-delivery + .text-right a, #shop2-order-delivery + .text-right button {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
}
.shop2-order-options.shop2-delivery h2 + #shop2-order-delivery .options-list, .shop2-delivery h2 + #shop2-order-delivery .options-list {
  margin-top: 0;
}
