@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%;
  background-color: #030305;
  color: #FFFFFF;
}

.bg-container {
  background: #030305;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
}

ul {
  list-style: none;
}

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

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

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

.header-main {
  background-color: transparent;
  box-shadow: unset;
  padding-bottom: 8px;
  padding-left: 25px;
}

.header-logo img {
  width: 100%;
  max-width: 67px;
  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_container::before {
  content: "";
  position: absolute;
  right: -25px;
  bottom: 0;
  background-image: url(../images/header-sub.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 170px;
  height: 98px;
  z-index: 2;
}

.sub-header_txt {
  position: relative;
  z-index: 3;
  width: 60%;
}

.sub-header_txt h1,
.sub-header_txt h2,
.sub-header_txt h3,
.sub-header_txt h4 {
  font-family: inherit;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 5px;
}

.sub-header_txt p {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.break::before {
  content: "\a";
  white-space: pre;
}

.offers {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 6px;
}

.offers.wrapper {
  padding-left: 0;
  padding-right: 0;
}

.offers .welcome-policy {
  font-family: inherit;
  color: #A5A5A5;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  padding-left: 14px;
  padding-right: 14px;
  margin-top: 8px;
  text-align: center;
}

.offers .welcome-policy a {
  color: inherit;
}

.offers .welcome-policy a:hover {
  text-decoration: underline;
}

.offer-wrapper {
  position: relative;
  padding-left: 23px;
  padding-right: 23px;
}

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

.offer-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  padding: 11px 13px 11px 20px;
  border: transparent;
  border-radius: 0 0 8px 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  align-items: center;
  justify-content: space-evenly;
  background: transparent;
}

.offer-label {
  display: block;
  position: absolute;
  z-index: 9;
  top: -13px;
  left: 25px;
  background: #8733FF;
  padding: 3px 12px 4px 14px;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
}

.offer-cover {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
}

.offer-promo {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.offer-promo .welcome-title {
  text-align: center;
}

.offer-promo .welcome-title h1,
.offer-promo .welcome-title h2,
.offer-promo .welcome-title h3 {
  font-family: inherit;
  color: inherit;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}

.offer-promo .welcome-title p {
  font-family: inherit;
  color: inherit;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 2px;
}

.offer-logo {
  width: 100%;
  max-width: 110px;
  height: auto;
  overflow: hidden;
  position: relative;
  font-size: 0;
  text-align: center;
}

.offer-logo img {
  width: -moz-fit-content;
  width: fit-content;
}

.offer-score {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.offer-votes {
  align-self: flex-end;
}

.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 {
  display: block;
  font-family: inherit;
  color: #5B89FF;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}

.offer-votes .stars {
  position: relative;
  font-size: 16px;
}

.offer-votes .stars .star-5::before {
  content: "★★★★★";
  position: absolute;
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  color: #FFC701;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.offer-votes .stars .star-4::before {
  content: "★★★★☆";
  position: absolute;
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  color: #FFC701;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.offer-votes .stars .star-3::before {
  content: "★★★☆☆";
  position: absolute;
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  color: #FFC701;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.offer-votes .stars .star-2::before {
  content: "★★☆☆☆";
  position: absolute;
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  color: #FFC701;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.offer-votes .stars .star-1::before {
  content: "★☆☆☆☆";
  position: absolute;
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  color: #FFC701;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.offer-btn {
  width: 151px;
  font-family: inherit;
  font-size: 15px;
  line-height: 18px;
  background: #FF793E;
  color: #FFFFFF;
  border: none;
  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;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 12px 27px;
  position: relative;
  z-index: 5;
}

.offer-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: calc(-100% - 35px);
  top: 0;
  background-color: #8733FF;
  transition: left 0.5s ease;
}

.offer-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -70px;
  width: 0px;
  height: 0px;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 35px solid #8733FF;
  transition: left 0.5s ease;
}

.offer-btn:hover {
  transform: scale(1.05);
}

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

.offer-btn:hover: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;
}

.offer-wrapper {
  margin-bottom: 8px;
}

@keyframes play {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@media (min-width: 414px) {
  .break::before {
    white-space: normal;
  }

  .offers.wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 600px) {
  .offer-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .offer-container {
    justify-content: space-evenly;
  }

  .offer-promo {
    flex-direction: row;
    align-items: center;
    gap: 34px;
    min-height: 68px;
  }

  .offer-promo .welcome-container {
    width: 200px;
  }

  .sub-header_container::before {
    width: 270px;
    height: 156px;
    bottom: -24px;
  }

  .offer-wrapper {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .header-main {
    padding-left: 25px;
  }

  .header-logo img {
    max-width: 76px;
  }

  .sub-header_container {
    margin-bottom: 64px;
  }

  .sub-header_container::before {
    bottom: -44px;
    right: 0;
    width: 382px;
    height: 270px;
    background-image: url(../images/header-sub-desk.webp);
    box-shadow: -15px 0 25px -1px #030305 inset, 15px 0 25px -1px #030305 inset;
  }

  .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;
  }

  .offers {
    gap: 18px;
  }

  .offer-container {
    padding: 22px 21px 14px;
  }

  .offer-label {
    display: block;
  }

  .offer-cover {
    width: 180px;
  }

  .offer-promo {
    flex-direction: row;
    align-items: center;
    gap: 54px;
  }

  .offer-promo .welcome-container {
    width: 266px;
  }

  .offer-logo {
    max-width: 150px;
  }

  .content-container {
    padding: 15px 25px;
  }

  .break::before {
    white-space: pre;
  }
}

@media (min-width: 900px) {
  .offer-container {
    padding: 25px 25px 28px;
  }

  .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;
  }
}

@media (min-width: 1024px) {
  .bg-container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
  }

  .sub-header_container {
    width: 100%;
    margin-bottom: 44px;
    margin-left: 0;
    margin-right: 0;
  }

  .sub-header_txt {
    width: 75%;
  }

  .sub-header_txt h1,
  .sub-header_txt h2,
  .sub-header_txt h3,
  .sub-header_txt h4 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 15px;
  }

  .sub-header_txt p {
    font-size: 24px;
    line-height: 30px;
  }

  .header-main {
    background: transparent;
    box-shadow: none;
    padding-left: 0;
  }

  .header-logo img {
    max-width: 105px;
  }

  .offers .welcome-policy {
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    line-height: 14px;
  }

  .offer-wrapper::before {
    background: #2F364F;
  }

  .offer-container {
    gap: 60px;
    padding: 25px 41px 25px 25px;
  }

  .offer-cover {
    flex-direction: row;
    gap: 60px;
  }

  .offer-logo {
    max-width: 191px;
  }

  .offer-score {
    gap: 60px;
  }

  .offer-promo {
    gap: 30px;
  }

  .offer-promo .welcome-container {
    width: 252px;
  }

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

  .offer-votes .txt-raiting {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }

  .offer-votes .score-point {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .offer-votes .stars {
    font-size: 27px;
  }

  .offer-votes .stars .star-5::before {
    top: -35px;
    left: -7px;
    width: 20px;
    height: 20px;
  }

  .offer-votes .stars .star-4::before {
    top: -35px;
    left: -7px;
    width: 20px;
    height: 20px;
  }

  .offer-votes .stars .star-3::before {
    top: -35px;
    left: -7px;
    width: 20px;
    height: 20px;
  }

  .offer-votes .stars .star-2::before {
    top: -35px;
    left: -7px;
    width: 20px;
    height: 20px;
  }

  .offer-votes .stars .star-1::before {
    top: -35px;
    left: -7px;
    width: 20px;
    height: 20px;
  }

  .offer-btn {
    width: -moz-fit-content;
    width: fit-content;
  }

  .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;
  }
}