.simplecheckout {

  margin-bottom: 65px;
}

.simplecheckout .article-errorCont {
  margin-bottom: 0
}

.checkout-heading {
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  margin-bottom: 15px;
}

.checkout-heading:before {
  margin-right: 10px;
}



.checkout-heading-button {
  margin-left: 25px;
}

.checkout-heading-button a {}

.simplecheckout-cart__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  margin: 5px 0;
  gap: 20px;
}

.simplecheckout-cart__item:first-child {
  border-top: none;
}

.simplecheckout-cart__remove {
  display: none;
}

.simplecheckout-cart__image,
.simplecheckout-cart__name,
.simplecheckout-cart__price,
.simplecheckout-cart__quantity,
.simplecheckout-cart__total {
  width: 100%;
}

.simplecheckout-cart__name {
  padding-right: 35px;
}

.simplecheckout-cart__image {
  max-width: 120px;
}

.simplecheckout-cart__quantity {
  max-width: 108px;
}

.simplecheckout-cart__caption {
  font-size: 14px;
  color: #6d6e71;
}

.simplecheckout-cart__val {
  font-weight: 500;
  font-size: 18px;
}

.cart-product__val--old {
  position: relative;
  font-size: 15px;
  color: #8d8d92;
}

.cart-product__val--old:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #8d8d92;
  margin: -1px 0 0;
  border-top: 1px solid #ffffff;
}

.simplecheckout-cart__total {
  max-width: 160px;
  text-align: right;
}

.simplecheckout-cart__price {
  max-width: 200px;
}

.simplecheckout-cart__name a {
  text-decoration: none;
  color: var(--color);
}

.simplecheckout-cart__model {
  font-size: 10px;
  color: #8d8d92;
}

.simplecheckout-cart__options {
  line-height: 1.3;
}

.number-spinner {
  background: #fff;
  border: 1px solid #E9E8F1;
  border-radius: 4px;
  max-width: 100px;
  position: relative;
  padding: 2px;
  display: flex;
  justify-content: space-between;
}

.number-spinner__btn {
  height: 38px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.number-spinner__btn .icon-prev,
.number-spinner__btn .icon-next {
  width: 6px;
}

.number-spinner__btn .icon-remove {
  width: 15px;
}

.number-spinner__btn._left {
  border-radius: 3px 0 0 3px;
}

.number-spinner__btn._right {
  border-radius: 0 3px 3px 0;
}

.number-spinner__btn:hover {
  background: #ededed;
}

.number-spinner__form-control {
  width: 32px;
  text-align: center;
  height: 38px;
}

.simplecheckout-cart-total {
  text-align: right;
  margin-bottom: 10px;
}

.simplecheckout-cart-total b {
  font-weight: 500;
}

.simplecheckout-cart-total-value {
  margin-left: 15px;
  min-width: 129px;
  white-space: nowrap;
}

.simplecheckout-cart-total--input .form-control {
  height: 40px;

}

.simplecheckout-cart-total--text {
  display: flex;
  justify-content: space-between;
}

.simplecheckout-cart-total--text .simplecheckout-cart-total-name {
  text-align: left;
}

.simplecheckout-cart-total-product {
  margin-bottom: 7px;
  font-size: 13px;
}

.simplecheckout-cart-total-product__price {
  margin: 0;
  margin-top: 5px;
  font-size: 17px;
  line-height: 1.43;
  font-weight: 500;
}

#total_total {
  font-size: 21px;
}

#text_customer_file {
  margin-left: 15px;
  color: #f3ce26;
}

.simplecheckout-cart-total-remove .button-remove {
  padding: 0;
  width: 12px;
  height: 12px;
  vertical-align: 2px;
}

.simplecheckout-cart-total-remove .button-remove .icon-close {
  width: 12px;
  height: 12px;
  stroke: #f71717;
}

.simplecheckout-cart-total-remove .button-remove:hover .icon-close {
  stroke: #000;
}

.simplecheckout-block {
  background: #fff;
  padding: 10px 20px;
}

.simplecheckout-block>.checkout-heading {
  font-size: 22px;
}

.simplecheckout-total {
  margin-bottom: 32px;
  padding-top: 30px;
}

#simplecheckout_summary {
  border: 1px solid #efefef;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  border-radius: 17px;
}


.simplecheckout-cart-total.simplecheckout-cart-buttons {
  display: none;
}

.simplecheckout-button-block {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.simplecheckout-block-content--customer .form-horizontal {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.simplecheckout-block-content--customer .form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
  width: 33.3333%;
  padding: 0 15px;
}

.simplecheckout-block-content--customer .form-horizontal .form-group,
#simplecheckout_shipping_address .form-horizontal .form-group {
  margin-bottom: 0;
}

.simplecheckout-block-content--customer .form-horizontal .control-label {
  padding-top: 0;
}

.simplecheckout-block-content--customer .form-group.row-customer_register {
  width: 100%;
}

.simplecheckout-block-content--shipping small {
  margin: 0;
  font-size: 14px;
  line-height: 1.43;
  font-weight: 400;
  color: #9999a6;
}


#simplecheckout_comment textarea {
  width: 100% !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100px;
}

.simplecheckout-warning-text {
  background: #fffaea;
  padding: 10px 20px;
  border-radius: 10px;
}

.simplecheckout-block-content--payment-methods,
.simplecheckout-block-content--shipping-methods {
  flex-wrap: wrap;
  display: flex;
}

.simplecheckout-block-content--shipping b {
  font-weight: 500;
}

.method-item__label {
  background: #f7f7f7;
  padding: 15px 20px 15px 50px;
  border-radius: 5px;
  font-weight: normal;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  width: 100%;
}

.method-item__label--image {
  padding-left: 45px;
}

.method-items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 21px 0;
}

.simplecheckout-block-content--shipping p {
  margin: 0 0 12px 0;
}

.simplecheckout-block-content--shipping .method-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.method-item__text {
  color: #9999a6;
  font-size: 14px;
  /*padding-right: 15px;*/
}

.method-item__text--image {
  /*padding-right: 170px;*/
}

.method-item__img {
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  top: 15px;
  left: 20px;
  justify-content: flex-end;
}

.method-item__img img {
  width: 20px;
  height: 20px;
}

.method-item input[type='radio']:checked+label,
.method-item input[type='checkbox']:checked+label {
  border-color: var(--bg-elements);
  -webkit-box-shadow: 0 0 0px 2px var(--bg-elements);
  box-shadow: 0 0 0px 2px var(--bg-elements);
}

.method-item__price {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -12px;
  white-space: nowrap;
}

.checkbox--style {
  margin: 20px 0;
  display: flex;
}

.checkbox--style .checkbox-input {
  display: none;
}

.checkbox--style .checkbox-label {
  position: relative;
  display: block;
  height: 20px;
  width: 44px;
  background: #898989;
  border-radius: 100px;
  cursor: pointer;
  transition: all 300ms ease;
}

.checkbox--style .checkbox-label:after {
  position: absolute;
  left: -2px;
  top: -3px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background: #d6d6d6;
  box-shadow: 0px 3px 3px rgb(0 0 0 / 5%);
  content: "";
  transition: all 300ms ease;
}

.checkbox--style .checkbox-input:checked~label.checkbox-label {
  background: #88e373;
}

.checkbox--style .checkbox-input:checked~label.checkbox-label:after {
  left: 20px;
  background: #f3ce26;
}

.checkbox--style label+label {
  margin-left: 15px;
  cursor: pointer;
}

.form-group .col-sm-8 {
  margin-bottom: 10px;
}


.checkbox.switcher--style {
  display: flex;
}

.switcher--style .checkbox-input {
  display: none;
}

.switcher--style .checkbox-label {
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 7px;
  white-space: nowrap;
  transition: all .2s;
  cursor: pointer;
  border: 1px solid #bfbfbf;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 12px;
  cursor: pointer;
  position: relative;
}

.switcher--style .checkbox-label:hover {
  box-shadow: none;
  border-color: #e3e3e3;
}

.switcher--style input[type="checkbox"]:checked+label {
  border-color: var(--bg-elements);
  -webkit-box-shadow: 0 0 0px 1px var(--bg-elements);
  box-shadow: 0 0 0px 1px var(--bg-elements);
  transition: all .2s;

}

.switcher--style input[type="checkbox"]:checked+label .checkbox-check:before,
.switcher--style input[type="checkbox"]:checked+label .checkbox-check:after {
  background: white;
  transform: rotate(0deg);
}

.form-group.row-shipping_num_montages .control-label {
  display: none;
}

.simplecheckout .form-group.required.has-error {
  position: relative;
}

.simplecheckout .form-group.required.has-error input {
  border: 0.8px solid #e95252;
}

.simplecheckout-rule-group {
  background-color: #fff;
  display: inline-block;
  position: absolute;
  left: 25px;
  bottom: -8px;
  padding: 0 10px;
}

.simplecheckout-error-text {
  color: #E95252;
  font-size: 12px;
}

.simplecheckout-error-text.simplecheckout-rule {
  display: block;
}

.simplecheckout-step {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

#simplecheckout_cart {
  width: 100%;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin-bottom: 15px;
}

#simplecheckout_payment_form {
  /*display: none;*/
}

#simple_login_layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99990;
  display: none;
  width: 100%;
  background-color: #000000;
}

#simple_login {
  position: fixed;
  z-index: 99991;
  display: none;
  margin: 0 auto;
  width: 100%;
}

#simplecheckout_login a {
  text-decoration: none;
}

.simplecheckout-block-content label {
  font-weight: normal;
}

.simplecheckout-block-content fieldset.form-horizontal {}

.simplecheckout-block-content--shipping fieldset.form-horizontal .form-group {
  margin: 0;
  padding: 0 5px;
}

.simplecheckout-block-content--shipping fieldset.form-horizontal {
  display: flex;
  flex-wrap: wrap;
}



.field-checkbox input,
.field-radio input {
  display: none;
}

.terms__remember.field-checkbox,
.terms__remember.field-checkbox b {
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: normal;
}

.field-checkbox label {
  padding-left: 25px;
  position: relative;
}

.field-checkbox label:after,
.field-checkbox label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.field-checkbox label:before {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid #a8adb7;
  background: #fff;
}

.field-checkbox label:after {
  margin: 4px 3px;
  width: 9px;
  height: 5px;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.field-checkbox input:checked+label:after,
.field-checkbox input:checked+label:before {
  border-color: var(--bg-elements);
}

.alert.simplecheckout-warning-block {
  margin-bottom: 10px;
}

.simplecheckout-block-content-payment-text {
  padding: 20px 35px 0 15px;
  max-width: 863px;
}

.online__items {
  display: flex;
  margin: 0 -10px;
}

.online__item {
  padding: 0 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
}

.online__wrap {
  display: flex;
}

.online__text {
  padding-left: 14px;
  font-size: 14px;
  color: #000;
}

.online__wrap span {
  color: #8d8d92;
  font-size: 12px;
  display: block;
}

.checkout-accordions__label {
  margin-right: 0;
  margin-bottom: 19px !important;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout-accordions__label input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.checkout-accordions__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  padding-left: 15px;
  line-height: 1.2;
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
}

.checkout-accordions__radio::before,
.checkout-accordions__radio::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: #E9E8F1;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.checkout-accordions__radio::before {
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
}

.checkout-accordions__radio::after {
  top: 7px;
  left: 7px;
  width: 5px;
  height: 5px;
  opacity: 0;
}

.checkout-accordions__radio:hover::before {
  background-color: #D9D9D9;
}

.checkout-accordions__input:checked~.checkout-accordions__radio::after {
  opacity: 1;
}

.checkout-accordions__input:checked~.checkout-accordions__radio::before {
  background-color: var(--bg-elements);
}

.checkout-accordions__input:disabled~.checkout-accordions__radio {
  opacity: 0.5;
  cursor: not-allowed;
}

.checkout-accordions__tooltip {
  margin-left: 8px;
  margin-top: -2px;
}

.icon-tooltip {
  width: 20px;
  height: 20px;
}

.credit__item-logo {
  width: 27px;
  height: 27px;
}

.credit__item-logo img {
  height: 100%;
}

.credit__item {
  padding: 20px 24px;
  border: 2px solid #e8e8ed;
  border-radius: 12px;
}

.credit__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.credit__item-helper {
  overflow: hidden;
  color: #308aeb;
  padding: 4px 10px;
  background-color: rgba(48, 138, 235, 0.07);
  border-radius: 4px;
  font-size: 12px;
  line-height: 19px;
}

.credit__item-name {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
}

.credit__item-text {
  margin-top: 12px;
  font-size: 14px;
}

#simplecheckout_proceed_payment {
  background-color: #eff6fd;
  padding: 15px 15px 15px 40px;
  border-radius: 7px;
  font-size: 13px;
  position: relative;
}

#buttons.simplecheckout-button-block {
  background: #fff;
  padding: 25px;
  margin-bottom: 3px;
  border-radius: 7px;
}

form#simplepage_form {
  background: #fff;
  width: 450px;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
}

.simple-content--register {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

.simple-content--register .simpleregister-block-content .form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.simpleregister-have-account {
  margin-bottom: 17px;
}

.simple-content--register .field-input {
  margin-top: 0;
  margin-bottom: 10px;
}

.simpleregister-button-block.buttons {
  margin-top: 25px;
}

.simpleregister-age {
  font-size: 12px;
  margin-top: 17px;
}

.checkout-accordions__list .checkout-accordions__items {
  padding-top: 0;
  margin-bottom: 6px;
}

.checkout-accordions__list .checkout-accordions__label {
  margin-bottom: 0 !important;
}

.simplecheckout-block-content--customer .checkout-form-group {
  padding: 0 15px;
  width: 33.3333%;
}

.checkout-accordions__description {
  font-size: 14px;
  margin-bottom: 12px;
  color: rgb(153, 153, 153);
}

.shipping__input {
  display: none;
}

.shipping__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.shipping__items.radio {
  padding: 0 5px;
  margin: 0 0 10px 0;
  width: 25%;
}

.shipping__label {
  border: 1px solid #E9E8F1;
  border-radius: 7px;
  padding: 8px 19px !important;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.shipping__label:hover {
  border-color: var(--bg-elements);
}

.shipping__items input[type='radio']:checked+label {
  border-color: var(--bg-elements);
  background-color: var(--bg-elements);
  color: #fff;
}

.simplecheckout-block .simplecheckout-form-group {
  margin-right: 0;
  margin-left: 0;
}




@media(max-width:1499px) {

  .simplecheckout-block-content--customer .form-horizontal .form-group,
  #simplecheckout_shipping_address .form-horizontal .form-group {
    width: 50%;
  }
}

@media(max-width:1199px) {




  .simplecheckout-left-column {
    width: 100%;
  }

  .simplecheckout-right-column {
    width: 100%;
  }

  .simplecheckout-block {
    padding: 15px;
  }



  .simplecheckout-block-content--customer .form-horizontal,
  .simplecheckout-block-content--customer .form-horizontal .form-group,
  #simplecheckout_shipping_address .form-horizontal .form-group {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .shipping__items.radio {
    width: 33.3333%;
  }
}


@media(max-width:991px) {
  .simplecheckout-block-content--shipping .method-item {
    width: 100%;
    padding: 0 6px;
  }

  .simplecheckout-block-content--customer {
    display: block;
  }

  .simplecheckout-block-content fieldset.form-horizontal {
    width: 100%;
    padding: 0;
  }

  .method-items {
    margin: 0 0 15px;
  }

  .method-item {
    width: 100%;
  }

  .simplecheckout-cart__item {
    flex-wrap: wrap;
    position: relative;

    padding: 0 0 0 140px;
    margin-bottom: 6px;
  }

  .simplecheckout-cart__image {
    max-width: 120px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .simplecheckout-cart__name {
    min-height: 120px;
  }

  .simplecheckout-cart__quantity {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .simplecheckout-cart__price {
    max-width: 45%;
  }

  .simplecheckout-cart__total {
    max-width: 45%;
  }

  .simplecheckout-block-content label {
    font-weight: normal;
    width: 100%;
  }
}


@media(max-width:767px) {
  .online__items {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
  }

  .online__item {
    margin-bottom: 12px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .simplecheckout-button-left {
    display: none;
  }

  .shipping__title {
    font-size: 13px;
  }
}

@media(max-width:575px) {

  .simplecheckout-block-content--customer .form-horizontal .form-group,
  #simplecheckout_shipping_address .form-horizontal .form-group {
    width: 100%;
    padding: 0;
  }

  .simplecheckout-cart__name a {
    text-decoration: none;
    font-size: 14px;
    line-height: 1.3;
    display: block;
  }

  .simplecheckout-cart__name {
    padding-right: 0;
  }

  .simplecheckout-cart__price {
    display: none;
  }

  .simplecheckout-cart__name {
    min-height: 77px;
  }

  .simplecheckout-cart__item {
    padding: 0 0 15px 115px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
    gap: 10px;
  }

  .simplecheckout-cart__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }

  .simplecheckout-cart__quantity {
    left: 0;
    bottom: 15px;
  }

  .simplecheckout-cart__total {
    max-width: 100%;
  }

  .simplecheckout {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;

  }

  .simplecheckout-block {

    margin-left: 0;
    margin-right: 0;
  }

  .simplecheckout-block-content fieldset.form-horizontal {
    padding: 0;
  }



  #simplecheckout_shipping .simplecheckout-block-content,
  #simplecheckout_payment .simplecheckout-block-content {
    padding: 0;
  }

  .method-items {
    margin-top: 15px;
  }

  .checkout-heading {
    font-size: 17px;
  }

  .simplecheckout-cart-total--text {
    font-size: 14px;
  }

  .simplecheckout-cart-total--input.input-group .button_oc.btn {
    font-size: 11px;
    padding: 11px 15px;
  }

  .simplecheckout-block-content--shipping .method-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .method-item__price {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 0;
  }

  .row-shipping_field20,
  .row-shipping_field21 {
    width: 100%;
  }

  .simplecheckout-block-content .field-input {
    width: 100%;
    height: 46px;
    padding: 0 10px;
    line-height: 46px;
  }

  #buttons.simplecheckout-button-block {
    padding: 20px;
  }

  #buttons.simplecheckout-button-block .button_oc {
    width: 100%;
  }

  .shipping__items.radio {
    width: 100%;
  }
}