body {
  font-family: 'Inter', sans-serif;
}

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

* {
  margin: 0;
  padding: 0;
}

.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: 1270px;
  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: 42px;
  font-weight: 700;
}

h2 {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

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

.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;
  gap: 40px;

}

.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;
  justify-content: space-around;
  -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;
}

.main-text {
  text-align: center;
  padding: 40px 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: #BDBDBD;
  margin: 0 12px 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  display: inline-block;
}

/* .icon-safe {
  background: url("../img/safe.png") center no-repeat;
  background-size: 100%;
} */

.icon-safe {
  background: url("../img/austria.png") center no-repeat;
  background-size: 80%;
}

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

.icon-chip2 {
  background: url("../img/chip2.png") 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;
}

.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: #fff;
  -webkit-box-sizing: boder-box;
  box-sizing: boder-box;
  position: relative;
}

.offer-caption {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  background: #FB6D48;
  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: 17%;
  background: url("../img/mask.png") center no-repeat;
  background-size: cover;
  text-align: center;
  height: 160px;
  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: 165px;
  width: 100%;
  border-radius: 10px;
}

.offer-title {
  width: 32%;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.offer-title .label {
  /* color: #29B765; */
  font-size: 14px;
  /* font-weight: 700; */
  /* margin-bottom: 7px; */
}

.offer-title h3 {
  font-size: 20px;
  color: #113455;
  font-weight: 700;
}
.offer-bonus{
  
  text-align: center;
}
.offer-bonus h3{
  color: #29B765; 
}
.offer-bonus span{
  font-size: 12px;
  text-transform: uppercase;
}
.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%;
}

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

.offer-links {
  width: 20%;
  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 {
  background: #29B765;
  border-radius: 4px;
  color: #fff;
  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;
}

.btn-main:hover {
  background: #209d55;
  -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;
}

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

.footer {
  background: #051019;
  padding: 60px 0;
}

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

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

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

.footer-parthners img {
  margin-left: 10px;
}

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

@media (max-width: 991px) {
  .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 {
    padding-left: 40px;
    -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;
    order: 5;
  }

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

  }

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

  .offer-img {
    width: 50%;
    order: 0;
  }

  .offer-title {
    padding-right: 0;
    order: 2;
    width: 100%;
  }
.offer-bonus{
  order: 4;
  width: 100%;
}
  .offer-title h3 {
    font-size: 20px;

  }

  .offer-rating {
    width: 50%;
    max-width: 100%;
    order: 2;
  }

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

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

  .offer-img {
    height: 110px;
  }

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

  .offer-links {
    width: 100%;
  }

  /* .offer-links .btn-primary,
  .offer-score {
    display: none;
  } */

  h1 {
    font-size: 22px;

  }

  h2 {
    font-size: 14px;
  }

  .rating-mob {
    display: none;
  }

  .main-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-text-block {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-around;
  }

  .main-text p {
    font-size: 12px;
    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 p {
    display: none;
  }

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

  .offer-title {
    /*width: 100%; */
    padding-left: 0;
    text-align: center;
    margin-bottom: 5px;
  }

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

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

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

  .logo {
    display: none;
  }

  .header .container {
    padding: 0;
  }
}