@charset "UTF-8";
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:focus,
:active {
  /*outline: none;*/
}

a:focus,
a:active {
  /* outline: none;*/
}

/* Links */
a, a:link, a:visited {
  /*     color: inherit; */
}

a:hover {
  /* color: inherit; */
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

ul, ul li {
  list-style-position: inside;
}

ol, ol li {
  box-sizing: border-box;
  list-style-position: inside;
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
  -webkit-appearance: none;
}

button {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

body {
  color: rgb(32, 27, 52);
}

.container {
  max-width: 1180px;
  padding: 0 10px;
  margin: 0 auto 120px;
}

.background-color {
  background: linear-gradient(135deg, #F8E2FF 0%, #F1FCFF 48.96%, #CDF3FF 98.12%);
  border-radius: 35px;
}

ul li {
  padding-left: 0 !important;
}
ul li::after {
  display: none !important;
}

@media (max-width: 768px) {
  .container {
    margin: 0 auto 60px;
  }
}
h1 {
  font-size: 70px !important;
  line-height: 100% !important;
  text-transform: initial !important;
}
h1 .bage {
  background-position: left;
  display: inline-block !important;
  vertical-align: middle !important;
  background-size: contain !important;
  height: 50px;
  width: 100%;
  background-repeat: no-repeat;
}
h1 .bage.bage--yellow {
  background-image: url("/service/gift-cards/img/child.png");
  max-width: 197px;
}
h1 .bage.bage--blue {
  background-image: url("/service/gift-cards/img/for-him.png");
  max-width: 155px;
}
h1 .bage.bage--pink {
  background-image: url("/service/gift-cards/img/for-her.png");
  max-width: 145px;
}

h2 {
  font-size: 42px !important;
  line-height: 120% !important;
}

h3 {
  font-size: 24px !important;
  line-height: 120% !important;
}

.header-text {
  text-align: center;
}

.text {
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
}
.text span {
  color: #FF4646;
  background: rgba(255, 70, 70, 0.1);
  padding: 3px 9px;
  border-radius: 30px;
}

.small-text {
  font-size: 12px;
  line-height: 150%;
}

@media (max-width: 768px) {
  h1 {
    font-size: 36px !important;
  }
  h1 .bage.bage--yellow {
    background-image: url("/service/gift-cards/img/mobile-child.png");
    max-width: 123px;
  }
  h1 .bage.bage--blue {
    background-image: url("/service/gift-cards/img/mobile-for-him.png");
    max-width: 100px;
  }
  h1 .bage.bage--pink {
    background-image: url("/service/gift-cards/img/mobile-for-her.png");
    max-width: 95px;
  }
  .text {
    font-size: 12px !important;
  }
  h2 {
    font-size: 24px !important;
  }
  h3 {
    font-size: 16px !important;
  }
}
.swiper-slide__inner {
  display: flex;
  align-items: center;
}
.swiper-slide__inner-text {
  flex: 0 0 40%;
}
.swiper-slide__inner-text h1 {
  white-space: nowrap;
  position: relative;
  z-index: 9;
}
.swiper-slide__inner-text .text {
  margin: 30px 0 45px;
  color: rgba(32, 27, 52, 0.7);
}
.swiper-slide__inner-buttons {
  display: flex;
  gap: 20px;
  align-items: center;
}

.arrow-next, .arrow-prev {
  position: absolute;
  bottom: 0;
  left: 52.5%;
  background: url("/service/gift-cards/img/arrow-next.svg");
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: block;
  width: 47px;
  height: 26px;
  z-index: 12;
}

.arrow-prev {
  background: url("/service/gift-cards/img/arrow-prev.svg");
  width: 17px;
  left: 46%;
}

.swiper-wrapper {
  height: auto !important;
}

.swiper-pagination-bullet-active {
  background: rgba(32, 27, 52, 0.7) !important;
}

.swiper-pagination {
  bottom: 0 !important;
}

@media (max-width: 768px) {
  .swiper-slide__inner {
    flex-direction: column;
    text-align: center;
    align-items: unset;
  }
  .swiper-slide__inner-text {
    display: contents;
  }
  .swiper-slide__inner-text .text {
    margin: 20px 0 0;
  }
  .swiper-slide__inner-buttons {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .swiper-pagination {
    display: none !important;
  }
  .swiper {
    margin: 50px -22px 0;
  }
  .arrow-prev {
    left: 20px;
    top: 50%;
  }
  .arrow-next {
    right: 20px;
    top: 50%;
    background: url("/service/gift-cards/img/arrow-prev.svg");
    width: 17px;
    transform: rotate(180deg);
    left: unset;
  }
}
.btn {
  width: 280px;
  text-align: center;
  padding: 20px 30px 18px;
  color: #fff;
  background: rgb(32, 27, 52);
  border-radius: 80px;
  transition: 0.3s ease-in-out;
}
.btn:hover {
  background: #FF4646;
  color: #fff;
}

#gc_validity_form button {
  width: 280px;
  text-align: center;
  padding: 20px 30px 18px;
  color: #fff;
  background: rgb(32, 27, 52);
  border-radius: 80px;
  transition: 0.3s ease-in-out;
}
#gc_validity_form button:hover {
  background: #FF4646;
  color: #fff;
}

.btn-style-02 {
  position: relative;
  transition: 0.3s ease-in-out;
  text-decoration-line: underline;
}
.btn-style-02:hover {
  color: #FF4646;
}
.btn-style-02:hover::after {
  background: url("/service/gift-cards/img/doc--red.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-style-02::after {
  content: "";
  position: absolute;
  background: url("/service/gift-cards/img/doc.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 18px;
  display: inline-block;
  right: -25px;
  top: 4px;
  transition: 0.3s ease-in-out;
}

.pros h2 {
  max-width: 620px;
  margin: 0 auto 60px;
}
.pros h2 span {
  color: #FF4646;
  background: rgba(255, 70, 70, 0.1);
  padding: 3px 9px !important;
  border-radius: 30px;
}
.pros__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.pros__card {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.pros__card .text {
  color: rgba(32, 27, 52, 0.7);
}
.pros__card h3 {
  margin: 20px 0;
}
.pros__card img {
  width: 86px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pros h2 {
    margin: 0 auto 40px;
  }
  .pros__cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .pros__card .text {
    max-width: 450px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
.adress h3 {
  margin: 0 0 30px !important;
}
.adress ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
}
.adress ul li {
  margin: 0 0 10px !important;
}
.adress ul::after {
  display: none;
}

@media (max-width: 768px) {
  .adress ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.client .text {
  text-align: center;
  font-weight: 300;
}
.client__cards {
  display: flex;
  max-width: 920px;
  margin: 50px auto 0;
  align-items: center;
  gap: 20px;
  align-items: baseline;
}
.client__card {
  text-align: center;
}
.client__card .text {
  color: rgb(32, 27, 52);
  padding: 0 30px;
}
.client__card h3 {
  max-width: 210px;
  margin: 30px auto 10px;
}
.client__card h3.v {
  max-width: 200px;
}
.client__card img {
  width: 450px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .client h2 {
    margin: 0 0 10px !important;
  }
  .client__cards {
    flex-direction: column;
  }
  .client__card .text {
    padding: 0 40px;
  }
  .client__card h3 {
    max-width: 340px;
  }
}
.sale {
  display: flex;
  align-items: center;
}
.sale__img {
  margin: auto auto 0 auto;
  max-width: 360px;
}
.sale__info {
  flex: 0 0 50%;
  margin: 0 20px 0 0;
  padding: 60px 0 60px 100px;
}
.sale__info .text {
  max-width: 400px;
  margin: 20px 0 30px;
}

@media (max-width: 768px) {
  .sale {
    flex-direction: column-reverse;
  }
  .sale__info {
    padding: 10px 20px 45px 20px;
    text-align: center;
    margin: 0 auto;
  }
}
.check {
  padding: 60px 60px 60px 100px;
}
.check__inner {
  display: flex;
  justify-content: space-between;
}
.check__inner h3 {
  max-width: 426px;
}
.check__inner-right {
  flex: 0 0 50%;
  justify-content: space-between;
  display: flex;
  background: #fff;
  border: 1px solid;
  border-radius: 50px;
  height: 67px !important;
}
.check__inner-right input {
  padding: 0 10px 0 30px;
  background: unset !important;
  border: unset !important;
  width: 56%;
}
.check__inner-right .btn {
  width: 220px;
  height: 66px !important;
}
.check .text {
  margin: 30px 0 0 53px;
  position: relative;
}
.check .text a {
  color: inherit;
  font-weight: 700;
  font-size: inherit;
}
.check .text::before {
  content: "";
  background: url("/service/gift-cards/styles//service/gift-cards/img/text-icon.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 33px;
  height: 38px;
  vertical-align: middle;
  position: absolute;
  left: -53px;
  top: 50%;
  transform: translate(0, -50%);
}

@media (max-width: 768px) {
  .check {
    padding: 45px 25px;
  }
  .check__inner {
    flex-direction: column;
  }
  .check__inner h3 {
    margin: 0 auto 30px;
  }
  .check__inner-right {
    background: unset;
    border: unset;
    flex-direction: column;
    height: unset !important;
  }
  .check__inner-right input {
    text-align: center;
    margin: 0 0 20px;
    background: #fff !important;
    border: 1px solid !important;
    padding: 20px;
    border-radius: 50px;
    width: 100%;
  }
  .check__inner-right .btn {
    width: 100%;
  }
  .check__inner h3 {
    text-align: center;
    font-size: 24px !important;
  }
}
.certificate {
  padding: 90px 60px;
}
.certificate h2 {
  max-width: 630px;
  margin: 0 auto 80px;
}
.certificate__inner {
  display: flex;
  gap: 20px;
}
.certificate__inner-img {
  background: url("/service/gift-cards/img/envelope-2.png");
  width: 320px;
  position: relative;
  z-index: 9;
  flex: 0 0 50%;
  background-repeat: no-repeat;
  background-position: bottom left;
  display: block;
}
.certificate__inner-img img {
  transform: translate(30px, 340px) scale(0.6);
  transition: 0.4s ease-in-out;
}
.certificate__inner-img::before {
  content: "";
  bottom: 5px;
  width: 350px;
  height: 270px;
  display: block;
  position: absolute;
  background: url("/service/gift-cards/img/envelope-1.png");
  z-index: 9;
}
.certificate__inner ul {
  list-style-type: none;
  counter-reset: num;
  flex: 0 0 50%;
}
.certificate__inner ul .btn-list {
  display: none;
}
.certificate__inner ul li {
  border-radius: 20px;
  border: 1px solid rgb(32, 27, 52);
  margin: 0 0 20px 0;
  display: grid;
  padding: 30px !important;
  grid-template-columns: 42px 1fr;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.certificate__inner ul li .num {
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 42px;
  width: 42px;
  background: url("/service/gift-cards/img/num-1.svg");
}
.certificate__inner ul li .num.num-2 {
  background: url("/service/gift-cards/img/num-2.svg");
}
.certificate__inner ul li .num.num-3 {
  background: url("/service/gift-cards/img/num-3.svg");
}
.certificate__inner ul li .num.num-4 {
  background: url("/service/gift-cards/img/num-4.svg");
}
.certificate__inner ul li a {
  grid-column-start: 2;
}
.certificate__inner ul li::before {
  display: none;
}

.background-card {
  position: relative;
}
.background-card.active::before {
  opacity: 1;
}
.background-card::before {
  content: "";
  position: absolute;
  background: url("/service/gift-cards/img/stars.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 370px;
  height: 340px;
  display: block;
  top: -265px;
  opacity: 0;
  transition: 0.3s ease-in-out;
  transition-delay: 0.3s;
}

@media (max-width: 768px) {
  .certificate {
    padding: 45px 25px;
  }
  .certificate h2 {
    margin: 0 auto 30px;
  }
  .certificate__inner {
    flex-direction: column-reverse;
    gap: 100px;
  }
  .certificate__inner-img {
    background-size: contain;
    width: 310px;
    height: 450px;
    flex: unset;
    margin: 0 auto;
  }
  .certificate__inner-img img {
    max-width: 210px;
  }
  .certificate__inner-img::before {
    width: 287px;
    height: 221px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .certificate__inner ul .btn-list {
    display: block;
    width: 100%;
  }
  .certificate__inner ul li {
    font-size: 12px;
  }
  .certificate__inner ul li a {
    display: none;
  }
  .certificate__inner ul li .btn {
    display: none;
  }
  .background-card::before {
    width: 280px;
    height: 220px;
    top: -175px;
    left: 30px;
  }
}
.main .container {
  max-width: 1180px;
  padding: 0 10px;
  margin: 0 auto 120px !important;
}

.background-color {
  background: linear-gradient(135deg, #F8E2FF 0%, #F1FCFF 48.96%, #CDF3FF 98.12%);
  border-radius: 35px;
}

ul li {
  padding-left: 0 !important;
}

ul li::after {
  display: none !important;
}

@media (max-width: 768px) {
  .container {
    margin: 0 auto 60px;
  }
}
h1 {
  font-size: 70px !important;
  line-height: 100% !important;
  text-transform: initial !important;
}

h1 .bage {
  background-position: left;
  display: inline-block !important;
  vertical-align: middle !important;
  background-size: contain !important;
  height: 50px;
  width: 100%;
  background-repeat: no-repeat;
}

h1 .bage.bage--yellow {
  background-image: url("/gift-cards/img/child.png");
  max-width: 197px;
}

h1 .bage.bage--blue {
  background-image: url("/gift-cards/img/for-him.png");
  max-width: 155px;
}

h1 .bage.bage--pink {
  background-image: url("/gift-cards/img/for-her.png");
  max-width: 145px;
}

h2 {
  font-size: 42px !important;
  line-height: 120% !important;
}

h3 {
  font-size: 24px !important;
  line-height: 120% !important;
}

.header-text {
  text-align: center;
}

.text {
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
}

.text span {
  color: #ff4646;
  background: rgba(255, 70, 70, 0.1);
  padding: 3px 9px;
  border-radius: 30px;
}

.small-text {
  font-size: 12px;
  line-height: 150%;
}

@media (max-width: 768px) {
  h1 {
    font-size: 36px !important;
  }
  h1 .bage.bage--yellow {
    background-image: url("/gift-cards/img/mobile-child.png");
    max-width: 123px;
  }
  h1 .bage.bage--blue {
    background-image: url("/gift-cards/img/mobile-for-him.png");
    max-width: 100px;
  }
  h1 .bage.bage--pink {
    background-image: url("/gift-cards/img/mobile-for-her.png");
    max-width: 95px;
  }
  .text {
    font-size: 12px !important;
  }
  h2 {
    font-size: 24px !important;
  }
  h3 {
    font-size: 16px !important;
  }
}
.swiper-slide__inner {
  display: flex;
  align-items: center;
}

.swiper-slide__inner-text {
  flex: 0 0 40%;
}

.swiper-slide__inner-text h1 {
  white-space: nowrap;
  position: relative;
  z-index: 9;
}

.swiper-slide__inner-text .text {
  margin: 30px 0 45px;
  color: rgba(32, 27, 52, 0.7);
}

.swiper-slide__inner-buttons {
  display: flex;
  gap: 20px;
  align-items: center;
}

.arrow-next,
.arrow-prev {
  position: absolute;
  bottom: 0;
  left: 52.5%;
  background: url("/gift-cards/img/arrow-next.svg");
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: block;
  width: 47px;
  height: 26px;
  z-index: 12;
}

.arrow-prev {
  background: url("/gift-cards/img/arrow-prev.svg");
  width: 17px;
  left: 46%;
}

.swiper-wrapper {
  height: auto !important;
}

.swiper-pagination-bullet-active {
  background: rgba(32, 27, 52, 0.7) !important;
}

.swiper-pagination {
  bottom: 0 !important;
}

@media (max-width: 768px) {
  .swiper-slide__inner {
    flex-direction: column;
    text-align: center;
    align-items: unset;
  }
  .swiper-slide__inner-text {
    display: contents;
  }
  .swiper-slide__inner-text .text {
    margin: 20px 0 0;
  }
  .swiper-slide__inner-buttons {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .swiper-pagination {
    display: none !important;
  }
  .swiper {
    margin: 50px -22px 0;
  }
  .arrow-prev {
    left: 20px;
    top: 50%;
  }
  .arrow-next {
    right: 20px;
    top: 50%;
    background: url("/gift-cards/img/arrow-prev.svg");
    width: 17px;
    transform: rotate(180deg);
    left: unset;
  }
}
.btn {
  width: 280px;
  text-align: center;
  padding: 20px 30px 18px;
  color: #fff;
  background: #201b34;
  border-radius: 80px;
  transition: 0.3s ease-in-out;
}

.btn:hover {
  background: #ff4646;
  color: #fff;
}

#gc_validity_form button {
  width: 280px;
  text-align: center;
  padding: 20px 30px 18px;
  color: #fff;
  background: #201b34;
  border-radius: 80px;
  transition: 0.3s ease-in-out;
}

#gc_validity_form button:hover {
  background: #ff4646;
  color: #fff;
}

.btn-style-02 {
  position: relative;
  transition: 0.3s ease-in-out;
  text-decoration-line: underline;
  color: #000;
  font-size: 16px;
}

.btn-style-02:hover {
  color: #ff4646;
}

.btn-style-02:hover::after {
  background: url("/gift-cards/img/doc--red.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-style-02::after {
  content: "";
  position: absolute;
  background: url("/gift-cards/img/doc.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 18px;
  display: inline-block;
  right: -25px;
  top: 4px;
  transition: 0.3s ease-in-out;
}

.pros h2 {
  max-width: 620px;
  margin: 0 auto 60px;
}

.pros h2 span {
  color: #ff4646;
  background: rgba(255, 70, 70, 0.1);
  padding: 3px 9px !important;
  border-radius: 30px;
}

.pros__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.pros__card {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.pros__card .text {
  color: rgba(32, 27, 52, 0.7);
}

.pros__card h3 {
  margin: 20px 0;
}

.pros__card img {
  width: 86px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pros h2 {
    margin: 0 auto 40px;
  }
  .pros__cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .pros__card .text {
    max-width: 450px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
.adress h3 {
  margin: 0 0 30px !important;
}

.adress ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
}

.adress ul li {
  margin: 0 0 10px !important;
}

.adress ul::after {
  display: none;
}

@media (max-width: 768px) {
  .adress ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.client .text {
  text-align: center;
  font-weight: 300;
}

.client__cards {
  display: flex;
  max-width: 920px;
  margin: 50px auto 0;
  align-items: center;
  gap: 20px;
  align-items: baseline;
}

.client__card {
  text-align: center;
}

.client__card .text {
  color: #201b34;
  padding: 0 30px;
}

.client__card h3 {
  max-width: 210px;
  margin: 30px auto 10px;
}

.client__card h3.v {
  max-width: 200px;
}

.client__card img {
  width: 450px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .client h2 {
    margin: 0 0 10px !important;
  }
  .client__cards {
    flex-direction: column;
  }
  .client__card .text {
    padding: 0 40px;
  }
  .client__card h3 {
    max-width: 340px;
  }
}
.sale {
  display: flex;
  align-items: center;
}

.sale__img {
  margin: auto auto 0 auto;
  max-width: 360px;
}

.sale__info {
  flex: 0 0 50%;
  margin: 0 20px 0 0;
  padding: 60px 0 60px 100px;
}

.sale__info .text {
  max-width: 400px;
  margin: 20px 0 30px;
}

@media (max-width: 768px) {
  .sale__info .text {
    max-width: 400px;
    margin: 20px 0 0px;
  }
  .sale {
    flex-direction: column;
  }
  .sale__info {
    padding: 40px 20px 40px 20px;
    text-align: center;
    margin: 0 auto;
  }
  .sale__img {
    max-width: 300px;
  }
}
.check {
  padding: 60px 60px 60px 100px;
}

.check__inner {
  display: flex;
  justify-content: space-between;
}

.check__inner h3 {
  max-width: 426px;
}

.check__inner-right {
  flex: 0 0 50%;
  justify-content: space-between;
  display: flex;
  background: #fff;
  border: 1px solid;
  border-radius: 50px;
  height: 67px !important;
}

.check__inner-right input {
  padding: 0 10px 0 30px;
  background: unset !important;
  border: unset !important;
  width: 56%;
}

.check__inner-right .btn {
  width: 220px;
  height: 66px !important;
}

.check .text {
  margin: 30px 0 0 53px;
  position: relative;
}

.check .text a {
  color: inherit;
  font-weight: 700;
  font-size: inherit;
}

.check .text::before {
  content: "";
  background: url("/gift-cards/styles//gift-cards/img/text-icon.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 33px;
  height: 38px;
  vertical-align: middle;
  position: absolute;
  left: -53px;
  top: 50%;
  transform: translate(0, -50%);
}

@media (max-width: 768px) {
  .check {
    padding: 45px 25px;
  }
  .check__inner {
    flex-direction: column;
  }
  .check__inner h3 {
    margin: 0 auto 30px;
  }
  .check__inner-right {
    background: unset;
    border: unset;
    flex-direction: column;
    height: unset !important;
  }
  .check__inner-right input {
    text-align: center;
    margin: 0 0 20px;
    background: #fff !important;
    border: 1px solid !important;
    padding: 20px;
    border-radius: 50px;
    width: 100%;
  }
  .check__inner-right .btn {
    width: 100%;
  }
  .check__inner h3 {
    text-align: center;
    font-size: 24px !important;
  }
}
.certificate {
  padding: 90px 60px !important;
}

.certificate h2 {
  max-width: 630px;
  margin: 0 auto 80px;
}

.certificate__inner {
  display: flex;
  gap: 20px;
}

.certificate__inner-img {
  background: url("/gift-cards/img/envelope-2.png");
  width: 320px;
  position: relative;
  z-index: 9;
  flex: 0 0 50%;
  background-repeat: no-repeat;
  background-position: bottom left;
  display: block;
}

.certificate__inner-img img {
  transform: translate(30px, 340px) scale(0.6);
  transition: 0.4s ease-in-out;
}

.certificate__inner-img::before {
  content: "";
  bottom: 5px;
  width: 350px;
  height: 270px;
  display: block;
  position: absolute;
  background: url("/gift-cards/img/envelope-1.png");
  z-index: 9;
}

.certificate__inner ul {
  list-style-type: none;
  counter-reset: num;
  flex: 0 0 50%;
}

.certificate__inner ul .btn-list {
  display: none;
}

.certificate__inner ul li {
  border-radius: 20px;
  border: 1px solid #201b34;
  margin: 0 0 20px 0;
  display: grid;
  padding: 30px !important;
  grid-template-columns: 42px 1fr;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.certificate__inner ul li .num {
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 42px;
  width: 42px;
  background: url("/gift-cards/img/num-1.svg");
}

.certificate__inner ul li .num.num-2 {
  background: url("/gift-cards/img/num-2.svg");
}

.certificate__inner ul li .num.num-3 {
  background: url("/gift-cards/img/num-3.svg");
}

.certificate__inner ul li .num.num-4 {
  background: url("/gift-cards/img/num-4.svg");
}

.certificate__inner ul li a {
  grid-column-start: 2;
}

.certificate__inner ul li::before {
  display: none;
}

.background-card {
  position: relative;
}

.background-card.active::before {
  opacity: 1;
}

.background-card::before {
  content: "";
  position: absolute;
  background: url("/gift-cards/img/stars.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 370px;
  height: 340px;
  display: block;
  top: -265px;
  opacity: 0;
  transition: 0.3s ease-in-out;
  transition-delay: 0.3s;
}

@media (max-width: 768px) {
  .certificate {
    padding: 45px 25px;
  }
  .certificate h2 {
    margin: 0 auto 30px;
  }
  .certificate__inner {
    flex-direction: column-reverse;
    gap: 100px;
  }
  .certificate__inner-img {
    background-size: contain;
    width: 310px;
    height: 450px;
    flex: unset;
    margin: 0 auto;
  }
  .certificate__inner-img img {
    max-width: 210px;
  }
  .certificate__inner-img::before {
    width: 287px;
    height: 221px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .certificate__inner ul .btn-list {
    display: block;
    width: 100%;
  }
  .certificate__inner ul li {
    font-size: 12px;
  }
  .certificate__inner ul li a {
    display: none;
  }
  .certificate__inner ul li .btn {
    display: none;
  }
}
.d-none {
  display: none !important;
}

.btn-style-03 {
  color: #000;
  font-size: 16px;
}

.btn-style-02::after,
.btn-style-03::before {
  top: 2px !important;
}

/* Часть правок хранилась только в .min.css, перенес их в файл backup */

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