/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&family=Montserrat:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap");
/*----------------------------------------*/
/*  Start CSS
/*----------------------------------------*/
.text-warning {
  color: #f9c352 !important;
}

html,
body {
  font-family: "Nunito", "Helvetica", sans-serif;
  font-size: 100%;
  line-height: normal;

  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  background-color: #272727;
  color: #fff;
  min-height: 100%;
}

.container {
  color: #000;
}

.container h2 {
  font-size: 2rem;
}

.container h5 {
  color: #fff;
}

.container p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.mobile-date {
  color: #fff;
}

#logo {
  padding: 25px 0;
  max-width: 200px;
}

main {
  /*background: url(../img/background.jpg);*/
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.head-nav a {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  display: block;
  line-height: 83px;
  padding: 0 20px;
  text-transform: uppercase;
}

.head-nav a:hover,
.head-nav .active a {
  /* background-color: #2A2A2A; */
  text-decoration: none;
  color: #fd9b00;
  transition: 0.4s;
}

.mobile-nav {
  background: #202020;
  position: fixed;
  top: -200%;
  left: 0;
  width: 100%;
  transition: all 0.2s;
  z-index: 999;
}

.stars-container {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 22px;
  margin-bottom: 0.7rem;
}
.stars-container:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  color: #d3d3d3;
}
.stars-container:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  color: #ffcb0f;
  overflow: hidden;
}
.star-100:after {
  width: 100%;
}
.star-90:after {
  width: 90%;
}
.star-80:after {
  width: 80%;
}
.star-70:after {
  width: 70%;
}
.star-50:after {
  width: 50%;
}
.star-40:after {
  width: 40%;
}
.star-30:after {
  width: 30%;
}
.star-20:after {
  width: 20%;
}
.star-10:after {
  width: 10%;
}

.star-85:after {
  width: 85%;
}
.star-75:after {
  width: 75%;
}
.star-65:after {
  width: 65%;
}
.star-55:after {
  width: 55%;
}
.star-45:after {
  width: 45%;
}
.star-35:after {
  width: 35%;
}
.star-25:after {
  width: 25%;
}
.star-15:after {
  width: 15%;
}

.visible-nav .mobile-nav {
  top: 0;
}

.mobile-nav .logo-li {
  position: absolute;
  left: 20px;
  top: 20px;
}

.mobile-nav .open-hamb {
  position: absolute;
  right: 20px;
  top: 20px;
}

.mobile-nav ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.mobile-nav li {
  margin-bottom: 10px;
}

.mobile-nav li a {
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 2.14px;
  text-align: center;
  /* Bg: */
  border-radius: 5px;
  padding: 17px 24px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-nav li.active a {
  background: #fd9b00;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
}

.mp-title {
  font-family: "Roboto";
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  padding: 15px 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

.c-con,
.c-con p {
  font-family: Roboto;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
}

.c-con h1,
.c-con h2,
.c-con h3,
.c-con h4,
.c-con h5,
.c-con h6 {
  line-height: normal;
  margin-top: 15px;
  margin-bottom: 15px;
}

.c-con h2 {
  font-size: 27px;
  color: #fbfbfb;
  letter-spacing: 0;
}

.c-list-i {
  background: linear-gradient(45deg, #5208a1, #582e85, #65045f);
  height: 160px;
  padding: 0;
  border-top-right-radius: 3em;
  border-bottom-left-radius: 3em;
  border: 1px solid #ff54ee !important;
}

.c-list-i:last-child {
  border-bottom: none;
}

.c-logo {
  width: 270px;
  text-align: center;
  padding: 10px 10px;
  overflow: hidden;
}
.operator-stars img {
  width: 20px;
}

.star-ranking {
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
}

.sd-review-item .logo_bg {
  max-width: 250px;
  margin: 0 auto;
  justify-content: center;
}
.c-logo img {
  max-width: 180px;
}

.c-bonus {
  width: 390px;
  text-align: center;
  padding: 40px 25px;
}

.c-list-head {
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 9px;
  white-space: nowrap;
}

.rating-starts {
  margin-bottom: 8px;
}

.c-score-label {
  font-weight: 500;
  font-size: 46px;
  color: #ffffff;
  letter-spacing: -1.75px;
  text-align: center;
}

.c-bonus-label,
.c-bonus-label p {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.c-bonus-label p:last-child {
  margin-bottom: 0;
}

.c-bonus-label h3 {
  display: none;
}

.accordion {
  width: 95%;
  max-width: 1100px;
  margin: 40px auto 50px;
}

.faq-block h2,
.legal-block h2 {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 50% */
  text-transform: uppercase;
  margin: 60px 0 30px;
}

.faq-block h3,
.legal-block h3 {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 126.8%; /* 30.432px */
  text-transform: capitalize;
}

.faq-block p,
.legal-block p {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 126.8%;
  text-align: center;
}

.legal-block li {
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 126.8%;
  text-align: left;
}
.legal-block p {
  text-align: left;
}

.faq-block .regulation-info-cover {
  border-radius: 16px;
  background: #370f3e;
  color: #FFF;
  padding: 1px 50px 40px;
  margin: 40px 0;

}

.legal-block .regulation-info-cover {
  border-radius: 16px;
  background: #310000;
  padding: 1px 50px 40px;
  margin: 40px 0;
}


.text-start {
  text-align: start;
}

.text-center {
  text-align: center !important;
}

footer.footer {
  padding: 65px 40px;
  background-color: #202020;
  border: none;
}

footer.footer .container {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}

footer.footer .container {
  text-align: center;
}

.footer-img-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-date {
  display: none;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.footer-img-block img {
  max-height: 50px;
  margin-bottom: 10px;
}

footer.footer .container h3 {
  color: #fff;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}

footer.footer .container p {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

footer.footer .container .copyright {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 50px;
}

footer.footer .container > img {
  margin: 50px 0 30px;
}

footer .rules{
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #430000;
  padding-top: 25px;
}
footer .rules a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
  color: white;
}
footer .rules img {
  max-height: 60px;
  margin-bottom: 15px;
  display: inline-block;
}
footer .rules .text-center{
  padding: 5px 15%;
}
footer .rules .text-center a{
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: initial;
  color: #0b79f4;
}


.at-tab {
  display: none;
  padding: 15px;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 126.8%; /* 20.288px */
  padding: 10px 100px 10px 0;
}

.at-title {
  cursor: pointer;
  background-color: #000000;
  border-radius: 2em;
  position: relative;
  transition: background-color 0.3s ease;
}

.at-title:after {
  content: "+";
  position: absolute;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #252525;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s ease;
  font-size: 33px;
  color: #6835ff;
  border-radius: 20px;
  line-height: 20px;
  padding: 0;
  margin: 0;
}

.at-title.active:after {
  content: "-";
}

.at-item {
  border-radius: 5px;
  margin-bottom: 15px;
}

.at-title h4 {
  color: #fff;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  padding: 15px 15px 15px 15px;
  margin: 0;
}

.accordion-header {
  text-align: center;
  background-color: #222222;
  color: white;
  padding: 20px 0;
}

.min-deposit {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 5px 0;
}

.min-deposit-label {
  width: 90px;
  height: auto;
}

.min-deposit-label a {
  font-size: 1.2rem;
}

.min-deposit span {
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 0;
  white-space: nowrap;
}

.m-min-deposit-label {
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 0;
  padding: 10px 0;
}

.gb-btn {
  background: #6835ff;
  border: 1px solid #ff54ee;
  border-radius: 3em;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  display: flex;
  width: 208px;
  height: 48px;
  padding: 1em 0em;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Roboto;
  font-size: 20px;
}

.gb-btn:hover,
.gb-btn:active {
  border: 1px solid #0021ff;
  color: #eee;
  text-decoration: none;
  background: #ffffff;
  color: #000000;
  transition: 0.4s;
  scale: 1.1;
}

.c-rankings {
  padding: 40px 28px;
}

.c-rank {
  padding: 40px 0;
  width: 170px;
}

.visit-c {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  margin: 8px 0;
  display: inline-block;
  white-space: nowrap;
}

.visit-c:hover,
.visit-c:active {
  color: #eee;
}

.go-reviews {
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}

.go-reviews:hover,
.go-reviews:active {
  color: #eee;
}

.c-button {
  flex: 1;
  text-align: right;
  padding: 15px 0 0 25px;
}

footer {
  background: #260745;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.28);
  padding: 60px 0;
}

#copyright {
  font-size: 15px;
  color: #bfc4ce;
  letter-spacing: 0;
  line-height: 34px;
}

.info-images img {
  display: inline-block;
  margin-right: 18px;
}

.footer-links > div {
  margin-bottom: 10px;
}

.footer-links a {
  font-size: 15px;
  color: #bfc4ce;
  letter-spacing: 0;
  line-height: 34px;
}

.sd-review-item {
  background: #202020;
  border-radius: 2px;
  margin-bottom: 15px;
  padding: 15px;
  text-align: center;
}

.st-ps-container h1 {
  font-size: 19px;
  color: #fbfbfb;
  letter-spacing: 0;
  margin-bottom: 28px;
}

.st-ps-d .h3,
.st-ps-d h3 {
  font-size: 18px;
  color: #fbfbfb;
  letter-spacing: 0;
  text-align: center;
}

.tc-18p {
  display: block;
  line-height: 15px;
  font-size: 12px;
  font-weight: 300;
  color: #2b79f6;
  margin-top: 5px;
}

/* FANCY-POPUP (C) ANTE */
/* ID: fancyPopup      */

.fancy-popup *,
.fancy-popup *::after,
.fancy-popup *::before {
  box-sizing: border-box;
}

.fancy-popup,
.fancy-popup-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2001;
}

.fancy-popup-backdrop {
  width: 100vw;
  height: 100vh;
  background-color: rgba(4, 2, 16, 0.77);
}

.fancy-popup-content {
  position: absolute;
  z-index: 10000;
  top: 50%;
  left: 50%;
  width: 725px;
  transform: translate(-50%, -50%);
  transform-origin: 0 0;
}

.fancy-popup-partner-img,
.fancy-popup-partner-img img {
  display: block;
  width: 100%;
}

.fancy-popup-partner-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  left: 50px;
  bottom: 35px;
  width: 330px;
  height: 240px;
  pointer-events: none;
}

.fancy-popup-bonus {
  display: block;
  margin-bottom: 15px;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.04em;
  line-height: 1.4;
  pointer-events: none;
  text-shadow: 1px 1px 8px #000;
}

.fancy-popup-btn {
  position: relative;
  text-align: center;
  display: inline-block;
  min-width: 256px;
  color: #fff;
  background-color: #fd9b00;
  box-shadow: 0 0 17px 0 transparent;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 31px;
  border-radius: 4px;
  padding: 12px 16px;
  text-transform: uppercase;
  pointer-events: all;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.fancy-popup-btn span {
  position: relative;
  z-index: 10;
}

.fancy-popup-btn:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 20px 0 rgba(39, 39, 39, 0.58);
}

.title-menu-container {
  display: flex;
  flex-direction: row;
  font-size: 1rem;
  text-align: center;
  margin: 0;
  background: #000;
  padding: 1rem;
}

.logo-title {
  width: 15%;
  margin: 0;
}

.min-deposit-title {
  width: 20%;
  margin: 0;
}

.bonus-title {
  width: 17%;
  margin: 0;
}

.ranking-title {
  width: 14%;
  margin: 0;
}

.score-title {
  width: 15%;
  margin: 0;
}

.bonus-btn-title {
  width: 20%;
  margin: 0;
}

.mobile-offer-cover {
  display: none;
  justify-content: space-between;
  border: 1px solid #fd9b00;
  width: 100%;
  border-top-right-radius: 5rem;
  border-bottom-left-radius: 5rem;
  margin: 5px 0;
  position: relative;
  min-height: 180px;
  overflow: hidden;
  text-align: center;
  background-color: #202020;
}

.mobile-offer-cover > div {
  width: 50%;
  max-height: 180px;
}

.mobile-offer-cover .ribbon-outer-mobile {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 210px;
  padding: 3px 10px 2px 26px;
  /* border-top-left-radius: 16px; */
  border-bottom-right-radius: 10px;
  text-align: left;
}

.left-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.right-col {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
  background: linear-gradient(45deg, #5208a1, #582e85, #65045f);
}

.logo_bg-m {
  width: 100%;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.mobile-offer-cover > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 180px;
  text-decoration: none;
  padding: 20px 0 0;
}

.mobile-offer-cover a:hover {
  text-decoration: none;
}

.mobile-offer-cover img {
  max-width: 150px;
  max-height: 80px;
}

.c-score-label span {
  display: block;
  font-weight: 600;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 33px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 3px 0;
}

.rating {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  margin: auto;
  height: 25px;
}
.operator-stars {
  margin-bottom: 0;
}

.operator-stars img {
  width: 20px;
}

.bonus-text-mob {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.gb-btn-m {
  /* background: #fd9b00; */
  border: 1px solid #fd9b00;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  padding: 4px 0;
  display: block;
  width: 151px;
  max-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  min-width: unset;
  margin: 10px auto;
}

.bonus-text-mob .offer-payment img {
  width: 20px;
  height: 20px;
}

.bonus-text-mob .min-deposit {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.mobile-offers .full-tc-text span a,
.mobile-offers .full-tc-text {
  font-size: 9px;
  color: #e3e3e3;
}

.mobile-offers .full-tc-text {
  margin-bottom: 0;
}

.mobile-offers .full-tc-text span {
  margin-bottom: 3px;
}

@media (max-width: 1200px) {
  .c-bonus-label,
  .c-bonus-label p {
    font-size: 21px;
  }
  .c-logo {
    width: 220px;
  }
  .c-bonus {
    width: 320px;
  }
  .c-button {
    padding: 0;
  }
  .d-inline-block {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 158px;
  }
  .offer-payment img {
    width: 25px;
    height: 25px;
  }
  .logo-title {
    width: 20%;
    margin: 0;
  }

  .min-deposit-title {
    width: 15%;
    margin: 0;
  }

  .bonus-title {
    width: 17%;
    margin: 0;
  }

  .ranking-title {
    width: 13%;
    margin: 0;
  }

  .score-title {
    width: 11%;
    margin: 0;
  }

  .bonus-btn-title {
    width: 24%;
    margin: 0;
  }
}
.full-tc-text {
  padding: 0.1rem 0.5rem 0;
  color: #ffffff;
  font-size: 0.65rem;
  opacity: 1;
  margin-bottom: 7px;

  /* border-bottom: 1px solid rgba(72, 72, 72, 0.3); */
}
.full-tc-text span a {
  color: #ffffff;
}
.fixed-menu {
  display: none !important  ;
}
@media (max-width: 992px) {
  footer.footer .container h3 {
    font-size: 20px;
  }
  .footer-img-block img {
    width: auto;
    max-width: 80px;
    margin: 0 8px;
  }
  .footer-img-block {
    flex-wrap: wrap;
  }
  footer.footer .container p {
    font-size: 12px;
  }
  .mobile-offer-cover {
    display: flex;
  }
  .main-block .table-header {
    display: none;
  }

  .title-menu-container {
    display: none;
  }
  .title-container {
    padding: 10px !important;
    margin-bottom: 0 !important;
  }
  .mp-title {
    font-size: 22px;
    padding: 10px 0;
  }
  .c-con,
  .c-con p {
    font-size: 14px;
  }
  .sd-review-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #202020;
    border-radius: 2px;
    margin-bottom: 0;
    padding: 10px 0;
    text-align: center;
    height: 126px;
  }
  .left-block,
  .right-block {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .sd-review-item .logo_bg {
    width: 100%;
    margin: 0 auto 7px;
    max-height: 56px;
    max-width: 135px;
    display: block;
    position: relative;
  }
  .c-logo img {
    width: 100%;
    max-width: 80px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .star-ranking,
  .c-score-label {
    display: block;
    font-size: 11px;
    margin: 0 2px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: normal;
    white-space: nowrap;
  }

  .c-bonus-label,
  .c-bonus-label p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
  }
  .ops-list-bonus em {
    font-size: 16px !important;
    font-weight: 600;
  }
}
.bottom-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}

@media (max-width: 767.9px) {
  .mobile-date {
    display: block;
  }
  .fancy-popup-content {
    width: 100%;
  }

  .fancy-popup-partner-info {
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    padding: 25px;
  }

  .fancy-popup-bonus {
    max-width: 220px;
    margin-bottom: 0;
  }

  .fancy-popup-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: none;
    transform: translateY(100%);
    border-radius: 0;
  }
  .full-tc-text {
    background: transparent;
    border-bottom: none;
    padding: 0.1rem 0.5rem;
    line-height: 1;
  }
  .faq-block h2 {
    font-size: 20px;
    margin: 0 0 10px;
    text-align: left;
  }
  .accordion {
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
  }
  .at-title h4 {
    font-size: 18px;
  }
  .at-tab {
    padding: 5px 50px 5px 5px;
    font-size: 12px;
  }
  .at-item {
    margin-bottom: 10px;
  }
  .additional-info-block {
    margin-top: 20px;
  }
  .faq-block h3 {
    font-size: 20px;
  }
  .faq-block p {
    font-size: 12px;
  }

  footer.footer {
    padding: 20px 0;
  }
  footer.footer .container > img {
    margin: 20px 0 0px;
  }
  footer.footer .container h3 {
    font-size: 20px;
    margin: 16px 0 10px;
  }
  footer.footer .container .copyright {
    margin-top: 20px;
  }
  .footer-img-block {
    justify-content: center;
  }
}

@media (max-width: 559.9px) {
  .c-con {
    display: none;
  }
  .mp-title {
    padding: 0;
  }
  .fancy-popup-partner-info {
    padding: 17px;
  }

  .fancy-popup-bonus {
    font-size: 13px;
    max-width: 135px;
  }

  .fancy-popup-btn {
    font-size: 21px;
  }

  .c-logo img {
    max-width: 100px !important;
  }
  .at-title:after {
    width: 30px;
    height: 30px;
    font-size: 24px;
  }
  footer.footer {
    padding: 0;
  }
  .faq-block .regulation-info-cover {
    margin: 20px 0 0;
    padding: 1px 20px 30px;
  }
  .legal-block .regulation-info-cover  {
    margin: 20px 0 0;
    padding: 1px 20px 30px;
  }
  .accordion {
    margin: 40px auto 20px;
  }
}
@media (max-width: 450px) {
  .bottom-image {
    width: 90%;
  }
}
