body {
  font-family: 'Inter', sans-serif;
  background-color: #1f1f1f;
  color: white;
}

p {
  font-size: 16px;
  font-weight: 400;
}

* {
  margin: 0;
  padding: 0;
}
.fw-500{
font-weight: 500;
}
.fw-700{
font-weight: 700;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex.sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  display: block;
}

.container {
  max-width: 1180px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
}

a {
  text-decoration: none;
}

button,
input,
textarea {
  outline: none;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
}

ul {
  list-style: none;
}

h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
h3{
  font-size: 15px;
  color: #fff;

}
.bg {
  background: #1f1f1f url("../img/hero.webp") center top no-repeat;
  background-size: cover;
}

.header {
  background: #1f1f1f;
  border-bottom: 2px solid #BDBDBD;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header.fixed {
  background: #1f1f1f;
  z-index: 2;
}

.header-block {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 2px;
}

.logo span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-left: 6px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu li a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 50px 11px 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  max-height: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu li a:hover {
  background: #29B765;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.menu li a span {
  margin-left: 8px;
}

.menu li.active a {
  background: #29B765;
}

.main {
  padding-bottom: 85px;
  padding-top: 46px;
}

.main-text {
  text-align: center;
  padding: 56px 0 42px 0;
}

.main-text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 882px;
  width: 100%;
  margin: 0 auto;
}

.main-text-block p {
  color: #fff;
  margin: 0 12px 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
}

.main-text h1 {
  margin-bottom: 15px;
}

.main-text h2 {
  margin-bottom: 18px;
}
.main-text h3 {
  margin-bottom: 10px;
}


.icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
}
.icon-wrapper{
   padding: 8px 16px;
   border-radius: 100px;
}
.icon-wrapper:nth-child(1){
  background-color: #204bda;
}
.icon-wrapper:nth-child(2){
  background-color: #fff;
  color: black
}
.icon-wrapper:nth-child(3){
  background-color: #da2025;
}
.icon-safe {
  background: url("../img/icon-benefits-1.svg") center no-repeat;
  background-size: 100%;
}

.icon-chip {
  background: url("../img/icon-benefits-2.svg") center no-repeat;
  background-size: 100%;
}

.icon-chip2 {
  background: url("../img/icon-benefits-3.svg") center no-repeat;
  background-size: 100%;
}

.offers-head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #29B765;
  padding: 10px 24px 10px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.offers-head-item {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.offers-head-item:first-child {
  width: 22%;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.offers-head-item:nth-child(2) {
  width: 28%;
  padding-left: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.offers-head-item:nth-child(3) {
  text-align: center;
  width: 15%;
}

.offers-head-item:nth-child(4) {
  text-align: center;
  width: 15%;
}

.offers-head-item:nth-child(5) {
  width: 20%;
  padding-left: 33px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.table-header{
    display: flex;
    justify-content: space-between;
}
.table-header *{
    color: #fff;
}
.table-header-fearutes{
  font-size: 12px;
}
.date-offer{
  font-size: 12px;
}
.offers{
  max-width: 870px;
  margin: 0 auto;
}

.offer {
  margin-top: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #292929;
  -webkit-box-sizing: boder-box;
  box-sizing: boder-box;
  position: relative;
  border-radius: 10px;
}
.offer *{
    color: #fff;
}
.offer-caption {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  background: #29B765;
  padding: 7px 8px 7px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  font-weight: 700;
  left: -4px;
  top: -4px;
}

.offer-caption:after {
  content: '';
  border-style: solid;
  border-width: 13px 0 0 13px;
  border-color: transparent transparent transparent #29b764;
  position: absolute;
  right: -13px;
  bottom: 0;
}

.offer-caption:before {
  content: '';
  border-style: solid;
  border-width: 13px 13px 0 0;
  border-color: #29b764 transparent transparent transparent;
  position: absolute;
  right: -13px;
  top: 0;
}

.offer-img {
  width: 22%;
  text-align: center;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.offer-img a {
  line-height: 0;
}

.offer-img img {
  max-width: 160px;
  width: 100%;
}

.offer-title {
  width: 31%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.offer-title span{
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.offer-title .label {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 7px;
  display: block;
  text-align: center;
}

.offer-title h3 {
  font-size: 24px;
  color: #113455;
  font-weight: 700;
}

.offer-rating {
  /* width: 15%; */
  text-align: center;
}

.offer-rating p {
  font-size: 14px;
  color: #113455;
  margin: 3px 0 3px 0;
}

.offer-rating .link {
  color: #115d32;
  font-size: 10px;
  font-weight: 700;
  text-decoration: underline;
}

.offer-score {
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.offer-score p {
  font-size: 16px;
  color: #113455;
  text-align: center;
}
.offer-score-text{
    font-size: 32px;
    font-weight: 800;
}

.offer-links {
  width: 25%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 24px;
}

.offer-note {
  width: 100%;
  background: #F3F5F6;
  font-size: 11px;
  color: #113455;
  padding: 4px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-main {
  border-radius: 4px;
  color: #fff;
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-main:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* 
.btn-main .arrow {
  width: 11px;
  height: 12px;
  background: url("../img/arrow.png") center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 5px;
} */

.btn-primary {
  background: #fff;
  border-radius: 4px;
  color: #29B765;
  max-width: 212px;
  width: 100%;
  text-align: center;
  padding: 16px 10px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: 4px;
  text-decoration: underline;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #f9f9f9;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.rating-mob {
  display: none;
}

/*SCORE*/
.circle-info {
  display: none !important;
}

.circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 800;
  color: #113455;
}

.circliful {
  position: relative;
  margin: 0 auto;
}

.section {
  background: #1f1f1f;
  padding: 18px 0 85px 0;
}
.head{
  margin-bottom: 20px;
}
.section-title {
  margin-bottom: 38px;
}

.footer {
  background: #1f1f1f;
  padding: 60px 0;
}
.disclaimer-text{
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 20px;
}
.disclaimer-text p{
  margin-bottom: 10px;
}
.disclaimer .flex-container{
  display: flex;
  flex-wrap: wrap;
}
.disclaimer .flex-container .img-disclaimer-container{
  width: 40%;
}
.img-disclaimer-container img{
  max-width: 440px;
  border-radius: 10px;
}
.disclaimer .flex-container .disclaimer-text{
  width: 55%;
}
.disclaimer .flex-container .disclaimer-text ul{
  padding: 0 1rem;
}
.disclaimer .flex-container .disclaimer-text li{
  list-style: disc;
  margin-bottom: 10px;
}

.disclaimer-warning-block{
  background-color: #8a2427;
  padding: 20px;
  border-radius: 10px;
}
.disclaimer-warning-block .warning-header{
  display: flex;
  margin-bottom: 10px;
}
.disclaimer-warning-block .warning-header img{
  margin-right: 10px;
}
.footer p {
  font-size: 14px;
  color: #BDBDBD;
  margin-bottom: 15px;
  line-height: 21px;
}

.footer-bottom {
  margin-top: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links li {
  margin-right: 15px;
}

.footer-links li a {
  color: #fff;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}

.footer-links li a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-parthners {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1.5rem;
}
.footer-parthners a{
   display: block;
}


@media (max-width: 1185px) {
  .footer-parthners {
    margin-top: 15px;
  }
}

@media (max-width: 991px) {
  .main h3{
    display: none;
  }
  .offer {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .offer-img {
    width: 30%;
    height: 130px;
  }

  .offer-title {
    width: 70%;
  }

  .offer-score {
    display: none;
  }

  .offer-rating {
    max-width: 140px;
    width: 100%;
  }

  .offer-links {
    max-width: 300px;
    width: 100%;
  }

  .offer-links a {
    margin-left: auto;
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .bg {
    background-size: cover;
  }

  .logo {
    position: static;
  }

  .header-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu li a {
    padding: 10px 15px;
    font-size: 14px;
    height: 42px;
  }

  .menu li a img {
    width: 22px;
    height: auto;
  }

  .offer {
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .offer-links {
    max-width: 100%;
    margin-top: 15px;
    padding: 0;
  }

  .offer-links a {
    max-width: 100%;
  }

  .offer-note {
    text-align: center;
  }

  .offer-title {
    padding-right: 0;
  }

  .offer-title h3 {
    font-size: 20px;
  }

  .offer-rating {
    width: 35%;
    max-width: 100%;
  }

  .offer-score {
    display: block;
    width: 35%;
  }

  .rating-mob {
    display: block;
    width: 100px;
    margin-top: 6px;
  }

  .rating-mob img {
    width: 100px;
  }

  .rating-mob .link {
    width: 100%;
  }

  .rating-mob p {
    font-size: 12px;
    margin: 0;
  }

  .offers-head {
    display: none;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 18px;
  }

  .main-text {
    padding: 0;
  }

  .main-text h1 {
    margin-bottom: 8px;
  }

  .main-text h2 {
    margin-bottom: 8px;
  }
  .main-text h3 {
    margin-bottom: 10px;
  }

  .main-text p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .main-text .icon {
    min-width: 26px;
    width: 26px;
    height: 26px;
  }

  .footer {
    text-align: center;
    padding: 30px 0;
  }

  .footer-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-links li {
    margin: 0 5px;
  }

  .footer-parthners {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-parthners img {
    margin: 5px;
  }
}

@media (max-width: 480px) {
  .offer-links {
    margin-top: 0;
    width: 50%;
    order: 3;
  }

  .offer-img {
    height: 110px;
  }

  .btn-primary {
    padding: 5px 10px;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 24px;
  }

  .rating-mob {
    display: none;
  }
.icon-wrapper{
  padding: 8px 10px;
}
  .main-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-text-block {
    text-align: left;
    gap: 5px;
  }
  .table-header{
    flex-wrap: wrap;
    gap: .75rem
  }
  .main-text p {
    font-size: 10px;
    margin: 0;
    font-weight: bold;
  }

  .main-text .icon {
    min-width: 20px;
    width: 20px;
    height: 20px;
  }

  .menu {
    width: 100%;
  }

  .menu li {
    width: 50%;
  }

  .menu li a {
    font-size: 14px;
    padding: 10px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
  }

  .menu li a img {
    width: 18px;
  }

  .menu li a span {
    margin-left: 4px;
  }

  .logo span {
    font-size: 14px;
    margin-left: 3px;
  }

  .logo img {
    width: 35px;
  }

  .offer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
  }

  .offer-caption {
    top: 4px;
    left: 0;
  }

  .offer-rating {
    width: 100%;
    display: block;
  }

  .offer-score {
    display: block;
    width: 50%;
    order: 1;
    text-align: center;
  }

  .offer-score p {
    display: none;
  }

  .offer-note {
    font-size: 9px;
  }

  .offer-title {
    width: 50%;
    padding-left: 0;
    text-align: center;
    margin-bottom: 5px;
    order: 2;
  }

  .offer-title h3 {
    font-size: 18px;
  }

  .offer-title .label {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .offer-img {
    width: 50%;
  }

  .footer {
    text-align: left;
  }

  .footer p {
    font-size: 12px;
  }

  .footer-links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-links li {
    margin: 0 15px 10px 0;
  }

  .footer-links li a {
    font-size: 12px;
  }

  .main,
  .section {
    padding-bottom: 30px;
  }

  .section-title {
    margin-bottom: 20px;
  }

 

  .header .container {
    padding: 0;
  }
}
.animated-border-button {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
}

.animated-border-button span {
  position: absolute;
  display: block;
  background: linear-gradient(to right, #da2025, #8a2427);
}

/* Top border */
.animated-border-button span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  animation: animate1 2s linear infinite;
}

/* Right border */
.animated-border-button span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 3px;
  height: 100%;
  animation: animate2 2s linear infinite;
  animation-delay: 0.5s;
}

/* Bottom border */
.animated-border-button span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 3px;
  animation: animate3 2s linear infinite;
  animation-delay: 1s;
}

/* Left border */
.animated-border-button span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 3px;
  height: 100%;
  animation: animate4 2s linear infinite;
  animation-delay: 1.5s;
}

/* Animations */
@keyframes animate1 {
  0% { left: -100%; }
  50%, 100% { left: 100%; }
}

@keyframes animate2 {
  0% { top: -100%; }
  50%, 100% { top: 100%; }
}

@keyframes animate3 {
  0% { right: -100%; }
  50%, 100% { right: 100%; }
}

@keyframes animate4 {
  0% { bottom: -100%; }
  50%, 100% { bottom: 100%; }
}

@media (max-width: 480px) {
.animated-border-button{
  padding: 10px 16px;
}  
.offer-links{
  text-align: center;
}
.offer-title span{
  font-size: 15px;
}
.disclaimer .flex-container .img-disclaimer-container{
  width: 100%;
}
.disclaimer .flex-container .disclaimer-text{
  width: 100%;
}
.img-disclaimer-container img{
  width: 100%;
}
}