
    *,
*::after,
*::before {
  box-sizing: inherit;
}
ul,
ol[class] {
  padding: 0;
}

body {
  margin: 0;
} 
html, body {
  max-width: 100%;
overflow-x: hidden;
}
 .content-block .section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #E3F3F0;
  padding: 24px 0;
  margin-bottom: 20px;
}

.content-block .section h1,
.content-block .section h2,
.content-block .section h3,
.content-block .section h4,
.content-block .section h5,
.content-block .section h6,
.content-block .section p,
.content-block .section ul,
.content-block .section ol,
.content-block .section figure,
.content-block .section .author,
.content-block .section .pm__container  {
  width: 96%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

  .content-block {
    padding: 0 20px;
} 

  .wrapper,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .general-table-wrapper,
  figcaption,
  ol,
  ul,
  .faq-container,
  main figure,
  .quotation
 {
    width: 96%;
    max-width: 1400px;
    margin: 0 auto;
  }

ul,
ol {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
button {
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
button:hover {
  opacity: 0.8;
}
input,
textarea,
select {
  font: inherit;
}
a {
  text-decoration: none;
}
figure {
  margin-bottom: 20px;
  text-align: center;
}
figcaption {
  color: inherit;
}
.general-image {
  display: block;
  border-radius: 15px;
  max-height: 400px;
  width: auto;
  height: auto;
  margin: 0 auto 10px auto;
}
.logoBuild {
  height: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}
.logoBuild a {
  display: flex;
  align-items: center;
  height: 100%;
}
 
header.header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
}
#fix-button.footer-block-btn {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: center;
}
.content {
  padding-top: 100px;
}
#scrollToTop.scrollToTop {
  position: fixed;
}
.logo-controls {
  display: none;
}
.burger {
  display: none;
  position: relative;
}
.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: #02274B;
  width: 90%;
  max-width: 350px;
  min-height: 100vh;
  padding: 30px 20px;
  transition: right 0.8s;
}
.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,
.mobileMenu .mobileMenuLinks button {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.mobileMenu .mobileMenuLinks a:active,
.mobileMenu .mobileMenuLinks button:hover {
  color: #181616;
}
.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 (max-width: 1250px) {
  #fix-button.footer-block-btn {
    display: flex;
  }
  footer.footer {
    padding-bottom: 100px;
  }
  .content {
    min-height: 90vh;
  }
  .header .header-inner .header-inner__menu {
    display: none;
  }
  .burger {
    display: none;
  }
}

  .header--1 {
  height: 90px;
  background: #054C3E;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.header-inner--1 {
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.header-inner__logo--1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-inner__logo--1 img {
  width: 238px;
  height: 58px;
}

.header-inner__menu--1 {
  margin-left: auto;
  margin-right: 32px;
  display: flex;
  gap: 20px;
}

.header-inner__menu--1 a {
  color: #054C3E;
  background-color: #53A998;
  padding: 10px 20px;
  border-radius: 20px;
}

.header-inner__menu--1 a:hover {
  background-color: #2a907b;
}

.header-inner__buttons--1 {
  display: flex;
  gap: 20px;
}

.btn-reg--1 {
  color: #054C3E;
  background: #98D4FF;
  border-radius: 100px;
  padding: 10px 32px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: inherit;
}

.btn-log--1 {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 10px 32px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-transform: inherit;
}

@media (max-width: 1250px) {

  .header-inner__menu--1 {
  display: none;
  }
  .header-inner__buttons--1 {
  display: none;
  }
}

.footer-text {
  width: 100%;
  max-width: 900px; 
  text-align: center;
   padding: 0 20px;
}

.footer-text p {
  width: 100%;
  max-width: none;
}

.mainContent {
  width: 100%;
}

.footer--3 {
  width: 100%;
  margin: 0;
  padding: 30px 0;
  background: #16715F;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.footer--3 p {
  margin-bottom: 0;
  color: #fff;
}

.footer__menu {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.components .footer__menu a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.components .copy__text--3 {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 1250px) {
  .footer--3 {
  padding: 20px 0;
  gap: 10px;
  }
  .footer__menu {
  flex-direction: column;
  gap: 10px;
  }
  .components .footer__menu a {
  font-size: 14px;
  }
  .components .copy__text--3 {
  font-size: 14px;
  }
}


    .footer-block-btn--1 {
  padding: 20px 10px;
  background: #000000;
  display: flex;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: center;
}

.buttons.buttons--1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.buttons.buttons--1 button {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fix-btn-reg--1 {
  padding: 12px 24px;
  border-radius: 100px;
  border: 1px solid transparent;
  background: #53A998;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #fff;
}

.fix-btn-log--1 {
  padding: 12px 24px;
  border-radius: 100px;
  border: none;
  background: #4B5EAA;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #fff;
}

  .components {
  background: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  position: relative;
}

.general-h1 {
  background: transparent;
  color: #000;
  padding: 0;
  border-radius: 0;
  text-align: center;
  margin-bottom: 20px;
}

.general-h2, .general-h3, .general-h4, .general-h5, .general-h6 {
  background: transparent;
  color: #000;
  padding: 0;
  border-radius: 0;
  text-align: center;
  margin-bottom: 20px;
}

.general-p {
  margin-bottom: 20px;
}

.button-block {
  text-align: center;
  margin: 15px 0;
}

.button-block-btn {
  color: #fff;
  background: #4B5EAA;
  box-shadow: 0px 0px 12px 0px rgba(11, 54, 0, 0.16);
  border-radius: 38px;
  padding: 16px 34px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.content-block a {
  color: #E21A29;
}

.general-ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  margin-bottom: 20px;
}

.general-ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  counter-reset: counter-ol;
  position: relative;
  margin-bottom: 20px;
}

.general-ul-li {
  padding-left: 30px;
  position: relative;
}

.general-ul-li::before {
  background: #53A998;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
  content: no-open-quote;
}

.general-ol-li {
  counter-increment: counter-ol;
  padding-left: 30px;
  position: relative;
}

.general-ol-li::before {
  background: #53A998;
  color: #fff;
  width: 25px;
  height: 25px;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: counter(counter-ol);
}

.general-table-wrapper {
  border: 2px solid #16715F;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.general-table {
  width: 100%;
  border-collapse: separate;
  overflow: hidden;
  border-spacing: 20px;
}

.general-thead .general-tr {
  background: #054C3E;
  color: #fff;
}

.general-th {
  text-align: center;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}

.general-tr {
  background: #349682;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
}

.general-tr:nth-child(2n) {
  background: #16715F;

}

.general-td {
  text-align: center;
  padding: 10px;
  border-radius: 8px;
}

.faq-item {
  background: #16715F;
  border: none;
  border-radius: 10px;
  position: relative;
  margin: 0 auto 20px;
  transition: 0.4s;
  padding: 24px 0px 24px 36px;
}

.components .faq-question {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  position: relative;
  padding-top: 0;
  padding-right: 42px;
}

.components .faq-answer {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  height: 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
  z-index: -1;
}

.icon {
    height: 30px;
    position: absolute;
    width: 30px;
    right: 25px;
    top: 25px;
    background: #349682;
    border-radius: 50%;
}

.icon:before {
  background: #fff;
  content: no-open-quote;
  height: 4px;
  right: 5px;
  top: 13px;
  width: 18px;
  transition: transform 0.4s;
  position: absolute;
}

.icon:after {
  background: #fff;
  content: no-open-quote;
  height: 4px;
  right: 5px;
  top: 13px;
  width: 18px;
  transition: transform 0.4s;
  position: absolute;
}

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

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

.toggle:checked ~ .faq-answer {
  height: auto;
  opacity: 1;
  z-index: 2;
  padding-top: 12px;
  padding-right: 20px;
  margin: 0;
}

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

.toggle:checked ~ .icon:before {
  background: #fff;
}

.toggle:checked ~ .icon:after {
  background: #fff;
}

.scrollToTop {
  background: #E21A29;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 15%;
  right: 20px;
  opacity: 0;
  cursor: pointer;
}

.scrollToTop svg {
  fill: #fff;
  width: 50%;
  height: 50%;
}

@media (max-width: 1250px) {
  .general-table-wrapper {
  overflow: auto;
  }
  .icon {
  right: 10px;
  }
}


    
  .components {
    font-family: 'Verdana', sans-serif;
  }
  .components h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .components h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .components h3 {
    font-size: 24px;
    line-height: 39px;
  }
  .components h4 {
    font-size: 22px;
    line-height: 27px;
  }
  .components h5 {
    font-size: 20px;
    line-height: 25px;
  }
  .components p,
  .components span,
  .components li,
  .components a {
    font-size: 18px;
    line-height: 22px;
  }


/* author shortcode */

.author {
  background: linear-gradient(90deg, #054C3E 0%, #0A7A64 100%);
  border-radius: 8px;
  margin-bottom: 20px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.section .author p {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

.author_wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
}

.author_info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 317px;
}

.author_title {
  display: flex;
  align-items: center;
  border-radius: 16px;
  overflow: hidden;
  height: 75px;
}

.author_photo {
  width: 90px;
  height: 90px;
  background-image: url(/author.png);
  background-size: cover;
  background-position: 10% 10%;
}


.author_name {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background-color: #fff;
  width: 100%;
  padding: 15px 0 15px 10px ; 
  flex: 1;
  height: 75px;
  justify-content: center;
  text-align: center;
}

.author_name p {
  color: #3D3D3D;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}

.author_wrapper .author_text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.author_name span {
  color: #3D3D3D;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.author_status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #53A998;
  border-radius: 12px;
  border: 2px solid #fff;
  width: 100%;
}

.author_status img {
  width: 19px;
  height: 22px;
  background-color: #fff;
  padding: 9px 35px;
  border-radius: 12px;
}

.author_status span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}


@media (max-width: 768px) {
  .author {
    padding: 15px;
  }

.author_info {
  flex-direction: row;
}

  .author_wrapper {
    flex-direction: column;
  }

  .author_status, .author_title, .author_info {
    width: 100%;
  }

  .author_status, .author_title {
     height: 60px;
  }

  .author_photo {
    width: 70px;
    height: 70px;
  }

   .author_status img {
    padding: 19px 28px;
  }

}

@media (max-width: 768px) {
  .author_info {
    flex-direction: column;
  }
 
}

/* new vitrina */


  .casinos {
    margin: 0 auto;
    gap: 24px;
    display: flex;
    flex-direction: column;
  }
  
  .casino {
    background: #054C3E;
    border-radius: 10px;
    padding: 20px 24px;
    display: grid;
    grid-template-columns: 410px 1fr auto;
    align-items: center;
    gap: 20px 20px;
    margin-bottom: 20px;
    min-height: 159px;
  }
  
  .casino .casino_image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 10px;
    padding: 8px;
    gap: 10px;
    align-items: center;
  }

  .casino_image .img  {
    border: 2px solid #349682;
    text-align: center;
    height: 119px;
    width: 290px;
    border-radius: 10px;
    background-color: #fff;
    align-items: center;
  }

  .casino_image .img .title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
    color: #fff;
    background-color: #054C3E;
    height: 41px; 
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: 'Verdana', sans-serif;
  }

  .casino_image .img .casino_logo {
    width: 100%;
    padding: 10px 0 16px 0;
    display: flex;
    justify-content: center;
  }

  .casino_image .img img {
	  width: 155px;
  }
  
  .casino .rating {
	display: flex;
	justify-content: center;
	gap: 10px;
	align-items: flex-start;
	flex-direction: column;

  }

  .casino .rating img {
  	width: 20px;  
  }
  
  .casino .rating span {
    color: #fff;
    font-weight: 700;
    padding-left: 5px;
    font-size: 18px;
    font-family: 'Verdana', sans-serif;
  }
  .casino .rating .rating-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .casino .rating .license, .casino .rating .rating-info {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #349682;
    width: 110px;
    height: 45px;
    border-radius: 10px;
    box-shadow: inset 0 0 10px #00000052;
  }

  .casino .bonus {
    margin-left: 100px;
  } 

  .casino .bonus span {
    font-weight: 700;
    line-height: 130%;
    text-align: left;
    color: #fff;
    display: block;
    font-size: 16px;
    font-family: 'Verdana', sans-serif;
  }
  
  .casino .bonus p {
    font-size: 26px;
    font-weight: 700;
    line-height: 22px;
    color: #98D4FF;
    padding-top: 8px;
    margin: 0;
    padding-bottom: 0;
    text-align: left;
    font-family: 'Verdana', sans-serif;
  }
  
  .casino .button {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    text-transform: unset;
  }
  
  .casino .button button {
    font-size: 30px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    background: #98D4FF;
    color: #054C3E;
    text-transform: uppercase;
    border-radius: 100px;
    border: none;
    padding: 14px 32px;
    max-width: 100%;
    width: 400px;
    cursor: pointer;
    transition: 0.4s;
    text-align: center;
    font-family: 'Verdana', sans-serif;
  }
  
  .casino .button button:hover {
	  opacity: 0.8;
  }
  
  
  @media (max-width: 1200px) {
	.casino {
	  grid-template-columns: repeat(2, 1fr);
	  padding: 20px;
	}

   .casino .casino_image {
    grid-column: 1;
    grid-row: 1;
  }

  .casino .rating {
    grid-column: 1;
    grid-row: 2;
  }

	.casino .img { 
		margin: 0 auto;
	}
  
	.casino .bonus {
    grid-column: 2;
    grid-row: 1 / 3;  
    margin-left: 0;  
	  padding-left: 0;
	}
  
	.casino .button {
	  margin: 0 auto;
	  justify-content: flex-start;
    grid-column: span 2; 
	}

  .casino .button button {
    width: 100%;
  }
	
	.casino .img img {
	  margin: 0 auto;
	}
  }

  @media (max-width: 700px) {
    .casino {
      grid-template-columns: 1fr;
    }


    .casino .casino_image,
    .casino .rating,
    .casino .bonus,
    .casino .button {
    grid-column: 1;
    grid-row: auto;
    justify-content: center;
  }

  .casino .button button {
    font-size: 22px;
    padding: 14px 0px;
  }

  .casino .bonus span, .casino .bonus p {
    text-align: center;
  }

  .casino .casino_image {
    flex-direction: column;
  }

   .casino .rating {
    flex-direction: row;
   }

   .casino .button button {
    width: 70%;
    justify-content: center;
   }

  }

  @media (max-width: 450px) {
  .casino .button button {
    font-size: 18px;
    padding: 14px 10px;
  }
  }   
  .pm__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 24px;
    padding-bottom: 24px;
    margin-top: 24px;
}
.pm__item {
    background: #0f8b98;
    padding: 24px;
    border-radius: 8px;
}
.pm__headings {
    padding: 14px;
    border-radius: 8px;
}
.pm__headings span {
    display: block;
    text-align: center;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}
.pm__item_plus .pm__headings {
    background: #98D4FF;
}
.pm__item_minus .pm__headings {
    background: #6bcd21;
}
.pm__container ul {
    padding-top: 24px;
    list-style: none;
}
.pm__container ul li {
    position: relative;
    padding-left: 24px;
    padding-bottom: 8px;
    color: #fff;
}
.pm__container ul li:last-child {
    padding-bottom: 0;
}
.pm__item_plus li:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 4px;
    left: 0;
    background: url(/plus-icon.svg)no-repeat;
    background-size: cover;
}
.pm__item_minus li:before {
    content: '';
    width: 16px;
    height: 4px;
    position: absolute;
    top: 10px;
    left: 0;
    background: url(/minus-icon.svg)no-repeat;
    background-size: cover;
}

@media (max-width: 900px) {
    .pm__container {
        grid-template-columns: repeat(1, 1fr);
    }
    .pm__item {
        padding: 18px;
    }
}
