body {
  overflow-x: hidden;
}

.page-cart .cart__table .cart__table-body .cart__table-quantity input {
  height: 30px;
  min-height: 30px;
}

.page-cart .cart__table .cart__table-body .cart__table-title span {
  border-bottom: 0px;
}

.checkout__steps .checkout__step .checkout__step-content input[type=text],
.checkout__steps .checkout__step .checkout__step-content input[type=email] {
  width: 360px;
  max-width: 100%;
  height: 50px;
  border: 1px solid #f0e2e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 20px;
}

.cart-line {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cart-line {
    margin-bottom: 25px;
  }
}
.cart-line .cart-line_item span.title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #788090;
  margin-bottom: 5px;
  opacity: 0.5;
}
.cart-line .cart-line_item span.icon {
  background: #D3D0D5;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
.cart-line .cart-line_item .step {
  position: relative;
  width: 100%;
}
.cart-line .cart-line_item .step:before {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(50% - 15px - 5px);
  background-color: #D3D0D5;
  left: 0px;
  bottom: 14.5px;
}
.cart-line .cart-line_item .step:after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(50% - 15px - 5px);
  background-color: #D3D0D5;
  right: 0px;
  bottom: 14.5px;
}
.cart-line .cart-line_item .step.active span.title {
  opacity: 1;
}
.cart-line .cart-line_item .step.active span.icon {
  background: #FD4B7B;
}
.cart-line .cart-line_item .step.step.before:before {
  background-color: #FD4B7B;
}
.cart-line .cart-line_item .step.step.after:after {
  background-color: #FD4B7B;
}

.page-cart .slider_nav {
  width: calc(100% - 80px);
  padding: 0px 30px;
}
.page-cart .cart__table-row {
  width: 100%;
}
@media (max-width: 767px) {
  .page-cart {
    margin-top: 80px;
  }
  .page-cart .cart__table-title {
    text-align: left;
    margin-bottom: 10px;
  }
  .page-cart .cart__table-body-price {
    padding: 0px !important;
  }
  .page-cart .cart__table-row {
    padding: 10px 0px;
    margin: 0px !important;
    width: 50%;
  }
  .page-cart .cart__table-row .prices {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .page-cart {
    margin-top: 100px;
  }
  .page-cart .cart__table-row {
    padding: 10px 0px;
    margin: 0px !important;
    width: 100%;
  }
  .page-cart .cart__table-row .prices {
    margin-bottom: 10px;
  }
}
.page-cart .cart__table .cart__table-head {
  background: #FFFFFF;
  margin-bottom: 2px;
  border-bottom: 0px;
}
.page-cart .cart__footer {
  background-color: #fff;
  margin-top: 6px;
  padding: 30px;
}
@media (max-width: 767px) {
  .page-cart .cart__footer {
    padding: 30px 10px;
  }
}
.page-cart .cart__coupon_new form {
  display: flex;
  flex-direction: column;
}
.page-cart .cart__coupon_new form .cart__coupon_label {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
}
.page-cart .cart__coupon_new form .cart__coupon_field-group {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .page-cart .cart__coupon_new form .cart__coupon_field-group {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .page-cart .cart__coupon_new form .cart__coupon_field-group .cart__coupon_input, .page-cart .cart__coupon_new form .cart__coupon_field-group .cart__coupon_button {
    width: 100%;
  }
}
.page-cart .cart__coupon_new form .cart__coupon_field-group .cart__coupon_input input {
  width: 175px;
  height: 50px;
  border: 1px solid rgba(120, 128, 144, 0.4);
  box-sizing: border-box;
  border-radius: 27px 0px 0px 27px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .page-cart .cart__coupon_new form .cart__coupon_field-group .cart__coupon_input input {
    border-radius: 27px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.page-cart .cart__coupon_new form .cart__coupon_field-group .cart__coupon_button button {
  width: 175px;
  height: 50px;
  border: 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 50px;
  color: #FFFFFF;
  background: #788090;
  border-radius: 0px 27px 27px 0px;
}
@media (max-width: 767px) {
  .page-cart .cart__coupon_new form .cart__coupon_field-group .cart__coupon_button button {
    border-radius: 27px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.page-cart .coupon__text {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #788090;
  margin-top: 20px;
}
.page-cart .cart__total_new {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
}
.page-cart .cart__total_new .cart__total-title {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 576px) {
  .page-cart .cart__total_new .cart__total-title {
    font-size: 13px;
  }
}
.page-cart .cart__total_new .cart__total-sep {
  border-bottom: 1px dashed #788090;
  width: 100%;
  margin-block: 5px;
  margin-left: 2px;
  position: absolute;
  bottom: 0px;
}
.page-cart .cart__total_new .cart__total-value {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: right;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 576px) {
  .page-cart .cart__total_new .cart__total-value {
    font-size: 13px;
  }
}
.page-cart .delivery__text {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  color: #666666;
}
.page-cart .btn-red {
  text-align: center;
}

@media (max-width: 767px) {
  .page-checkout {
    margin-top: 80px;
  }
}
@media (max-width: 576px) {
  .page-checkout {
    margin-top: 100px;
  }
}

.cart__relation_products {
  background-color: #fff;
  padding: 40px;
}
.cart__relation_products .section__title {
  border-bottom: 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 0px;
}

.cart__relative_product-card {
  margin-top: 20px;
}
.cart__relative_product-card .product-card__media a {
  object-fit: cover;
  object-position: center;
}
.cart__relative_product-card .product-card__media a img {
  width: 100%;
  height: 100%;
}
.cart__relative_product-card .product-card__inner {
  padding: 20px;
}
.cart__relative_product-card .product-card__title {
  margin: 12px 0px 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #2D9CDB;
  min-height: 40px;
}
.cart__relative_product-card .prices {
  padding: 0px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart__relative_product-card .prices .product-card__price,
.cart__relative_product-card .prices .product-card__old_price {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.cart__relative_product-card .prices .product-card__price {
  color: #FD4B7B;
}
.cart__relative_product-card .prices .product-card__old_price {
  padding-right: 5px;
  color: #FD4B7B;
}
.cart__relative_product-card .prices .product-card__old_price + .product-card__price {
  color: #666666;
}
.cart__relative_product-card .product-card__form button {
  height: 40px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 24px;
  margin-top: 14px;
  background: linear-gradient(to right, #4e911c 0%, #7bb62c 100%);
  transition: all 0.5s ease;
  color: #fff;
}
.cart__relative_product-card .product-card__form button svg path {
  fill: #ffffff;
}
.cart__relative_product-card .product-card__form button:hover {
  border: 1px solid #7bb62c;
  background: #fff;
  color: #7bb62c;
  transition: all 0.5s ease;
}
.cart__relative_product-card .product-card__form button:hover svg path {
  fill: #7bb62c;
}
.cart__relative_product-card .product-card__form button:hover span {
  color: #7bb62c;
  transition: all 0.5s ease;
}
.cart__relative_product-card .product-card__form button span {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
}

.cart__girl-block {
  height: 208px;
  background-color: #F0E2E5;
}
@media (max-width: 767px) {
  .cart__girl-block {
    height: unset;
  }
}
.cart__girl-block .girl-image {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.cart__girl-block .desc {
  padding: 40px 0px;
}
.cart__girl-block .title {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
}
.cart__girl-block .text {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #666666;
}

.checkout__step-title_new {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

.contactinfo__header {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 15px;
}
.contactinfo__header.header2 {
  margin-top: 35px;
}

.reciver_text {
  font-style: italic;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #788090;
}

.payment__block1, .payment__block2 {
  border-radius: 5px 5px 0px 0px;
  padding: 40px 30px 30px;
}
.payment__block1 .title, .payment__block2 .title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.payment__block1 .text, .payment__block2 .text {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #2C3235;
}

.payment__block1 {
  background: #E4F5FF;
}

.payment__block2 {
  background: #FAF5F6;
}

.custom-checkbox {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 132%;
  color: red;
  display: flex;
  align-items: center;
  margin: 0px;
  height: 16px;
}
.custom-checkbox a {
  margin-left: 5px;
}
@media (max-width: 576px) {
  .custom-checkbox {
    font-size: 10px;
  }
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background: #FFFFFF;
  border: 1px solid rgba(120, 128, 144, 0.4);
  border-radius: 2px;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark {
  background: #FD4B7B !important;
  border: 1px solid #FD4B7B !important;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 7px;
  top: 1px;
  width: 8px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.postcard-form_call {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #2D9CDB;
  border-bottom: 1px dashed #2D9CDB;
  margin-left: 3px;
}
@media (max-width: 767px) {
  .postcard-form_call {
    border-bottom: unset !important;
  }
}

.checkout-cart__table .cart__table-body {
  background-color: #fff;
  padding: 30px 40px 10px;
}
@media (max-width: 576px) {
  .checkout-cart__table .cart__table-body {
    padding: 15px;
  }
}
.checkout-cart__table .checkout-cart__table-item {
  margin-bottom: 30px;
}
.checkout-cart__table .image {
  margin-right: 15px;
}
.checkout-cart__table .image img {
  width: 75px;
  height: 75px;
}
.checkout-cart__table .data {
  height: 75px;
}
.checkout-cart__table .data .name {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #2C3235;
}
.checkout-cart__table .data .price {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #FD4B7B;
  margin-top: 10px;
}

.cart__table-additional {
  margin-top: 2px;
  background-color: #fff;
  height: 60px;
  padding: 30px 40px;
}
@media (max-width: 767px) {
  .cart__table-additional {
    padding: 10px;
    height: unset;
  }
}
.cart__table-additional .cart__table-additional-item {
  margin-bottom: 5px;
}
.cart__table-additional .cart__table-additional-item label {
  height: 22px;
}
@media (max-width: 767px) {
  .cart__table-additional .cart__table-additional-item label {
    height: unset;
  }
}
.cart__table-additional .cart__table-additional-item a {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #2D9CDB;
  border-bottom: 1px dashed #2D9CDB;
}
.cart__table-additional .cart__table-additional-item a:hover {
  text-decoration: unset;
}
.cart__table-additional .cart__table-additional-item .text {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #2C3235;
  margin-left: 5px;
}
.cart__table-additional .cart__table-additional-item .info-question_wrapper {
  position: relative;
}
.cart__table-additional .cart__table-additional-item .info-question {
  width: 22px;
  height: 22px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  color: #fff;
  background: #FD4B7B;
  margin-left: 5px;
  cursor: pointer;
}
.cart__table-additional .cart__table-additional-item .info-question_text {
  display: none;
  background-color: #fff;
  padding: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #2C3235;
  position: absolute;
  top: 25px;
  left: calc(50% - 125px);
  min-width: 250px;
  z-index: 4;
}
.cart__table-additional .cart__table-additional-item .info-question:hover ~ .info-question_text {
  display: block;
}

.checkout-cart__table-total {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: #000000;
}
.checkout-cart__table-total .price_new {
  color: #fd4b7b;
}
.checkout-cart__table-total .price_old {
  text-decoration: line-through;
}
@media (max-width: 576px) {
  .checkout-cart__table-total {
    font-size: 14px;
  }
}

.checkout__contactinfo {
  margin-top: 2px;
}

.checkout-options .payment_methods {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .checkout-options .payment_methods {
    flex-direction: column;
  }
}
.checkout-options .payment_methods .payment_method {
  width: 160px;
  height: 116px;
}
@media (max-width: 767px) {
  .checkout-options .payment_methods .payment_method {
    width: 100%;
    margin-bottom: 10px;
  }
}
.checkout-options .payment_methods .payment_method label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid rgba(120, 128, 144, 0.1);
  text-align: center;
  height: 116px;
  position: relative;
}
.checkout-options .payment_methods .payment_method label.active {
  background: #FFFFFF;
  box-shadow: 0px 5px 50px rgba(123, 20, 57, 0.15);
  border: 2px solid #c62954;
}
.checkout-options .payment_methods .payment_method label input {
  display: none;
}
.checkout-options .payment_methods .payment_method label .radio__round {
  display: none;
}
.checkout-options .payment_methods .payment_method label .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.step-payment .checkout__step-content .checkout-step-content .checkout-content {
  background: #fff;
  padding: 30px 10px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .step-payment .checkout__step-content .checkout-step-content .checkout-content {
    padding: 15px 0px;
  }
}

.step-shipping .checkout__step-content .checkout-step-content .checkout-content {
  background: #fff;
  padding: 30px 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .step-shipping .checkout__step-content .checkout-step-content .checkout-content {
    padding: 15px;
  }
}

.step-payment .checkout__cart {
  display: none;
}

#checkout-contact-form {
  padding: 30px 40px;
  background-color: #fff;
  margin-top: 2px;
}
@media (max-width: 767px) {
  #checkout-contact-form {
    padding: 15px;
  }
}

.checkout__shipping-item .radio__round {
  display: none;
}
.checkout__shipping-item label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid rgba(120, 128, 144, 0.1);
  padding: 20px;
  width: 250px;
  height: 180px;
}
.checkout__shipping-item label.active {
  background: #FFFFFF;
  box-shadow: 0px 5px 50px rgba(123, 20, 57, 0.15);
  border: 2px solid #c62954;
}
@media (max-width: 767px) {
  .checkout__shipping-item label {
    width: 100%;
    margin-bottom: 10px !important;
  }
}
.checkout__shipping-item .image {
  width: 64px;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-content.checkout__shippings .noUi-target {
  background: rgba(120, 128, 144, 0.2);
  border-radius: 0px;
  border: unset;
  box-shadow: unset;
  height: 2px;
}
.checkout-content.checkout__shippings .noUi-horizontal .noUi-handle {
  font-weight: normal;
  color: #454545;
  width: 12px;
  height: 12px;
  background: #FD4B7B !important;
  border-radius: 50px;
  border: 0px;
  right: -5px;
  top: -5px;
  box-shadow: unset;
}
.checkout-content.checkout__shippings .noUi-connect {
  background: #FD4B7B;
}
.checkout-content.checkout__shippings .noUi-handle:before, .checkout-content.checkout__shippings .noUi-handle:after {
  display: none;
}
.checkout-content.checkout__shippings ul.checkout-options {
  display: flex;
  flex-wrap: wrap;
}
.checkout-content.checkout__shippings .ui-widget.ui-widget-content {
  border: unset;
  background-color: rgba(120, 128, 144, 0.2);
  height: 2px;
}
.checkout-content.checkout__shippings .ui-state-default, .checkout-content.checkout__shippings .ui-widget-content .ui-state-default, .checkout-content.checkout__shippings .ui-widget-header .ui-state-default, .checkout-content.checkout__shippings .ui-button, .checkout-content.checkout__shippings html .ui-button.ui-state-disabled:hover, .checkout-content.checkout__shippings html .ui-button.ui-state-disabled:active {
  font-weight: normal;
  color: #454545;
  width: 12px;
  height: 12px;
  background: #FD4B7B !important;
  border-radius: 50px;
  border: 0px;
}
.checkout-content.checkout__shippings .ui-slider-horizontal .ui-slider-handle {
  top: -0.35em;
  margin-left: -0.6em;
}
.checkout-content.checkout__shippings .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
  background: #FD4B7B;
}
.checkout-content.checkout__shippings .time-count {
  margin: 15px -15px 0px -15px;
}
.checkout-content.checkout__shippings .time-count span {
  font-size: 13px;
  line-height: 20px;
  color: #788090;
}
@media (max-width: 767px) {
  .checkout-content.checkout__shippings .time-count span {
    font-size: 9px;
  }
}
.checkout-content.checkout__shippings .time-count .desc {
  font-style: italic;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #788090;
}

@media (max-width: 767px) {
  .checkout__steps .checkout__step .checkout-options li {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .shipping-fields .cart__table-additional-item {
    margin: 0px -15px;
  }
}
.shipping-fields .header {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .shipping-fields .header {
    margin: 0px -15px;
  }
}
@media (max-width: 767px) {
  .shipping-fields .data-field {
    margin: 0px -15px;
  }
}
.shipping-fields .data-field input {
  background: transparent;
  z-index: 3;
  position: relative;
  border: 1px solid rgba(120, 128, 144, 0.2);
  box-sizing: border-box;
  border-radius: 5px;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 15px 0px 120px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #2C3235;
}
@media (max-width: 767px) {
  .shipping-fields .data-field input {
    padding: 0px 15px 0px 90px;
    font-size: 13px;
  }
}
.shipping-fields .data-field input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.shipping-fields .data-field .text {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #788090;
  margin-right: 15px;
  position: absolute;
  top: 14px;
  left: 10px;
}
@media (max-width: 767px) {
  .shipping-fields .data-field .text {
    font-size: 10px;
  }
}
.shipping-fields .data-field .svg-icon {
  position: absolute;
  right: 15px;
  top: 12px;
}
@media (max-width: 767px) {
  .shipping-fields .time-field {
    margin: 0px -15px;
    margin-top: 40px;
  }
}
.shipping-fields input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.checkout__steps .checkout__step button[type=submit], .checkout__steps .checkout__step input[type=submit] {
  height: 48px;
  padding-left: 45px;
  padding-right: 45px;
  line-height: 46px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#4e911c), to(#7bb62c));
  background: -webkit-linear-gradient(left, #4e911c, #7bb62c);
  background: -moz-linear-gradient(left, #4e911c 0, #7bb62c 100%);
  background: -o-linear-gradient(left, #4e911c 0, #7bb62c 100%);
  background: linear-gradient(90deg, #4e911c 0, #7bb62c);
  color: #fff;
  font-size: 18px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  position: relative;
  -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.15);
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}

.back-btn {
  display: inline-block;
  margin-right: 15px;
  height: 48px;
  padding-left: 45px;
  padding-right: 45px;
  line-height: 46px;
  text-align: center;
  background: #c62954 -webkit-gradient(linear, left top, right top, from(#c22751), to(#ff4d7d));
  background: #c62954 -webkit-linear-gradient(left, #c22751, #ff4d7d);
  background: #c62954 -moz-linear-gradient(left, #c22751 0, #ff4d7d 100%);
  background: #c62954 -o-linear-gradient(left, #c22751 0, #ff4d7d 100%);
  background: #c62954 linear-gradient(90deg, #c22751 0, #ff4d7d);
  color: #fff;
  font-size: 18px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  position: relative;
  -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.15);
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}

.postcard-popup .postcard-popup_bg {
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.postcard-popup .postcard-popup_bg, .postcard-popup .postcard-popup_box {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.postcard-popup .postcard-popup_box {
  display: none;
  max-width: 100%;
  -webkit-box-shadow: 0 0 30px 0 rgba(23, 32, 39, 0.15);
  -moz-box-shadow: 0 0 30px 0 rgba(23, 32, 39, 0.15);
  box-shadow: 0 0 30px 0 rgba(23, 32, 39, 0.15);
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 110;
}
.postcard-popup.active .postcard-popup_box {
  display: block;
  opacity: 1;
  visibility: visible;
}
.postcard-popup.active .postcard-popup_bg {
  opacity: 0.7;
  visibility: visible;
}
.postcard-popup .postcard-popup_box {
  background: #FFFFFF;
  box-shadow: 0px 10px 100px rgba(123, 20, 57, 0.2);
  padding: 40px;
  min-width: 800px;
  position: fixed;
}
@media (max-width: 767px) {
  .postcard-popup .postcard-popup_box {
    min-width: 320px;
    width: 100%;
  }
}
.postcard-popup .postcard-popup_box .postcard-popup_title {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 30px;
  width: 100%;
}
.postcard-popup .postcard-popup_box .postcard-popup_content {
  display: flex;
  align-items: flex-start;
}
.postcard-popup .postcard-popup_box .postcard-popup_categories {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .postcard-popup .postcard-popup_box .postcard-popup_categories {
    display: none;
  }
}
.postcard-popup .postcard-popup_box .postcard-popup_categories--item {
  width: 170px;
  height: 46px;
  background: #FAF5F6;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #2C3235;
  padding: 0px 20px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.postcard-popup .postcard-popup_box .postcard-popup_categories--item:hover, .postcard-popup .postcard-popup_box .postcard-popup_categories--item.active {
  background: #FFFFFF;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .postcard-popup .postcard-popup_box .postcard-popup_categories--item {
    width: 100%;
  }
}
.postcard-popup .postcard-popup_box .postcard-popup_items--block {
  display: none;
  height: 650px;
  overflow: auto;
}
@media (max-width: 767px) {
  .postcard-popup .postcard-popup_box .postcard-popup_items--block {
    display: block;
    height: unset;
  }
  .postcard-popup .postcard-popup_box .postcard-popup_items--block .postcard-popup_items--block__item {
    display: none;
  }
}
.postcard-popup .postcard-popup_box .postcard-popup_items--block:first-child {
  display: block;
}
@media (max-width: 767px) {
  .postcard-popup .postcard-popup_box .postcard-popup_items--block:first-child .postcard-popup_items--block__item {
    display: block;
  }
}
.postcard-popup .postcard-popup_box .postcard-popup_items--block .postcard-popup_items--block__item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(120, 128, 144, 0.2);
}
.postcard-popup .postcard-popup_box .postcard-popup_items--block .postcard-popup_items--block__item .text {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #2C3235;
  margin-bottom: 20px;
}
.postcard-popup .postcard-popup_box .postcard-popup_items--block .postcard-popup_items--block__item .postcard-btn {
  border: 1px solid #FD4B7B;
  box-sizing: border-box;
  border-radius: 25px;
  width: 230px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 50px;
  color: #2C3235;
  cursor: pointer;
}

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