.pg-gift-recommendations {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .pg-gift-recommendations {
    padding-bottom: 60px;
  }
}
.pg-gift-recommendations section {
  margin-bottom: 120px;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .pg-gift-recommendations section {
    margin-bottom: 60px;
  }
}
.pg-gift-recommendations section:last-child {
  margin-bottom: 0;
}
.pg-gift-recommendations .h2-common {
  line-height: 60px;
}
@media (max-width: 991px) {
  .pg-gift-recommendations .h2-common {
    line-height: 40px;
  }
}
.gr-main__inner {
  position: relative;
  background: rgba(238, 240, 240, 0.6);
  border-radius: 30px;
  padding: 50px 35px;
}
@media (max-width: 600px) {
  .gr-main__inner {
    padding: 70px 11px;
    margin: 0 -11px;
    border-radius: 25px;
  }
}
.gr-main__content {
  position: relative;
  z-index: 1;
}
.gr-main__title {
  max-width: 835px;
  font-weight: 900;
  font-size: 55px;
  line-height: 65px;
  letter-spacing: 1px;
  color: #3E4146;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .gr-main__title {
    font-size: 35px;
    line-height: 40px;
    max-width: 80%;
    margin-bottom: 30px;
  }
}
@media (max-width: 499px) {
  .gr-main__title {
    max-width: 100%;
  }
}
@media (max-width: 399px) {
  .gr-main__title {
    font-size: 32px;
    line-height: 36px;
  }
}
.gr-main__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #3E4146;
  margin-bottom: 60px;
  max-width: 550px;
}
@media (max-width: 767px) {
  .gr-main__text {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.66px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .gr-main__text br {
    display: none;
  }
}
@media (max-width: 600px) {
  .gr-main__text .highlight-yellow {
    padding: 3px 5px;
  }
}
.gr-main__btn {
  font-size: 17px;
  line-height: 22px;
  padding: 18px 30px;
  max-width: 320px;
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 600px) {
  .gr-main__btn {
    max-width: 100%;
  }
}
.gr-main__img-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .gr-main__img-wrapper {
    bottom: auto;
    top: 0;
  }
}
@media (max-width: 991px) {
  .gr-main__img-wrapper img {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .gr-main__img-wrapper img {
    width: 154px;
    height: 151px;
  }
}
.gr-advantages__items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .gr-advantages__items {
    flex-direction: column;
  }
}
.gr-advantages__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .gr-advantages__item {
    flex-direction: row;
    margin-bottom: 30px;
  }
  .gr-advantages__item:last-child {
    margin-bottom: 0;
  }
}
.gr-advantages__icon {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .gr-advantages__icon {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.gr-advantages__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.66px;
  color: #3E4146;
}
@media (max-width: 991px) {
  .gr-advantages__text {
    font-size: 18px;
  }
}
.gr-how-it-works__inner {
  border: 1px solid #3E4146;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
}
@media (max-width: 991px) {
  .gr-how-it-works__inner {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .gr-how-it-works__inner {
    padding: 60px 11px;
    margin: 0 -11px;
    border-radius: 20px;
  }
}
.gr-how-it-works__img-wrapper {
  flex-shrink: 0;
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .gr-how-it-works__img-wrapper {
    margin-right: 0;
    align-self: flex-end;
  }
}
@media (max-width: 991px) {
  .gr-how-it-works__img-wrapper {
    flex-shrink: 1;
    align-self: center;
    order: 1;
  }
}
@media (max-width: 767px) {
  .gr-how-it-works__img-wrapper {
    order: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .gr-how-it-works__img-wrapper img {
    width: 100%;
    height: auto;
  }
}
.gr-how-it-works__content {
  padding: 62px 40px 63px 0;
}
@media (max-width: 1199px) {
  .gr-how-it-works__content {
    padding: 20px 40px 20px 0;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .gr-how-it-works__content {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .gr-how-it-works__content {
    padding: 0;
  }
}
.gr-how-it-works__items {
  display: flex;
  flex-direction: column;
}
.gr-how-it-works__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .gr-how-it-works__item {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.gr-how-it-works__item:last-child {
  margin-bottom: 0;
}
.gr-how-it-works__item-number {
  font-weight: 700;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0.66px;
  color: #3E4146;
  padding: 6px 17px;
  background: #FFCC00;
  border-radius: 10px;
  margin-right: 20px;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .gr-how-it-works__item-number {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.gr-how-it-works__item-heading {
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.66px;
  color: #3E4146;
  margin-bottom: 22px;
}
@media (max-width: 1199px) {
  .gr-how-it-works__item-heading {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 10px;
    font-weight: 900;
  }
}
.gr-how-it-works__item-text {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.66px;
  color: #3E4146;
}
@media (max-width: 1199px) {
  .gr-how-it-works__item-text {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 399px) {
  .gr-how-it-works__item-text {
    font-size: 14px;
    line-height: 21px;
  }
}
.gr-link-section {
  background: #3E4146;
  position: relative;
}
.gr-link-section__inner {
  display: flex;
  align-items: center;
  height: 445px;
  position: relative;
}
@media (max-width: 767px) {
  .gr-link-section__inner {
    height: 580px;
  }
}
.gr-link-section__content {
  width: 100%;
  padding-left: 35px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .gr-link-section__content {
    max-width: 70%;
  }
}
@media (max-width: 991px) {
  .gr-link-section__content {
    max-width: 85%;
  }
}
@media (max-width: 767px) {
  .gr-link-section__content {
    padding: 0;
    max-width: 100%;
  }
}
.gr-link-section__title {
  color: #FFFFFF;
  margin-bottom: 30px;
}
@media (max-width: 399px) {
  .gr-link-section__title {
    font-size: 32px;
    line-height: 38px;
  }
}
.gr-link-section__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.66px;
  color: #fff;
  margin-bottom: 30px;
}
.gr-link-section__btns-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .gr-link-section__btns-wrapper {
    flex-direction: column;
  }
}
.gr-link-section .btn {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  color: #fff;
  padding: 18px 30px;
  border-radius: 10px;
}
.gr-link-section__reg-btn {
  max-width: 320px;
  width: 100%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .gr-link-section__reg-btn {
    margin-right: 0;
    margin-bottom: 11px;
    max-width: 368px;
  }
}
@media (max-width: 499px) {
  .gr-link-section__reg-btn {
    max-width: 100%;
  }
}
.gr-link-section__login-btn {
  max-width: 258px;
  width: 100%;
}
@media (max-width: 767px) {
  .gr-link-section__login-btn {
    max-width: 368px;
  }
}
@media (max-width: 499px) {
  .gr-link-section__login-btn {
    max-width: 100%;
  }
}
.gr-link-section__set-email-btn {
  max-width: 320px;
  width: 100%;
}
@media (max-width: 767px) {
  .gr-link-section__set-email-btn {
    max-width: 368px;
  }
}
@media (max-width: 499px) {
  .gr-link-section__set-email-btn {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .gr-link-section__clipboard-btn {
    margin-bottom: 20px;
  }
}
.gr-link-section__input-wrapper {
  position: relative;
}
.gr-link-section__input-wrapper .popover {
  top: 50% !important;
  right: 0 !important;
  left: auto !important;
  transform: translate(calc(100% + 5px), -50%) !important;
}
@media (max-width: 767px) {
  .gr-link-section__input-wrapper .popover {
    top: auto !important;
    right: 170px !important;
    bottom: -60px !important;
  }
}
.gr-link-section__input-wrapper .popover .arrow {
  top: 7px !important;
  left: -0.5rem !important;
}
@media (max-width: 767px) {
  .gr-link-section__input-wrapper .popover .arrow {
    display: none;
  }
}
.gr-link-section__link-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 913px;
  width: 100%;
  grid-column-gap: 110px;
  grid-row-gap: 30px;
}
@media (max-width: 1199px) {
  .gr-link-section__link-items {
    grid-column-gap: 30px;
  }
}
@media (max-width: 767px) {
  .gr-link-section__link-items {
    grid-template-columns: 1fr;
    grid-row-gap: 11px;
    max-width: 368px;
  }
}
.gr-link-section__socials-text {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.66px;
  color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .gr-link-section__socials-text {
    order: 1;
    max-width: 90%;
    margin-bottom: 20px;
  }
}
.gr-link-section__socials {
  display: flex;
}
@media (max-width: 767px) {
  .gr-link-section__socials {
    order: 2;
  }
}
.gr-link-section__social-item {
  width: 58px;
  height: 58px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.gr-link-section__social-item:last-child {
  margin-right: 0;
}
.gr-link-section__social-item:hover {
  transition: 0.2s ease-in-out;
}
.gr-link-section__social-item:hover svg {
  fill: #fff;
  stroke: #fff;
  transition: 0.2s ease-in-out;
}
.gr-link-section__social-item svg {
  fill: #3E4146;
  stroke: #3E4146;
  transition: 0.2s ease-in-out;
}
.gr-link-section__social-item--vk:hover {
  background-color: #3375F6;
}
.gr-link-section__social-item--ok:hover {
  background-color: #FF7E00;
}
.gr-link-section__social-item--tg:hover {
  background-color: #50A1DC;
}
.gr-link-section__social-item--wa:hover {
  background-color: #33CC00;
}
.gr-link-section__img-wrapper-heart {
  position: absolute;
  right: 0;
}
@media (max-width: 991px) {
  .gr-link-section__img-wrapper-heart {
    top: 0;
    right: -15px;
  }
}
@media (max-width: 991px) {
  .gr-link-section__img-wrapper-heart img {
    width: 147px;
    height: 141px;
  }
}
.gr-link-section__img-wrapper-coins {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .gr-link-section__img-wrapper-coins img {
    width: 236px;
    height: 109px;
  }
}
.gr-link-section__img-wrapper-mobile-arrow {
  display: none;
  position: absolute;
  left: -15px;
  bottom: 6px;
}
@media (max-width: 767px) {
  .gr-link-section__img-wrapper-mobile-arrow {
    display: block;
  }
}
@media (max-width: 767px) {
  .gr-link-section--unauthenticated .gr-link-section__content {
    padding-top: 45px;
  }
}
.gr-link-section--unauthenticated .gr-link-section__title {
  max-width: 730px;
}
@media (max-width: 767px) {
  .gr-link-section--unauthenticated .gr-link-section__title {
    max-width: 355px;
  }
}
.gr-link-section--unauthenticated .gr-link-section__title br {
  display: none;
}
@media (max-width: 600px) {
  .gr-link-section--unauthenticated .gr-link-section__title br {
    display: block;
  }
}
.gr-link-section--unauthenticated .gr-link-section__text {
  max-width: 570px;
}
@media (max-width: 767px) {
  .gr-link-section--authenticated-no-email .gr-link-section__content {
    padding-bottom: 40px;
  }
}
.gr-link-section--authenticated-no-email .gr-link-section__title {
  max-width: 815px;
}
.gr-link-section--authenticated-no-email .gr-link-section__title br {
  display: none;
}
@media (max-width: 600px) {
  .gr-link-section--authenticated-no-email .gr-link-section__title br {
    display: block;
  }
}
.gr-link-section--authenticated-no-email .gr-link-section__text {
  max-width: 575px;
}
@media (max-width: 600px) {
  .gr-link-section--authenticated-no-email .gr-link-section__text {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .gr-link-section--authenticated .gr-link-section__content {
    max-width: 75%;
  }
}
@media (max-width: 991px) {
  .gr-link-section--authenticated .gr-link-section__content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .gr-link-section--authenticated .gr-link-section__content {
    padding-top: 45px;
  }
}
.gr-link-section--authenticated .gr-link-section__title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .gr-link-section--authenticated .gr-link-section__title {
    margin-bottom: 30px;
  }
}
.gr-results__items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .gr-results__items {
    flex-direction: column;
  }
}
.gr-results__item {
  background: rgba(238, 240, 240, 0.6);
  border-radius: 20px;
  padding: 35px;
  position: relative;
  flex-basis: 564px;
  max-width: 564px;
  height: 500px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .gr-results__item {
    flex-basis: auto;
    max-width: 100%;
    height: 326px;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 30px 23px;
  }
}
.gr-results__item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .gr-results__item:last-child {
    margin-bottom: 0;
  }
}
.gr-results__content {
  position: relative;
  z-index: 1;
}
.gr-results__item-heading {
  font-weight: 900;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 1px;
  color: #3E4146;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .gr-results__item-heading {
    font-size: 35px;
    line-height: 35px;
  }
}
.gr-results__item-text {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #3E4146;
}
.gr-results__item-img-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .gr-results__item-img-wrapper {
    bottom: 17px;
  }
}
@media (max-width: 767px) {
  .gr-results__item-img-wrapper img {
    width: 161px;
    height: 161px;
  }
}
@media (max-width: 991px) {
  .pg-gift-recommendations .faq {
    margin-bottom: 55px;
    margin-top: 67px;
  }
  .pg-gift-recommendations .faq__title {
    font-weight: 900;
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 40px;
  }
  .pg-gift-recommendations .faq__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    /* or 167% */
    letter-spacing: 0.66px;
    margin-top: 12px;
  }
  .pg-gift-recommendations .faq__text a {
    color: #33CC00;
    text-decoration: underline;
    display: block;
    font-weight: 500;
  }
  .pg-gift-recommendations .faq__text a:hover {
    text-decoration: none;
  }
  .pg-gift-recommendations .faq__list {
    list-style: none;
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .pg-gift-recommendations .faq__list-item {
    border: 1px solid black;
    border-radius: 10px;
    margin-bottom: 22px;
    padding: 22px 7px 22px 15px;
  }
  .pg-gift-recommendations .faq__list-item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pg-gift-recommendations .faq__list-item.active .faq__list-icon {
    background: url('../../img/redesign/faq-minus.svg') no-repeat center center;
    background-size: cover;
  }
  .pg-gift-recommendations .faq__list-icon {
    position: relative;
    flex: 0 0 30px;
    height: 30px;
    width: 30px;
    background: url('../../img/redesign/faq-plus.svg') no-repeat center center;
    background-size: cover;
    padding-right: 10px;
  }
  .pg-gift-recommendations .faq__list-question {
    margin-left: 19px;
    flex: 1 1 auto;
    padding-right: 0px;
    color: #333333;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.66px;
    line-height: 23px;
  }
  .pg-gift-recommendations .faq__list-answer {
    display: none;
    margin-top: 16px;
    color: #333333;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
  }
}
.promotions-pg .faq {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .promotions-pg .faq__list-item {
    padding: 20px 7px 20px 15px;
  }
}
@media (max-width: 767px) {
  .promotions-pg .faq__list-question {
    margin-left: 4px;
  }
}
@media (max-width: 767px) {
  .promotions-pg .faq__list-answer {
    padding-left: 0;
  }
}
/*# sourceMappingURL=redesign-gift-recommendations-2023.css.map */