@charset "UTF-8";
/* Черный (Густой) Black (Heavy)
@font-face {
  font-family: "Akrobat, sans-serif";
  src: url("../fonts/akrobat/Akrobatblack.ttf");
  font-weight: 900;
  font-style: normal;
} */
.store {
  /* height: 100vh; */
  /* background-image: url("../images/store/bg1.png"); */
}
.top-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 145px;
  width: 100%;
}
.store-main {
  padding-top: 90px;
}
.store-main-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
.store-main-title {
  font-size: 34px;
  line-height: 36px;
  text-align: center;
  font-family: Akrobat, sans-serif;
  color: white;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 0px;
}
.store-hello {
  overflow: hidden;
  padding-bottom: 4px;
}
.store-hello .row-btns {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.store-hello-title {
  position: relative;
  font-family: Akrobat, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
}
.store-hello-description {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}
.store-hello-container .store-hello-container-vector {
  position: relative;
  /* max-width: 300px; */
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  height: 300px;
  margin-bottom: 50px;
  margin-top: 50px;

  width: 100%;
}
.store-hello-container .store-hello-container-vector .store-vector-4-sm {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  max-height: 340px;
}
.store-hello-container .store-hello-container-vector .store-vector-5-sm {
  position: absolute;
  width: 98%;
  max-height: 340px;
  left: 5px;
  top: 0px;
}
.store-hello .btn-get-certificate {
  background: #FFE400;
  box-shadow: 0px 4px 0px #D29A21;
  font-family: Akrobat, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px;
  text-align: left;
  color: #000000;
  margin-right: -15px;
  height: 250px;
  display: flex;
  flex-direction: column;
}
.store-hello .btn-get-certificate img {
  transform: scale(1);
  margin-top: 10px;
}
.store-hello .btn-get-merch {
  background: #2AE2A3;
  box-shadow: 0px 4px 0px #01A2A5;
  font-family: Akrobat, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 15px;
  color: #000000;
  margin-left: -15px;
  height: 250px;
  display: flex;
  flex-direction: column;
}
.store-hello .btn-get-merch img {
  transform: scale(1.2);
  margin-top: 10px;
}
.store-certificates {
  margin-top: 30px;
}
.store-certificates .row-certificate {
  margin-bottom: 50px;
}
.store-certificates-title {
  font-family: Akrobat, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
}
.store-certificates-description {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 50px;
}
.store-certificates .certificate-container {
  border: 8px solid #fff;
  box-sizing: border-box;
}
.store-certificates .certificate-container.pink {
  border-color: #FC1AA3;
}
.store-certificates .certificate-container.yellow {
  border-color: #FFE400;
}
.store-certificates .certificate-container.white {
  border-color: #fff;
}
.store-certificates .certificate-type {
  font-family: Akrobat, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 40px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin-top: 40px;
  margin-bottom: 16px;
  text-align: center;
}
.store-certificates .certificate-btn {
  font-family: Akrobat, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 15px 80px;
  color: #000;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0 auto 25px;
  display: block;
  width: calc(100% - 10px);
}
.store-certificates .certificate-btn.pink {
  background: #FC1AA3;
  box-shadow: 0px 4px 0px #A70C55;
  color: #FFFFFF;
}
.store-certificates .certificate-btn.yellow {
  color: black;
  background: #FFE400;
  box-shadow: 0px 4px 0px #D29A21;
}
.store-certificates .certificate-btn.white {
  color: black;
  background: #F8F8F8;
  box-shadow: 0px 4px 0px #CCCCCC;
}
.store-certificates .certificate-image {
  margin: -50px auto 0;
  display: block;
  cursor: pointer;
}
.store-certificates .certificate-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}
.store-certificates .certificate-subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  padding: 0px 12px 20px;
  text-align: center;
  font-family: "Akrobat", sans-serif;
}
.certificate-help .certificate-info {
  margin-right: 0px;
  margin-left: 0px;
  background: #6C3AE7;
  border: 8px solid #6C3AE7;
  box-sizing: border-box;
}
.certificate-help .certificate-info-title {
  font-family: Akrobat, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 40px 20px 20px;
  text-align: center;
  color: #FFFFFF;
}
.certificate-help .certificate-info-btn {
  font-family: Akrobat, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 15px 80px;
  color: black;
  background: #F8F8F8;
  box-shadow: 0px 4px 0px #CCCCCC;
  border: none;
  outline: none;
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}
.certificate-help .center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.store-merch__toggle {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.store-merch__toggle-item {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 50%;
  cursor: pointer;
  background: #6C3AE7;
  border: 8px solid #6C3AE7;
}

.store-merch__toggle-item_active {
  cursor: default;
  background: #FC1AA3;
  border: 8px solid #FC1AA3;
}

.store-merch__toggle .store-merch-description {
  margin-bottom: initial !important;
}

.store-merch-title {
  font-family: Akrobat, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 10px;
  margin-top: 50px;
  text-align: center;
}
.store-merch-description {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 30px;
  text-align: center;
}
.store-merch-grid {
  margin-right: 0px;
  margin-left: 0px;
  background: #421b75;
}
.store-merch-grid .col-6 {
  padding-right: 2px;
  padding-left: 2px;
}
.store-merch-grid-item {
  text-align: center;
  padding-bottom: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.store-merch-grid-item-img {
  border: 4px solid #6C3AE7;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.store-merch-grid-item-img img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.store-merch-grid-item-img .store-badge {
  background: #6C3AE7;
  position: absolute;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #F3F4F7;
  width: 120px;
  height: 40px;
  padding-left: 40px;
  text-align: left;
  bottom: 0px;
  left: calc(50% - 60px);
}
.store-merch-grid-item-img .store-badge img {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 4px;
  left: 4px;
}
.store-merch-grid-item-title {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  margin-top: 14px;
  max-width: 100%;
  /* word-break: break-word; */
  overflow-wrap: break-word;
  overflow: hidden;
  display: block;
  height: 80px;
}
.store-merch-grid-item-price {
  font-family: Akrobat, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 40px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin-top: 12px;
  justify-content: center;
}
.store-merch-grid-item-price img {
  margin-left: 10px;
  width: 11px;
  height: 14px;
}
.store-merch-grid-item-btn {
  background: #FC1AA3;
  box-shadow: 0px 4px 0px #A70C55;
  font-family: Akrobat, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 15px 40px;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
  margin-top: 18px;
  display: inline-block;
  border: none;
  cursor: pointer;
  outline: none;
  width: 100%;
}
.store-how_to {
  margin-bottom: 100px;
  background-color: #421b75;
}
.store-how_to-title {
  font-family: Akrobat, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}
.store-how_to-description {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  max-width: 973px;
  margin-bottom: 30px;
}
.store-how_to .how_to-collapse .layout {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 25px 20px;
  border: 5px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 20px;
}
.store-how_to .how_to-collapse .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.store-how_to .how_to-collapse .question img {
  transition: all 0.2s ease;
  margin-left: 15px;
}
.store-how_to .how_to-collapse .question.open img {
  transform: rotateZ(180deg);
}
.store-how_to .how_to-collapse .answer {
  margin-top: 30px;
}

.yellow-button {
  font-family: Akrobat, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  align-items: center;
  text-transform: uppercase;
  color: #000000;
  background: #FFE400;
  box-shadow: 0px 4px 0px #E8B229;
  padding: 16px 48px;
  text-decoration: none;
  transition: all 0.5s ease;
  outline: none;
  border: none;
  cursor: pointer;
}
.yellow-button:hover {
  background: #E8B229;
  transform: translate(0px, 4px);
  box-shadow: 0px 0px 0px #E8B229;
}

.product-form__inner-wrap{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.product-form__text{
    color: #212226;
}

a.yellow-button{
    display: inline-block!important;
    text-decoration: none;
}

button:disabled {
  background: #d4d4d4;
  cursor: not-allowed;
  border: none;
  box-shadow: none;
}

button:disabled:hover {
  background: #d4d4d4;
  border: none;
  transform: 0;
  box-shadow: none;
}

#home-games-footer {
  background-color: #1a1a1a;
  padding: 10px;
}
#home-games-footer .to_up {
  color: white;
  background-color: #333;
  border: none;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 19px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 5px;
  width: 100%;
  justify-content: center;
}
#home-games-footer .to_up svg {
  color: white;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
#home-games-footer .menu {
  margin-top: 10px;
  margin-bottom: 15px;
}
#home-games-footer .menu a {
  color: #666;
  margin-right: 10px;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}
#home-games-footer .any-questions {
  color: #666;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}
#home-games-footer .footer-email {
  display: block;
  color: white;
  font-family: Akrobat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 10px;
}
#home-games-footer .footer-phone {
  display: block;
  color: white;
  font-family: Akrobat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
}
#home-games-footer .footer-socials {
  display: flex;
  align-items: center;
  justify-content: center;
}
#home-games-footer .footer-socials svg {
  width: 36px;
  height: 36px;
  color: #666;
  border: 1px solid #666;
  border-radius: 50px;
  margin: 15px;
  padding: 7px;
}
#home-games-footer .personal-data a {
  color: #666;
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}
.modal-form {
  margin-top: 3rem;
}

.modal-content__certificates {
  top: 50px;
  transform: none;
}

.cost-field {
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #212226;
  margin-top: 10px;
  margin-bottom: 10px;
}

.store-merch-grid-item-sticker {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px;
  transform: rotate(12deg);
  text-transform: uppercase;
  border-radius: 3px;
  z-index: 1;
  font-weight: bold;
  line-height: 19px;
  height: 32px;
  width: 102px;
}

.sticker-yellow {
  background: #FFD902;
  color: #000;
  font-size: 9px;
}

.sticker-green {
  background: #39E1A5;
  color: #000;
  font-size: 12px;
}

@media (min-width: 768px) {
  .store-main-title {
    margin: 0px;
  }

  .top-bg {
    height: 150px;
  }
  .store-hello-container .store-hello-container-vector {
    max-width: 710px;
    padding-top: 70px;
    height: 300px;
    margin-bottom: 60px;
    margin-top: 70px;
  }
  .store-hello-container .store-hello-container-vector .store-vector-4 {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .store-hello-container .store-hello-container-vector .store-vector-5 {
    position: absolute;
    left: 30px;
    top: 5px;
  }
  .store-hello-container .store-hello-container-vector .store-mask-group {
    position: absolute;
    width: 1120px;
    height: 350px;
    left: -4px;
    top: -37px;
    transform: rotate(3deg);
    z-index: 1;
    max-width: initial;
  }
  .store-hello-title {
    font-size: 32px;
    line-height: 34px;
    max-width: 380px;
  }
  .store-hello-description {
    max-width: 451px;
    font-size: 16px;
    line-height: 21px;
  }
  .store-hello .btn-get-certificate {
    font-size: 34px;
    line-height: 36px;
    padding: 26px 50px;
    max-width: 462px;
    height: 124px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 64px;
  }
  .store-hello .btn-get-certificate img {
    transform: scale(1);
    margin-top: 0px;
    position: absolute;
    top: -20px;
    right: 0;
  }
  .store-hello .btn-get-merch {
    font-size: 34px;
    line-height: 36px;
    padding: 26px 50px;
    max-width: 462px;
    height: 124px;
    margin-bottom: 64px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: left;
  }
  .store-hello .btn-get-merch img {
    transform: scale(1.2);
    margin-top: 10px;
  }
  .store-hello .btn-get-merch img {
    transform: scale(0.8);
    margin-top: 0px;
    position: absolute;
    top: -70px;
    right: -30px;
  }
  .store-certificates-title {
    font-size: 32px;
    line-height: 34px;
  }
  .store-certificates-description {
    font-size: 16px;
    line-height: 21px;
  }
  .store-certificates .certificate-subtitle {
    font-size: 22px;
    line-height: 28px;
    padding: 0px 0px 20px 0px;
  }
  .store-certificates .certificate-description {
    font-size: 16px;
    line-height: 21px;
  }
  .store-certificates .certificate-type {
    margin-top: 0px;
  }
  .certificate-help {
    margin-bottom: 0px;
  }
  .certificate-help .certificate-info-title {
    font-size: 30px;
    line-height: 34px;
    text-align: left;
    padding: 20px 20px 20px;
  }
  .certificate-help .certificate-info-btn {
    margin-bottom: inherit;
  }
  .store-merch-title {
    font-size: 32px;
    line-height: 34px;
  }
  .store-merch-description {
    font-size: 16px;
    line-height: 21px;
  }
  .store-merch-grid .col-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .store-merch-grid-item-title {
    font-size: 16px;
    line-height: 26px;
  }
  .store-merch-grid-item-price {
    font-size: 32px;
    line-height: 34px;
  }
  .store-merch-grid-item-price img {
    width: 17px;
    height: 21px;
  }
  .store-merch-grid-item-img img {
    height: 300px;
  }
  .store-merch-grid-item-btn {
    padding: 15px 50px;
    width: auto;
  }
  .store-how_to-title {
    font-size: 32px;
    line-height: 34px;
  }
  .store-how_to-description {
    font-size: 16px;
    line-height: 21px;
  }

  .modal-overlay .modal-content .modal-form {
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .store-main {
    padding-top: 170px;
  }
  .store-main-title {
    font-size: 50px;
  }
  .top-bg {
    height: 230px;
  }
  .store-hello-container .store-hello-container-vector {
    max-width: 910px;
    padding-top: 70px;
    height: 350px;
    margin-bottom: 60px;
    margin-top: 70px;
  }
  .store-hello-container .store-hello-container-vector .store-vector-4 {
    position: absolute;
    left: 0px;
    top: 10px;
  }
  .store-hello-container .store-hello-container-vector .store-vector-5 {
    position: absolute;
    left: 51px;
    top: 0px;
  }
  .store-hello-container .store-hello-container-vector .store-mask-group {
    position: absolute;
    width: 932px;
    height: 342px;
    left: 90px;
    top: 336px;
    transform: rotate(0deg);
  }
  .store-hello-title {
    font-size: 40px;
    line-height: 44px;
    max-width: 500px;
  }
  .store-hello-description {
    font-size: 20px;
    line-height: 28px;
    max-width: 530px;
  }
  .store-certificates-title {
    font-size: 40px;
    line-height: 40px;
  }
  .store-certificates-description {
    font-size: 20px;
    line-height: 24px;
  }
  .store-certificates .certificate-type {
    margin-top: 40px;
  }
  .certificate-help .certificate-info-title {
    padding: 60px 0px 60px 60px;
  }
  .store-merch-grid-item-title {
    font-size: 20px;
    line-height: 26px;
  }
  .store-merch-grid-item-img img {
    height: 330px;
  }
  .store-merch-grid-item-price {
    font-size: 36px;
    line-height: 40px;
  }
  .store-merch-grid-item-price img {
    width: 21px;
    height: 26px;
  }
  .store-merch-grid-item-btn {
    padding: 15px 80px;
  }
  .store-merch-title {
    font-size: 40px;
    line-height: 40px;
  }
  .store-merch-description {
    font-size: 20px;
    line-height: 24px;
  }
  .store-how_to-title {
    font-size: 40px;
    line-height: 40px;
  }
  .store-how_to-description {
    font-size: 20px;
    line-height: 24px;
  }
  .store-how_to .how_to-collapse .layout {
    font-size: 20px;
    line-height: 24px;
  }

  .modal-overlay .modal-content {
    padding: 50px 100px !important;
    max-width: 900px !important;
    min-width: 300px !important;
  }
  .modal-overlay .modal-content .modal-form {
    max-width: 100%;
  }

  #home-games-footer .footer-socials {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .faq {
    padding-top: 45px;
  }

  .store-main {
    padding-top: 150px;
  }
  .store-main-title {
    font-size: 50px;
  }

  .store-hello {
    padding-bottom: 94px;
  }
  .store-hello-title {
    position: relative;
    font-family: Akrobat, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 52px;
    text-align: center;
    color: #FFFFFF;
  }
  .store-hello-description {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 190px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
  }
  .store-hello-container .store-hello-container-vector {
    max-width: 1012px;
    padding-top: 90px;
    height: 400px;
    margin-bottom: 130px;
    margin-top: 65px;
  }
  .store-hello-container .store-hello-container-vector .store-vector-4 {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .store-hello-container .store-hello-container-vector .store-vector-5 {
    position: absolute;
    left: 90px !important;
    top: 0px;
  }
  .store-hello-container .store-hello-container-vector .store-mask-group {
    position: absolute;
    width: 1128px;
    height: 400px;
    left: 67px;
    transform: rotate(0.4deg);
    top: -3px;
  }
  .store-hello .btn-get-certificate {
    background: #FFE400;
    box-shadow: 0px 4px 0px #D29A21;
    font-family: Akrobat, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 34px;
    line-height: 36px;
    position: relative;
    display: flex;
    align-items: flex-start;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 26px 41px;
    width: 100%;
    text-align: left;
    color: #000000;
    height: 124px;
    margin-bottom: 20px;
  }
  .store-hello .btn-get-certificate img {
    position: absolute;
    top: -30px;
    right: 0;
  }
  .store-hello .btn-get-merch {
    background: #2AE2A3;
    box-shadow: 0px 4px 0px #01A2A5;
    font-family: Akrobat, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 34px;
    line-height: 36px;
    display: flex;
    align-items: flex-start;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 26px 41px;
    width: 100%;
    height: 124px;
    margin-bottom: 20px;
  }
  .store-hello .btn-get-merch img {
    position: absolute;
    top: -90px;
    right: -50px;
    width: auto;
    height: auto;
    transform: scale(1);
  }
  .store-certificates {
    padding-bottom: 20px;
    margin-top: 0px;
  }
  .store-certificates-title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .store-certificates-description {
    margin-bottom: 102px;
  }
  .store-certificates .certificate-description {
    font-size: 16px;
    line-height: 20px;
    padding-left: 24px;
    max-width: 450px;
  }
  .store-certificates .certificate-image {
    position: absolute;
    top: -50px;
    margin: 0px;
  }
  .store-certificates .certificate-btn {
    font-family: Akrobat, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 15px 80px;
    color: #000;
    border: none;
    outline: none;
    cursor: pointer;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 42px;
    max-width: 205px;
  }
  .store-certificates .certificate-btn.pink {
    background: #FC1AA3;
    box-shadow: 0px 4px 0px #A70C55;
    color: #FFFFFF;
  }
  .store-certificates .certificate-btn.yellow {
    color: black;
    background: #FFE400;
    box-shadow: 0px 4px 0px #D29A21;
  }
  .store-certificates .certificate-btn.white {
    color: black;
    background: #F8F8F8;
    box-shadow: 0px 4px 0px #CCCCCC;
  }
  .store-certificates .certificate-subtitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    font-family: Raleway;
    padding: 15px 0;
    max-width: 355px;
  }
  .store-certificates .certificate-type {
    margin-top: 32px;
  }
  .store-certificates .certificate-container {
    margin-right: -15px;
  }
  .certificate-help {
    margin-bottom: 94px;
  }
  .certificate-help .certificate-info-title {
    font-size: 30px;
    line-height: 34px;
    margin: 30px 0px 30px 75px;
    padding: 0px;
  }
  .store-merch-title {
    font-size: 40px;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .store-merch-description {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 102px;
  }
  .store-merch-grid-item {
    padding-bottom: 45px;
  }
  .store-merch-grid-item-img {
    border: 8px solid #6C3AE7;
  }
  .store-merch-grid-item-img img {
    height: 300px;
  }
  .store-merch-grid-item-img .store-badge {
    width: 145px;
    height: 45px;
    padding-left: 46px;
    left: calc(50% - 72.5px);
  }
  .store-merch-grid-item-img .store-badge img {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 4px;
    left: 4px;
  }
  .store-merch-grid-item-title {
    font-size: 18px;
    line-height: 26px;
    word-break: break-word;
  }
  .store-merch-grid-item-price {
    font-size: 32px;
    line-height: 40px;
  }
  .store-merch-grid-item-price img {
    margin-left: 10px;
    width: auto;
    height: auto;
  }
  .store-merch-grid-item-btn {
    padding: 15px 80px;
  }
  .store-how_to-title {
    font-size: 40px;
    line-height: 40px;
  }
  .store-how_to-description {
    font-size: 16px;
    line-height: 21px;
  }
  .store-how_to .how_to-collapse .layout {
    padding: 35px 40px;
    font-size: 20px;
    line-height: 24px;
  }

  .modal-overlay .modal-content .modal-close {
    top: 0;
    right: 33px;
  }
  .modal-overlay .modal-content .product-title {
    font-size: 40px;
    line-height: 48px;
    margin-top: 0px;
    text-align: left;
    margin-bottom: 0px;
  }
  .modal-overlay .modal-content .product-size {
    text-align: left !important;
  }

  #home-games-footer .footer-socials {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  #home-games-footer .personal-data a {
    color: #666;
    margin-bottom: 10px;
    display: block;
  }
}
.modal-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  z-index: 1100;
  overflow: auto;
  display: none;
}
.modal-overlay.active {
  display: flex;
}
.modal-overlay .modal-content {
  background-color: white;
  max-width: 90%;
  position: absolute;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  padding: 25px;
}
.modal-overlay .modal-content:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -48px;
  background: white;
  background: linear-gradient(-2deg, white 48%, transparent 50%);
  height: 50px;
}
.modal-overlay .modal-content:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -48px;
  background: white;
  background: linear-gradient(2deg, transparent 48%, white 50%);
  height: 50px;
}
.modal-overlay .modal-content .modal-title {
  font-family: Akrobat, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  max-width: 472px;
  color: #212226;
  margin-right: auto;
  margin-left: auto;
}
.modal-overlay .modal-content .modal-form label {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #212226;
  margin-bottom: 10px;
  display: block;
}
.modal-overlay .modal-content .modal-form .order-input {
  width: 100%;
}
.modal-overlay .modal-content .modal-form .order-select {
  width: 100%;
}
.order-select option {
  color: #212226;
}
.modal-overlay .modal-content .modal-form .yellow-button {
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-top: 15px;
}
.modal-overlay .modal-content .modal-close {
  position: absolute;
  top: -13px;
  right: 24px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.modal-overlay .modal-content .modal-close:hover {
  opacity: 0.8;
}
.modal-overlay .modal-content .product-title {
  font-family: Akrobat, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  color: #212226;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.modal-overlay .modal-content .product-img {
  border: 6px solid #6C3AE7;
  box-sizing: border-box;
}
.modal-overlay .modal-content .product-img img {
  width: 100%;
  display: block;
}
.modal-overlay .modal-content .product-images {
  border: 6px solid #6C3AE7;
}
.modal-overlay .modal-content .product-images img {
  display: block;
}
.modal-overlay .modal-content .product-images .owl-nav {
  position: absolute;
  bottom: 0;
  left: calc(50% - 56px);
  display: block;
}
.modal-overlay .modal-content .product-images .owl-nav .owl-prev {
  padding: 15px !important;
  outline: none;
  border: none;
  background: #6C3AE7;
  transition: all 0.5s ease;
}
.modal-overlay .modal-content .product-images .owl-nav .owl-prev:hover {
  background: #5A27E7;
}
.modal-overlay .modal-content .product-images .owl-nav .owl-next {
  padding: 15px !important;
  outline: none;
  border: none;
  background: #6C3AE7;
  transition: all 0.5s ease;
}
.modal-overlay .modal-content .product-images .owl-nav .owl-next:hover {
  background: #5A27E7;
}
.modal-overlay .modal-content .product-description {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #212226;
  margin-top: 15px;
}
.modal-overlay .modal-content .product-meta {
  margin-top: 30px;
}
.modal-overlay .modal-content .product-meta-item {
  display: flex;
  margin-bottom: 15px;
}
.modal-overlay .modal-content .product-meta-item-label {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #777B87;
  margin-right: 10px;
}
.modal-overlay .modal-content .product-meta-item-value {
  font-family: Raleway;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height, or 125% */
  font-feature-settings: "pnum" on, "lnum" on;
  /* Text */
  color: #212226;
}
.modal-overlay .modal-content .product-size, .product-price {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #212226;
  margin-top: 40px;
  text-align: center;
}

.product-price {
  margin: 20px auto auto;
}

.modal-overlay .modal-content .product-size .order-select {
  margin-top: 8px;
  width: 280px;
}
.modal-overlay .modal-content .separator {
  background: #CDCFD7;
  height: 1px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.modal-overlay .modal-content .product-form {
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
}
.modal-overlay .modal-content .product-form .yellow-button {
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-top: 15px;
}
.modal-overlay .modal-content .product-form .order-select {
  width: 100%;
}
.modal-overlay .modal-content .product-form .order-input {
  width: 100%;
}
.modal-overlay .modal-content .product-form-title {
  font-family: Raleway;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #212226;
  margin-bottom: 15px;
}
.modal-overlay .modal-content .order-select {
  background-color: #F3F4F7;
  border-radius: 4px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #181920;
  padding: 15px 50px 15px 20px;
  display: block;
  border: none;
  outline: none;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACZSURBVHgBhc/BDcIwDAXQ7xwQR0awIiQ4sgKbMEI3YQVWYIKu0BE6AueCYuy2UpvGbb8UydLXixNAE+OlYg12wnzlGM+VzWSDIDwhaEW6e6tZQxRSbaMkPEJKv5eiBgQmOtTe5jmCSAN0bxoKPhlSfFtuXiKRr3Ufmm4tMXCEh/o/5k/K8dgWqIAFtjjIhRnWtR7ajGE7a/0ftstqGWxVUjYAAAAASUVORK5CYII=);
  background-position: right 20px top 20px;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.modal-overlay .modal-content .order-input {
  background: #F3F4F7;
  border-radius: 4px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #777B87;
  padding: 16px 20px;
  border: none;
  cursor: text;
  outline: none;
}
.modal-overlay .modal-content .form-field {
  margin-bottom: 15px;
}

.response-msg {
  color: #181920;
}

.modal-overlay .modal-content .by-courier {
  display: none;
  margin-top: 30px;
}
.modal-overlay .modal-content .by-courier.active {
  display: block;
}
.modal-overlay .modal-content .by-delivery {
  display: none;
}
.modal-overlay .modal-content .by-delivery.active {
  display: block;
}

.modal-open {
  overflow: hidden;
}
.modal-overlay .modal-content__store {
  top: 50px;
  transform: none;
}

.store-merch .container::before, .store-merch .container::after, .row-btns::before, .row-btns::after, .row.store-merch-grid::before, .row.store-merch-grid::after, .row::before, .row::after, .container::before, .container::after {
  display: none;
}


@-webkit-keyframes spinner-border {
  to { transform: rotate(360deg); }
}


@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
  margin: auto;
  width: 32px;
  height: 32px;
  vertical-align: text-bottom;
  border: .25em solid #6c3ae7;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.store-certificates .online-certificate-image {
  padding-bottom: 20px;
}

@media (max-width: 460px) {
  .xs-p-0 {
    padding: 0;
  }
  .store-hello-container .store-hello-container-vector {
    margin-bottom: 100px;
  }
  .btn-get-certificate, .btn-get-merch {
    text-align: center !important;
    align-items: center;
  }
  .btn-get-certificate > img, .btn-get-merch > img {
    margin-top: 30px !important;
  }
  .store-hello .btn-get-certificate img {
    transform: scale(1.2);
  }
  .store-merch-grid-item {
    padding-bottom: 45px;
  }
  .store-merch-grid-item-title {
    font-size: 14px;
  }
  .store-merch-grid-item-title, .store-merch-grid-item-price {
    margin-top: 5px;
  }
  .store-merch-grid-item-btn {
    margin-top: 10px;
  }
  .store-merch-description {
    font-size: 20px;
    line-height: 24px
  }
}

@media (max-width: 768px) {
  .store-merch-description {
    margin-bottom: 45px;
  }
  .store-hello {
    padding-bottom: 15px;
  }
  .btn-get-merch {
    margin-left: 0 !important;
  }
  .merch-available {
    margin-right: 0 !important;
  }

  .md-title {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .store-certificates .online-certificate-image {
    margin-top: -30px;
  }
}

@media (min-width: 1200px) {
  .store-certificates .online-certificate-image {
    margin-top: 20px;
  }
}
