/* fonts */
/* //fonts */
/* colors */
/* //colors */
/* shadows */
/* //shadows */
.checkout {
  padding-top: 40px;
}

.checkout .btn {
  padding: 4px 16px;
}

.checkout__block {
  margin-bottom: 48px;
}

.checkout__block:last-child {
  margin-bottom: 0;
}

.checkout__block_title {
  padding-bottom: 16px;
  border-bottom: 2px solid #F7F8F8;
}

.checkout__block_item {
  margin-bottom: 20px;
}

.checkout__block-info {
  padding-top: 24px;
}

.checkout__block_radio {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
}

.checkout__block-promocode {
  margin-top: 20px;
}

.checkout__block-promocode_field {
  max-width: 367px;
  margin-right: 13px;
}

.checkout__block_bonuses {
  max-width: 173px;
  font-size: 14px;
}

.checkout__block-variants {
  margin-top: 40px;
}

.checkout__block-variants_item {
  margin-bottom: 20px;
}

.checkout__block-variants_info {
  margin-top: 24px;
}

.checkout__block-variants_link {
  font-size: 16px;
}

.checkout__block-variants_info {
  font-size: 16px;
}

.checkout__wrapper {
  margin-left: -10px;
  margin-right: -10px;
}

.checkout__left {
  width: -webkit-calc(75% - 20px);
  width: calc(75% - 20px);
  margin: 20px 10px 0 10px;
}

.checkout__right {
  width: -webkit-calc(25% - 20px);
  width: calc(25% - 20px);
  margin: 0 10px;
}

.checkout__sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.checkout__sidebar-inner {
  background-color: #F7F8F8;
  padding: 24px 16px;
}

.checkout__sidebar_title {
  padding-bottom: 8px;
  border-bottom: 2px solid #999;
  margin-bottom: 8px;
}

.checkout__sidebar-row {
  padding: 8px 0;
}

.checkout__sidebar-total {
  margin-top: 8px;
  border-top: 2px solid #999;
  margin-bottom: 24px;
}

.checkout__sidebar_submit {
  margin-bottom: 16px;
  padding: 4px 17px;
}

.checkout__sidebar-policy, .checkout__sidebar-info {
  font-size: 12px;
}

.checkout__sidebar-info {
  padding: 16px 0 0 16px;
}

.checkout__success {
  min-height: -webkit-calc(100vh - 500px);
  min-height: calc(100vh - 500px);
  margin: 0 10px;
}

.checkout__success_title {
  margin-bottom: 32px;
}

.checkout__success-info {
  margin-bottom: 24px;
}

.checkout__success-info_title {
  margin-right: 24px;
}

.checkout__success_btn {
  margin-right: 33px;
}
.payment_block img{
  max-height: 30px;
}

.checkout__sidebar-split{
  padding: 10px 15px;
  display: flex;
  align-items: center;
  background-color: white;
  border: 1px solid #999;
  border-radius: 5px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: .4s;
}
.checkout__sidebar-split:hover, .checkout__sidebar-split.active{
  border-color: rgba(60, 216, 95, 1);
}
.checkout__sidebar-split-icon{
  width: 20px;
  margin-right: 15px;
}
.checkout__sidebar-split-text p{
  font-size: 14px;
}

@media(max-width: 1440px) {
  .checkout__wrapper.form .checkout__left {
    /*width: -webkit-calc(74% - 20px);
    width: calc(74% - 20px);*/
    flex: 1 0;
  }
  .checkout__right {
    width: 315px;
  }
  .checkout__wrapper .product-row-price{
    width: fit-content;
    margin-left: 20px;
  }
  .checkout__wrapper .checkout__block .controls{
    width: auto;
  }
}

@media screen and (max-width: 1199px) {
  .checkout__sidebar-row {
    font-size: 14px;
    padding: 11px 0;
  }
  .checkout__sidebar-total {
    padding-top: 19px;
  }
  .checkout__sidebar-row, .checkout__sidebar_title {
    margin-left: 9px;
    margin-right: 9px;
  }
  .checkout__sidebar-inner {
    padding: 16px 7px;
  }
  .checkout__block_item {
    margin-bottom: 12px;
  }
  .checkout__block-info {
    padding-top: 12px;
  }
  .checkout__block-promocode_field {
    max-width: 240px;
  }
  .checkout__block_bonuses {
    max-width: 294px;
  }
  .checkout__block-variant .input__title {
    width: 100%;
    font-family: "CeraPro-Bold", sans-serif;
    font-size: 16px;
    margin-bottom: 16px;
  }
  .checkout__block-variants_item {
    margin-bottom: 12px;
  }
  .checkout__success_title {
    margin-bottom: 16px;
  }
  .checkout__success-info {
    margin-bottom: 32px;
  }
  .checkout__success-info_title {
    margin-right: 5px;
  }
  .checkout__success_btn {
    margin-right: 60px;
  }
  .checkout__success-text {
    max-width: 280px;
  }
  .checkout__wrapper .input__long.checkout__block_item{
    max-width: 100%;
  }
  .checkout__wrapper .product-row-price{
    margin-left: 0;
    margin-bottom: 0;
  }
  .checkout__wrapper .product_del{
    margin-top: 0;
  }
  .checkout__sidebar-split{
    width: fit-content;
  }
}

@media screen and (max-width: 996px) {
  .checkout__left {
    width: -webkit-calc(60.5% - 20px);
    width: calc(60.5% - 20px);
  }
  .checkout__right {
    width: -webkit-calc(39.5% - 20px);
    width: calc(39.5% - 20px);
  }
}
@media(max-width: 991px){
  .checkout__wrapper.form .checkout__left {
    width: 100%;
    flex: unset;
  }
  .checkout__right {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .checkout {
    padding-top: 24px;
    padding-bottom: 40px !important;
  }
  .checkout__wrapper {
    margin: 0;
  }
  .checkout__left {
    width: 100%;
    margin: 0;
  }
  .checkout__block_title {
    font-size: 24px;
    line-height: 32px;
  }
  .checkout__block_item {
    margin-bottom: 20px;
    max-width: 88.5%;
  }
  .checkout__block-promocode_field {
    max-width: 57%;
  }
  .checkout__right {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 60px;
    width: auto;
  }
  .checkout__sidebar-inner {
    padding: 24px 20px;
  }
  .checkout__sidebar-row, .checkout__sidebar_title {
    margin: 0;
  }
  .checkout__sidebar_title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .checkout__sidebar-row {
    padding: 8px 0;
  }
  .checkout__sidebar-total {
    padding-top: 16px;
    margin-top: 8px;
    margin-bottom: 24px;
  }
  .checkout__sidebar_submit {
    display: block;
    margin: 0 auto 16px;
  }
  .checkout__success {
    margin: 0;
  }
  .checkout__success_btn {
    margin-bottom: 24px;
  }
}
.checkout__block_radio--nosplit{
  pointer-events: none;
  position: relative;
}
.checkout__block_radio--nosplit::after{
  background-color: rgba(0,0,0,.04);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  backdrop-filter: blur(1px);
}
.payment_block-noSplit{
  color: red;
  font-size: 12px;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  padding-bottom: 5px;
}
.payment_block-noSplit ul{
  list-style-type: circle;
  padding-left: 20px;
  margin-top: 5px;
}
.checkout__sidebar-bottom .payment_block-noSplit{
  padding-bottom: 0;
  margin-bottom: 20px;
}
.checkout__sidebar-split--no{
  position: relative;
  pointer-events: none;
}
.checkout__sidebar-split--no::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  backdrop-filter: blur(1px);
}