* {
  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;
  overflow-x: hidden;
  min-height: calc(100vh - 60px);
  font-family: Verdana, sans-serif;
}

main p,
main span,
main h1,
main h2,
main h3,
main h4,
main h5,
main figcaption,
main li {
  color: #1e1e24;
  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 {
  color: #1e1e24;
  margin: 0 auto;
  width: calc(100% - 80px);
  max-width:1400px;
}

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

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

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;
  font-family: Tahoma;
  font-size: 20px;
  font-weight: 700;
}

input {
  outline: none;
}

p,
span,
li,
a {
  cursor: default;
  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,
b,
i,
label,
input,
button,
td,
tr,
figcaption {
  color: #1e1e24;
}

a{
  color: #11999e;
  cursor: pointer;
}

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 {
  margin: 0 auto;
  width: calc(100% - 80px);
  max-width: 1280px;
}

.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: #11999e;
  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: #11999e;
  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: #1e1e24;
  font-size: 16px;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 20px;
  border: 1px solid #11999e;
}

.general-table thead tr th {
  padding: 16px;
  color: #1e1e24;
  font-size: 20px;
  font-weight: 700;
  border-right: 1px solid #11999e;
  border-top: 1px solid #11999e;
  border-bottom: 1px solid #11999e;
}

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

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

.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 #11999e;
}

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

.faq-container .faq-item:hover .faq-question {
  color: #1e1e24;
}

.faq-container .faq-question {
  color: #1e1e24;
  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: #1e1e24;
  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 {
  background-color: #f3f3f6;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 26px;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s ease;
}

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

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

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

.faq-container .toggle:checked~.faq-answer {
  color: #1e1e24;
}

.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: #1e1e24;
  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: #11999e;
  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;
}

.logo__container {
  position: relative;
}

.logo__container img {
  width: 126px;
  height: 48px;
}

.logo__container .logoButton {
  position: absolute;
  top: -10px;
  left: -5px;
  right: -5px;
  bottom: -10px;
}

.header .logo__container .logoButton {
  left: 0;
}

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

.frame iframe {
  width: 100%;
  height: 100%;
  border: none;
}

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

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

.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: #11999e;
  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: #11999e;
}

.content404Page span {
  cursor: default;
}

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

.content404Page.wrapper .content404 {
  gap: 50px;
  display: flex;
  flex-direction: column;
  max-width: 320px;
  width: 100%;
}

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

.content404Page.wrapper .content404 h1 {
  color: #000;
  cursor: default;
}

.content404Page.wrapper .content404 a {
  text-align: center;
  color: #40514e;
}

.content404Page.wrapper .content404 a:hover {
  opacity: 0.7;
  cursor: pointer;
}

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

.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: #11999e;
  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: #11999e;
}

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

.slots-wrapper {
  background: #1e1e24;
  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: #11999e;
  transition: 0.4s;
}

.slots-wrapper .slots-list .slot .slot-back .slot-review:hover {
  background: linear-gradient(135deg, #11999e 0%, #11999e 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: #11999e;
  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, #11999e 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: #11999e;
  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;
}

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

.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: #1e1e24;
  font-size: 15px;
}

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

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

.footer .scrollTop {
  background: #11999e;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 20px;
  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;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #d9d9d9;
}

.header {
  background: #11999e;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
}
.header .headerInner {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  max-width: 1400px;
  width: 98%;
}

.header .headerInner .headerWrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .headerInner .logo {
  position: relative;
  left: 35px;
  display: flex;
  align-items: center;
}
.header .headerInner .logo .logo-divider {
  display: block;
  width: 1px;
  height: 40px;
  background-color: #ddd;
  margin-left: 15px;
}
.header .headerInner .logo .logo-text {
  cursor: default;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  margin-left: 10px;
}
.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: 18px;
  transition: all 0.3s ease;
}
.header .headerInner .menu a {
  margin-right: 20px;
  color: #fff;
  font-family: Verdana;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.45px;
  text-align: center;
  transition: all 0.3s ease;
}
.header .headerInner .menu a:hover {
  cursor: pointer;
  color: #40514e;
}
.header .headerInner .menu a.active {
  color: #3959d9;
  text-decoration: underline;
}
.buttons button {
  padding: 12px 46px;
  background-color: #d9d9d9;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.45px;
}
.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 .headerWrapper span,
  .header .headerInner .headerWrapper .logo .logo-divider {
    display: none;
  }
  .header .headerInner .menu {
    display: none;
  }
  .footer-block-btn {
    display: flex;
  }
}
@media screen and (max-width: 760px) {
  .header {
    height: 60px;
  }
  .header .headerInner .toggle {
    left: 10px;
    top: 2px;
  }
  .header .headerInner .logo {
    left: unset;
  }

}
@media screen and (max-width: 650px) {
  .footer-block-btn {
    display: flex;
  }
}
@media screen and (max-width: 490px) {
  .logo-divider {
    display: none !important;
  }
  .logo-text {
    display: none;
  }
  .header .headerInner .log {
    justify-content: center;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

/* .header .bonus {
  padding: 12px 46px;
  background-color: #d9d9d9;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.45px;
}

.header .bonus:hover {
  background-color: #e7e6e6;
}

.header {
  background: #11999e;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
}

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

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

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

.header .headerInner .menu a:hover {
  cursor: pointer;
  color: #40514e;
}

.header .headerInner .menu a.active {
  color: #40514e;
  cursor: default;
}

.header .headerInner .header__dropdown {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

.menu-list a:hover {
  color: #40514e;
  cursor: pointer;
}

.menu-list a.active {
  color: #40514e;
  cursor: default;
}

.header__dropdown a {
  display: block;
}

.header__dropdown li:hover a,
.header__dropdown .menu-list li a.active {
  background: #3b3a3a;
  color: #f8ff13;
} */

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

.breadcrumbs a {
  color: #13abb0;
  font-size: 14px;
  cursor: pointer;
}

.breadcrumbs a:hover {
  text-decoration: none;
  color: #0f898d;
}

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

.banner {
  height: 220px;
  width: 100vw;
  margin-bottom: 20px;
  background: url(/banner.webp) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.banner .banner_inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner .banner_inner h1 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.32px;
  text-align: center;
}



.casinos {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  gap: 24px;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  padding-top: 10px;
}

.casinos-wrapper {
  background: #A2E7E9;
  border-radius: 10px;
  width: 100%;
  max-width: 1400px;
  padding: 20px 20px;
}
.casino {
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px;
  display: grid;
  grid-template-columns: 160px 200px auto 190px;
  align-items: center;
  gap: 20px;
}

.casino .img {
  display: flex;
  justify-content: center;
  width: 100%;
}
.casino .img img {
  height: 66px;
  width: 100%;
}


.casino .rating {
  height: 53px;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: flex-start;
  flex-direction: column;
}
.casino .rating .title {
  font-family: Tahoma;
font-size: 16px;
font-weight: 700;
line-height: 18px;
text-align: left;
color: #000;

}

.casino .rating img {
  width: 15px;
}

.casino .rating span {
  color: #000;
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding-left: 5px;
  
}
.casino .rating .rating-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.casino .rating .license {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.casino .bonus span {
  font-family: Tahoma;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.2px;
  text-align: left;
  color: #000;

}

.casino .bonus p {
  font-family: Tahoma;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;  
  color: #000;
  padding-top: 8px;
  margin: 0;
  width: 100%;
}

.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;  
  background: #FC4C4C;
  border-radius: 10px;
   border-radius: 10px;
  box-shadow: none;
  border: none;
  width: 100%;
  padding: 14px 0px;
  cursor: pointer;
  transition: 0.4s;
  text-align: center;
  opacity: 1;
  color: #fff;
}
.casino .button .anm {
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;  
  color: #000;
  background: transparent;
  border: 1px solid #fff;
   border-radius: 10px;
  box-shadow: none;
  width: 100%;
  max-width: 185px;
  padding: 13px 24px;
  cursor: pointer;
  transition: 0.4s;
  text-align: center;
  opacity: 1;
}
.casino .button .info-casino {
  font-family: Tahoma;
font-size: 10px;
font-weight: 400;
line-height: 12.1px;
text-align: left;
color: #FFFFFF;
background: transparent;
position: relative;
cursor: pointer;
}
.casino .button .info-casino::after {
  content: url(/cards-casino/down.svg);
  width: 8px;
  height: 8px;
  position: absolute;
  padding-left: 5px;
}

.casino .button button:hover {
  opacity: 0.8;
}

.more-info {
  display: grid;
  margin-top: 20px;
  gap: 20px;
  grid-template-columns: 50% 25% auto;
}
.more-info .info-deposit {
  background: #fff;
  border-radius: 10px;
  padding: 5px 12px 5px 12px;
  width: 100%;
  max-width: 678px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;

}
.more-info  .min-dep , .more-info  .max-dep {
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  width: 100%;
  max-width: 365px;
}
.more-info  .min-dep .more-info-title , .more-info  .max-dep .more-info-title {
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
  color: #000;
  margin: 0;
  padding-bottom: 8px;
  width: 100%;
}

.more-info  .min-dep span , .more-info  .max-dep span {
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #000;
}

.more-info .info-deposit .more-info-title {
  font-family: Tahoma;
font-size: 14px;
font-weight: 700;
line-height: 16px;
text-align: left;
color: #000;
margin: 0;
padding-bottom: 8px;
}
.more-info .info-deposit span {
  font-family: Tahoma;
font-size: 14px;
font-weight: 400;
line-height: 19px;
text-align: left;
color: #000;
}

.more-info.visible {
  display: block;
}

@media (max-width: 1250px) {
  .casino {
      grid-template-columns: 50% 50%;
      padding: 20px 20px 14px 20px;
      gap: 14px;
  }
  .casino .bonus p {
    max-width: unset;
  }

  .casino .bonus {
      padding-left: 0;
  }

  .casino .button {
      margin: 0 auto;
      justify-content: flex-start;
  }
  .casino .button button {
    max-width: 150px;
    padding: 14px 18px;
    font-size: 14px;
    line-height: 16px;
}
.casino .button .anm {
  max-width: 150px;
  padding: 13px 18px;
  font-size: 14px;
  line-height: 16px;
}

}
@media (max-width: 930px) { 
  .casino .bonus {
    grid-column-start: 1;
    grid-column-end: 3;
}
}
@media (max-width: 750px) { 
  .more-info {
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .casino {
      margin-bottom: 12px;
  }


  .casino .button {
      grid-column-start: 1;
      grid-column-end: 4;
      margin-left: 0;
  }
  .more-info {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .more-info .info-deposit  {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .more-info .min-dep, .more-info .max-dep {
    padding: 5px 12px 5px 12px;
    max-width: unset;
  }

}

@media (max-width: 520px) {
  .casino {
    padding: 12px;
    gap: 14px 0; 
 
}
  .casino .rating {
      gap: 2px;
  }
  .casino .rating .title {
    font-size: 14px;
    line-height: 15px;
  }
  .casino .bonus {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .casino .bonus p {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    padding: 5px 5px 5px 5px;
  }
  .casino .bonus span {
    text-align: center;
  }
  .casino .rating span {
      font-size: 12px;
      line-height: 15px;
  }
  .casino .button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }


}

@media (max-width: 420px) {
  .casino {
      grid-template-columns: 1fr 1fr;
      padding: 10px 10px 10px 10px;
      gap: 8px;
  }
  .casino .img {
    max-width: 100px;
  }
  .casino .img .img_img {
    width: 100px;
  }

  .casinos-wrapper .img .img_img_unibet ,
    .casinos-wrapper .img .img_img_winamax,
    .casinos-wrapper .img .img_img_bwin ,
    .casinos-wrapper .img .img_img_magicalspin, 
    .casinos-wrapper .img .img_img_instantcasino, 
    .casinos-wrapper .img .img_img_netbet,  
    .casinos-wrapper .img .img_img_betsson,  
    .casinos-wrapper .img .img_img_rizzcasino ,
    .casinos-wrapper .img .img_img_luckytreasure,  
    .casinos-wrapper .img .img_img_pokerstars {
      width: 120px;
    }


.plus-minus {
  display: grid;
  grid-template-columns: repeat(2, minmax(400px, 500px));
  grid-gap: 30px;
  gap: 30px;
  justify-content: center;
  margin-bottom: 30px;
}

.plus-minus span {
  border-bottom: 2px solid;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 29.05px;
  text-align: left;
  padding-left: 60px;
}

.plus-minus p {
  display: block;
  padding: 0;
  padding-left: 50px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24.2px;
  text-align: left;
}

.plus-minus__pro,
.plus-minus__contra {
  width: 100%;
  border-bottom: solid 2px;
}

.plus-minus__pro {
  border-color: #0cc4cd;
}

.plus-minus__contra {
  border-color: #fa7c7c;
}

.plus-minus__head {
  padding-top: 13px;
  min-height: 56px;
  background-position: left 18px center;
  background-repeat: no-repeat;
}

.plus-minus__pro .plus-minus__head {
  background-color: rgba(12, 196, 205, 0.2);
  background-image: url(/plus_head.svg);
}

/* .plus-minus__contra .plus-minus__head {
  background-color: rgba(255, 37, 37, 0.2);
  background-image: url(/minus_head.svg);
} */

.plus-minus .plus-minus__list-item {
  background-position: left 18px top 4px;
  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(/plus.svg);
}

.plus-minus__contra .plus-minus__list-item {
  background-image: url(/minus.svg);
} */

/* @media screen and (max-width: 1400px) {
  .casinos {
    grid-template-columns: repeat(3, 300px);
  }

  .casinos .casino {
    min-height: 401px;
    grid-template-columns: 1fr;
    grid-template-areas: "img""bonus""text""button";
    padding: 12px 44px;
  }

  .casinos .casino p {
    width: 222px;
  }

  .casinos .casino .img {
    grid-area: img;
  }

  .casinos .casino .text {
    grid-area: text;
  }

  .casinos .casino .button {
    grid-area: button;
  }

  .casinos .casino .bonus {
    grid-area: bonus;
  }
} */

@media (max-width: 1250px) {
  .content {
    width: calc(100% - 32px);
  }

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

  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: 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: 34px;
  }

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

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

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

  .header .wrapper {
    width: calc(100% - 20px);
  }

  .header .headerInner .header__dropdown {
    width: 45px;
    visibility: visible;
  }

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

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

  .header__burger:hover {
    cursor: pointer;
  }
}

@media screen and (max-width: 1024px) {
  .plus-minus {
    grid-template-columns: minmax(min-content, calc(100% - 50px));
  }

  .footer {
    padding-bottom: 80px;
  }

  .footer-block-btn {
    height: 60px;
    display: flex;
  }

  .casinos {
    grid-template-columns: repeat(2, 310px);
  }
}

@media screen and (max-width: 670px) {
  .casinos {
    grid-template-columns: 310px;
    gap: 10px;
  }

  .header {
    height: 60px;
  }

  .banner {
    height: 200px;
    background-image: url(/banner_mobile.webp);
    background-position: right 56% center;
  }

  .breadcrumbs {
    margin-top: 60px;
    padding-top: 15px;
  }

  .logo__container img {
    width: 144px;
    height: auto;
  }

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

  .menu-list {
    top: 59px;
  }
}

@media screen and (max-width: 600px) {
  .content {
    width: calc(100% - 10px);
  }

  .reviews .review {
    width: 100%;
  }

  .bannerSlots {
    grid-template-columns: repeat(2, 1fr);
  }

  h1 {
    font-size: 22px;
    line-height: 24px;
  }

  .banner .banner_inner h1 {
    margin-bottom: 0;
  }

  .plus-minus {
    grid-template-columns: minmax(min-content, calc(100% - 20px));
  }

  .logo__container img {
    width: 100px;
    height: auto;
  }

  .header .bonus {
    line-height: 16px;
    padding: 11px 17px;
    width: 120px;
    font-size: 12px;
  }
}


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

  .general-table-wrapper {
    max-width: 100%;
  }
  .header .wrapper {
    width: calc(100% - 10px);

}

.reviews-container {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.review {
  border-radius: 8px;
}

.review-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  width: 100%;
}

.review-author {
  font-weight: bold;
}

.rating {
  display: flex;
  gap: 5px;
}

.star {
  width: 20px;
  height: 20px;
  background-image: url("/star.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.star-filled {
  background-image: url("/star-filled.svg");
}

.review-content {
  border-left: 2px solid #0cc4cd;
  padding-left: 20px;
  line-height: 1.6;
}
}
}
.contentBlock {
  border: 1px solid #11999E40;
  background-color: #F7FFFF;
  box-shadow: 4px 4px 4px 0px #11999E40;
  padding: 24px;
  border-radius: 10px;
  width: 100%;
  max-width: 1400px;
  margin: 10px auto;
}

.contentBlock h1,
.contentBlock h2,
.contentBlock h3,
.contentBlock h4,
.contentBlock h5,
.contentBlock h6,
.contentBlock ol,
.contentBlock ul,
.contentBlock p {
  width: 100%;
}

.plus-minus {
  display: grid;
  grid-template-columns: repeat(2, minmax(400px, 500px));
  grid-gap: 30px;
  grid-gap: 30px;
  gap: 30px;
  justify-content: center;
  margin: 30px 0;
}
.plus-minus__head {
  padding-top: 10px;
  padding-left: 60px;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  min-height: 46px;
}
.plus-minus__pro,
.plus-minus__contra {
  padding-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid;
}
.plus-minus__pro {
  border-color: #099f4f;
}
.plus-minus__contra {
  border-color: rgb(227 66 66);
}
.plus-minus__pro .plus-minus__head {
  background: left 18px center no-repeat url(/like.svg), #099f4f;
}
/* .plus-minus__contra .plus-minus__head {
  background: left 18px center no-repeat url(/dislike.svg), rgb(227 66 66);
} */

.plus-minus__contra .plus-minus__head {
  background: left 18px center no-repeat url(/dislike.svg), rgb(227 66 66);
  /* background-color: rgba(255, 37, 37, 0.2);
  background-image: url(/minus_head.svg); */
}
main .plus-minus p {
  position: relative;
  padding: 5px 20px 5px 60px;
}
main .plus-minus p:first-of-type {
  margin-top: 20px;
}
main .plus-minus p::before {
  content: no-open-quote;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 8px;
  left: 20px;
}
main .plus-minus .plus-minus__pro p::before {
  background-color: #099f4f;
}
main .plus-minus .plus-minus__contra p::before {
  background-color: rgb(227 66 66);
}
@media screen and (max-width: 1024px) {
  .plus-minus {
    grid-template-columns: minmax(min-content, calc(100% - 50px));
  }
}
@media screen and (max-width: 600px) {
  .plus-minus {
    grid-template-columns: minmax(min-content, calc(100% - 10px));
  }

  .plus-minus__pro,
  .plus-minus__contra {
    padding-bottom: 20px;
  }
  .plus-minus__pro .plus-minus__head,
  .plus-minus__contra .plus-minus__head {
    font-size: 18px;
    background-size: 22px;
    min-height: 40px;
  }
  main .plus-minus p:first-of-type {
    margin-top: 10px;
  }
  main .plus-minus p::before {
    height: 14px;
    width: 14px;
  }
  main .plus-minus p {
    padding: 5px 20px 5px 50px;
  }
}
@media screen and (max-width: 400px) {
  .plus-minus {
    grid-template-columns: 1fr;
  }
}
.author-date {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.author-date span {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.author-block ,
.author-block__bottom {
  width: calc(100% - 80px);
  max-width: 1400px;
  margin: 0 auto;
}
.author {
  margin: 0px 0px 20px 0;
  /* border: 1px solid #11999E;
  box-shadow: 4px 4px 4px 4px #11999E40;
  background-color: #F7FFFF;
  padding: 10px !important; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;

  /* border-radius: 12px; */
}

.author__bottom {
  margin: 0px 0px 20px 0;
  border: 1px solid #11999E;
  box-shadow: 4px 4px 4px 4px #11999E40;
  background-color: #F7FFFF;
  padding: 10px !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
}

.author .img ,
.author__bottom .img__bottom {
  border-radius: 100px;
  border: 1px solid #11999E;
  width: 100%;
  max-width: 70px;
  height: 70px;
  background-image: url(/author.png);
  background-position: 91% 14%;  
  background-size: cover;
  background-repeat: no-repeat;
}


.author-container ,
.author-container__bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.author-name {
flex-direction: column;
align-items: flex-start;
display: flex;
justify-content: flex-start;
gap: 16px;
}


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

.author-container .author-name p ,
.author-container__bottom .author-name__bottom p {
  padding: 0;
  font-size: 17px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin: 0;
  width: auto;
}

.author-container p ,
.author-container__bottom p {
  font-weight: 400;
  font-size: 18px;
  color: #333;
  padding: 0;
  margin: 0;
  width: 100%;
}

.author-title {
  display: flex;
  justify-content: center;
  background-color: #DCFFEF;
  color: #333333;
  padding-right: 20px;
  gap: 10px;
  border-radius: 100px;
  align-items: center;
}

.author-title span{
  font-size: 14px;
}


@media screen and (max-width: 900px) {
  .author-name {
    flex-direction: column;
    align-items: flex-start; 
    gap: 12px;
  }
  .author{
    align-items: flex-start;
  }
}

@media screen and (max-width: 700px) {
  .author {
    /* flex-direction: column; */
    align-items: center;
    gap: 15px; 
  }
  .author__bottom {
    flex-direction: column;
    align-items: center;
    gap: 15px; 
  }
  .author-block__bottom {
    width: 96%;
  }
  .author-block {
    width: 96%;
  }
  .author-name p {
    font-size: 14px;
  }
  .author-date , .author-date span {
    font-size: 12px;
  }

}


@media screen and (max-width: 500px) {
  .author-container .author-name p {
    font-size: 14px;
  }
  .author-container p {
    font-size: 16px;
    width: 100%;
  } 
  
}

@media screen and (max-width: 402px) {
  .author-title{
    padding-right: 5px;
    gap: 2px;
  }
  .author{
    gap: 12px;
    padding: 10px;
  }
  .author-title span{
    font-size: 12px;
  }
}

.burger {
  display: none;
  position: relative;
}
.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: #11999e;
  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: left;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.mobileMenu .mobileMenuLinks a:active {
  color: #3959d9;
  text-decoration: underline;
}
.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;
  }
}

.toc-wrapper {
  margin: 32px auto;
  overflow: hidden;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #333333;
  width: 100%;
  max-width: 1300px;
}
.toc-toggle {
  width: 100%;
  text-align: left;
  padding: 17px 0;
  color: #1F1F1F;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.toc-content {
  padding: 0 10px 10px 10px;
}
.toc-list {
  list-style: none;
  padding: 0;
  width: 100%;
  max-width: 1200px;
}
.toc-list li {
  margin: 16px 0;
  border-bottom: 1px solid #333333;
  padding: 16px 0 ;
}
.toc-list a {
  font-family: Tahoma;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1F1F1F;  

}
.arrow {
  transition: transform 0.3s ease;
}
.toc-toggle.open .arrow {
  transform: rotate(180deg);
}



