* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-family: Verdana, sans-serif;
  position: relative;
}
main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #fff;
  font-family: Verdana, sans-serif;
}
main p,
main span,
main h1,
main h2,
main h3,
main h4,
main h5,
main figcaption,
main li {
  color: #383737;
  font-family: Verdana, 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,
main .floatingText {
  color: #383737;
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
}
main .general-table-wrapper {
  overflow-x: overlay;
}
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% - 280px);
  margin: 0 auto;
  max-width: 1400px;
}
body {
  overflow-x: hidden;
  position: relative;
  background: #f5f5f5;
}
a {
  text-decoration: none;
  transition: 0.3s;
  color: #ff5823;
}
a:hover {
  text-decoration: underline;
}
table,
tr,
td,
tbody,
thead {
  font-family: Verdana, sans-serif;
}
input,
button {
  font-family: Verdana, sans-serif;
  border: none;
  box-shadow: none;
  transition: 0.3s;
}
input {
  outline: none;
}
p,
span,
li,
a {
  font-size: 17px;
  line-height: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  padding: 15px 0;
  color: #1e1e24;
}
h1 {
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.32px;
}
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,
b,
i,
label,
input,
button,
td,
tr,
figcaption {
  color: #1e1e24;
}
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: #3959d9;
  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: 8px;
  height: 8px;
  left: 0;
  top: 7px;
  background-color: #eac100;
  border-radius: 50%;
}
.pageError {
  min-height: calc(100vh - 70px);
}
.buttons {
  display: flex;
  align-items: center;
  gap: 5px;
  /* padding-right: 30px; */
}
.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;
  border-radius: 18px;
}
.general-table .general-tr {
  background: rgba(0, 0, 0, 0);
}
.general-table .general-tr .general-td {
  padding: 16px;
  text-align: start;
  color: #383737;
  font-size: 16px;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 20px;
  border: 1px solid #3959d9;
}
.general-table thead tr th {
  padding: 16px;
  color: #383737;
  font-size: 20px;
  font-weight: 700;
  border-right: 1px solid #3959d9;
  border-top: 1px solid #3959d9;
  border-bottom: 1px solid #3959d9;
}
.general-table thead tr th:first-child {
  border-right: 1px solid #3959d9;
  border-left: 1px solid #3959d9;
  border-top: 1px solid #3959d9;
}
.general-table thead tr th:last-child {
  border-right: 1px solid #3959d9;
  border-top: 1px solid #3959d9;
}
.faq-container .faq-item {
  margin: 0 auto;
  position: relative;
  min-height: 54px;
  margin-bottom: 20px;
  background-color: #f8f1d0;
  z-index: 5;
  border-radius: 26px;
  transition: all 0.4s ease;
  border: 1px solid #eac100;
}
.faq-container .faq-item:hover .icon::before,
.faq-container .faq-item:hover .icon::after {
  background: #eac100;
}
.faq-container .faq-item:hover {
  border-color: #eac100;
}
.faq-container .faq-item:hover .faq-question {
  color: #0e121c;
}
.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;
  text-align: left;
  padding-top: 0;
}
.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: rgba(242, 141, 36, 0.0784313725);
  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: #f28d24;
}
.faq-container .toggle:checked ~ .faq-question {
  color: #f28d24;
}
.faq-container .toggle:checked ~ .faq-answer {
  color: #f28d24;
}
.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;
}
.bannerSlots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  max-width: 1158px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.slot {
  position: relative;
}
.slot .slot-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.slot .slot-footer p {
  color: #0e121c;
  font-family: Tahoma;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 0px;
  margin: 0;
  width: 100%;
}
.slot .slot-footer button,
.slot-back button {
  min-width: 203px;
  border-radius: 4px;
  background: #c7351e;
  padding: 8px 28px;
  color: #fff;
  font-family: Tahoma;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.slot-back button:before {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(/wp-content/uploads/2023/12/arrow.svg) no-repeat;
  background-size: cover;
  content: '';
  left: 30px;
  bottom: 35px;
}
.slot-img {
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.slot-img img {
  display: block;
  width: 340px;
  height: 180px;
  object-fit: cover;
  transition: 0.3s;
  border-radius: var(--border);
}
.slot-back {
  opacity: 0;
  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.8);
  transition: 0.3s;
  z-index: 2;
}
.slot-img:hover .slot-back {
  opacity: 1;
}
.slot-img amp-img {
  object-fit: cover !important;
}
@media screen and (max-width: 1250px) {
  .bannerSlots {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    max-width: 100%;
  }
  .slot {
    width: 170px;
    margin: 0 auto;
  }
  .slot-img img {
    min-width: 170px;
    height: 110px;
  }
  .slot .slot-footer {
    flex-direction: column;
    padding: 0px;
  }
  .slot .slot-footer p {
    padding: 8px 0 14px;
    font-size: 18px;
    text-transform: capitalize;
  }
  .slot .slot-footer button {
    font-size: 14px;
    min-width: 170px;
  }
  .slot-back button {
    min-width: 120px;
    font-size: 14px;
  }
  .slot-back button:before {
    width: 15px;
    height: 15px;
    left: 5px;
    bottom: 25px;
  }
}
@media screen and (max-width: 600px) {
  .bannerSlots {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 366px) {
  .bannerSlots {
    grid-template-columns: repeat(1, 1fr);
  }
}
.frame {
  width: 640px;
  max-width: 98%;
  margin: 32px auto;
  aspect-ratio: 4/3;
}
.frame iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.content404Page.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  background: #2e0b3a;
}
.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: #eac100;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  color: #fff;
}
.content404Page.wrapper .content404 button:hover {
  background: #9e8202;
}
.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: 620px;
  max-width: 100%;
  padding: 16px 34px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  border-radius: 8px;
  background: #fe3079;
  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: #e50539;
}
.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 #000;
  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: #000;
  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: #000;
  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,
  main .floatingText {
    width: calc(100% - 32px);
  }
  main .wrapper {
    padding: 10px 0;
    width: calc(100% - 32px);
  }
  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;
  }
  .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;
  }
  .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%;
  }
}
.footer {
  display: block;
  background: #230b2c;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.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,
.footer .footerInner .contact-info span {
  color: #fff;
  font-size: 15px;
}

.contact-info {
  margin: 10px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.contact-info span {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 500px) {
  .contact-info {
    flex-direction: column;
    gap: 10px;
  }
}

.contact-info img {
  vertical-align: middle;
}

.footer .footerInner .license {
  color: #3d3d3d;
  font-size: 13px;
  width: 100%;
}
.footer .footerInner .menu {
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  gap: 10px;
}
.footer .footerInner .menu button,
.footer .footerInner .menu a {
  color: #fff;
  margin: 0 5px 5px 5px;
  font-size: 15px;
}
.footer .scrollTop {
  background: #ff5823;
  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: 80px;
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.footer-block-btn .buttons {
  display: flex;
  justify-content: center;
  width: 100%;
}
.footer-block-btn .buttons .regButton {
  padding: 0 26px;
  height: 46px;
  background: #ff5823;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  transition: all 0.3s;
  text-transform: uppercase;
  border-radius: 30px;
}
.footer-block-btn .buttons .regButton:hover {
  opacity: 0.8;
}
.footer-block-btn .buttons .logButton {
  position: relative;
  width: auto;
  padding: 0 26px;
  height: 46px;
  background-color: #f3f3fa;
  color: #1b204f;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  border-radius: 30px;
  transition: all 0.3s;
  text-transform: uppercase;
}
.footer-block-btn .buttons .logButton:hover {
  opacity: 0.8;
}
@media (max-width: 1250px) {
  .footer {
    padding: 20px 0 100px 0px;
  }
  .footer-block-btn {
    display: flex;
  }
}
@media (max-width: 450px) {
  .footer .footerInner .menu {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer-block-btn .buttons .regButton,
  .footer-block-btn .buttons .logButton {
    font-size: 11px;
    padding: 0 10px;
    white-space: nowrap;
  }
}
.icon {
  position: relative;
  width: 28px;
  height: 28px;
}
.icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.icon span:nth-child(1) {
  top: 5px;
}
.icon span:nth-child(2) {
  top: 47%;
}
.icon span:nth-child(3) {
  bottom: 50%;
}
.icon span:nth-child(4) {
  bottom: 5px;
}
.header {
  background: #fff;
  min-height: 60px;
  top: 0;
  left: 0;
  right: 0;
  width: 98%;
  z-index: 10;
  max-width: 1440px;
  margin: 0 auto;
}
.header .headerInner {
  height: 100%;
}
.header .headerInner .headerWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header .headerInner .logo {
  position: relative;
}
.header .headerInner .toggle {
  width: 28px;
  height: 28px;
  left: 40px;
  top: 4px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  z-index: 3;
}
.header .headerInner .toggle:checked ~ .headerWrapper .icon span:nth-child(1) {
  transform: scaleX(0);
}
.header .headerInner .toggle:checked ~ .headerWrapper .icon span:nth-child(2) {
  transform: rotate(45deg);
}
.header .headerInner .toggle:checked ~ .headerWrapper .icon span:nth-child(3) {
  transform: rotate(-45deg);
}
.header .headerInner .toggle:checked ~ .headerWrapper .icon span:nth-child(4) {
  transform: scaleX(0);
}
.header .headerInner .toggle:checked ~ .menu {
  height: 100%;
  opacity: 1;
  padding-bottom: 40px;
  padding-top: 37px;
}
.header .headerInner .logo a {
  display: block;
}
.header .headerInner .logo .ampLogo {
  position: relative;
}
.header .headerInner .logo .ampLogo button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header .headerInner .menu {
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  transition: all 0.3s ease;
}
.header .headerInner .menu a {
  font-size: 16px;
  line-height: 25px;
  color: #000;
}
.header .headerInner .menu .active {
  color: #ff5823;
}
.header .headerInner .menu a:hover {
  color: #ff5823;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.menu-dropdown {
  display: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle::after {
  content: ' \02C5';
  font-size: 0.8em;
  margin-left: 5px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}
.header .headerInner .menu button {
  height: auto;
  position: relative;
  color: #1b204f;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 12px;
  width: 100%;
  background: transparent;
  padding: 0;
  white-space: nowrap;
}

.header .headerInner .menu button:hover {
  color: #3959d9;
  text-decoration: underline;
}
.header .headerInner .menu button.active span:before {
  top: 0;
  height: 2px;
  width: 100%;
  content: no-open-quote;
  display: block;
  position: absolute;
  left: 0;
  background: #2586f8;
  opacity: 0.6;
  transition: 0.25s;
}
.header .headerInner .menu button.active span:after {
  content: no-open-quote;
  display: block;
  position: absolute;
  left: 0;
  background: #2586f8;
  opacity: 0.6;
  transition: 0.25s;
  width: 100%;
  height: 2px;
  bottom: 0;
}
.buttons .regButton {
  padding: 0 15px;
  height: 46px;
  background: #ff5823;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  transition: all 0.3s;
  text-transform: uppercase;
  border-radius: 30px;
}
.buttons .regButton:hover {
  opacity: 0.8;
}
.buttons .logButton {
  position: relative;
  width: auto;
  padding: 0 15px;
  height: 46px;
  background-color: #f3f3fa;
  color: #1b204f;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  border-radius: 30px;
  transition: all 0.3s;
  text-transform: uppercase;
}
.buttons .logButton:hover {
  opacity: 0.8;
}
.buttons .online-btn {
  position: relative;
  width: auto;
  padding: 0 15px;
  height: 46px;
  background-color: #f3f3fa;
  color: #1b204f;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 30px;
  transition: all 0.3s;
}
.buttons .online-btn:hover {
  opacity: 0.8;
}
.buttons .online-btn:before {
  width: 28px;
  height: 24px;
  content: no-open-quote;
  background: 50%/28px no-repeat url(/chat.svg);
}
@media screen and (max-width: 1960px) {
  .header {
    padding: 10px 0 10px 0;
    position: relative;
  }
  .header .headerInner .toggle {
    left: 16px;
    top: 3px;
  }
}
@media screen and (max-width: 1300px) {
  .header .buttons .regButton,
  .header .buttons .logButton {
    display: none;
  }
  .header .headerInner .headerWrapper {
    justify-content: space-between;
  }
  .header .headerInner .menu {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .header {
    padding: 0;
  }
  .header .buttons .regButton {
    display: none;
  }
  .header .headerInner .logo {
    width: 100px;
    height: 60px;
    padding-left: 0;
  }
}
.contentSidebar {
  width: 350px;
  height: 540px;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 100px;
  padding: 20px;
  background: #1b243a;
  border-radius: 15px;
}
.contentSidebar .appName {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.contentSidebar .appImg {
  display: flex;
  justify-content: center;
}
.contentSidebar .appItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  padding: 10px;
  margin: 10px 0;
  position: relative;
}
.contentSidebar .appItem button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contentSidebar .appItem .appInfo {
  width: calc(100% - 40px);
}
.contentSidebar .appItem .appInfoTitle {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  display: block;
}
.contentSidebar .appItem .appInfoSubtitle {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  display: block;
}
.contentSidebar .appItem:nth-child(1n) {
  background: #8d53e9;
}
.contentSidebar .appItem:nth-child(1n):hover {
  background: #712cde;
}
.contentSidebar .appItem:nth-child(2n) {
  background: #00b7ff;
}
.contentSidebar .appItem:nth-child(2n):hover {
  background: #2ca0ce;
}
@media screen and (max-width: 1250px) {
  .contentSidebar {
    display: none;
  }
}
.burger {
  display: none;
  position: relative;
}
.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: #fff;
  width: 100%;
  max-width: 350px;
  min-height: 100vh;
  padding: 30px 20px;
  transition: right 0.8s;
}
.mobileMenu .buttons {
  display: block;
  margin-top: 32px;
}
.mobileMenu .buttons button {
  display: block;
  margin: 0 auto 12px;
  width: 50%;
}
.mobileMenu[hidden] {
  right: -200%;
}
.mobileMenu .mobileMenuTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 75px;
}
.mobileMenu .mobileMenuLinks {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.mobileMenu .mobileMenuLinks button {
  color: #3959d9;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  background: transparent;
  width: 100%;
  height: auto;
}
.mobileMenu .mobileMenuLinks button:active {
  color: #f4486c;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: block;
}
.overlay[hidden] {
  display: none;
}
@media screen and (max-width: 1300px) {
  .burger {
    display: block;
  }
}
.breadcrumbs {
  display: flex;
  align-items: center;
  padding-top: 25px;
  overflow-x: hidden;
}
.breadcrumbs a {
  color: #3959d9;
  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;
  }
}
.bannerApp {
  margin-top: 130px;
  background: url(/uploads/img/app_banner_bg.webp) no-repeat;
  background-size: cover;
}
.bannerApp .bannerAppWripper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
}
.bannerApp .bannerAppInfo {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.bannerApp .bannerAppInfo p {
  padding-bottom: 0;
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  text-transform: uppercase;
  width: 100%;
}
.bannerApp .bannerAppBtns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.bannerApp .bannerAppBtns button {
  position: relative;
  padding: 18px 14px 40px 40px;
  width: 340px;
  color: #2f5fdc;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(41, 114, 199, 0.45);
  text-align: left;
}
.bannerApp .bannerAppBtns button::before {
  position: absolute;
  content: no-open-quote;
  width: 18px;
  height: 18px;
  top: 18px;
  left: 14px;
  background-image: url(/uploads/img/android-logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bannerApp .bannerAppBtns button:hover {
  color: #fff;
  background: #2f5fdc;
  box-shadow: 0 0 8px 0 rgba(41, 114, 199, 0.45);
}
.bannerApp .bannerAppBtns button:hover::before {
  background-image: url(/uploads/img/android_white.svg);
}
.bannerApp .bannerAppBtns button:after {
  content: '158003 скачиваний';
  position: absolute;
  top: 44px;
  left: 15px;
}
.bannerApp .bannerAppBtns .ios-btn:before {
  background-image: url(/uploads/img/apple.svg);
  left: 14px;
}
.bannerApp .bannerAppBtns .ios-btn:after {
  content: '35356 скачиваний';
  position: absolute;
  top: 44px;
  left: 15px;
}
.bannerApp .bannerAppBtns .ios-btn:hover::before {
  background-image: url(/uploads/img/apple_white.svg);
}
.bannerApp .bannerAppImg {
  width: 262px;
  margin-top: -30px;
}
.bannerApp {
  margin-top: 130px;
  background: url(/uploads/img/app_banner_bg.webp) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1250px) {
  .bannerApp {
    margin-top: 110px;
  }
  .bannerApp .bannerAppWripper {
    padding: 0 20px;
    justify-content: center;
  }
  .bannerApp .bannerAppInfo {
    align-items: flex-start;
    gap: 10px;
    padding: 15px 10px 15px 0;
  }
  .bannerApp .bannerAppInfo p {
    max-width: 250px;
    margin: 0;
    font-size: 26px;
    line-height: normal;
  }
  .bannerApp .bannerAppImg {
    margin-top: 15px;
    width: 105px;
    height: 214px;
  }
  .bannerApp .bannerAppImg img {
    width: 100%;
    height: 100%;
  }
  .bannerApp .bannerAppBtns {
    flex-direction: column;
    gap: 10px;
  }
  .bannerApp .bannerAppBtns button {
    padding: 10px 14px 30px 30px;
    width: 280px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 8px;
  }
  .bannerApp .bannerAppBtns button::before {
    top: 10px;
    left: 8px;
  }
  .bannerApp .bannerAppBtns button:after {
    left: 11px;
    top: 30px;
  }
  .bannerApp .bannerAppBtns .ios-btn:after {
    left: 30px;
    top: 30px;
  }
  .bannerApp .bannerAppBtns .ios-btn::before {
    left: 8px;
  }
}
@media screen and (max-width: 550px) {
  .bannerApp {
    position: relative;
  }
  .bannerApp .bannerAppWripper {
    justify-content: flex-start;
  }
  .bannerApp .bannerAppWripper .bannerAppImg {
    position: absolute;
    right: 5px;
    bottom: 0;
  }
  .bannerApp .bannerAppWripper .bannerAppInfo {
    width: 200px;
  }
}
@media screen and (max-width: 450px) {
  .bannerApp .bannerAppBtns button {
    width: 180px;
  }
  .bannerApp .bannerAppBtns button:after {
    top: 35px;
  }
  .bannerApp .bannerAppBtns .ios-btn:after {
    top: 35px;
    left: 10px;
  }
}
@media screen and (max-width: 360px) {
  .bannerApp .bannerAppInfo p {
    font-size: 22px;
  }
}
.banner {
  padding-top: 15px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.banner .banner-inner {
  overflow: hidden;
  position: relative;
  height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  background-image: url(/uploads/img/banner_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.banner .banner-inner .banner-info {
  z-index: 3;
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.banner .banner-inner .banner-info .banner-text .text-first {
  color: #fff;
  line-height: 19px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 9px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 10px 16px rgba(75, 74, 120, 0.11);
  padding-bottom: 20px;
}
.banner .banner-inner .banner-info .banner-text .text-second {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 5px #000;
}
.banner .banner-inner .banner-info .banner-text .text-third {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 5px #000;
}
.banner .banner-inner button {
  margin-top: 20px;
  background-color: #ff5823;
  border-radius: 100px;
  font-size: 14px;
  padding: 17px 52.5px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.banner .banner-inner button:hover {
  opacity: 0.8;
}
.banner .banner-inner .banner-img {
  background: url(/uploads/img//img.webp) no-repeat;
  background-size: contain;
  width: 448px;
  height: 448px;
  position: absolute;
  bottom: -84px;
  right: -3%;
  z-index: 2;
}
@media screen and (max-width: 1250px) {
  .banner .banner-inner .banner-img {
    width: 350px;
    height: 350px;
    right: -5%;
    bottom: -68px;
  }
}
@media screen and (max-width: 430px) {
  .banner .banner-inner .banner-img {
    right: -70%;
    bottom: -55px;
  }
}
@media screen and (max-width: 320px) {
  .banner .banner-inner {
    padding: 0 10px 0 10px;
    justify-content: center;
  }
  .banner .banner-inner .banner-img {
    display: none;
  }
  .banner .banner-inner button {
    width: 200px;
    height: 50px;
    font-size: 15px;
    padding: 10px 20px;
  }
}
.banner-img-ra {
  background-image: url(/uploads/img/ra.webp);
  width: 300px;
  height: 300px;
  position: absolute;
  left: 0;
}
.banner-img-set {
  background-image: url(/uploads/img//set.webp);
  width: 300px;
  height: 300px;
  position: absolute;
  right: 0;
}
@media (max-width: 950px) {
  .banner-img-set {
    right: -65px;
  }
  .banner-img-ra {
    left: -40px;
  }
}
@media (max-width: 820px) {
  .banner-img-set {
    display: none;
    left: -60px;
  }
  .banner .banner-inner .banner-info .banner-text {
    margin: 0 auto;
  }
  .banner .banner-inner .banner-info .banner-text .text-second,
  .banner .banner-inner .banner-info .banner-text .text-third {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 5px;
  }
  .banner .banner-inner .banner-info .banner-text .text-first {
    font-size: 14px;
    font-weight: 700;
    line-height: 16.41px;
    letter-spacing: 0.4em;
    padding-bottom: 10px;
  }
  .banner .banner-inner button {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .banner .banner-inner {
    height: 300px;
  }
  .banner-img-ra {
    left: -100px;
    background-repeat: no-repeat;
    background-size: 80%;
    top: 0;
  }
}
.bottom-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 30px;
}
.bottom-part .slot {
  width: 300px;
  height: 160px;
  display: flex;
  position: relative;
  border-radius: 10px;
}
.bottom-part .slot.one {
  background-image: url(/uploads/img/webp/slot-1-bg.webp);
}
.bottom-part .slot.two {
  background-image: url(/uploads/img/webp/slot-2-bg.webp);
}
.bottom-part .slot.three {
  background-image: url(/uploads/img/webp/slot-3-bg.webp);
}
.bottom-part .slot.four {
  background-image: url(/uploads/img/webp/slot-4-bg.webp);
}
.bottom-part .slot.five {
  background-image: url(/uploads/img/webp/bg-Joker-Stoker_1x.webp);
}
.bottom-part .slot.six {
  background-image: url(/uploads/img/webp/bg-Hell-hot-100_1x.webp);
}
.bottom-part .slot.seven {
  background-image: url(/uploads/img/webp/bg-Book-of-Ra-Magic_1x.webp);
}
.bottom-part .slot.eight {
  background-image: url(/uploads/img/webp/bg-Book-of-Fallen_1x.webp);
}
.bottom-part img {
  border-radius: 10px;
  position: absolute;
  z-index: 2;
  width: 125px;
  height: 125px;
  bottom: -20px;
  left: 20px;
}
.bottom-part span {
  display: block;
  position: relative;
  z-index: 2;
  text-align: left;
  color: #fff;
  font-size: 20px;
  line-height: 23.44px;
  font-weight: 700;
  left: 20px;
  width: unset;
  margin: unset;
  top: 20px;
  padding: 0;
}
.bottom-part button {
  font-size: 14px;
  line-height: 16.09px;
  color: #fff;
  background-color: #ff5823;
  padding: 12.5px 31.5px;
  z-index: 2;
  width: 112px;
  height: 41px;
  border-radius: 100px;
  position: absolute;
  right: 30px;
  top: 55%;
}
.bottom-part .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  top: 0;
  left: 0;
  border-radius: 10px;
  z-index: 1;
}
@media (max-width: 1500px) {
  .bottom-part .slot {
    width: 198px;
    height: 106px;
  }
  .bottom-part img {
    width: 80px;
    height: 80px;
    left: 15px;
  }
  .bottom-part span {
    font-size: 16px;
    height: 18.75px;
    top: 10px;
    left: 15px;
  }
  .bottom-part button {
    width: 80px;
    height: 28px;
    padding: 7px 17px;
    font-size: 12px;
    line-height: 13.79px;
    right: 15px;
  }
}
@media (max-width: 840px) {
  .bottom-part {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 450px) {
  .bottom-part img {
    width: 58px;
    height: 58px;
    left: 10px;
    bottom: -10px;
  }
  .bottom-part span {
    font-size: 12px;
    line-height: 14.06px;
  }
  .bottom-part .slot {
    width: 161px;
    height: 80px;
    margin-bottom: 10px;
  }
  .bottom-part button {
    right: 5px;
  }
  .bottom-part {
    gap: 0px;
  }
  main .wrapper {
    width: calc(100% - 15px);
  }
  .header .headerInner .logo {
    margin: 0 auto;
  }
}
@media (max-width: 340px) {
  .bottom-part .slot {
    width: 151px;
  }
}
.nav-submenu {
  position: relative;
  height: 100%;
}
.nav-submenu:hover .nav-submenu-list {
  display: flex;
}
.nav-submenu .nav-submenu-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  height: 55px;
  display: flex;
  align-items: center;
}
.nav-submenu .nav-submenu-list {
  position: absolute;
  background: #000;
  top: 40px;
  left: -10px;
  width: 160px;
  flex-direction: column;
  padding: 10px 10px 0px 10px;
  display: none;
}
.nav-submenu .nav-submenu-list a {
  margin-bottom: 10px;
  margin-right: 0px;
}
@media screen and (max-width: 1250px) {
  #mobileMenu .nav-submenu {
    margin-top: 20px;
  }
  #mobileMenu .nav-submenu-link {
    color: #df0000;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    display: block;
    height: auto;
  }
  #mobileMenu .nav-submenu-list {
    display: flex;
    width: 100%;
    left: 0;
    position: relative;
    top: 0;
  }
}
.promo {
  margin-top: 60px;
  background: #000 url(/uploads/img/mask.webp);
  padding: 20px 0;
}
.promo p {
  width: 100%;
}
.promo .promo_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.promo .promo_wrapper .promo_info {
  text-align: center;
  width: 300px;
}
.promo .promo_wrapper .promo_info .promo_title {
  margin-bottom: 10px;
  padding: 0;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}
.promo .promo_wrapper .promo_info .promo_text {
  text-align: center;
  margin-bottom: 10px;
  padding: 0;
  font-size: 22px;
}
.promo .promo_wrapper .promo_info .promo_date {
  margin-bottom: 10px;
  padding: 0;
  font-size: 20px;
}
.promo .promo_wrapper .promo_info .promo_date span {
  border-bottom: 2px dotted #fff;
}
.promo .promo_wrapper .promo_info .promo_percent {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 42px;
  color: #ec2a0a;
}
.promo .promo_wrapper .promo_code-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.promo .promo_wrapper .promo_code-info .promo_text {
  text-align: center;
  margin-bottom: 10px;
}
.promo .promo_wrapper .promo_code-info .promo_code {
  margin-bottom: 20px;
  padding: 15px;
  font-weight: 600;
  text-align: center;
  font-size: 42px;
  text-transform: uppercase;
  letter-spacing: 10px;
  background: #000;
  border: 5px dashed #fff;
  border-radius: 10px;
}
.promo .promo_wrapper .promo_code-info .promo_btn {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  position: relative;
  display: inline-block;
  background: #a91704;
  padding: 8px 12px;
  border-radius: 8px;
}
@media screen and (max-width: 1250px) {
  .promo .promo_wrapper .promo_img {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .promo {
    padding: 0 0 10px 0;
  }
  .promo .promo_wrapper {
    flex-wrap: wrap;
  }
  .promo .promo_wrapper .promo_info {
    width: 100%;
  }
  .promo .promo_wrapper .promo_info .promo_title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
  }
  .promo .promo_wrapper .promo_info .promo_text {
    margin-bottom: 0;
    font-size: 18px;
  }
  .promo .promo_wrapper .promo_info .promo_percent {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
  }
  .promo .promo_wrapper .promo_info .promo_date {
    font-size: 16px;
  }
  .promo .promo_wrapper .promo_code-info {
    width: 100%;
  }
  .promo .promo_wrapper .promo_code-info .promo_text {
    margin-bottom: 0;
  }
  .promo .promo_wrapper .promo_code-info .promo_code {
    width: auto;
    font-size: 20px;
    border: 2px dashed #fff;
  }
  .promo .promo_wrapper .promo_code-info .promo_btn {
    font-size: 20px;
  }
}
.advantages {
  padding: 20px 0;
}
.advantages ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.advantages ul li {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.advantages ul li img {
  width: 60px;
  height: 60px;
}
.advantages ul li p {
  width: 100%;
  padding-bottom: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 1250px) {
  .advantages {
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .advantages ul {
    justify-content: flex-start;
  }
  .advantages ul li {
    max-width: 160px;
    flex: 0 0 auto;
  }
}
.mirror-block {
  max-width: 600px;
  margin: 0 auto 20px auto;
  width: 96%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  background-color: #0e121c;
  border-radius: 16px;
}
.mirror-block img {
  margin-bottom: 16px;
  width: 60px;
  height: 60px;
}
.mirror-block span {
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.mirror-block p {
  margin-bottom: 20px;
  padding-bottom: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}
.mirror-block p span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #fff;
}
.mirror-block button {
  max-width: 400px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 12px 24px;
  border-radius: 52px;
  background: #c01414;
}
@media (max-width: 1250px) {
  .mirror-block button {
    padding: 12px 24px;
  }
}
@media (max-width: 630px) {
  .mirror-block {
    padding: 20px;
    width: calc(100% - 32px);
  }
}
.cupon-banner {
  max-width: 600px;
  margin: 0 auto;
  width: 96%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 15px;
  background-color: #0e121c;
  border-radius: 26px;
  margin-bottom: 20px;
}
.content-side {
  width: 100%;
}
.content-side__title {
  padding-bottom: 0;
  margin: 0;
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}
.content-side__promocode {
  display: flex;
  width: 100%;
}
.content-side__promocode-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  border-radius: 0px 52px 52px 0px;
  background: #fff;
  cursor: pointer;
}
.content-side__promocode-copy {
  width: 100%;
  padding: 12px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  border-radius: 52px 0px 0px 52px;
  border: 2px solid #fff;
}
@media (max-width: 630px) {
  .promo-block {
    width: calc(100% - 32px);
  }
  .content-side__title {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.navButtons.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
  border-radius: 20px;
  width: 96%;
  max-width: 1300px;
}
.navButtons.wrapper .navButtonsItem {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(180deg, #9b62b0 0%, #41294a 100%);
  width: 314px;
  height: 74px;
  padding: 5px 20px 5px 24px;
  border-radius: 10px;
}
.navButtons.wrapper .navButtonsItem div {
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Verdana;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #fff;
}
.navButtons.wrapper .navButtonsItem:nth-child(1) {
  background: linear-gradient(180deg, #b5fd4f 0%, #1bc03c 100%);
  width: 314px;
  height: 74px;
  padding: 5px 20px 5px 24px;
  border-radius: 10px;
}
.navButtons.wrapper .navButtonsItem button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 5;
}
@media screen and (max-width: 1250px) {
  .navButtons.wrapper .navButtonsItem div {
    font-size: 17px;
    line-height: 20px;
  }
  .navButtons.wrapper .navButtonsItem img {
    width: 50px;
    height: 50px;
  }
  .navButtons.wrapper .navButtonsItem button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 5;
  }
  .navButtons.wrapper .navButtonsItem:nth-child(5),
  .navButtons.wrapper .navButtonsItem:nth-child(6) {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .navButtons.wrapper {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    padding: 10px;
    grid-gap: 5px;
    gap: 5px;
  }
  .navButtons.wrapper .navButtonsItem {
    margin: 0 auto;
    width: 100%;
  }
  .navButtons.wrapper .navButtonsItem:nth-child(1) {
    width: 100%;
  }
}
@media screen and (max-width: 511px) {
  .navButtons.wrapper {
    display: flex;
    flex-direction: column;
  }
  .navButtons.wrapper .navButtonsItem {
    margin: 0 auto;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container {
  background: #eee;
  height: 100vh;
  padding-top: 200px;
}
.panel {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  gap: 5px;
  width: 100%;
  padding: 0 10px;
}
.panel li:first-of-type span {
  font-size: 10px;
  font-weight: 700;
  line-height: 12.15px;
  min-width: max-content;
}
.panel li {
  display: flex;
  gap: 3px;
  align-items: center;
}
.panel li:nth-of-type(3) {
  width: 250px;
  min-width: 250px;
}
.panel li span {
  color: #fff;
  font-family: Verdana;
  font-size: 10px;
  font-weight: 400;
  line-height: 12.15px;
  text-align: left;
}

.panel li .logo {
  min-width: 329px;
  margin-left: 10px;
  margin-right: 5px;
}

main .banner-text p {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .panel li:last-of-type {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .panel li:nth-last-of-type(2) {
    display: none;
  }
}

@media screen and (max-width: 860px) {
  .panel {
    justify-content: center;
  }
  .panel li:nth-last-of-type(3) {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .panel {
    gap: 15px;
  }
  .panel li .logo {
    margin-right: 0;
    margin-left: 0;
  }
  .panel li:nth-last-of-type(4) {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .panel li .logo {
    min-width: 210px;
    width: 210px;
    height: auto;
  }
}
@media screen and (max-width: 375px) {
  .banner .banner-inner {
    height: 280px;
  }
}

.breadcrumbs {
  margin: 80px 0 20px;
  display: flex;
  align-items: center;
  padding-top: 25px;
  overflow-x: hidden;
}
.breadcrumbs a {
  padding-bottom: 3px;
  color: #ff5823;
  font-size: 14px;
  cursor: pointer;
}
.breadcrumbs span {
  padding-bottom: 3px;
}
.breadcrumbs a:hover {
  text-decoration: none;
  color: #fe3079;
}
.breadcrumbs .last {
  position: relative;
  margin-left: 10px;
  font-size: 14px;
}
.breadcrumbs a:after {
  margin-bottom: -1px;
  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;
}
.breadcrumbs a:hover:after {
  background-image: url(/arrow-right-hover.svg);
}
@media screen and (max-width: 640px) {
  .breadcrumbs {
    margin-top: 100px;
    padding-top: 15px;
  }
}

.floatingText {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.table_of_contents_wrapper {
  margin-left: 16px;
  width: fit-content;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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

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

.table_of_contents .table_link {
  position: relative;
  padding-left: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

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

.text-content {
  flex: 1;
}

.text-content h2 {
  font-size: 24px;
  color: #333;
  margin-top: 0;
}

.text-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  text-align: justify;
}

@media (max-width: 768px) {
  .table_of_contents_wrapper {
    max-width: 100%;
    margin: 0 10px;
  }

  .table_of_contents {
    max-width: 100%;
    border-radius: 5px;
  }

  .table_of_contents .lbl-toggle {
    font-size: 12px;
    padding: 8px;
  }

  .table_of_contents .table_box {
    gap: 5px;
  }

  .table_of_contents .table_link {
    font-size: 16px;
    line-height: 20px;
    padding-left: 10px;
  }
}

.table_of_contents_wrapper {
  float: left;
  margin: 16px 20px 20px 0;
}

.table_of_contents {
  border: 1px solid #f28d24;
  border-radius: 8px;
  overflow: hidden;
}

.table_of_contents .lbl-toggle {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  width: 100%;
  cursor: pointer;
  border-radius: 7px;
  background: #f28d24;
  color: white;
}

.table_of_contents .table_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.table_of_contents .table_link {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
}

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

.text-content h2 {
  font-size: 24px;
  margin-top: 0;
  color: #333;
}

.text-content p {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  margin: 10px 0;
}

@media screen and (max-width: 820px) {
  .table_of_contents_wrapper {
    margin: 0 auto;
    float: none;
    max-width: 100%;
  }

  .text-content {
    text-align: left;
  }

  .text-content p {
    width: 100%;
  }
}

.cheng-color {
  min-height: 90px;
  padding: 10px 45px;
}
.cheng-color .vulkanvegas-foote-cover {
  padding: 0;
}
.vulkanvegas-foote-cover {
  padding: 35px 45px;
}
.vulkanvegas .form-container,
.vulkanvegas-foote-cover,
.vulkanvegas-page-wrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 50px;
  width: 100%;
}
.footer-site-logo {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.first-logo {
  height: 100%;
  max-width: 100%;
  width: 300px;
}
.second-logo {
  background-image: url(/apg-logo.webp);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 72px 36px;
  height: 70px;
  margin-right: 65px;
  padding-left: 0;
  padding-top: 16px;
  width: 32px;
}
.third-logo {
  height: 100%;
  max-width: 100%;
  width: 786px;
}
@media screen and (max-width: 1000px) {
  .vulkanvegas .menu-side,
  .vulkanvegas .slider-side,
  .vulkanvegas .third-logo {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .third-logo {
    width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .vulkanvegas .cheng-color {
    display: none;
  }
  .second-logo {
    margin-right: 0;
  }
  .third-logo {
    width: 200px;
  }
  .first-logo {
    width: 200px;
  }
}
.btn-slot {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 10px;
  background-color: #4CAF50;
  color: white;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

.pagination span {
  font-size: 30px;
  cursor: pointer;
  color: #929292;
}

.pagination .page-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

.pagination .page-dots span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #929292;
  transition: background-color 0.3s ease;
}

.pagination .page-dots span.active {
  background-color: #007bff;
}

.pagination .prev:hover,
.pagination .next:hover {
  color: #007bff;
}

.pagination .prev,
.pagination .next {
  font-weight: bold;
}

@media screen and (max-width: 450px) {
  .pagination {
    margin-top: -20px;
  }
  }

  .casinos {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 10px;
    gap: 24px;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
  }
  
  .casino {
    background: #F3F3FA;
    border: 2px solid #3959D9;
    border-radius: 24px;
    padding: 32px 40px;
    display: grid;
    grid-template-columns: 160px 20% auto auto;
    align-items: center;
    gap: 20px;
  }
  .casino .casino-info  {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .casino .casino-info .title {
    font-family: Verdana;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #000000;
  }
  .casino-info .license-title {
    font-family: Verdana;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
    margin: 0;
    padding-bottom: 0;
  }
  .casino-info .license-info {
    font-family: Verdana;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    margin: 0;
    padding-bottom: 0;
  }
  
  .casino .img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 160px;
  }
  
  .casino .img .img_img {
    width: 160px;
    height: 80px;
    border-radius: 4px;
  }
  
  .casino .bonus span {
    font-family: Verdana;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color:#000    
  }
  .casino .bonus {
    display: flex;
    padding-left: 0;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .casino .bonus p {
    font-family: Verdana;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #3959D9; 
    padding: 0; 
    margin: 0;  
  }
  
  .casino .button {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .casino .button button {
    font-family: Tahoma;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #FF5823;
    border-radius: 30px;
    box-shadow: none;
    border: none;
    width: 100%;
    max-width: 185px;
    padding: 14px 24px;
    cursor: pointer;
    transition: 0.4s;
    text-align: center;
    opacity: 1;
  }
  .casino .button .info-casino {
    position: relative;
    padding-right: 14px;
  }
  
  .casino .button .info-casino::after {
    content: no-open-quote;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("/down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 2px;
    right: 0;
    transition: transform 0.3s ease;
  }
  
  .casino .button .info-casino.active::after {
    transform: rotate(180deg);
  }
  
  .casino .button button:hover {
    opacity: 0.8;
  }
  
  .more-info {
    margin-top: 10px;
    gap: 17px;
    grid-column-start: 1;
    grid-column-end: 5;
    display: none;

  }
  .more-info .info-deposit {
    border-radius: 8px;
    padding: 16px 24px;
    width: 100%;
    background: #F3F3FA;
    border: 2px solid #3959D9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
  }
  .more-info .min-dep,
  .more-info .games {
    background: #F3F3FA;
    border: 2px solid #3959D9;
    border-radius: 10px;
    padding: 16px 24px;
    width: 100%;

  }
  .more-info .min-dep .more-info-title,
  .more-info .games .more-info-title {
    font-family: Verdana;    
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #000;
    margin: 0;
    padding-bottom: 8px;
    width: 100%;
  }
  
  .more-info .min-dep span,
  .more-info .games span {
    font-family: Verdana;    
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    color: #000;
  }
  
  .more-info .info-deposit .more-info-title {
    font-family: Verdana;    
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #000;
    margin: 0;
    padding-bottom: 8px;
  }
  .more-info .info-deposit span {
    font-family: Tahoma;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-align: left;
    color: #000;
  }
  
  .more-info.visible {
    display: grid;
    grid-template-columns: 1fr 247px 247px;
  }
  
  .casinos-wrapper .img_img.img_vulkanvegas {
    background: url(/logo-vulkanvegas.webp) no-repeat;
    background-size: contain;
    background-position: 0 center;
  }

  @media (max-width: 1250px) {
    .casino {
      grid-template-columns: 160px 1fr 1fr;
      padding: 24px;
      gap: 14px;
    }
    .casino .bonus p {
      text-align: center;
    }
  
    .casino .bonus {
      padding-left: 0;
      justify-content: center;
      align-items: center;
    }
  
    .casino .button {
      grid-column-start: 1;
      grid-column-end: 4;
    }
    .casino .button button {
      max-width: 150px;
      padding: 14px 18px;
      font-size: 14px;
      line-height: 16px;
    }
    .more-info.visible {
      grid-template-columns: 1fr 1fr;
    }
    .more-info .info-deposit {
      grid-column-start: 1;
      grid-column-end: 3;
    }
    .more-info { 
      grid-column-start: 1;
      grid-column-end: 4;
      width: 100%;
    }
  }
  @media (max-width: 800px) {
    .casino {
      grid-template-columns: 1fr;
      justify-items: center;
    }
    .casino .button {
      grid-column-start: 1;
      grid-column-end:1;
      display: flex;
      flex-direction: column;
    }
    .casino .casino-info {
      align-items: center;
      justify-content: center;
    }
    .casino .casino-info ,
    .casino-info .license-info {
      text-align: center;
      width: 100%;
    }
      .casino .bonus p {
        width: 100%;
      }
      .more-info.visible {
        grid-template-columns: 1fr;
      }
      .more-info .info-deposit  {
        grid-column-start: 1;
        grid-column-end: 1;
      }
      .more-info { 
        grid-column-start: 1;
        grid-column-end: 1;
      }
  }
  .menu-item {
    position: relative;
  }
  
  .submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 100%;
    left: 0;
    z-index: 10;
  }

  .plus-minus {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 96%;
    max-width: 1250px;
    margin: 0 auto;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
  }

  .plus-minus p {
    display: block;
    padding: 0;
    padding-left: 30px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: left;
  }
.plus-minus__pro {
  background: #F3F3FA;
  border: 2px solid #3959D9;
  border-radius: 24px;
  padding: 24px;
}
.plus-minus__contra{ 
  border: 2px solid #D93939;
  background: #FAF3F3;
  border-radius: 24px;
  padding: 24px;
}
 
.plus-minus__pro span,
.plus-minus__contra span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Verdana;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000;
}
.plus-minus__pro p ,
.plus-minus__contra p {
  font-family: Tahoma;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  width: 100%;
}
  .plus-minus .plus-minus__list-item {
    background-repeat: no-repeat;
    margin-bottom: 10px;
  }
  .plus-minus__list-item:first-of-type {
    margin-top: 20px;
  }
  .plus-minus__list-item:last-of-type {
    margin-bottom: 20px;
  }
  .plus-minus__pro .plus-minus__list-item {
    background-image: url(/like.svg);
  }
  .plus-minus__contra .plus-minus__list-item {
    background-image: url(/dislike.svg);
  }

@media (max-width: 1000px) {
  .plus-minus {
    grid-template-columns: 1fr;
  }
  }

  .list-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 96%;
    max-width: 1250px;
    margin: 20px auto 32px auto;
  }
  
  .list-info__item {
    border: 2px solid #D93939;    
    border-radius: 24px;
    padding: 24px;
    background: #FAF3F3;
  }
  
  .list-info__title {
    font-family: Verdana;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000;
  }
  
  .list-info__text {
    font-family: Verdana;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    vertical-align: middle;    
    color: #000;
  }
  .list-info  .list-info__item.wide {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  @media (max-width: 800px) {
    .list-info {
      grid-template-columns: 1fr;
    }
    .list-info  .list-info__item.wide {
      grid-column-start: 1;
      grid-column-end: 1;
    }
  }

.author-block  {
  max-width: 96%;
  width: 1200px;
  margin: 0 auto;
}

.author {
  margin: 0px 0px 20px 0;
  background: #F3F3FA;
  border: 2px solid #3959D9;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
}

.author .img ,
.author .img-mobil {
  border-radius: 100px;
  width: 100%;
  max-width: 144px;
  height: 144px;
  background-image: url(/vulkan-vegas-blik-author.png);
  background-position: center;  
  background-size: cover;
  background-repeat: no-repeat;
}
.author .img-mobil ,
.author .info-mobil ,
.expert ,
.info-text{
  display: none;
}

.author-container  {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.author-name {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}

.author-container .author-name .name {
  font-family: Verdana;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000; 
  padding-bottom: 0;
  max-width: 205px;
  margin: 0;
}
.author-container .author-name .info  {
  background: #3959D9;
  font-family: Verdana;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  color: #fff; 
  padding: 8px 12px;
  border-radius: 8px;
  max-width: 340px;
  margin: 0;
}

.author-container p {
  font-family: Verdana;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin: 0;
  padding: 0;
  width: 96%;
}

@media screen and (max-width: 1100px) {
  .author .img-mobil {
    display: block;
    width: 80px;
    height: 80px;
  }
  .author .info-mobil {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .author .img ,.author-container .author-name .name ,
  .author-container .author-name .info {
    display: none;
  }
  .author-container .author-name .name-mobil {
    font-family: Verdana;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000; 
    padding-bottom: 0;
    max-width: 205px;
    margin: 0;
  }
  .author-container .author-name .info-text  {
    background: #3959D9;
    font-family: Verdana;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #fff; 
    padding: 8px 12px;
    border-radius: 8px;
    max-width: 340px;
    margin: 0;
    display: block;
  }
}

@media screen and (max-width: 650px) { 
  .author .img-mobil {
    width: 64px;
    height: 64px;
  }
  .author-container .author-name .name {
    font-size: 18px;
    line-height: 20px;
  }
  .author .info-mobil .info  ,
  .author-container .author-name .info-text{
    display: none;
  }
  .author-name {
    align-items: center;
  }
.expert {
  background: #3959D9;
  font-family: Verdana;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-transform: capitalize;
  color: #fff; 
  padding: 8px 12px;
  border-radius: 8px;
  max-width: 340px;
  margin: 0;
  display: block;
}

.author-container p {
  font-size: 14px;
  line-height: 16px;
}

}

