* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: Tahoma, sans-serif;
}

main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: rgba(13, 17, 22, 1);
  font-family: Tahoma, sans-serif;
}

main p,
main span,
main h1,
main h2,
main h3,
main h4,
main h5,
main figcaption,
main li {
  color: #fff;
  font-family: Tahoma, sans-serif;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main ol,
main ul,
main figure,
main .general-table-wrapper,
main .faq-container {
  margin: 0 auto;
  width: calc(100% - 80px);
  max-width: 1300px;
}

main .general-table-wrapper {
  overflow-x: auto;
}

main figure {
  margin: 0 auto;
  margin-bottom: 20px;
}

main p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  line-height: normal;
}

main .wrapper {
  width: calc(100% - 80px);
  max-width: 1300px;
  margin: 0 auto;
}

body {
  overflow-x: hidden;
  position: relative;
  background: #f5f5f5;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

table,
tr,
td,
tbody,
thead {
  font-family: Tahoma, sans-serif;
}

input,
button {
  font-family: Tahoma, sans-serif;
  border: none;
  box-shadow: none;
  transition: 0.3s;
}

input {
  outline: none;
}

p,
span,
li,
a {
  font-size: 18px;
  line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  padding: 15px 0;
  color: #1e1e24;
}

h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.32px;
  margin: 32px auto;
}

h2 {
  font-size: 20px;
  line-height: 24px;
}

h3 {
  font-size: 18px;
  line-height: 20px;
}

h4 {
  font-size: 16px;
  line-height: 18px;
}

h5,
h6 {
  font-size: 14px;
  line-height: 16px;
}

p,
span,
li,
h1,
h2,
h3,
a,
b,
i,
label,
input,
button,
td,
tr,
figcaption {
  color: #fff;
}

p {
  padding-bottom: 20px;
}

li {
  list-style: none;
}

button {
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
  display: block;
}

i {
  font-style: normal;
}

#__next {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.content {
  position: relative;
  flex-grow: 1;
  padding-top: 0px;
}

.content .content-block {
  margin-bottom: 20px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0);
}

.content .general-ol {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 20px;
  counter-reset: counter-ol;
  padding-left: 20px;
}

.content .general-ol li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  counter-increment: counter-ol;
}

.content .general-ol li::before {
  position: absolute;
  content: counter(counter-ol);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #fff;
  border-radius: 50%;
  top: -2px;
  left: -26px;
  background: #91cb2a;
  font-size: 14px;
}

.content .general-ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 20px;
}

.content .general-ul li {
  position: relative;
  padding-bottom: 10px;
  padding-left: 15px;
}

.content .general-ul li::before {
  content: no-open-quote;
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  top: 9px;
  background-color: #90cb2a;
  border-radius: 50%;
}

.pageError {
  min-height: calc(100vh - 70px);
}

.buttons {
  display: flex;
  align-items: center;
}

.imgWrap {
  display: block;
  position: relative;
}

figure {
  margin-bottom: 20px;
  text-align: center;
}

figure span {
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  top: -50%;
}

figcaption {
  color: #1e1e24;
  font-size: 14px;
}

.general-image {
  display: block;
  border-radius: 15px;
  max-height: 500px;
  width: auto;
  height: auto;
  margin: 0 auto 10px auto;
}

.general-image.vertical {
  max-height: 500px;
  max-width: 70%;
}

.general-image.horizontal {
  max-width: 100%;
}

.general-table {
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin: 20px auto;
}

.general-table thead {
  background: #c01414;
}

.general-table .general-tr {
  background: rgba(0, 0, 0, 0);
}

.general-table .general-tr .general-td {
  padding: 16px;
  text-align: start;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding-left: 20px;
  border: 1px solid #fff;
}

.general-table thead tr th {
  padding: 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-right: 1px solid #181616;
}

.general-table thead tr th:first-child {
  border-right: 1px solid #181616;
  border-left: 1px solid #e03d23;
}

.general-table thead tr th:last-child {
  border-right: 1px solid #e03d23;
}

.faq-container .faq-item {
  margin: 0 auto;
  position: relative;
  min-height: 54px;
  margin-bottom: 20px;
  background-color: #fff;
  z-index: 5;
  border-radius: 26px;
  transition: all 0.4s ease;
  border: 1px solid #34a3f6;
}

.faq-container .faq-item:last-child {
  border-bottom: none;
}

.faq-container .faq-item:hover .icon::before,
.faq-container .faq-item:hover .icon::after {
  background: #7eac2f;
}

.faq-container .faq-item:hover {
  border-color: #7eac2f;
}

.faq-container .faq-item:hover .faq-question {
  color: #7eac2f;
}

.faq-container .faq-question {
  color: #0e121c;
  position: relative;
  padding-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  top: 15px;
  width: 96%;
  line-height: 22px;
  padding-right: 25px;
}

.faq-container .faq-answer {
  width: 96%;
  padding: 10px 0 22px 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  top: 10px;
}

.faq-container .icon {
  height: 18px;
  position: absolute;
  width: 18px;
  right: 25px;
  top: 25px;
  z-index: 2;
}

.faq-container .icon::before,
.faq-container .icon::after {
  background: #0e121c;
  content: no-open-quote;
  height: 4px;
  right: 0;
  position: absolute;
  top: 0;
  width: 18px;
  transition: transform 0.4s ease;
}

.faq-container .toggle {
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 3;
}

.faq-container .bg-active {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #34a3f6;
  border-radius: 26px;
  z-index: -1;
  opacity: 0;
}

.faq-container .toggle:checked~.bg-active {
  opacity: 1;
}

.faq-container .toggle:checked~.icon::before,
.faq-container .toggle:checked~.icon::after {
  background: #fff;
}

.faq-container .toggle:checked~.faq-question {
  color: #fff;
}

.faq-container .toggle:not(:checked)~.icon:before {
  transform: rotate(180deg);
}

.faq-container .toggle:not(:checked)~.icon:after {
  transform: rotate(90deg);
}

.faq-container .toggle:checked~.faq-answer {
  height: auto;
  opacity: 1;
  z-index: 2;
}

.columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.columns p {
  width: 100%;
}

.columns .column {
  width: 48%;
}

.columns .column-header {
  padding-top: 0;
  text-align: left;
}

.columns .column-p {
  position: relative;
  margin-left: 15px;
  padding-left: 25px;
}

.columns .column-p::before {
  content: no-open-quote;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(/list.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 8px;
}

.table_of_contents_wrapper {
  max-width: 1128px;
  margin: 0 auto;
  width: 96%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.table_of_contents {
  max-width: 400px;
  border-radius: 8px;
  border: 1px solid #c01414;
}

.table_of_contents .toggle {
  display: none;
}

.table_of_contents .lbl-toggle {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #c01414;
  width: 100%;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}

.table_of_contents .table_box {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
  display: flex;
  width: 100%;
  max-width: 500px;
  flex-direction: column;
}

.table_of_contents .toggle:checked+.lbl-toggle+div {
  max-height: 1000px;
  padding: 20px;
  background: #181616;
  border-radius: 8px;
  gap: 20px;
}

.table_of_contents .table_link {
  position: relative;
  padding-left: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}

.table_of_contents .table_link:hover {
  color: #e13d22;
}

.content404Page.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  background: #000;
}

.content404Page.wrapper .content404 {
  display: flex;
  flex-direction: column;
  width: 280px;
}

.content404Page.wrapper .content404 img {
  display: block;
  margin: 0 auto;
}

.content404Page.wrapper .content404 h1 {
  color: #fff;
}

.content404Page.wrapper .content404 button {
  display: inline-block;
  background: #a91704;
  box-shadow: 0 0 12px 0 rgba(255, 0, 0, 0.26);
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  color: #fff;
}

.content404Page.wrapper .content404 button:hover {
  background: #a10000;
}

.contentMap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  background: #205685;
}

.contentMap h1 {
  text-align: left;
  color: #1e1e24;
  margin-bottom: 64px;
}

.contentMap .sitemapLinks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 640px;
}

.contentMap .sitemapLinks a {
  display: inline-block;
  color: #fff;
  margin: 0 auto 12px;
  position: relative;
}

.contentMap .sitemapLinks a:before {
  position: absolute;
  left: -16px;
  top: 10px;
  content: no-open-quote;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}

.contentMap .sitemapLinks a:hover {
  color: #92c637;
}

.img-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-overlay:target {
  visibility: visible;
  opacity: 1;
}

.img-overlay .img-popup {
  margin: 70px auto;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  position: relative;
  transition: all 5s ease-in-out;
}

.img-overlay .img-popup.horizontal {
  aspect-ratio: 1/0.2;
}

.img-overlay .img-popup.vartical {
  aspect-ratio: 0.5/1;
}

.button-block {
  padding: 24px 16px;
  text-align: center;
  margin: 10px 0;
  background-color: rgba(0, 0, 0, 0);
}

.button-block button {
  position: relative;
  overflow: hidden;
  width: 600px;
  max-width: 100%;
  padding: 16px 34px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  border-radius: 8px;
  background: #1b64a4;
  box-shadow: 0px 0px 12px 0px rgba(11, 54, 0, 0.16);
}

.button-block button::after,
.button-block button::before {
  position: absolute;
  content: no-open-quote;
  background-repeat: no-repeat;
  background-size: cover;
}

.button-block button::after {
  width: 78px;
  height: 52px;
  background-image: url(/circle_1.svg);
  left: 0;
  top: 0;
}

.button-block button::before {
  width: 135px;
  height: 68px;
  background-image: url(/circle_2.svg);
  right: -30px;
  bottom: 0;
}

.quote {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
  width: 96%;
  max-width: 600px;
  border-radius: 12px;
  background: #c01414;
}

.quote p {
  padding: 40px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
}

.quote::after,
.quote::before {
  position: absolute;
  content: no-open-quote;
  width: 24px;
  height: 20px;
  background-image: url(/quote-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.quote::after {
  left: -5px;
  top: -10px;
}

.quote::before {
  right: -5px;
  bottom: -10px;
  transform: rotate(180deg);
}

.reviews {
  max-width: 1128px;
  margin: 0 auto;
  width: 96%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reviews .review {
  border: 1px solid #fff;
  padding: 20px 20px 0 20px;
  border-radius: 20px;
  border-left: 5px solid #df0000;
  margin-bottom: 20px;
  width: 48%;
}

.reviews .review p {
  max-width: 100%;
  width: 100%;
}

.reviews .review .name {
  font-weight: bold;
}

.reviews .review .date {
  color: rgba(0, 0, 0, 0.5);
}

.reviews .review .answer {
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 0;
  margin-bottom: 20px;
}

/* .slots-wrapper {
    background: #fff;
    margin-bottom: 30px;
  } */
.slots-wrapper .slots-list {
  max-width: 1128px;
  margin: 0 auto;
  width: 96%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.slots-wrapper .slots-list .slot {
  position: relative;
  border-radius: 4px;
  width: 300px;
  height: 188px;
  margin: 20px;
}

.slots-wrapper .slots-list .slot .slot-text {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 0;
}

.slots-wrapper .slots-list .slot .slot-text p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  z-index: 3;
  position: relative;
  padding-bottom: 0;
}

.slots-wrapper .slots-list .slot .slot-img {
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}

.slots-wrapper .slots-list .slot .slot-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.slots-wrapper .slots-list .slot .slot-img amp-img {
  object-fit: cover;
}

.slots-wrapper .slots-list .slot .slot-back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.slots-wrapper .slots-list .slot .slot-back .slot-review {
  padding: 16px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  border-radius: 50px;
  background: #a91704;
  transition: 0.4s;
}

.slots-wrapper .slots-list .slot .slot-back .slot-review:hover {
  background: linear-gradient(135deg, #df0000 0%, #a10000 100%);
}

.slots-wrapper .slots-list .slot .slot-back .toggle {
  display: none;
}

.slots-wrapper .slots-list .slot .slot-back .lbl-toggle {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #df0000;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}

.slots-wrapper .slots-list .slot .slot-back .lbl-toggle:hover {
  background: linear-gradient(135deg, #df0000 0%, #a10000 100%);
}

.slots-wrapper .slots-list .slot .slot-back .toggle:checked+.lbl-toggle {
  display: none;
}

.slots-wrapper .slots-list .slot .slot-back .slot-box {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
  display: flex;
  width: 100%;
  max-width: 500px;
  flex-direction: column;
}

.slots-wrapper .slots-list .slot .slot-back .slot-box a {
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #df0000;
  width: 48%;
  color: #fff;
  border-radius: 8px;
}

.slots-wrapper .slots-list .slot .slot-back .slot-box button {
  width: 48%;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
}

.slots-wrapper .slots-list .slot .slot-back .slot-box button:hover {
  color: #a91704;
  border: 1px solid #a91704;
  background: #fff;
}

.slots-wrapper .slots-list .slot .slot-back .toggle:checked+.lbl-toggle+div {
  max-height: 300px;
  background: #fff;
  padding: 20px 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 1250px) {

  main h1,
  main h2,
  main h3,
  main h4,
  main h5,
  main h6,
  main p,
  main ol,
  main ul,
  main figure,
  main .general-table-wrapper,
  main .faq-container {
    width: 100%;
  }

  main .wrapper {
    padding: 0 10px;
    width: 100%;
  }

  h1 {
    font-size: 26px;
    line-height: 30px;
  }

  h2 {
    font-size: 22px;
    line-height: 32px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  h4 {
    font-size: 18px;
    line-height: 28px;
  }

  h5,
  h6 {
    font-size: 16px;
    line-height: 26px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    padding: 10px 0;
  }

  .content {
    padding: 10px;
  }

  .general-table .general-tr .general-td {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content .contentMain {
    width: 100%;
  }

  .content .general-ol li,
  .content .general-ul li {
    width: 100%;
  }

  .columns {
    flex-wrap: wrap;
  }

  .columns .column {
    width: 100%;
  }

  .column-p {
    margin-left: 0;
  }

  .button-block button {
    padding: 14px 5px;
    font-size: 18px;
    line-height: 20px;
  }

  .quote {
    width: calc(100% - 32px);
  }

  .faq-container .faq-item {
    border-radius: 14px;
  }

  .faq-container .faq-question {
    width: 100%;
    padding-left: 20px;
    padding-right: 30px;
  }

  .faq-container .faq-answer {
    width: 100%;
    padding-left: 20px;
  }

  .faq-container .bg-active {
    border-radius: 14px;
  }

  .faq-container .icon {
    right: 15px;
  }
}

@media screen and (max-width: 600px) {
  .reviews .review {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .general-table {
    max-width: 100%;
  }

  .general-table-wrapper {
    max-width: 100%;
  }
}

.reviews-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.reviews-container .reviews-item {
  margin-bottom: 18px;
  padding: 20px 0;
}

.reviews-container .reviews-item .reviews-meta {
  display: flex;
  margin-bottom: 10px;
}

.reviews-container .reviews-item .reviews-meta .reviews-name {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 10px 0 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  line-height: normal;
  width: auto;
  flex: 0 0 auto;
  line-height: 1.1;
  color: #34a3f6;
  padding: 0;
}

.reviews-container .reviews-item .reviews-meta .reviews-answer {
  margin: 0;
}

.reviews-container .reviews-item .reviews-meta .reviews-mark {
  display: none;
  width: 184px;
  height: 25px;
  position: relative;
  margin: 0;
}

.reviews-container .reviews-item .reviews-meta .reviews-mark img {
  height: 100%;
}

.reviews-container .reviews-item .reviews-meta .reviews-mark:after {
  position: absolute;
  left: 0;
  top: 4px;
}

.reviews-container .reviews-item .reviews-text {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}

.reviews-container .reviews-item .reviews-answer {
  margin: 0;
  width: 100%;
}

.review-rating {
  display: flex;
  justify-content: space-between;
  width: 24%;
  flex-direction: column;
  gap: 20px;
}

.reviews-main .reviews-title,
.review-rating .rating-title {
  color: #1b64a4;
  font-family: Tahoma;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  padding: 20px 0;
  white-space: nowrap;
  margin: 0;
}

.review-rating .rating-title {
  padding: 20px 0;
}

.review-rating .rating.star-4 {
  padding: 20px;
  background: url(/stars-4.svg) no-repeat;
  background-size: contain;
  width: 158px;
  height: 34px;
}

.review-rating .rating {
  padding: 20px;
  background: url(/stars-5.svg) no-repeat;
  background-size: contain;
  width: 196px;
  height: 34px;
}

.reviews-main {
  width: 70%;
}

@media screen and (max-width: 950px) {
  .reviews-container {
    flex-direction: column;
  }

  .review-rating .rating-title {
    display: none;
  }

  .reviews-main {
    width: 100%;
  }

  .review-rating {
    display: none;
    padding: 0 0 20px 0;
  }

  .reviews-container .reviews-item {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }

  .reviews-container .reviews-item .reviews-meta .reviews-mark {
    height: 20px;
    display: flex;
  }
}

@media screen and (max-width: 465px) {

  .reviews-main .reviews-title,
  .review-rating .rating-title {
    font-size: 24px;
    line-height: 28px;
    padding: 0;
  }

  .review-rating .rating {
    width: 94px;
    height: 20px;
  }

  .review-rating .rating.star-4 {
    width: 76px;
    height: 20px;
  }

  .review-rating {
    padding: 0;
  }

  .reviews-container .reviews-item {
    padding: 20px 0;
  }

  .reviews-container .reviews-item .reviews-meta .reviews-name {
    font-size: 20px;
  }

  .reviews-container .reviews-item .reviews-answer {
    padding-bottom: 0;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  overflow-x: hidden;
  background: #f5f5f5;
}

.fixed-panel {
  background: url(/banner-mini.webp) no-repeat;
  background-size: cover;
  background-position: center;
  height: 80px;
  width: 100%;
  z-index: 6;
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed-panel div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed-panel div span {
  color: #fff;
  margin-right: 16px;
  font-size: 20px;
  font-weight: 700;
}

.fixed-panel div button {
  padding: 10px 16px;
  color: #fff;
  background: #7eac2f;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
  border-radius: 6px;
}

.fixed-panel div button:hover {
  background: rgba(126, 172, 47, 0.8);
}

.footer {
  background: rgba(44, 44, 44, 1);
  padding: 20px 0;
}

.footer .footerInner {
  display: block;
  text-align: center;
}

.footer .footerInner .dmca-badge {
  display: block;
  margin-top: 4px;
  margin-bottom: 8px;
}

.footer .footerInner .dmca-badge img {
  display: block;
  margin: 0 auto;
}

.footer .footerInner .copyright {
  color: #fff;
  font-size: 15px;
}

.footer .footerInner .menu {
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  gap: 10px;
}

.footer .footerInner .menu a {
  color: #fff;
  margin: 0 5px 5px 5px;
}

.footer .scrollTop {
  background: rgba(234, 63, 37, 1);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 100px;
  right: 20px;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
}

.footer .scrollTop.pam_content {
  opacity: 1;
}

.footer-block-btn {
  z-index: 5;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 82px;
  padding: 16px;
  background: #1a1a22;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  justify-content: center;
  align-items: center;
}

.footer-block-btn .buttons {
  display: flex;
  justify-content: center;
  width: 100%;
}

.footer-block-btn .buttons button {
  width: 48% !important;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
  flex: 0 0 auto;
}

.footer-block-btn .buttons .regButton {
  color: #fff;
  background: #ff230a;
}

.footer-block-btn .buttons .logButton {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  text-align: center;
}



.header {
  background: rgba(44, 44, 44, 1);
  height: 80px;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header .headerInner {
  padding: 12px 0;
  height: 100%;
  width: 1300px;
  max-width: 100%;
}

.header .headerInner .headerFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.header .headerInner .regMobile {
  display: none;
}

.header .headerInner .logo {
  position: relative;
}

.header .headerInner .logo a {
  display: block;
}

.header .headerInner .logo button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.buttons .icons {
  display: flex;
  align-items: center;
  margin-right: 7px;
}

.buttons .icons .icon {
  margin: 0 7px;
  height: 44px;
  padding: 10px 20px;
  position: relative;
  background: rgba(15, 192, 160, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.3s;
}

.buttons .icons .icon:hover {
  background: rgba(0, 0, 0, 0);
}

.buttons .icons .icon button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.buttons .regButton {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px rgba(234, 63, 37, 1) solid;
  margin-right: 14px;
  background: rgba(234, 63, 37, 1);
  color: #fff;
}

.buttons .regButton:hover {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  border-color: #fff;
}

.buttons .logButton {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px #7eac2f solid;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  color: #fff;
}

.buttons .logButton:hover {
  background: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.header .headerInner .menu a {
  margin-right: 60px;
  color: #fff;
  font-family: Verdana;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.45px;
  text-align: center;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.header .headerInner .menu a:last-of-type {
  margin-right: 0;
}

.header .headerInner .menu a:hover {
  cursor: pointer;
  color: #90cb2a;
}

.header .headerInner .menu a.active {
  color: #90cb2a;
  cursor: default;
}

.header .headerInner .header__dropdown {
  display: none;
}

.header__burger {
  position: absolute;
  right: 20px;
  top: 34%;
  width: 30px;
  height: 30px;
  display: none;
}

.header__burger span {
  height: 1.5px;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.header__burger span {
  width: 100%;
  background-color: #fff;
}

#toggle {
  display: none;
  width: 100%;
  height: 100%;
}

#toggle:checked+.header__burger {
  right: 20px;
  top: 9px;
}

#toggle:checked+.header__burger .top {
  transform: rotate(-45deg);
  margin-top: 22px;
}

#toggle:checked+.header__burger .meat {
  transform: rotate(45deg);
  margin-top: -2px;
}

#toggle:checked+.header__burger .bottom {
  transform: scale(0);
}

#toggle:checked~.menu-list {
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 20px;
  padding-top: 30px;
}

.overlay {
  display: none;
}

#toggle:checked~.overlay {
  position: fixed;
  top: 200px;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
}

.menu-list {
  margin: 0;
  display: -ms-grid;
  height: 0px;
  overflow: hidden;
  z-index: 3;
  transition: all 0.3s ease;
  padding: 0;
  width: 100vw;
  position: absolute;
  right: 0;
  top: 59px;
  margin: 0;
  width: 100%;
  transition: right 0.8s;
  border-radius: 0 0 24px 24px;
  background-color: rgba(44, 44, 44, 1);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.menu-list a {
  font-family: Verdana;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.menu-list a:hover {
  color: rgba(15, 192, 160, 1);
  cursor: pointer;
}

.menu-list a.active {
  color: rgba(15, 192, 160, 1);
  cursor: default;
}

.header__dropdown a {
  display: block;
}

.header__dropdown li:hover a,
.header__dropdown .menu-list li a.active {
  color: rgba(15, 192, 160, 1);
}

.breadcrumbs {
  display: flex;
  align-items: center;
  padding-top: 25px;
  overflow-x: hidden;
}

.breadcrumbs a {
  color: #fff;
  font-size: 14px;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

.breadcrumbs .last {
  position: relative;
  margin-left: 10px;
  font-size: 14px;
}

.breadcrumbs a:after {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(/arrow-right.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 10px;
  content: no-open-quote;
}

@media screen and (max-width: 1250px) {
  .breadcrumbs.wrapper {
    margin-top: 15px;
  }
}


.banner .banner-wrapper {
  margin: 112px auto 20px auto;
  max-width: 1300px;
  width: 96%;
  display: flex;
  justify-content: space-between;
}

.banner .banner-wrapper .banner-right-mobil {
  display: none;
}

.banner .banner-wrapper .banner-right {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  width: 60%;
  margin-left: 20px;
  justify-items: center;
}

.banner .banner-wrapper .banner-left {
  padding: 15px 15px 15px 24px;
  background: url(/banner-bg.png) no-repeat;
  width: 49%;
  background-size: cover;
  height: 280px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  border-radius: 6px;
  justify-content: center;
  background-position: center;
}

.banner .banner-wrapper .banner-left .banner-left-img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.banner .banner-wrapper .banner-left .button_wrap {
  padding-top: 10px;
}

.banner .banner-wrapper .banner-left .button_wrap button,
.firstBanner button {
  background: rgba(15, 192, 160, 1);
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #fff;
  text-transform: uppercase;
}

.banner .banner-wrapper .banner-left .button_wrap button:hover,
.firstBanner button:hover {
  opacity: 0.8;
}

.banner .banner-wrapper .banner-right .banner-slots {
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 128px;
}

.banner .banner-wrapper .banner-right .banner-slots .banner-img-games {
  background: url(/games.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 200px;
  height: 128px;
  background-position: 50% 50%;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
}

.banner .banner-wrapper .banner-right .banner-slots .banner-img-bonus {
  background: url(/bonus.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 200px;
  height: 128px;
  background-position: 50% 50%;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
}

.banner .banner-wrapper .banner-right .banner-slots .banner-img-cashback {
  background: url(/cashback.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 200px;
  height: 128px;
  background-position: 50% 50%;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
}

.banner .banner-wrapper .banner-right .banner-slots .banner-img-сasino {
  background: url(/casino.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 200px;
  height: 128px;
  background-position: 50% 50%;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
}

.banner .banner-wrapper .banner-right .banner-slots .banner-img-feedback {
  background: url(/feedback.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 200px;
  height: 128px;
  background-position: 50% 50%;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
}

.banner .banner-wrapper .banner-right .banner-slots .banner-img-mobile {
  background: url(/mobile.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 200px;
  height: 128px;
  background-position: 50% 50%;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
}

.banner .banner-wrapper .banner-right .banner-slots .banner-img-games button,
.banner .banner-wrapper .banner-right .banner-slots .banner-img-bonus button,
.banner .banner-wrapper .banner-right .banner-slots .banner-img-cashback button,
.banner .banner-wrapper .banner-right .banner-slots .banner-img-сasino button,
.banner .banner-wrapper .banner-right .banner-slots .banner-img-feedback button,
.banner .banner-wrapper .banner-right .banner-slots .banner-img-mobile button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  transition: all .25s;
}

.banner .banner-wrapper .banner-right .banner-slots .banner-img-games:hover {
  opacity: 0.8;
}

.banner .banner-wrapper .banner-right .banner-slots .banner-img-bonus:hover {
  opacity: 0.8;
}

.banner .banner-wrapper .banner-right .banner-slots .banner-img-cashback:hover {
  opacity: 0.8;
}

.banner .banner-wrapper .banner-right .banner-slots .banner-img-сasino:hover {
  opacity: 0.8;
}

.banner .banner-wrapper .banner-right .banner-slots .banner-img-feedback:hover {
  opacity: 0.8;
}

.banner .banner-wrapper .banner-right .banner-slots .banner-img-mobile:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1225px) {
  .banner .banner-wrapper {
    padding: 0 10px 0 10px;
  }

  .banner .banner-wrapper .banner-right {
    grid-template-columns: 1fr 1fr;
    width: 40%;
    gap: 25px;
  }

  .banner .banner-wrapper .banner-right .banner-slots {
    width: 100%;
    height: 100%;
    max-width: 119px;
  }

  .banner .banner-wrapper .banner-right .banner-slots .banner-img-games {
    max-width: 119px;
    background-size: contain;
    max-height: 76px;
  }

  .banner .banner-wrapper .banner-right .banner-slots .banner-img-bonus {
    max-width: 119px;
    background-size: contain;
    max-height: 76px;
  }

  .banner .banner-wrapper .banner-right .banner-slots .banner-img-cashback {
    max-width: 119px;
    background-size: contain;
    max-height: 76px;
  }

  .banner .banner-wrapper .banner-right .banner-slots .banner-img-сasino {
    max-width: 119px;
    background-size: contain;
    max-height: 76px;
  }

  .banner .banner-wrapper .banner-right .banner-slots .banner-img-feedback {
    max-width: 119px;
    background-size: contain;
    max-height: 76px;
  }

  .banner .banner-wrapper .banner-right .banner-slots .banner-img-mobile {
    max-width: 119px;
    background-size: contain;
    max-height: 76px;
  }

  .banner .banner-wrapper .banner-left {
    width: 60%;
  }
}

@media (max-width: 900px) {
  .banner .banner-wrapper {
    flex-direction: column;
    margin: 90px auto 20px auto;
  }

  .banner .banner-wrapper .banner-right {
    display: flex;
    width: calc(100% - 60px);
    max-width: 1300px;
    order: -1;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    padding-bottom: 20px;
    gap: 8px 8px;
  }

  .banner .banner-wrapper .banner-left {
    width: 100%;
  }


}

@media screen and (max-width: 420px) {

  .header .headerInner .logo img {
    max-width: 120px;
    max-height: 34px;
  }

  .banner .banner-wrapper .banner-right .banner-slots {
    max-width: 80px;
  }

  .banner .banner-wrapper .banner-right .banner-slots img {
    max-width: 80px;
    max-height: 53px;
  }

  .banner .banner-wrapper .banner-right .banner-slots .banner-img-games {
    max-width: 80px;
    max-height: 53px;
  }

  .banner .banner-wrapper .banner-right .banner-slots .banner-img-bonus {
    max-width: 80px;
    max-height: 53px;
  }

  .banner .banner-wrapper .banner-right .banner-slots .banner-img-cashback {
    max-width: 80px;
    max-height: 53px;
  }

  .banner .banner-wrapper .banner-right .banner-slots .banner-img-сasino {
    max-width: 80px;
    max-height: 53px;
  }

  .banner .banner-wrapper .banner-right .banner-slots .banner-img-feedback {
    max-width: 80px;
    max-height: 53px;
  }

  .banner .banner-wrapper .banner-right .banner-slots .banner-img-mobile {
    max-width: 80px;
    max-height: 53px;
  }

  .banner .banner-wrapper .banner-left {
    padding: 25px 0px 26px 12px;
    background-position: 62% 50%;
    height: 200px;
  }

  .banner .banner-wrapper .banner-left .button_wrap {
    padding-top: 0px;
  }

  .banner .banner-wrapper .banner-left img {
    max-width: 178px;
  }

  .banner .banner-wrapper .banner-left .button_wrap button {
    font-size: 14px;
    line-height: 21px;
  }
}

@media screen and (max-width: 450px) {


  .banner-wrapper .banner-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

}

.slots {
  margin-bottom: 24px;
}

.slots-wrapper {
  width: 96%;
  margin: 0 auto;
  max-width: 1300px;
}

.slots-wrapper .slots {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
  justify-items: center;
}

.slots-wrapper .slots .slot {
  position: relative;
  width: 295px;
  height: 169px;
  cursor: pointer;
}

.slots-wrapper .slots .slot span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 28px;
  text-align: center;
  z-index: 3;
  background: #275f90;
  color: #fff;
  border-radius: 0 0 6px 6px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}

.slots-wrapper .slots .slot button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.slots-wrapper .slots .slot:hover {
  opacity: 0.8;
}

.slots-wrapper .slots .slot img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.slots-wrapper .slots .slot:hover span {
  background: #7eac2f;
}

@media (max-width: 1330px) {
  .slots-wrapper {
    padding: 0 10px 0 10px;
  }
}

@media (max-width: 1270px) {
  .slots-wrapper .slots .slot {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 980px) {
  .slots-wrapper .slots {
    width: 100%;
  }

  .slots-wrapper .slots .slot {
    overflow: hidden;
    border-radius: 6px;
  }

  .slots-wrapper .slots .slot span {
    display: none;
  }

  .slots-wrapper .slots .slot img {
    height: 100%;
  }
}

@media (max-width: 740px) {
  .slots {
    margin-bottom: 8px;
  }

  .slots-wrapper .slots {
    grid-template-columns: 1fr 1fr;
  }

  .slots-wrapper .slots .slot.hide-mobile {
    display: none;
  }
}

@media (max-width: 340px) {
  .banner .banner-wrapper .banner-right .banner-slots img {
    width: 68px;
    height: 46px;
  }
}

.panel {
  margin-bottom: 24px;
}

.panel .panel-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/banner_mini_bg.webp) no-repeat;
  background-size: cover;
  width: 100%;
  height: 194px;
  flex-direction: column;
  background-position: 54% 50%;
}

.panel .panel-wrapper .wrapper-main {
  background: url(/text-mini-banner.svg) no-repeat;
  background-size: cover;
  width: 262px;
  height: 83px;
}

.panel .panel-wrapper button {
  padding: 10px 70px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px #7eac2f solid;
  margin-right: 14px;
  background: #90cb2a;
  color: #fff;
  margin-top: 20px;
}

.panel .panel-wrapper button:hover {
  opacity: 0.8;
}


@media screen and (max-width: 1345px) {
  .header {
    height: 60px;
  }

  .header .headerInner {
    padding: 12px 11px;
  }
}

@media (max-width: 1250px) {
  .header .headerInner .headerFlex {
    justify-content: flex-end;
  }

  .header .headerInner .logo {
    position: fixed;
    left: 11px;
  }

  .header .headerInner .header__dropdown {
    display: block;
    width: 70px;
  }

  .header .headerInner .menu {
    display: none;
  }

  .header__burger {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    justify-items: center;
  }

  .header__burger:hover {
    cursor: pointer;
  }
}

@media (max-width: 800px) {
  .banner {
    padding-top: 32px;
  }
  .fixed-panel {
    background: url(/banner-mini-tablet.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }

  .fixed-panel div {
    max-width: 244px;
  }

  .fixed-panel div span {
    font-size: 16px;
    margin-right: 12px;
  }

  .fixed-panel div button {
    flex: 0 0 auto;
  }

  .buttons .icons {
    margin-right: 0;
  }

  .buttons .icons .icon {
    max-width: 30px;
    height: 30px;
  }

  .buttons .icons .icon:nth-child(2) {
    margin: 0 0 0 7px;
  }

  .buttons .icons .icon img {
    max-width: 18px;
    max-height: 18px;
  }

  .header {
    height: auto;
  }

  .menu-list {
    top: 99px
  }

  .header__burger {
    top: 16px;
  }

  #toggle:checked+.header__burger {
    top: 7px;
  }

  .header .headerInner .regMobile {
    display: flex;
    margin-top: 14px;
    justify-content: space-between;
    gap: 10px;
  }

  .header .headerInner .regMobile .reg {
    display: block;
    width: 100%;
    padding: 4px 20px;
    margin-right: 0;
  }

  .header .headerInner .regMobile .log {
    display: block;
    width: 100%;
    padding: 4px 20px;
    margin-right: 0;
  }

  .header .buttons .regButton {
    display: none;
  }

  .header .buttons .logButton {
    display: none;
  }
}

@media (max-width: 640px) {
  .fixed-panel {
    background: url(/banner-mini-mobile.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }

  .footer {
    padding: 20px 0 20px 0px;
  }

  .footer-block-btn {
    display: flex;
    max-width: 100%;
    bottom: 0px;
  }

  .footer-block-btn .buttons .logButton {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .footer .footerInner .menu {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 385px) {
    .buttons .logButton,.buttons .regButton{
      height: 32px;
      font-size: 16px;
    }
    #toggle:checked~.menu-list {
      padding-top: 20px;
    }

}


.firstBanner {
  height: 276px;
  width: 100%;
  display: flex;
  margin-top: 32px;
  justify-content: center;
  align-items: center;
  background: url(/banner-bg-new.webp);
}

.firstBanner .text {
  text-align: center;
  width: 267px;
  max-width: 100%;
}

.firstBanner .text button {
  width: 100%;
}

.firstBanner .text span {
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  font-size: 27px;
}

.firstBanner .text .logo-block {
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px 0;
  background: #000;
  border-radius: 6px;
}