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

html,
body {
  background: #fff;
  height: 100%;
  font-family: Verdana, sans-serif;
  position: relative
}

main {
  padding: 80px 0 0;
  display: flex;
  flex-direction: column;
  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: #333;
  font-family: Tahoma, sans-serif
}

main p,
main ol,
main ul,
main figure,
main .general-table-wrapper,
main .faq-container {
  color: #333;
  margin: 0 auto;
}


main h2,
main h3,
main h4,
main h5,
main h6 {
  color: #fff;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 24px;
  background: #EF7B7B;
  padding: 16px 24px;
  width: 100%;
  margin: 20px 0;
  border-radius: 4px;
}

h1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.32px;
  /* text-align: center; */
}

h2 {
  font-size: 28px;
  line-height: 33px
}

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

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

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

main .general-table-wrapper {
  overflow-x: overlay
}

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

main p {
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
  line-height: normal;
  background-color: #FFE9E9;
  border-radius: 4px;
  padding: 16px 24px;
  width: 100%;
  margin: 16px 0;
  border-radius: 4px;
}

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

.buttons button {
  padding: 16px 32px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 19px;
  border-radius: 10px;
  background: #4BA796;
}

.buttons button:hover {
  opacity: 0.8;
}

a {
  text-decoration: none;
  transition: .3s
}

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

input,
button {
  font-family: Verdana, sans-serif;
  border: none;
  box-shadow: none;
  transition: .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
}





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: 96%;
  max-width: 1400px
}

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

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

}

.content .general-ol li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 16px;
  counter-increment: counter-ol;
  width: 48%;
  border: 1px solid rgb(239 123 123);
  border-radius: 12px;
  font-size: 16px;
  line-height: 19px;
  color: rgba(51, 51, 51, 1);
  padding: 20px 20px 20px 32px;
}

.content .general-ol li::before {
  position: absolute;
  content: counter(counter-ol);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #fff;
  border-radius: 4px;
  top: 25%;
  left: -18px;
  background: rgb(239 123 123);
  font-size: 16px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

}

.content .general-ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 20px;
  background-color: #FFE9E9;
  border-radius: 4px;
  padding: 16px 24px;
  width: 100%;
  margin: 16px 0;
}

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

.content .general-ul li::before {
  content: no-open-quote;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 8px;
  background-color: #333;
  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: #fff;
  font-size: 14px
}

.general-image {
  display: block;
  border-radius: 15px;
  max-height: 500px;
  width: auto;
  height: auto;
  margin: 0 auto 10px auto;
  border: 1px solid rgba(16, 173, 114, 1);
}

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

.general-table .general-tr:nth-child(2n) {
  background: #FFFFFF;
}

.general-table .general-tr .general-td {
  padding: 12px 20px;
  text-align: start;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  line-height: 22px;
  border-left: 2px solid #EF7B7B;
}

.general-table .general-tr .general-td:first-child {
  border-left: none;

}

.general-table thead tr th {
  padding: 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-right: 1px solid #fff;
  background: rgba(106, 156, 120, 1);
}

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

.general-table thead tr th:last-child {
  border-right: none;
}

.faq-container .faq-item {
  margin: 0 auto;
  position: relative;
  min-height: 54px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0);
  z-index: 5;
  border-radius: 20px;
  transition: all .4s ease;
  background-color: #FFE9E9;  
  border-radius: 4px;
  padding: 16px 24px;
  margin: 16px 0;
}

.faq-container .faq-item:hover .icon::before,
.faq-container .faq-item:hover .icon::after {
  background: rgba(16, 173, 114, 1);
}

.faq-container .faq-item:hover .faq-question {
  color: rgba(16, 173, 114, 1);
}

.faq-container .faq-question {
  color: rgba(51, 51, 51, 1);
  position: relative;
  padding-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  top: 15px;
  width: 96%;
  line-height: 22px;
  padding: 0;
  background-color: transparent;
}

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

.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: rgba(16, 173, 114, 1);
  content: no-open-quote;
  height: 4px;
  right: 0;
  position: absolute;
  top: 0;
  width: 18px;
  transition: transform .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: rgba(0, 0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 26px;
  z-index: -1;
  opacity: 0;
  transition: all .4s ease
}

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

.faq-container .toggle:checked~.icon::before,
.faq-container .toggle:checked~.icon::after {
  background: rgba(16, 173, 114, 1);
}

.faq-container .toggle:checked~.faq-question {
  color: rgba(51, 51, 51, 1);
  ;
}

.faq-container .toggle:checked~.faq-answer {
  color: rgba(51, 51, 51, 1);
}

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

.burger {
  display: none;
  position: relative;
}

.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: #FCF3CA;
  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: #f2bc77;
  font-size: 20px;
  text-align: left;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

.mobileMenu .mobileMenuLinks a:active {
  color: #f4486c;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: block;
}

.overlay[hidden] {
  display: none;
}

@media screen and (max-width: 1250px) {
  .burger {
    display: block;
  }
}



.logo__container {
  position: relative
}

.logo__container .logoButton {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.logo__container a {
  cursor: pointer;
}

.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 #f5d061
}

.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: #f5d061;
  width: 100%;
  cursor: pointer;
  border-radius: 7px;
  transition: all .25s ease-out
}

.table_of_contents .table_box {
  max-height: 0px;
  overflow: hidden;
  transition: max-height .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: #f5d061
}

.content404Page span {
  cursor: default
}

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

.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: #fff;
  cursor: default
}

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

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

.content404Page.wrapper .content404 .button404 {
  width: 320px;
  height: 50px;
  background: linear-gradient(90deg, #c235cb 0%, #9310cb 100%);
  border-radius: 10px;
}

.content404Page.wrapper .content404 .button404:hover {
  box-shadow: 4px 4px 25px 0px rgba(255, 190, 248, .5019607843);
  background-color: #f569ff;
  color: #f6f6f6;
}

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

.contentMap h1 {
  text-align: left;
  color: #fff;
  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, .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/.2
}

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

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

.button-block button {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding: 14px 44px 14px 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  border-radius: 10px;
  background: #4BA796;
  box-shadow: 0px 0px 12px 0px rgba(11, 54, 0, .16);
}

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

.button-block button::after {
  width: 20px;
  height: 20px;
  background-image: url(/icon-btn.svg);
  right: 10px;
  top: 13px;
}

.button-block button:hover {
  opacity: 0.8;
}

.quote {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
  width: 100%;
  border-radius: 24px;
  background: rgba(255, 245, 189, 1);
  padding: 24px 24px 24px 96px;
}

.quote p {
  padding: 0px;
  width: 100%;
  background: transparent;
  margin: 0 0;
}

.quote::before {
  position: absolute;
  content: no-open-quote;
  width: 48px;
  height: 48px;
  background-image: url(/quote-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 24px;
  top: calc((100% - 48px) / 2);
}

@media (max-width: 750px) {
  .quote {
    padding: 84px 16px 16px 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .quote::before {
    left: 16px;
    top: 16px;
  }
}


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

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

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

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

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

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

.footer {
  background: #FCF3CA;
  padding: 32px 0 24px 0;
  /* margin-top: -1px; */
}

.footer .footerInner.wrapper {
  margin: 0 auto;
  width: 100%;

}

/* .footerLogo {
	display: flex;
	justify-content: center;
	width: 100%;
	padding-bottom: 33px;
}
.footerLogo img {
	width: 170px;
	height: 54px;
} */

.footerImgs {
  display: flex;
  justify-content: center;
  gap: 24px 24px;
  padding: 8px 0;
  align-items: center;
  background: #FFFCEC;
  flex-wrap: wrap;
}

.footerImgs img {
  width: 70px;
  height: 49px;
}

.footer .footerInner .copyright {
  font-size: 18px;
  display: block;
  text-align: center;
  padding-top: 24px;
}

.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: #f5d061;
  margin: 0 5px 5px 5px
}

.footer .scrollTop {
  background: #f5d061;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 80px;
  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
}

.footer-block-btn .bonus {
  padding: 12px 80px 13px 80px;
  background-color: #0cc4cd;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.45px
}

.footer-block-btn .bonus:hover {
  background-color: #0aa4ac;
  color: #dad8d8
}

@media (max-width: 550px) {
  .footerImgs .imgAware {
    width: 120px;
    height: 14px;
  }

  .footerImgs .imgCare {
    width: 62px;
    height: 16px;
  }

  .footerImgs .imgMga {
    width: 54px;
    height: 18px;
  }

  .footerImgs .imgAge {
    width: 18px;
    height: 18px;
  }

  .footerImgs {
    gap: 12px 12px;
    padding-top: 12px;
  }

  .footerLogo img {
    width: 124px;
    height: 40px;
  }

  .footerLogo {
    padding-bottom: 16px;
  }

  .footer .footerInner .copyright {
    font-size: 14px;
    padding-top: 12px;
  }
}


.header {
  background: #FCF3CA;
  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: #e26d72;
  font-family: Verdana;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.45px;
  text-align: center;
  transition: all .3s ease
}

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

.header .headerInner .menu a:hover {
  cursor: pointer;
  text-decoration: underline;
}

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

.header .headerInner .header__dropdown {
  display: none
}

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

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

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

#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 {
  padding-top: 20px;
  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: .8
}

.menu-list {
  margin: 0;
  display: -ms-grid;
  height: 0px;
  overflow: hidden;
  z-index: 3;
  transition: all .3s ease;
  padding: 0;
  width: 100vw;
  position: absolute;
  right: 0;
  top: 79px;
  margin: 0;
  width: 100%;
  transition: right .8s;
  border-radius: 0 0 24px 24px;
  background-color: #29003f;
  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: #f5d061;
  cursor: pointer
}

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

.header__dropdown a {
  display: block
}

.header__dropdown li:hover a,
.header__dropdown .menu-list li a.active {
  color: #f5d061
}

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

.breadcrumbs a {
  color: #f5d061;
  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
}

.footer-block-btn {
  height: 60px;
  display: flex;
  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: #f5d061;
}

@media(max-width: 1250px) {
  .header .headerInner .buttons {
    display: none;
  }

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

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

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

  .footer-block-btn .buttons button {
    padding: 16px 32px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
    border-radius: 10px;
    background: #4BA796;
  }

  .footer-block-btn .buttons button:hover {
    opacity: 0.8;
  }

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

  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
  }


  .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 .headerInner {
    justify-content: space-between;
  }

  .header .headerInner .header__dropdown {
    display: block
  }

  .header .headerInner .menu {
    display: none
  }

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

  .header__burger:hover {
    cursor: pointer
  }
}



@media screen and (max-width: 670px) {
  main {
    padding-top: 60px
  }

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

  .logo__container img {
    width: 114px;
    height: 36px
  }

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

  .menu-list {
    top: 59px
  }
}

@media screen and (max-width: 600px) {
  .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
  }


  .banner h1 {
    font-size: 28px;
    line-height: 28px;
  }
}

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

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

@media(max-width: 600px) {

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


.slots.wrapper {
  margin: 20px auto 30px;
  width: 98%
}

.slots.wrapper .slots-list {
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 2%;
  gap: 2%
}

.slots.wrapper .slots-list ul {
  margin: 0
}

.slots.wrapper .slots-list button {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5
}

.slots.wrapper .slots-list .slot {
  position: relative;
  background-color: silver;
  position: relative;
  border-radius: 20px;
  overflow: hidden
}

.slots.wrapper .slots-list .slot:hover {
  cursor: pointer
}

.slots.wrapper .slots-list .slot span {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  font-family: Tahoma;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center
}

.slots.wrapper .slots-list .slot:hover img {
  opacity: .8
}

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

@media screen and (max-width: 1100px) {
  .slots.wrapper .slots-list .slot span {
    font-family: Tahoma;
    font-size: 14px
  }
}

@media screen and (max-width: 900px) {
  .slots.wrapper .slots-list {
    gap: 2%
  }

  .slots.wrapper .slots-list .slot span {
    width: calc(100% - 4px);
    font-size: 12px
  }
}

@media screen and (max-width: 700px) {
  .slots.wrapper .slots-list {
    width: 90%;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, max-content);
    gap: 28px
  }

  .slots.wrapper .slots-list .slot span {
    width: calc(100% - 6px)
  }
}

@media screen and (max-width: 560px) {
  .slots.wrapper .slots-list {
    gap: 20px;
    width: 96%
  }
}

@media screen and (max-width: 530px) {
  .slots.wrapper .slots-list {
    width: 100%
  }
}

@media screen and (max-width: 450px) {
  .slots.wrapper .slots-list {
    gap: 12px
  }
}


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

.testimonial-block {
  background-color: #21023280;
  border-radius: 10px;
  padding: 32px 35px;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-top: 2px solid #C235CB;
  border-bottom: 2px solid #C235CB;
  font-family: Arial, sans-serif;
  margin-bottom: 24px;
}

.testimonial-header {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}

.testimonial-header p {
  margin: 0;
  padding: 0;
  line-height: 24.31px;
  font-weight: 700;
  font-size: 20px;
  display: contents;
}

.stars {
  display: flex;
  margin-left: 12px;
}

.stars img {
  height: 24px;
  width: 26px;
}

.testimonial-text p {
  margin: 0;
  font-size: 20px;
  line-height: 24.31px;
  font-weight: 400;
  padding: 0;
}



@media screen and (max-width: 1250px) {
  .stars img {
    height: 20px;
    width: 21px;
  }

  .testimonial-header p {
    font-size: 18px;
    line-height: 21.88px;
  }

  .testimonial-text p {
    font-size: 16px;
    line-height: 19.45px;
  }

  .testimonial-block {
    padding: 16px 12px;
  }

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

@media (max-width: 600px) {
  .testimonial-main {
    width: calc(100% - 20px);
  }

  .testimonial-header {
    margin-bottom: 12px;
  }

  .testimonial-header p {
    font-size: 16px;
    line-height: 19.45px;
  }

  .testimonial-text p {
    font-size: 14px;
    line-height: 17.01px;
  }
}


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

.casinos-wrapper {
  background: #FFF5BD;
  border-radius: 10px;
  width: 100%;
  max-width: 1400px;
  padding: 20px 24px;
}

.casino {
  background: #fff;
  border: 1px solid #ECE5E7;
  border-radius: 10px;
  padding: 20px 24px 20px 24px;
  display: grid;
  grid-template-columns: 160px 20% 450px auto;
  align-items: center;
  gap: 20px;
}

.casino .img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 160px;
}

.casino .img span {
  color: #002147;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.casino .img .img_img {
  width: 160px;
  height: 66px;
  border-radius: 4px;
}


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

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

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

.casino .button {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  text-transform: unset;
}

.casino .button button {
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  color: #fff;
  background: #4BA796;
  border-radius: 10px;
  box-shadow: none;
  border: none;
  width: 100%;
  max-width: 200px;
  padding: 14px 24px;
  cursor: pointer;
  transition: 0.4s;
  opacity: 1;
}

.casino .button .info-casino {
  font-family: Tahoma;
  font-size: 10px;
  font-weight: 400;
  line-height: 12.1px;
  text-align: left;
  color: #000;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.casino .button .info-casino::after {
  content: url(/cards/down.svg);
  width: 8px;
  height: 8px;
  position: absolute;
  padding-left: 5px;
}

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

.more-info {
  display: none;
  margin-top: 10px;
  gap: 17px;
  grid-template-columns: 50% 50%;
}

.more-info .info-deposit {
  background: #ffff;
  border: 1px solid #ECE5E7;
  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: #ffff;
  border: 1px solid #ECE5E7;
  border-radius: 10px;
  padding: 12px;
  width: 97%;
}

.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: 0 0 8px 0;
  background: transparent;
  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: 0 0 8px 0;
  background: transparent;
}

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

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

@media (max-width: 750px) {
  .more-info {
    flex-direction: column;
  }
}

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

  .casino .rating {
    height: auto;
  }

  .casino .bonus {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .casino .button {
    grid-column-start: 1;
    grid-column-end: 3;
    margin-left: 0;
  }

  .more-info {
    grid-template-columns: 1fr 1fr;
  }

  .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;
    grid-column-start: 1;
    grid-column-end: 3;
    width: 100%;
  }
}

@media (max-width: 520px) {
  .casino {
    padding: 12px;
    grid-template-columns: 90px 1fr;
  }

  .casino .rating {
    gap: 2px;
  }

  .casino .rating .title {
    font-size: 14px;
    line-height: 15px;
  }

  .casino .bonus {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .casino .img .img_img {
    width: 90px;
  }

  .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: 10px;
    line-height: 15px;
  }

  .casino .button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .casino .rating img {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 380px) {
  .casino {
    padding: 10px 10px 10px 10px;
    gap: 8px;
  }
}


.casino .img .img_img_spinsycasino {
  background: url(/cards/SpinsyCasino.webp) no-repeat;
  background-size: cover;
  background-position: 0 center;
  width: 100%;
  max-width: 160px;
  height: 66px;
}

.casino .img .img_img_playiocasino {
  background: url(/cards/PlayioCasino.webp) no-repeat;
  background-size: cover;
  background-position: 0 center;
  width: 100%;
  max-width: 160px;
  height: 66px;
}

.casino .img .img_img_instantcasino {
  background: url(/cards/InstantCasino.webp) no-repeat;
  background-size: cover;
  background-position: 0 center;
  width: 100%;
  max-width: 160px;
  height: 66px;
}

.casino .img .img_img_coincasino {
  background: url(/cards/CoinCasino.webp) no-repeat;
  background-size: cover;
  background-position: 0 center;
  width: 100%;
  max-width: 160px;
  height: 66px;
}

.casino .img .img_img_casinolab {
  background: url(/cards/CasinoLab.webp) no-repeat;
  background-size: cover;
  background-position: 0 center;
  width: 100%;
  max-width: 160px;
  height: 66px;
}

.casino .img .img_img_vegasino {
  background: url(/cards/Vegasino.webp) no-repeat;
  background-size: cover;
  background-position: 0 center;
  width: 100%;
  max-width: 160px;
  height: 66px;
}

.casino .img .img_img_robycasino {
  background: url(/cards/RobyCasino.webp) no-repeat;
  background-size: cover;
  background-position: 0 center;
  width: 100%;
  max-width: 160px;
  height: 66px;
}


.numeric-ol {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 18px;
  margin-top: 18px;
  gap: 24px 40px;
}

.numeric-ol li {
  position: relative;
  padding-left: 10px;
  counter-increment: counter-ol;
  border: 1px solid rgba(100, 163, 111, 1);
  border-radius: 12px;
  font-size: 16px;
  line-height: 19px;
  color: rgba(51, 51, 51, 1);
  padding: 26px 20px;
  text-align: center;
}

.numeric-ol li:before {
  position: absolute;
  content: counter(counter-ol);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #fff;
  border-radius: 4px;
  top: -16px;
  left: calc((100% - 32px) / 2);
  background: rgba(100, 163, 111, 1);
  font-size: 16px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.numeric-ol li:last-child {
  background: rgba(240, 255, 241, 1);
}

@media (max-width: 1250px) {
  .numeric-ol {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 650px) {
  .numeric-ol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 12px;
  }

  .numeric-ol li {
    padding: 24px 12px;
  }
}


.plus-minus {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 18px;
  gap: 12px 40px;
}

.plus-minusItem {
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.plus-minusHead {
  padding: 13px 24px;
  border-radius: 20px 20px 0 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.plus-minusHead.headPlus {
  background: rgba(240, 255, 241, 1);
  border-bottom: 2px solid rgba(100, 163, 111, 1);
}

.plus-minusHead.headMinus {
  background: rgba(178, 69, 69, 0.2);
  border-bottom: 2px solid rgba(178, 69, 69, 1);
}

.plus-minusHead span {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}

.plus-minusHead.headMinus span {
  color: rgba(178, 69, 69, 1);
}

.plus-minusHead.headPlus span {
  color: rgba(100, 163, 111, 1);
}

.plus-minusHead img {
  height: 32px;
  width: 32px;
}

ul.ul-plus,
ul.ul-minus {
  padding: 24px 24px;
  width: 100%;
}

.plus-minus li {
  position: relative;
  padding-bottom: 7px;
  padding-left: 32px;
}

ul.ul-plus li:before {
  content: no-open-quote;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0px;
  background: url(/pros-icon-list.svg)no-repeat;
  background-size: contain;
}

ul.ul-minus li:before {
  content: no-open-quote;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0px;
  background: url(/cons-icon-list.svg)no-repeat;
  background-size: contain;
}


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

  .plus-minusHead {
    padding: 10px 16px;
  }

  .plus-minusHead img {
    width: 24px;
    height: 24px;
  }

  .plus-minusHead span {
    font-size: 18px;
    line-height: 22px;
  }

  ul.ul-plus,
  ul.ul-minus {
    padding: 16px 16px;
  }
}

.double-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 18px;
  gap: 12px 40px;
}

.triple-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 18px;
  gap: 12px 40px;
}

.triple-listItem,
.double-listItem {
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 20px;
}

.triple-listHead,
.double-listHead {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.triple-listHead span,
.double-listHead span {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.triple-listHead img,
.double-listHead img {
  width: 24px;
  height: 25px;
}

.triple-listItem p,
.double-listItem p {
  font-size: 16px;
  line-height: 19px;
  width: 100%;
  padding-bottom: 0;
}

@media (max-width: 1100px) {

  .triple-listItem,
  .double-listItem {
    padding: 16px 16px;
  }

  .triple-list,
  .double-list {
    gap: 12px 18px;
  }

  .triple-listHead span,
  .double-listHead span {
    font-size: 16px;
    line-height: 19px;
  }

  .triple-listHead,
  .double-listHead {
    gap: 8px;
  }

  .triple-listHead img,
  .double-listHead img {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 675px) {

  .triple-list,
  .double-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.markStep {
  border: 1px solid rgba(16, 173, 114, 1);
  padding: 16px 12px;
  border-radius: 20px;
  margin-bottom: 18px;
}

.markStep h3 {
  color: rgba(16, 173, 114, 1);
  padding: 0 0;

}

.paymentsList,
.providersList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 18px;
  gap: 12px 40px;
}

.paymentsListItem,
.providersListItem {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 20px;
  border-radius: 20px;
}

.paymentsItemName,
.providersItemName {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(16, 173, 114, 1);
}

.paymentsItemName span,
.providersItemName span {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.paymentsListItem p,
.providersListItem p {
  width: 100%;
  padding-top: 18px;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.providersListItem img {
  width: 110px;
  height: 75px;
}

@media (max-width: 1100px) {

  .paymentsListItem,
  .providersListItem {
    padding: 12px 16px;
  }

  .paymentsList,
  .providersList {
    gap: 12px 12px;
    grid-template-columns: repeat(3, 1fr);
  }

  .paymentsItemName span,
  .providersItemName span {
    font-size: 16px;
    line-height: 20px;
  }

  .paymentsListItem p,
  .providersListItem p {
    padding-top: 12px;
    font-size: 14px;
    line-height: 17px;
  }
}

@media (max-width: 800px) {
  .providersList {
    grid-template-columns: repeat(1, 1fr);
  }

  .providersListItem {
    display: flex;
    gap: 13px;
    align-items: center;
  }
}

@media (max-width: 600px) {
  .paymentsList {
    grid-template-columns: repeat(1, 1fr);
  }
}

.plus-minus {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  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__head {
  padding-top: 13px;
  min-height: 56px;
  background-position: left 18px center;
  background-repeat: no-repeat;
  color: #fff;
}

.plus-minus__pro .plus-minus__head,
.plus-minus__contra .plus-minus__head {
  background: #EF7B7B;
  padding: 12px 16px;
  border-radius: 4px;
}

.plus-minus__pro ul,
.plus-minus__contra ul {
  background: #FFFDF3;
  padding: 16px 24px;
  width: 100%;
  margin: 16px 0;
  border-radius: 4px;
  height: 100%;
  max-height: 250px;
  margin: 16px 0;
}

.plus-minus__pro ul li::before,
.plus-minus__contra ul li::before {
  content: no-open-quote;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 8px;
  background-color: #333;
  border-radius: 50%;
}

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

  .plus-minus__contra ul,
  .plus-minus__pro ul {
    height: auto;
    max-height: unset;
  }
}

.pageUpdated {
  background: #FFF5BD;
  border-radius: 10px;
}

.pageUpdated p {
  font-weight: bold;
  background: none;
}

.pm__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding-bottom: 24px;
  margin-bottom: 71px;
}

.pm__headings {
  display: flex;
  gap: 12px;
  align-items: center;
}

.pm__headings img {
  width: 32px;
  height: 32px;
}

.pm__container ul {
  padding-top: 20px;
}

.pm__container ul li {
  position: relative;
  padding-left: 24px;
  padding-bottom: 8px;
}

.pm__container ul li:last-child {
  padding-bottom: 0;
}

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

  .pm__item {
    padding: 18px 0;
  }
}

/* banner */
.banner-content {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  gap: 50px;
  background: url(/uploads/img/bg-banner.webp) no-repeat;
  background-size: cover;
  padding: 0 0 0 24px;
  border-radius: 10px;
  height: 201px;
  margin: 32px 0;
  overflow: hidden;
}

.banner-text {
  max-width: 850px;
  z-index: 2;
}

.banner-text h1 {
  font-family: Tahoma;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 0;
  color: #FFFFFF;
  width: 100%;
}

.banner-img-mobile {
  display: none;
}

.banner-img-desktop {
  width: 280px;
  height: 200px;
}

.banner-img {
  position: absolute;
  top: 0;
  right: 40px;
}

.banner-img .banner-img-desktop {
  object-fit: cover;
}

@media(max-width:1200px) {
  .banner-text h1 {
    max-width: 600px;
  }
}

@media(max-width:926px) {
  .banner-content {
    flex-direction: column;
    height: auto;
    padding: 0 24px 0 24px;
    gap: 10px;
  }

  .banner-img {
    position: static;
  }

  .banner-text h1 {
    font-size: 32px;
    max-width: 100%;
    padding: 20px 0 0 0;
  }

  .banner-img .banner-img-desktop {
    display: none;
  }

  .banner-img-mobile {
    display: block;
    margin-bottom: 20px;
    width: 220px;
    height: 240px;
  }
}

@media(max-width:500px) {
  .banner-img-mobile {
    width: 202px;
    height: 217px;
  }

  .banner-text h1 {
    font-size: 30px;
  }
}

.casino-block{
  background-color: #FFE9E9;
  border-radius: 4px;
}


/* showcase */
.showcase-wrapper-casino {
  margin-bottom: 16px;
}
.showcase-content {
  display: grid;
  grid-template-columns: 455px 1fr;
  gap: 16px;
}
.showcase-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 455px;
  height: 100%;
  border: 2px solid #4BA796;
  border-radius: 10px;
}
.showcase-verde {
  width: 283px;
  height: 111px;
}
.showcase-rolling {
  width: 283px;
  height: 284px;
}
.showcase-cashed {
  width: 283px;
  height: 110px;
}
.showcase-quick {
  width: 283px;
  height: 28px;
}
.showcase-nv {
  width: 283px;
  height: 284px;
}
.showcase-img-verde {
  background-color: #036135;
}
.showcase-img-rolling {
  background-color: #FFFFFF;
}
.showcase-img-cashed {
  background-color: #094101;
}
.showcase-img-quick {
  background-color: #070D15;
}
.showcase-img-nv {
  background-color: #070D14;
}
.general-table-wrapper {
  border: 3px solid #EF7B7B;
  border-radius: 10px;
}
.general-tbody .light-color {
  background-color: #FFF4BC;
}
@media(max-width:1100px) {
  .showcase-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .showcase-img {
    height: 366px;
    width: 100%;
    margin: 0 auto;
  }
}
@media(max-width:600px) {
  .showcase-content {
    gap: 10px;
  }
  .showcase-img {
    height: 240px;
  }
  .showcase-verde {
    width: 168px;
    height: 66px;
  }
  .showcase-rolling {
    width: 168px;
    height: 168px;
  }
  .showcase-cashed {
    width: 168px;
    height: 65px;
  }
  .showcase-quick {
    width: 182px;
    height: 18px;
  }
  .showcase-nv {
    width: 168px;
    height: 168px;
  }
}

/* plus minus */
.pm__container .pm__headings-plus {
  display: flex;
  justify-content: center;
  background-color: #4BA796;
  padding: 14px;
  border-radius: 10px 10px 0 0;
}
.pm__container .pm__headings-minus {
  display: flex;
  justify-content: center;
  background-color: #EF7B7B;
  padding: 14px;
  border-radius: 10px 10px 0 0;
}
.pm__headings-plus span,
.pm__headings-minus span {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.pm__item_plus ul {
  border: 2px solid #4BA796;
  border-radius: 0 0 10px 10px;
  height: 100%;
}
.pm__item_minus ul {
  border: 2px solid #EF7B7B;
  border-radius: 0 0 10px 10px;
  height: 100%;
}
.pm__item_plus li:before {
  content: '';
  background: url(/uploads/img/iconPlus.svg) no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
}
.pm__item_minus li:before {
  content: '';
  background: url(/uploads/img/iconMinus.svg) no-repeat;
  background-size: cover;
  width: 16px;
  height: 4px;
  position: absolute;
  top: 8px;
  left: 0;
}
.pm__container ul {
  padding: 20px;
}
.pm__container ul li {
  font-size: 18px;
  line-height: 20px;
}

/* author */
.author {
  margin-bottom: 20px;
}
.author-block{
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color:#FFE9E9;
  padding: 10px 15px;
  gap: 10px;
  border-radius: 10px;
}
.author-container{
  display: flex;
  border: 2px solid #EF7B7B;
  padding: 20px 24px;
  gap: 10px;
  border-radius: 10px;
}
.author p{
  padding: 0;
  margin: 0;
}
.author-name .name{
  color: #1F1F1F;
  font-size: 20px;
  font-weight: 700;
}
.author-name span{
  font-size: 14px;
  color: #4D4D4D;
}
.author-name{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.author-block .author-img{
  border-radius: 50px;
}
.author-info-block{
  border-left: 2px solid #EF7B7B;
  padding-left: 10px;
  width: 100%;
}
.author-info-block .general-ul {
  background-color: transparent;
}
.author-info-block p{
  font-size: 18px;
  color: #4D4D4D;
  background-color: transparent;
}
@media(max-width:850px){
  .author-container{
    flex-direction: column;
  }
  .author-info-block{
    border-left: none;
    border-top: 2px solid #EF7B7B;
    padding: 10px 0 0 0;
  }
}
@media(max-width:600px){
  .author-info-block p{
    font-size: 16px;
  }
}

/* footer */
.footer-navigation-wrapper {
  display: grid;
  grid-template-columns: 170px auto auto auto;
  gap: 20px;
  padding: 0 24px 20px;
}
.footer-navigation-wrapper p {
  background-color: transparent;
}
.footer-logo img {
  width: 170px;
  height: 54px;
}
.footer-icon {
  display: flex;
  gap: 5px;
}
.footer-about-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-about-block p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 21px;
}
.footer-about-text {
  display: flex;
}
.footer-info-block a,
.footer-menu-block a {
  color: #333333;
  font-size: 16px;
  line-height: 21px;
}
.footer-info-block ul,
.footer-menu-block ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-navigation-wrapper .footer-info-title {
  color: #000000;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
}
@media(max-width:1250px) {
  .footer-navigation-wrapper {
    grid-template-columns: 170px auto auto;
    justify-items: center;
    gap: 20px;
  }
  .footer-icon {
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-about-block {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .footer-logo img {
    width: 163px;
  }
}
@media(max-width:700px){
  .footer-navigation-wrapper{
    grid-template-columns: 1fr;
    justify-items: start; 
  }
  .footer-about-block {
    grid-column: 1;
  }
}