@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  color: #FFFFFF;
  background: #061E38;
}

.background-backdrop {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #061E38 5.63%, rgba(6, 30, 56, 0) 88.11%), url(../images/bg-desktop.webp) center/cover;
}

.bg-container {
  background: linear-gradient(360deg, #061E38 95%, rgba(6, 30, 56, 0) 100%), url(../images/bg-desktop.webp) top/contain;
  background-repeat: no-repeat;
  padding: 0 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #FFFFFF;
}

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

.popup {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.popup-underlay {
  background: rgba(6, 12, 31, 0.66);
  backdrop-filter: blur(4.5px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.popup-content {
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.popup-heading {
  display: none;
}

.popup-cover {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.popup-body {
  max-width: 330px;
  height: 100%;
  border-radius: 16px;
  background: #022a55;
  position: relative;
  z-index: 2;
  border: 2px solid #3E79F7;
  padding: 10px 20px;
}

.popup-body__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.close-popup-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  border: none;
  position: absolute;
  right: 0;
  top: -40px;
  width: 24px;
  height: 24px;
  z-index: 10;
  background-color: #01B676;
  border-radius: 24px;
  transform: rotate(45deg);
  font-size: 16px;
}

.popup-logo-cover {
  margin-top: 25px;
}

.popup-body__inner .offer-rating {
  margin-top: 25px;
}

.offer-rating .score-point {
  font-size: 36px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: #fff;
  text-shadow: #1273EB 2px 2px 2px;
}

.offer-rating .stars {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 24px;
  margin-top: 10px;
}
.offer-rating .stars .star-5::before {
  content: "★★★★★";
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  color: #FFC701;
}
.offer-rating .stars .star-4::before {
  content: "★★★★☆";
  top: -25px;
  left: 0;
  width: 20px;
  height: 20px;
  color: #FFC701;
}
.offer-rating .stars .star-3::before {
  content: "★★★☆☆";
  top: -25px;
  left: 0;
  width: 20px;
  height: 20px;
  color: #FFC701;
}
.offer-rating .stars .star-2::before {
  content: "★★☆☆☆";
  top: -25px;
  left: 0;
  width: 20px;
  height: 20px;
  color: #FFC701;
}
.offer-rating .stars .star-1::before {
  content: "★☆☆☆☆";
  top: -25px;
  left: 0;
  width: 20px;
  height: 20px;
  color: #FFC701;
}

.popup-body__inner .welcome-bonuses {
  margin-top: 25px;
}

.popup-body__inner p {
  font-size: 21px;
  font-weight: 700;
  line-height: 25.6px;
  text-align: center;
  text-shadow: 0px 4px 4px 0px #00000040;
}

.popup-body .min-deposit {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.63px;
  text-align: center;
  margin-top: 8px;
}

.popup-body .offer-btn {
  margin: 25px auto 25px;
}

.wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  box-shadow: unset;
  padding-bottom: 8px;
  padding-left: 25px;
}
.header-logo img {
  width: 100%;
  max-width: 80px;
  margin-top: 15px;
  height: auto;
}

.sub-header_container {
  background: transparent;
  padding-top: 21px;
  margin-bottom: 21px;
  box-shadow: unset;
  border-radius: 20px;
  font-family: inherit;
  color: #FFFFFF;
  position: relative;
  margin-left: 25px;
  margin-right: 25px;
}
.sub-header_txt {
  position: relative;
  z-index: 3;
  text-align: center;
}
.sub-header_txt h1, .sub-header_txt h2, .sub-header_txt h3, .sub-header_txt h4 {
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
.sub-header_txt p {
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.98px;
  margin-top: 8px;
}

.secure-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 6px;
  margin: 0 auto 30px;
}

.secure-icons .icon-flex {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.icon-png {
  width: 15px;
  height: 18px;
}

.secure-icons .icon-flex .icon img {
  width: 18px;
  height: 18px;
}

.secure-icons .icon-flex .icon svg {
  width: 18px;
  height: 18px;
}

.flag {
  display: none;
}

.offers {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  margin-bottom: 24px;
}

.offers-header {
  display: none;
}

.offers.wrapper {
  padding-left: 0;
  padding-right: 0;
}
.offers .welcome-policy {
  font-family: Montserrat;
  font-size: 8px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  width: 100%;
  padding: 0 5px;
  margin-top: -20px;
  color: #bfbfbf;
}
.offers .welcome-policy a {
  color: inherit;
}
.offers .welcome-policy a:hover {
  text-decoration: underline;
}

.offer-wrapper {
  position: relative;
  margin-bottom: 7px;
  background: linear-gradient(90deg, #024387 0%, #022A55 100%, #013F82 0%);
  border-radius: 0 0 16px 16px;
}

.offer-wrapper::before {
  content: "";
  top: 0;
  left: 0;
  z-index: 4;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1273EB;
}

.offer-1 .offer-label {
  background: #1273EB;
}

.offer-1::before {
  background: #1273EB;
}

.offer-2 .offer-label {
  background: #08A5AB;
}

.offer-2::before {
  background: #08A5AB;
}

.offer-3 .offer-label {
  background: #01B676;
}

.offer-3::before {
  background: #01B676;
}

.offer-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;

  border: transparent;
  border-radius: 0 0 8px 8px;
  box-shadow: none;
  justify-content: space-between;
  background: transparent;
}
.offer-label {
  display: block;
  position: absolute;
  z-index: 9;
  top: -8px;
  left: 25px;
  background: #1273EB;
  padding: 3px 12px 3px 14px;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
}

.offer-cover {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  max-width: 100%;
  flex: 1 1 48%;
  padding: 5px;
  border-bottom-left-radius: 16px;
}

.offer-cover:hover .offer-logo {
    transform: scale(1.070);
    transition: .3s ease-in-out;
}

.offer-score.desktop {
  display: none;
}
.offer-promo {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 1 52%;
  padding: 5px;
}
.offer-promo .welcome-title {
  text-align: center;
}

.offer-promo .welcome-title h1, .offer-promo .welcome-title h2, .offer-promo .welcome-title p {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.63px;
  text-align: center;
  text-transform: uppercase;
}

.offer-cover a {
  width: 100%;
}

.welcome-container.desktop {
  display: none;
}

.offer-number {
  display: none;
}

.welcome-container > * {
    font-weight: 700;
    line-height: 20px;
}

.welcome-title > h3 {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 6px;
}

.welcome-title > p {
  margin-top: 6px;
}

.offer-logo {
  width: 100%;
  max-width: 100%;
  height: 90px;
  overflow: hidden;
  position: relative;
  font-size: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 10px;
}
.offer-score.mobile {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.offer-votes {
}
.offer-votes .txt-raiting {
  font-family: inherit;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
}
.offer-votes .score-block {
  text-align: center;
}
.offer-votes .score-point {
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: #fff;
  text-shadow: #1273EB 2px 2px 2px;
}
.offer-votes .stars {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
}
.offer-votes .stars .star-5::before {
  content: "★★★★★";
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  color: #FFC701;
}
.offer-votes .stars .star-4::before {
  content: "★★★★☆";
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  color: #FFC701;
}
.offer-votes .stars .star-3::before {
  content: "★★★☆☆";
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  color: #FFC701;
}
.offer-votes .stars .star-2::before {
  content: "★★☆☆☆";
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  color: #FFC701;
}
.offer-votes .stars .star-1::before {
  content: "★☆☆☆☆";
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  color: #FFC701;
}

.offer-btn {
  width: 130px;
  font-family: inherit;
  font-size: 12px;
  line-height: 14px;
  background: #01B676;
  color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 12px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.5s ease;
  overflow: hidden;
  position: relative;
}
.offer-btn a {
  display: inline-block;
  padding: 10px 27px;
  position: relative;
  z-index: 5;
  white-space: nowrap;
}
.offer-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: calc(-100% - 35px);
  top: 0;
  background-color: #5B89FF;
  transition: left 0.5s ease;
}
.offer-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -70px;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 35px solid #5B89FF;
  transition: left 0.5s ease;
}
.offer-btn:hover {
  transform: scale(1.05);
  border-color: #FFFFFF;
}

.payments-block {
  display: flex;
  gap: 5px
}

.img-block {
  width: 20px;
}

.min-deposit {
  font-size: 9px;
  font-weight: 700;
  line-height: 11px;
  text-align: center;
}

.offer-wrapper:hover .offer-btn:before {
  left: 0;
}

.offer-wrapper:hover .offer-btn:after {
  left: calc(100% - 35px);
}

.content-container {
  padding: 15px 15px;
  font-family: "Josefin Sans", sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}
.content-container h2 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0.5px;
}
.content-container h2::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #FF793E;
  bottom: -7px;
  left: 2px;
}
.content-container h3, .content-container h4, .content-container h5 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.content-container p {
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  margin-bottom: 7px;
}

.separation-line {
  width: 100%;
  border: 1px solid #005f97;
  box-shadow: 0px 4px 22px 0px #5549D3C4;
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 35px;
}

.faq h2 {
  font-size: 21px;
  font-weight: 700;
  line-height: 25.6px;
  text-align: center;
}

.faq .faq-tab {
  border-radius: 20px;
}

.faq .faq-tab button {
  font-size: 21px;
  font-weight: 700;
  line-height: 25.6px;
  text-align: left;

  background-color: transparent;
  border: none;
  color: #E3E4FF;
  font-style: normal;
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  cursor: pointer;

}

.faq .faq-tab button:focus {
  border: none;
  outline: none;
}

.faq .faq-tab button .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.faq .faq-tab button .icon svg {
  margin: 0;
}

.faq .faq-tab button .icon .minus {
  display: none;
}

.faq .faq-tab .content {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.75px;
  text-align: left;
  max-width: 100%;
  margin-top: 16px;
  padding-top: 1.2em;
  display: none;
  overflow: hidden;
}

.question.is-open .plus {
  display: none;
}

.faq .faq-tab button.is-open .icon .minus {
  display: block;
}

.bonuses {
  text-align: center;
  margin-top: 50px;
}

.bonuses h2 {
  font-family: Montserrat;
  font-size: 21px;
  font-weight: 800;
  line-height: 26.04px;
  text-align: center;
}

.bonuses-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 70px;
}

.bonuses-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 303px;
  gap: 50px;
}

.bonuses-item h3 {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 30.43px;
  text-align: center;
}

.bonuses-item p {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.22px;
  text-align: center;
}

.bonuses .content-heading {
  margin-top: 50px;
}

.bonuses .content{
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.22px;
  text-align: center;
}

@media (min-width: 414px) {
  .break::before {
    white-space: normal;
  }
  .offers.wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 600px) {
  .offer-container {
    gap: 0;
  }

  .offer-cover {
    justify-content: center;
    max-width: 25%;
    flex: unset;
    padding: 20px 5px;
  }

  .offer-logo {
    margin-top: 0;
  }

  .offer-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .offer-container {
    justify-content: space-between;
  }

  .offer-score.desktop {
    max-width: 25%;
  }

  .offer-votes .score-point {
    font-size: 32px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
  }

  .offer-promo {
    max-width: 25%;
    flex: unset;
    padding-right: 10px;
  }

  .offer-score.mobile {
    display: none;
  }

  .offer-score.desktop {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .welcome-container.desktop {
    max-width: 25%;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
  }

  .welcome-container.desktop > * {
    max-width: 204px;
  }

  .welcome-container.mobile {
    display: none;

  }
  .min-deposit.mobile {
    display: none;
  }

  .min-deposit.desktop {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.63px;
    text-align: center;
  }

  .offer-btn {
      width: 150px;
      font-size: 15px;
      font-weight: 700;
      line-height: 18px;
  }

  .img-block {
    width: 28px;
  }
}
@media (min-width: 768px) {
  .offer-cover {
    justify-content: center;
    max-width: 25%;
    flex: unset;
    padding: 20px 30px;
  }

  .icon-png {
    width: 20px;
    height: 24px;
  }

  .offer-promo {
    max-width: 25%;
    flex: unset;
    padding-right: 40px;
  }

  .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .header-main {
    padding-left: 25px;
  }
  .header-logo img {
    max-width: 100px;
  }
  .sub-header_container {
    margin-bottom: 44px;
  }
  .sub-header_container::before {
    content: none;
  }
  .sub-header_txt {
    width: 100%;
  }
  .sub-header_txt h1, .sub-header_txt h2, .sub-header_txt h3, .sub-header_txt h4 {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 6px;
  }
  .sub-header_txt p {
    font-size: 22px;
    line-height: 30px;
  }
  .flag {
    display: flex;
    gap: 6px;
  }
  .flag > img {
    width: 36px;
  }
  .flag p {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;

  }
  .secure-icons {
    width: 100%;
    max-width: 688px;
  }

  .secure-icons .icon-flex .icon svg {
    width: 24px;
    height: 24px;
  }
  .secure-icons .icon-flex .text {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
  }

  .offers-header {
    width: 100%;
    display: flex;
    background: #022A55;
    border-radius: 8px;
  }

  .offers-header__inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15.5px 40px;

    font-size: 16px;
    font-weight: 700;
    line-height: 19.5px;
    text-align: center;
  }

  .offers-header__inner .header-item {
    /*max-width: 25%;*/
  }

  .header-item.top {
    max-width: 30%;
  }

  .header-item.rating {
    max-width: 20%;
    margin-left: 20px;
  }

  .header-item.welcome {
    max-width: 25%;
  }

  .header-item.play {
    max-width: 30%;
    margin-right: 30px;
  }

  .offer-label {
    display: block;
    top: -13px;
    padding: 3px 12px 4px 14px;
    font-size: 13px;
  }

  .offer-promo .welcome-title h1, .offer-promo .welcome-title h2, .offer-promo .welcome-title h3, .offer-promo .welcome-title p {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
  }

  .faq {
    gap: 40px;
  }

  .faq h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 12px;
    text-align: center;
  }

  .faq .faq-tab .question {
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    text-align: left;
  }

  .faq .faq-tab .content {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.29px;
    text-align: left;
  }

  .faq .faq-tab button .icon {
    width: 45px;
    height: 45px;
    border-radius: 35px;
  }

  .bonuses-container {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }

  .bonuses h2 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.76px;
    text-align: center;
  }


  .bonuses-item p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.75px;
    text-align: center;
  }

  .bonuses .content{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.75px;
    text-align: center;
  }
}
@media (min-width: 900px) {
  .header-item.top {
    max-width: 30%;
  }

  .header-item.rating {
    max-width: 20%;
    margin-left: 0;
  }

  .header-item.welcome {
    max-width: 25%;
  }

  .header-item.play {
    max-width: 30%;
    margin-right: 0;
  }

  .offer-cover {
    width: unset;
    flex-direction: row;
    gap: 50px;
  }
  .offer-logo {
    width: 180px;
    max-width: unset;
  }
  .offer-label {
    right: unset;
    left: 25px;
  }
  .break::before {
    white-space: normal;
  }

  .header-item.rating {
    margin-left: -10px;
  }

  .offers-header__inner {
    padding: 15.5px 90px;
  }
}


@media (min-width: 1024px) {
  .bg-container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    padding: 0;
  }
  .wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .sub-header_container {
    width: 100%;
    margin-bottom: 44px;
    margin-left: 0;
    margin-right: 0;
  }
  .sub-header_txt h1, .sub-header_txt h2, .sub-header_txt h3, .sub-header_txt h4 {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 15px;
  }
  .sub-header_txt p {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
  }

  .header-main {
    background: transparent;
    box-shadow: none;
    padding-left: 0;
  }
  .header-logo img {
    max-width: 105px;
  }

  .header-item.rating {
    margin-left: 0px;
  }

  .offer-number {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    text-align: center;
    color: #1273EB;
    position: absolute;
    top: 45%;
    transform: translate(-45%);
    left: -20px;
  }

  .offers .welcome-policy {
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
    line-height: 14px;
  }
  .offer-wrapper::before {
    /*background: #4860F6;*/
  }

  .offer-score {
    display: flex;
    flex-direction: column-reverse;
  }
  .offer-logo {
    max-width: 191px;
  }

  .offer-promo .welcome-title h1, .offer-promo .welcome-title h2, .offer-promo .welcome-title h3, .offer-promo .welcome-title p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 800;
    text-transform: capitalize;
    text-align: center;
  }
  .offer-votes .txt-raiting {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }

  .offer-votes .stars {
    font-size: 27px;
  }
  .offer-votes .stars .star-5::before {
    top: -35px;
    left: -7px;
    width: 18px;
    height: 18px;
  }
  .offer-votes .stars .star-4::before {
    top: -35px;
    left: -7px;
    width: 18px;
    height: 18px;
  }
  .offer-votes .stars .star-3::before {
    top: -35px;
    left: -7px;
    width: 18px;
    height: 18px;
  }
  .offer-votes .stars .star-2::before {
    top: -35px;
    left: -7px;
    width: 18px;
    height: 18px;
  }
  .offer-votes .stars .star-1::before {
    top: -35px;
    left: -7px;
    width: 18px;
    height: 18px;
  }

  .offer-btn a {
    padding: 12px 27px;
  }
  .content-container {
    padding: 35px 0;
  }
  .content-container h2 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .content-container h3, .content-container h4, .content-container h5 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
  }
  .content-container p {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    margin-bottom: 10px;
  }
}