* {
  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 figcaption,
main li {
  color: #383737;
  font-family: Verdana, sans-serif;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  color: #800071;
  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 {
  margin: 0 auto;
  width: calc(100% - 10px);
  max-width: 940px;
}
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: 96%;
  max-width: 1400px;
  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: 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: 18px;
  line-height: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  padding: 15px 0;
  color: #1e1e24;
}
h1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  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,
a,
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: 20px;
}
.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: #e18237;
  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: 8px;
  background-color: #e18237;
  border-radius: 50%;
}
.pageError {
  min-height: calc(100vh - 70px);
}
.buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.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 #e18237;
}
.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: #fff;
  z-index: 5;
  border-radius: 26px;
  transition: all 0.4s ease;
  border: 1px solid #e18237;
}
.faq-container .faq-item:hover .icon::before,
.faq-container .faq-item:hover .icon::after {
  background: #0e121c;
}
.faq-container .faq-item:hover {
  border-color: #d36714;
}
.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;
}
.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: #383737;
}
.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;
}

.frame {
  width: 640px;
  max-width: 98%;
  margin: 32px auto;
  aspect-ratio: 4/3;
}
.frame iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.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: #f28d24;
  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: #f28d24;
}
.content404Page.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  background: #fff;
}
.content404Page.wrapper .content404 {
  display: flex;
  flex-direction: column;
  width: 280px;
}
.content404Page.wrapper .content404 img {
  display: block;
  margin: 0 auto;
}
.content404Page.wrapper .content404 h1 {
  color: #000;
}
.content404Page.wrapper .content404 button {
  display: inline-block;
  background: #fe2c78;
  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: 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);
}

@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: 96%;
  }
  main .wrapper {
    padding: 4px 0;
    width: 96%;
  }
  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: #800071;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
  padding: 20px 0 0 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;
  margin: 20px auto;
}
.footer .footerInner .menu {
  padding: 18px 10px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.footer .footerInner .menu a {
  color: #fff;
  margin: 0 5px 5px 5px;
}
.footer .scrollTop {
  background: #e18237;
  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 {
  background: url(/button-reg.svg) no-repeat;
  background-size: contain;
  width: 253px;
  height: 57px;
}
.footer-block-btn .buttons .regButton:hover {
  opacity: 0.8;
}
.footer-block-btn .buttons .logButton {
  background: url(/button-log.svg) no-repeat;
  background-size: contain;
  width: 205px;
  height: 57px;
}
.footer-block-btn .buttons .logButton:hover {
  opacity: 0.8;
}

.social-icons {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
}

@media (max-width: 1250px) {
  .footer {
    padding: 20px 0 0 0px;
  }
  .footer-block-btn {
    display: flex;
  }
}
@media (max-width: 590px) {
  .footer .footerInner .menu {
    grid-template-columns: repeat(1, 1fr);
  }
}
.header {
  background: #800071;
  min-height: 60px;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
  border-bottom: 1px solid #ddd;
}
.header .headerInner {
  height: 100%;
}
.header .headerInner .headerWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header .headerInner .logo {
  position: relative;
  left: 35px;
}
.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: 28px;
  transition: all 0.3s ease;
}
.header .headerInner .menu a {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.header .headerInner .menu a:hover {
  color: #8f8f8f;
  text-decoration: underline;
}
.header .headerInner .menu a.active {
  color: #3959d9;
  text-decoration: underline;
}
.buttons button {
  background: #e18237;
  padding: 13px 35px;
  border-radius: 100px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
}
.buttons button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1960px) {
  .header .headerInner .toggle {
    left: 16px;
    top: 3px;
  }
  .header .headerInner .logo {
    left: unset;
  }
}
@media screen and (max-width: 1250px) {
  .header .headerInner .headerWrapper {
    justify-content: space-between;
  }
  .header .headerInner .menu {
    display: none;
  }
  .buttons button {
    padding: 10px 25px;
    font-size: 16px;
    line-height: 24px;
  }
}

.burger {
  display: none;
  position: relative;
}
.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: #800071;
  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 a {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.mobileMenu .mobileMenuLinks a:active {
  color: #ffd3ad;
}
.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: 1250px) {
  .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;
  }
}

.banner {
  height: 200px;
  margin: 0 auto;
  width: calc(100% - 80px);
  max-width: 1280px;
  margin-top: 110px;
  margin-bottom: 15px;
}
.banner .banner_inner {
  background: url(/uploads/img/banner_bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.banner .banner-img {
  width: 278px;
  height: 200px;
  background: url(/uploads/img/banner_logo.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1250px) {
  .banner {
    margin-top: 90px;
    padding: 4px 0;
    width: calc(100% - 32px);
  }
}
.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;
  }
}

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



.table_of_contents_wrapper {
  border: 2px solid #800071;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  width: calc(100% - 10px);
  max-width: 940px;
  margin: 0 auto;
}

h2#toggle-contents {
  text-align: left;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}
.table_of_contents_wrapper.active h2#toggle-contents::after {
  content: '▲';
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  color: #800071;
  position: absolute;
  right: 10px;
  font-size: 14px;
}
h2#toggle-contents::after {
  content: '▼';
  transition: transform 0.3s ease;
  color: #800071;
  position: absolute;
  right: 10px;
  font-size: 14px;
}

.nested-dropdown {
  display: none;
}

.table_of_contents_wrapper.active .nested-dropdown {
  display: block;
}

.nested-dropdown ul {
  display: none;
  margin-left: 20px;
}

.nested-dropdown li.active > ul {
  display: block;
}

.nested-dropdown a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border-bottom: 1px solid #800071;
  transition: background-color 0.3s;
}

.nested-dropdown a:hover {
  background-color: #ffd3ad;
}

.nested-dropdown li.has-children > a::after {
  content: '▼';
  float: right;
  font-size: 12px;
  transition: transform 0.3s;
  color: #800071;
}

.nested-dropdown li.has-children.active > a::after {
  transform: rotate(180deg);
}

@media (max-width: 400px) {
  h2#toggle-contents {
    font-size: 20px;
    line-height: 25px;
  }
  .table_of_contents_wrapper {
    padding: 3px;
  }
}

/* new footer */

.footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.social-wrapper {
  height: 75px;
  width: 100%;
}

.footer-logo {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}

.footer .footerInner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-section {
  width: 100%;
}

.footer-menu {
  background-color: #800071;
}

.social-wrapper {
  background-color: #69005d;
}

.footer-copyright {
  background-color: #47003f;
}

@media (max-width: 640px) {
  .footer .footerInner { flex-wrap: wrap; }
  .social-icons { padding-bottom: 20px; }
  .social-wrapper { height: auto; }
  .footer-logo { flex-direction: column; }
}


/* author */
.author-block-wrapper{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 1400px;
  padding-bottom: 12px;
  margin: 0 auto;
  width: 96%;
  border-bottom: 1px solid #800071;
  margin-top: 25px;
}
.author-block-wrapper p{
  max-width: 100%;
  margin: 0;
  padding-bottom: 0;
}
.author-block-wrapper .author-text{
  width: calc(100% - 48px);
}
.author-block-wrapper .author-info{
  display: flex;
  gap: 12px;
}
.author-block-wrapper .author-img{
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.author-block-wrapper .author-title{
  font-size: 14px;
  color: #585858;
}
.author-block-wrapper .author-name{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #800071;
}

@media(max-width:750px){
  .author-block-wrapper{
    grid-template-columns: auto;
  }
}

/* casinos */
.casinos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.casinos .casino {
  position: relative;
  background-color: #ffd3ad;
  border-radius: 10px;
  padding: 20px;
  display: grid;
  grid-template-columns: 200px auto;
  gap: 28px;
  transition: 0.3s;
}
.casinos .casino:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.casino-number {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(169, 102, 161, 1);
    border-radius: 0 10px 0 10px;
    width: 40px;
    height: 40px;
    z-index: 3;
}
.casino-number span {
    font-size: 20px;
    font-weight: bold;
    color: rgba(255, 253, 248, 1);
}
.casino-info {
    position: relative;
    z-index: 1;
}
.casino-img-block {
    background: rgba(255, 253, 248, 1);
    height: 128px;
    border-radius: 10px;
    position: relative;
}
.casino-img-text {
    width: 100%;
    padding: 20px 10px 0 10px;
    position: relative;
    z-index: 2;
}
.casino-img-text span {
    color: rgba(128, 0, 113, 1);
    font-size: 18px;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.casino-img-block img {
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.casino-img-block.blockSvensk img {
    left: calc((100% - 144px) / 2);
}
.casino-img-block.blockNya img {
    left: calc((100% - 180px) / 2);
}
.casino-img-block.blockSnabba img {
    left: calc((100% - 120px) / 2);
}
.casino-img-block.blockPay img {
    left: calc((100% - 132px) / 2);
}
.casino-img-block.blockMGA img,
.casino-img-block.blockBitcoin img { 
    left: 0;
}
.casino-img-block.blockMGA .casino-img-text  {
    max-width: 140px;
    padding: 20px 10px 0 10px;
}
.casino-img-block.blockMGA,
.casino-img-block.blockBitcoin {
    display: flex;
    justify-content: flex-end;
}
.casino-img-block.blockTrustly img {
    right: 0;
}
.casino-img-block.blockTrustly .casino-img-text {
    max-width: 112px;
    padding: 27px 10px 0 10px;
}
.casino-img-block.blockTrustly {
    display: flex;
    justify-content: flex-start;
}
.casino-img-block.blockBetting img {
    left: calc((100% - 144px) / 2);
}
.casino-img-block.blockBitcoin .casino-img-text  {
    max-width: 140px;
    padding: 20px 10px 0 10px;
}

.casino-rating-block {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    height: 24px;
}
.casino-rating-numbers {
    background: rgba(128, 0, 113, 1);
    border-radius: 4px 0 0 4px;
    height: 100%;
    padding: 0 8px;
    display: flex;
    align-items: center;
}
.casino-rating-numbers span {
    font-size: 14px;
    color: rgba(255, 253, 248, 1);
}
.casino-rating-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    background: rgba(255, 253, 248, 1);
    border-radius: 0 4px 4px 0;
    padding: 0 8px;
}
.casino-rating-stars img {
    width: 17px;
    height: 15px;
}

.casino-text {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
    display: grid;
    grid-template-columns: auto 190px;
}
.casino-list {
    width: 100%;
    max-width: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
}
.casino-list li {
    position: relative;
    font-size: 16px;
    padding-left: 32px;
    padding-bottom: 6px;
}
.casino-list li:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(/casinos/list-icon.svg)no-repeat;
    background-size: cover;
}
.casino-bottom-title {
    grid-column-start: 1;
    grid-column-end: 2;
}
.casino-bottom-title span {
    font-size: 16px;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
}
.casino-button {
    position: relative;
    background: rgba(45, 128, 0, 1);
    border-radius: 6px;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    transition: 0.3s;
    grid-column-start: 2;
    grid-column-end: 3;
}
.casino-button:hover {
    background: rgba(61, 175, 0, 1);
}
.casino-button a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.casino-button span {
    font-weight: bold;
    font-size: 16px;
    color: rgba(255, 253, 248, 1);
}
.casino-button img {
    width: 18px;
    height: 18px;
}


@media(max-width:1280px){
    .casinos {
        grid-template-columns: repeat(1, 1fr);
    }
    .casino-text {
        display: grid;
        grid-template-columns: auto 200px 190px;
        align-items: center;
    }
    .casino-bottom {
        align-items: center;
    }
    .casino-list {
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .casino-bottom-title {
        grid-column-start: 2;
        grid-column-end: 3;
    }
    .casino-button {
        grid-column-start: 3;
        grid-column-end: 4;
    }
}
@media(max-width:1020px){
   .casino-text {
    grid-template-columns: auto 190px;
   }
   .casino-list {
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .casino-bottom-title {
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .casino-button {
        grid-column-start: 2;
        grid-column-end: 3;
    }
}

@media(max-width:670px){ 
    .casino-text {
        grid-template-columns: 1fr;
        gap: 20px 20px;
   }
   .casino-list {
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .casino-bottom-title {
        grid-column-start: 1;
        grid-column-end: 2;
        
    }
    .casino-button {
        grid-column-start: 1;
        grid-column-end: 2;
    }
}

@media(max-width:550px){ 
    .casinos .casino {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .casino-bottom-title { 
        order: -1;
    }
    .casino-bottom-title span {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .casino-text {
        gap: 16px;
    }
}


/* date */
.date-block {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 12px;
}
.date-block p {
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
}


/* bonus block */
.bonusBlock {
    width: 96%;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.bonusList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
}
.bonusItem {
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.bonusItem:nth-child(1) {
    background: rgba(255, 248, 230, 1);
}
.bonusItem:nth-child(2) {
    background: rgba(255, 240, 239, 1);
}
.bonusItem:nth-child(3) {
    background: rgba(244, 255, 242, 1);
}
.bonusItem:nth-child(4) {
    background: rgba(241, 247, 255, 1);
}
.bonusTop {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}
.bonusTop span {
    font-weight: bold;
}
.bonusItem p {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
}
@media(max-width:700px){ 
    .bonusList {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px 12px;
    }
    .bonusItem {
        padding: 16px;
    }
    .bonusBlock {
        margin-bottom: 24px;
    }
}