body.shop .header__flip-button-lightning {
  margin-right: 33px;
}

.shop__banner {
  display: block;
  width: 100%;
  height: 430px;
  position: relative;
}

.shop__banner-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 430px;
}

.shop__banner-button {
  /* Normal State */
  background-color: #122739;
  box-sizing: border-box;
  padding: 11px 15px 11px 15px;
  width: calc(100% - 30px);
  height: auto;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-style: normal;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  text-decoration: none;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.50);
  border-radius: 5px;
  border: 1px solid #fff;
  border-top: 1px solid #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.35), 0 1px 3px rgba(0,0,0,0.18), inset 0 -3px 0 rgba(0,0,0,0.35), inset 0 14px 14px rgba(255,255,255,0.10);
  cursor: pointer;
  position: absolute;
  bottom: 8px;
  left: 15px;
}

.shop__banner-button:hover {
  /* Hover State */
  box-shadow: 0 0 10px rgba(0,0,0,0.35), 0 1px 3px rgba(0,0,0,0.18), inset 0 -3px 0 rgba(0,0,0,0.35), inset 0 14px 14px rgba(255,255,255,0.25);
  -webkit-animation: glow 1s infinite ease-in-out;
  cursor: pointer;
}

.shop__banner-button:active {
  /* Active State (clicked on) */
  padding: 14px 15px 8px 15px;
  border-top: 1px solid #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.35), 0 2px 1px rgba(255,255,255,0.50), inset 0 1px 4px rgba(0,0,0,0.35), inset 0 -14px 14px rgba(255,255,255,0.10);
  -webkit-animation: none;
  cursor: pointer !important;
}

.shop__balance {
  display: flex;
  align-items: center;
  background: -moz-linear-gradient(top, #193c5b 0%, #102e4b 100%);
  background: -ms-linear-gradient(top, #193c5b 0%, #102e4b 100%);
  background: -o-linear-gradient(top, #193c5b 0%, #102e4b 100%);
  background: -webkit-linear-gradient(top, #193c5b 0%, #102e4b 100%);
  background: linear-gradient(top, #193c5b 0%, #102e4b 100%);
  background-color: #193c5b;
  border-top: 1px solid rgba(255, 209, 0, .5);
  border-bottom: 1px solid rgba(255, 209, 0, 1);
  margin: 13px 0 16px;
  height: 97px;
  padding-left: 18px;
  position: relative;
}

.shop__balance::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: rgba(255, 209, 0, 1);
  position: absolute;
  top: 0;
  left: 0;
}

.shop__balance::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: rgba(255, 209, 0, .5);
  position: absolute;
  bottom: 0;
  left: 0;
}

.shop__balance form {
  display: flex;
}

.shop__balance-field {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  background: transparent;
  border: 1px solid #fff;
  display: block;
  height: 45px;
  width: 100%;
  border-radius: 5px;
  padding: 0 10px;
  box-sizing: border-box;
}

.shop__balance-label {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
}

.shop__balance-field-wrapper {
  position: relative;
}

.shop__balance-field-wrapper span {
  color: #ffd100;
  font-size: 18px;
  position: absolute;
  right: 6px;
  bottom: 13px;
}

.shop__balance-field-wrapper-1 {
  box-sizing: border-box;
  padding-left: 66px;
  width: 292px;
}

.shop__balance-field-wrapper-1:before {
  content: "";
  background: url("/images/shop/balance01.png") no-repeat center left;
  position: absolute;
  left: 0;
  top: 0;
  width: 57px;
  height: 62px;
}

.shop__balance-field-wrapper-2 {
  box-sizing: border-box;
  margin-left: 40px;
  padding-left: 56px;
  width: 281px;
}

.shop__balance-field-wrapper-2:before {
  content: "";
  background: url("/images/shop/balance02.png") no-repeat center left;
  position: absolute;
  left: 0;
  top: 5px;
  width: 49px;
  height: 55px;
}

.shop__balance-equally {
  display: flex;
  align-items: center;
  color: #ffd100;
  font-size: 35px;
  padding-top: 13px;
  margin: 0 9px;
}

.shop__balance-field-wrapper-3 {
  width: 194px;
}

.shop__balance-field-3 {
  padding-right: 45px;
}

.shop__balance-link {
  display: block;
  color: #ffd100;
  font-size: 16px;
  text-align: center;
  margin-bottom: 3px;
  text-decoration: underline;
}

.shop__balance-link:hover {
  text-decoration: none;
}

.shop__balance-control-4 {
  position: absolute;
  right: 0;
  top: 0;
  background: url("/images/main/honeycomb-participants.png") no-repeat center center, -moz-linear-gradient( 0deg, rgb(251,178,16) 0%, rgb(235,48,87) 100%);
  background: url("/images/main/honeycomb-participants.png") no-repeat center center, -ms-linear-gradient( 0deg, rgb(251,178,16) 0%, rgb(235,48,87) 100%);
  background: url("/images/main/honeycomb-participants.png") no-repeat center center, -o-linear-gradient( 0deg, rgb(251,178,16) 0%, rgb(235,48,87) 100%);
  background: url("/images/main/honeycomb-participants.png") no-repeat center center, -webkit-linear-gradient( 0deg, rgb(251,178,16) 0%, rgb(235,48,87) 100%);
  background: url("/images/main/honeycomb-participants.png") no-repeat center center, linear-gradient( 0deg, rgb(251,178,16) 0%, rgb(235,48,87) 100%);
  background-color: rgb(235,48,87);
  border-left: 2px dotted #f6cb03;
  box-sizing: border-box;
  height: 97px;
  width: 292px;
}

.shop__balance-field-wrapper-4 {
  box-sizing: border-box;
  padding-left: 109px;
  padding-top: 15px;
  width: 274px;
}

.shop__balance-field-wrapper-4:before {
  content: "";
  background: url("/images/shop/balance03.png") no-repeat center left;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 87px;
  height: 87px;
}

.shop__balance-field-4 {
  background: #122739;
  padding-right: 45px;
}

.shop-balance-mobile {
  display: none;
  visibility: hidden;
  padding: 0 15px;
}

.shop-balance-mobile-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: -moz-linear-gradient(top, #254356 0%, #0a223c 100%);
  background: -ms-linear-gradient(top, #254356 0%, #0a223c 100%);
  background: -o-linear-gradient(top, #254356 0%, #0a223c 100%);
  background: -webkit-linear-gradient(top, #254356 0%, #0a223c 100%);
  background: linear-gradient(top, #254356 0%, #0a223c 100%);
  background-color: #12304d;
  margin: -10px -20px 0;
  padding: 11px 20px;
  cursor: pointer;
}

.shop-balance-mobile-pps {
  font-size: 12px;
  padding-left: 36px;
  position: relative;
}

.shop-balance-mobile-pps:before {
  content: "";
  background: url("/images/shop/balance01.png") no-repeat center left;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 29px;
  height: 32px;
}

.shop-balance-mobile-pps .shop-balance-mobile-button {
  width: 67px;
}

.shop-balance-mobile-pps .shop-balance-mobile-button span {
  color: #ffd100;
  display: inline-block;
  padding-left: 4px;
}

.shop-balance-mobile-calc {
  font-size: 10px;
  padding-left: 34px;
  position: relative;
}

.shop-balance-mobile-calc:before {
  content: "";
  background: url("/images/shop/balance02.png") no-repeat center left;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 29px;
  height: 32px;
}

.shop-balance-mobile-calc .shop-balance-mobile-button {
  width: 74px;
}

.shop-balance-mobile-target {
  background: url("/images/shop/balance04.png") no-repeat center left;
  background-size: 100% 100%;
  width: 36px;
  height: 35px;
}

.shop-balance-mobile-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-radius: 5px;
  height: 27px;
  text-transform: uppercase;
}

.shop-balance-mobile-links {
  display: flex;
  border-width: 1px;
  border-color: rgb(77, 93, 108);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(27, 66, 100);
  margin-bottom: 8px;
}

.shop-balance-mobile-link {
  box-sizing: border-box;
  color: #ffd100;
  padding: 7px 10px;
  width: 50%;
  text-align: center;
  font-size: 12px;
  position: relative;
}

.shop-balance-mobile-link a {
  text-decoration: underline;
}

.shop__cards {
  display: flex;
  flex-wrap: wrap;
}

.shop__card {
  width: 33.3333%;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 15px;
}

.shop__card.state-open .shop__card-content {
  background-color: #225f8b;
}

.shop__card-content {
  border-radius: 10px;
  background-color: #1b4264;
  padding-bottom: 10px;
}

.shop__card-top {
  border-radius: 10px;
  background: url("/images/shop/card-bg.png") no-repeat top left;
  background-size: 100% 100%;
  height: 360px;
  position: relative;
}

.shop__card-head {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: -moz-linear-gradient(top, #f9a219 0%, #ed404e 100%);
  background: -ms-linear-gradient(top, #f9a219 0%, #ed404e 100%);
  background: -o-linear-gradient(top, #f9a219 0%, #ed404e 100%);
  background: -webkit-linear-gradient(top, #f9a219 0%, #ed404e 100%);
  background: linear-gradient(top, #f9a219 0%, #ed404e 100%);
  background-color: #f37432;
  height: 77px;
}

.shop__card-head-item {
  margin: 0 12px;
}

.shop__card-head-item-title {
  color: #213f63;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 5px;
}

.shop__card-head-item-count {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(27, 66, 100);
  min-width: 137px;
  padding: 0 14px;
  height: 35px;
}

.shop__card-head-item-cost-text {
  color: #ffd100;
  display: inline-block;
  padding-left: 5px;
}

.shop__card-head-item-cost .shop__card-head-item-count {
  font-size: 17px;
}

.shop__card-head-item-status .shop__card-head-item-count {
  font-size: 14px;
  text-transform: uppercase;
}

.shop__card-head-item-status-active .shop__card-head-item-count {
  background: -moz-linear-gradient(top, #1283cd 0%, #3cb3f8 100%);
  background: -ms-linear-gradient(top, #1283cd 0%, #3cb3f8 100%);
  background: -o-linear-gradient(top, #1283cd 0%, #3cb3f8 100%);
  background: -webkit-linear-gradient(top, #1283cd 0%, #3cb3f8 100%);
  background: linear-gradient(top, #1283cd 0%, #3cb3f8 100%);
  background-color: #279be2;
  font-weight: bold;
}

.shop__card-head-item-status-inactive .shop__card-head-item-count {
  background-color: #122739;
  color: #ed424d;
  white-space: nowrap;
}

.shop__card-name {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: -moz-linear-gradient(top, #f9a219 0%, #ed404e 100%);
  background: -ms-linear-gradient(top, #f9a219 0%, #ed404e 100%);
  background: -o-linear-gradient(top, #f9a219 0%, #ed404e 100%);
  background: -webkit-linear-gradient(top, #f9a219 0%, #ed404e 100%);
  background: linear-gradient(top, #f9a219 0%, #ed404e 100%);
  background-color: #f37432;
  font-size: 22px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 19px 20px 18px;
}

.shop__card-name span {
  border-bottom: 1px dashed #fff;
  display: inline-block;
  padding: 5px 0;
}

.shop__card-name:hover span {
  border-bottom-color: transparent;
}

.shop__card-carousel-item {
  padding-top: 34px;
  text-align: center;
}

.shop__card-carousel-item-img {
  display: inline-block !important;
  max-width: 154px;
}

.shop__card-carousel .slick-arrow {
  background: url("/images/shop/arrow.png") no-repeat top left;
  background-size: 100% 100%;
  width: 27px;
  height: 66px;
  opacity: 1;
  border-radius: 0;
}

.shop__card-carousel .slick-arrow:before {
  content: none;
}

.shop__card-carousel .slick-next {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.shop__card-description {
  display: none;
  border-top: 2px dotted #f1ca09;
  border-bottom: 2px dotted #f1ca09;
  padding: 40px 21px 10px;
  margin: 14px 0 26px;
  font-size: 14px;
}

.shop__card-description-title {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 38px;
  position: relative;
  padding-right: 60px;
}

.shop__card-description-collapsed {
  background: url("/images/shop/icon-collapsed.png") no-repeat top left;
  background-size: 100% 100%;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 0;
  top: -10px;
  cursor: pointer;
}

.shop__card-buttons {
  display: flex;
  justify-content: space-around;
  margin-top: -10px;
}

.shop__card-button-buy {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(237, 66, 77);
  width: 111px;
  height: 38px;
  cursor: pointer;
}

.shop__card-button-buy:hover {
  text-decoration: none;
} 

.shop__card-switch input {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}

.shop__card-switch-toggle {
  position: relative;
  display: inline-block;
}

.shop__card-switch-toggle-item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(251, 178, 16);
  width: 177px;
  height: 38px;
  position: relative;
  transition: all .3s ease;
  transform-origin: 20% center;
}

.shop__card-switch-toggle-item label:before {
  content: none;
}

.checkcross .check {
  background: url("/images/shop/balance03.png") no-repeat center left;
  background-size: 100% 100%;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  position: absolute;
  transition: .7s ease;
  top: -1px;
  left: -15px;
}

.checkcross input:checked + label .check {
  left: 153px;
  transform: rotate(360deg);
}

.shop__card-switch-text {
  font-weight: bold;
  font-size: 14px;
  color: #122739;
  text-transform: uppercase;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
  margin: 0 auto;
}

.shop__card-switch-text strong {
  display: none;
  visibility: hidden;
}

.checkcross input:checked + label .shop__card-switch-text {
  padding-left: 10px;
}

.checkcross input:checked + label .shop__card-switch-text strong {
  display: block;
  visibility: visible;
}

.checkcross input:checked + label .shop__card-switch-text em {
  display: none;
  visibility: hidden;
}

.modal-shop-item {
  max-width: 750px;
}

.modal-shop-item .modal__head {
  height: 70px;
  font-size: 24px;
  min-height: inherit;
}

.modal-shop-item-present {
  display: flex;
}

.modal-shop-item-image-wrapper {
  width: 245px;
}

.modal-shop-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/images/shop/modal-image-bg.png") no-repeat center left;
  background-size: 100% 100%;
  width: 194px;
  height: 197px;
}

.modal-shop-item-image img {
  max-width: 105px;
}

.modal-shop-item-form-name {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 38px;
}

.modal-shop-item-form {
  padding-top: 10px;
  width: 420px;
}

.modal-shop-item .form__group-row {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

.modal-shop-item .form__control-wrap,
.modal-shop-item .select {
  flex: 1;
}

.modal-shop-item .form__control,
.modal-shop-item select {
  font-size: 16px;
  height: 45px;
}

.modal-shop-item .select::after {
  height: 45px;
}

.modal-shop-item .form__group-row label {
  font-size: 17px;
  width: 125px;
}

.modal-shop-item .form__button-wrap {
  border-top: 2px dotted #eec505;
  padding: 24px 95px;
}

.modal-shop-item-success {
  text-align: center;
  padding: 33px 20px 40px;
}

.modal-shop-item-success-logo {
  display: inline-block;
  margin-bottom: 25px;
}

.modal-shop-item-success-title {
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.modal-shop-item-success-text {
  color: #fbe022;
  font-size: 19px;
  line-height: 23px;
  max-width: 540px;
  margin: 0 auto;
}

.modal-calc form {
  display: flex;
  align-items: center;
}

.modal-calc .form__group-row {
  padding-left: 36px;
  position: relative;
  margin-bottom: 0;
}

.modal-calc .form__group-row:before {
  content: "";
  background: url("/images/shop/balance02.png") no-repeat center left;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 29px;
  height: 32px;
}

.modal-calc .modal__content {
  padding: 15px 20px;
}

.modal-calc .form__group-row label {
  width: 51px !important;
}

.modal-calc .form__group-row input {
  font-size: 12px;
  height: 29px;
  width: 69px;
}

.modal-calc__equally {
  display: flex;
  align-items: center;
  color: #ffd100;
  font-size: 22px;
  margin: 0 4px;
}

.modal-calc__pps {
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-radius: 5px;
  font-size: 12px;
  width: 67px;
  height: 27px;
}

.modal-calc__pps span {
  color: #ffd100;
  display: inline-block;
  padding-left: 5px;
}

.modal-shop-text .modal__content {
  padding: 20px;
}

.modal-shop-target .shop__card-carousel-item {
  background: url("/images/shop/card-bg1.png") no-repeat center center;
  background-size: 183px 183px;
  padding-bottom: 24px;
  padding-top: 40px;
}

.modal-shop-target .shop__card-carousel-item-img {
  max-width: 99px;
}

.shop__card-carousel-wrapper {
  padding-bottom: 5px;
}

.modal-shop-target-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #d73154;
  background: -moz-linear-gradient(top, #eb3355 0%, #fbb410 100%);
  background: -ms-linear-gradient(top, #eb3355 0%, #fbb410 100%);
  background: -o-linear-gradient(top, #eb3355 0%, #fbb410 100%);
  background: -webkit-linear-gradient(top, #eb3355 0%, #fbb410 100%);
  background: linear-gradient(top, #eb3355 0%, #fbb410 100%);
  background-color: #f26a38;
  height: 57px;
  position: relative;
  padding-right: 11px;
}

.modal-shop-target-bottom::before {
  background: url("/images/shop/balance03.png") no-repeat center left;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  left: 18px;
  top: 5px;
  width: 48px;
  height: 48px;
}

.modal-shop-target-bottom-block {
  display: inline-block;
}

.modal-shop-target-bottom-title {
  font-size: 14px;
  text-align: center;
  padding-bottom: 3px;
}

.modal-shop-target-bottom-field {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  box-sizing: border-box;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(18, 39, 57);
  width: 178px;
  height: 30px;
  position: relative;
}

.modal-shop-target-bottom-field span {
  color: #ffd100;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  body.shop .header__flip-button-lightning {
    display: none;
  }

  .shop__balance {
    display: none;
  }

  .shop-balance-mobile {
    display: block;
    visibility: visible;
  }

  .shop__cards {
    flex-direction: column;
  }
  
  .shop__card {
    width: 100%;
  }

  .shop__card-head {
    height: 62px;
  }

  .shop__card-top  {
    height: 290px;
  }

  .shop__card-head-item-title {
    font-size: 11px;
    padding-bottom: 0;
  }

  .shop__card-head-item-count {
    min-width: 112px;
    height: 30px;
  }

  .shop__card-carousel-item-img {
    max-width: 114px;
  }

  .shop__card-head-item-status-inactive .shop__card-head-item-count {
    font-size: 11px;
  }

  .shop__card-head-item-cost .shop__card-head-item-count {
    font-size: 14px;
  }

  .shop__card-carousel .slick-arrow {
    display: block !important;
    width: 23px;
    height: 54px;
  }

  .shop__card-name {
    padding: 18px 20px 17px;
    font-size: 17px;
  }

  .shop__card-name span {
    padding: 0;
  }

  .shop__card-button-buy {
    font-size: 11px;
    width: 91px;
    height: 32px;
  }

  .shop__card-switch-toggle-item {
    width: 144px;
    height: 32px;
  }

  .shop__card-switch-text {
    font-size: 11px;
  }

  .checkcross .check {
    width: 32px;
    height: 32px;
  }

  .checkcross input:checked + label .check {
    left: 123px;
  }

  .shop__card-description {
    font-size: 11px;
    line-height: 14px;
    padding-top: 24px;
  }

  .shop__card-description-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 28px;
  }

  .shop__card-description-collapsed {
    width: 28px;
    height: 28px;
    top: 0;
  }

  .modal-shop-item {
    max-width: 320px;
  }

  .modal-shop, .modal-success, .modal-fail, .modal-shop-pps, .modal-shop-target {
    position: absolute;
  }

  .modal-calc {
    top: 10%;
  }

  .modal-shop-item .modal__head {
    font-size: 13px;
    height: 40px;
  }

  .modal__form-content {
    padding-top: 13px;
  }

  .modal-shop-item-present {
    flex-direction: column;
  }

  .modal-shop-item-form {
    width: 100%;
    padding-top: 16px;
  }

  .modal-shop-item-image-wrapper {
    width: 100%;
  }

  .modal-shop-item-image {
    width: 183px;
    height: 183px;
    margin: 0 auto;
  }

  .modal-shop-item-image img {
    max-width: 99px;
  }

  .modal-shop-item-form-name {
    margin-bottom: 25px;
    text-align: center;
  }

  .modal-shop-item .form__control, .modal-shop-item select {
    height: 32px;
  }

  .modal-shop-item .form__group-row label {
    font-size: 14px;
    width: 82px;
  }

  .modal-shop-item .select::after {
    height: 32px;
  }

  .modal-shop-item .form__button-wrap {
    padding: 20px 23px;
  }

  .modal__button-reg {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
  }

  .modal-shop-item-success-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 17px;
  }

  .modal-shop-item-success {
    padding-top: 19px;
  }

  .modal-shop-item-success-logo {
    width: 144px;
    margin-bottom: 45px;
  }

  .modal-shop-item-success-text {
    font-size: 14px;
    line-height: 18px;
  }
}