*,
*::after,
*::before {
  box-sizing: inherit;
}
ul,
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
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%;
}
.content-block {
  padding: 0 10px;
}
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;
  min-height: 90vh;
}
#scrollToTop.scrollToTop {
  position: fixed;
}
.logo-controls {
  display: none;
}
@media (max-width: 1250px) {
  #fix-button.footer-block-btn {
    display: flex;
  }
  footer.footer {
    padding-bottom: 100px;
  }
}
.errorPage {
  height: 100vh;
  background: #eee;
}
.errorPageInner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  justify-content: center;
  padding: 0 20px;
}
.errorPageInner .logo img {
  max-height: 60px;
  width: auto;
}
.errorPageInner span {
  font-size: 120px;
  line-height: 120px;
  font-weight: 700;
  font-family: Verdana, sans-serif;
}
.errorPageInner h1 {
  font-size: 50px;
  line-height: 70px;
  font-family: Verdana, sans-serif;
  text-align: center;
}
.errorPageInner .errorLink a {
  background: rgba(243, 77, 104, 1);
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  border-radius: 50px;
  padding: 20px 50px;
  font-family: Verdana, sans-serif;
  transition: 0.4s;
}
.errorPageInner .errorLink a:hover {
  background: rgba(78, 22, 63, 1);
}
.burger {
  display: none;
  position: relative;
}
.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: #d4e8ba;
  width: 90%;
  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,
.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 screen and (max-width: 1250px) {
  .header .header-inner .header-inner__menu {
    display: none;
  }
  /* .burger {
    display: block;
  } */
}

.header1 {
  height: 80px;
  background: #d4e8ba;
  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: 167px;
  height: 55px;
}

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

.header-inner__menu--1 a {
  color: #fff;
}

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

.btn-reg--1 {
  color: #2f2409;
  background: #e8b00b;
  border-radius: 8px;
  padding: 10px 28px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-transform: inherit;
}

.btn-log--1 {
  color: #2f2409;
  background: transparent;
  border: 1px solid #2f2409;
  border-radius: 8px;
  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;
  }
  .btn-reg--1 {
    display: none;
  }
}

.footer--4 {
  padding: 20px 0;
  background: #d4e8ba;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.copy--4 {
  background: transparent;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.components .copy__text--4 {
  color: #2f2409;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.copy__copyright--4 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1250px) {
  .footer--4 {
    padding: 20px 0;
  }
  .copy--4 {
    gap: 8px;
  }
  .components .copy__text--4 {
    font-size: 14px;
  }
  .copy__copyright--4 {
    font-size: 12px;
  }
}

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

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

.buttons.buttons--2 button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fix-btn-reg--2 {
  padding: 12px 24px;
  border-radius: 8px;
  border: 1px solid transparent;
  color: #2f2409;
  background: #e8b00b;
  font-size: 18px;
  line-height: 17px;
  font-weight: 700;
  width: 100%;
  max-width: 250px;
}

.fix-btn-log--2 {
  padding: 12px 24px;
  border-radius: 8px;
  border: 1px solid #2f2409;
  background: transparent;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #2f2409;
}

.content-block {
  max-width: 1250px;
  margin: 0 auto;
}
.components {
  background: #fbf9f9;
  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: #2f2409;
  background: #e8b00b;
  box-shadow: 0px 0px 12px 0px rgba(11, 54, 0, 0.16);
  border-radius: 8px;
  padding: 16px 34px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

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

.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: #e8b00b;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 6px;
  top: 6px;
  position: absolute;
  content: no-open-quote;
}

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

.general-ol-li::before {
  background: #e8b00b;
  color: #2f2409;
  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: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.general-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}

.general-thead .general-tr {
  background: rgba(0, 0, 0, 0);
  color: #000;
}

.general-tr {
  background: rgba(0, 0, 0, 0);
}

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

.general-td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 10px;
  color: #000;
}

.general-th {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 10px;
  background: #06474b;
  color: #fff;
}

.faq-item {
  background: #e8b00b;
  border: none;
  border-radius: 6px;
  padding: 20px 0px 20px 20px;
  position: relative;
  margin: 0 auto 20px;
  transition: 0.4s;
}

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

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

.icon {
  height: 20px;
  position: absolute;
  width: 20px;
  right: 16px;
  top: 23px;
  z-index: 2;
}

.icon:before {
  background: #2f2409;
  content: no-open-quote;
  height: 4px;
  right: 0;
  top: 8px;
  width: 18px;
  transition: transform 0.4s;
  position: absolute;
}

.icon:after {
  background: #2f2409;
  content: no-open-quote;
  height: 4px;
  right: 0;
  top: 8px;
  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-right: 20px;
  padding-top: 12px;
}

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

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

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

.scrollToTop {
  background: #F5D061;
  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: #2f2409;
  width: 50%;
  height: 50%;
}

@media (max-width: 1250px) {
  .general-table-wrapper {
    overflow: auto;
  }
  .header-inner--1 {
    justify-content: space-between;
  }
}

.components {
  font-family: 'Tahoma', 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;
}

.reviewCasinos,
.popularGames,
.bonusesBlock {
  margin-top: 16px;
  margin-bottom: 40px;
}
.reviewCasinos__date {
  font-family: 'Verdana';
  font-weight: 700;
  font-size: 14px;
  line-height: 110%;
  color: #000000;
  padding: 12px 20px;
  background: #fffcf2;
  border: 1px solid #efcb65;
  border-radius: 1000px;
  display: inline-block;
}
.reviewCasinos__title {
  margin-bottom: 24px;
}
.reviewCasinos__title h2 {
  font-family: 'Verdana';
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
  color: #2f2409;
  text-align: center;
}
.reviewCasinos__description {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.reviewCasinos__description img {
  width: 594px;
  height: 221px;
  object-fit: cover;
  border-radius: 12px;
}
.reviewCasinos__list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
}
.reviewCasinos__item,
.popularGames__item,
.bonusesBlock__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 20px;
  gap: 16px;
  background: #fffcf2;
  border: 1px solid #e8b00b;
  border-radius: 12px;
}
.popularGames__item,
.bonusesBlock__item {
  align-items: center;
}
.popularGames__item:not(:last-child),
.bonusesBlock__item:not(:last-child) {
  margin-bottom: 16px;
}
.reviewCasinos__item-left {
  width: 70%;
}
.popularGames__item-left,
.bonusesBlock__item-left {
  width: 90%;
}
.popularGames__item-left p.mb,
.bonusesBlock__item-left p.mb {
  margin-bottom: 16px;
}
.reviewCasinos__item-left h3,
.popularGames__item-left h3,
.bonusesBlock__item-left h3 {
  font-family: 'Verdana';
  font-weight: 700;
  font-size: 22px;
  line-height: 110%;
  color: #2f2409;
  margin-bottom: 16px;
}
.reviewCasinos__item-left-title img,
.popularGames__item-left-title img,
.bonusesBlock__item-left-title img {
  display: none;
}

.registrationProcess {
  margin-top: 24px;
  margin-bottom: 40px;
}
.registrationProcess__item {
  display: flex;
  gap: 24px;
}
.registrationProcess__item-left {
  width: 100%;
}
.registrationProcess__item-left img {
  width: 400px;
  height: 476px;
  object-fit: cover;
  border-radius: 12px;
}
.registrationProcess__item-right-description {
  font-family: 'Tahoma';
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 16px;
}
.registrationProcess__item-right ul {
  counter-reset: counter-ol;
}
.registrationProcess__item-right ul li {
  position: relative;
  padding: 12px 24px;
  background: #fffcf2;
  border: 1px solid #e8b00b;
  border-radius: 12px;
  counter-increment: counter-ol;
}
.registrationProcess__item-right ul li::before {
  position: absolute;
  content: counter(counter-ol);
  width: 32px;
  height: 32px;
  left: -15px;
  top: 30%;
  background: #e8b00b;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Tahoma';
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
.registrationProcess__item-right ul li:not(:last-child) {
  margin-bottom: 16px;
}
.registrationProcess__item-right ul li span {
  font-weight: 700;
}

@media (max-width: 1250px) {
  .reviewCasinos__description {
    flex-direction: column;
    align-items: center;
  }
  .reviewCasinos__list {
    grid-template-columns: 1fr;
  }
  .reviewCasinos__item-right,
  .popularGames__item-right,
  .bonusesBlock__item-right {
    display: none;
  }
  .reviewCasinos__item-left,
  .popularGames__item-left,
  .bonusesBlock__item-left {
    width: 100%;
  }
  .reviewCasinos__item-left-title,
  .popularGames__item-left-title,
  .bonusesBlock__item-left-title {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .reviewCasinos__item-left-title img,
  .popularGames__item-left-title img,
  .bonusesBlock__item-left-title img {
    display: block;
    width: 52px;
    height: 52px;
    object-fit: contain;
  }
  .reviewCasinos__item-left h3,
  .popularGames__item-left h3,
  .bonusesBlock__item-left h3 {
    font-size: 18px;
  }
  .registrationProcess__item-left {
    width: auto;
  }
  .registrationProcess__item {
    flex-direction: column;
    align-items: center;
  }
  .registrationProcess__item-right ul li {
    margin-left: 13px;
  }
}


/* Banner */
.banner__about-casinos{
  position: relative;
  background-color: #D4E8BA;
  padding: 32px ;
  border-radius: 10px;
  margin-top: 39px;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.banner__about-casinos h1{
  text-align: left;
  margin-bottom: 12px;
}
.banner__about-casinos p{
  max-width: 759px;
  margin-bottom: 0;
}
.banner-img{
  width: 303px;
  height: 273px;
  position: absolute;
  bottom: 5%;
  right: 4%;
}

@media(max-width:1200px){
  .banner__about-casinos p,
  .banner__about-casinos h1{
    width: 65%;
  }
}
@media(max-width:950px){
  .banner__about-casinos{
    margin-top: 40px ;
  }
  .banner__about-casinos p,
  .banner__about-casinos h1{
    width: 100%;
  }
  .banner-img{
    width: 180px;
    height: 162px;
    right: calc((100% - 180px) / 2);
    top: -55px;
  }
  .banner__about-casinos h1{
    padding: 70px 0 0  0;
  }
}



.casinos {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
}

.casino2 {
  background: #fffcf2;
  border-radius: 10px;
  padding: 20px;
  display: grid;
  grid-template-columns: 160px minmax(150px, 15%) minmax(200px, 25%) minmax(200px, 320px) auto;
  justify-items: center;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
  box-sizing: border-box;
  overflow: hidden;
  border: 16px solid #e8b00b;
}

.casino2 .img {
  width: 100%;
  max-width: 160px;
  height: auto;
  box-sizing: border-box;
}

.casino2 .img img {
  width: 100%;
  max-width: 160px;
  height: auto;
  display: block;
}

.casino2 .rating {
  display: flex;
  flex-direction: column;
  min-width: 0; /* Разрешаем сжатие */
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}

.casino2 .rating .title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}

.casino2 .rating .rating-info {
  display: flex;
  align-items: center;
  width: 100%;
}

.casino2 .rating .rating-info img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  flex-shrink: 0;
}

.casino2 .rating .rating-info span {
  font-size: 14px;
  color: #000;
  white-space: nowrap;
}

.casino2 .bonus {
  width: 100%;
  border-right: 1px solid #FFFFFF40;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 10px;
}

.casino2 .bonus p {
  font-weight: bold;
  color: #000;
  margin: 0;
  padding-bottom: 0;
}

.casino2 .info {
  width: 100%;
  box-sizing: border-box;
}

.casino2 .info li {
  font-size: 14px;
  color: #000;
  margin: 5px 0;
  position: relative;
  padding-left: 20px;
  width: 100%;
  padding-bottom: 0;
}

.casino2 .info li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background: #06474b;
  border-radius: 50%;
}

.casino2 .button {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.casino2 .button button {
  background-color: #06474b;
  color: #fff;
  border-radius: 8px;
  padding: 20px 44px;
  font-size: 16px;
  cursor: pointer;
  width: auto;
  max-width: 100%;
  transition: 0.3s;
  height: auto;
  white-space: nowrap;
  opacity: 1;
  font-weight: 700;
}

.casino2 .button button:hover {
  opacity: .8;
}

@media (max-width: 1180px) {
  .casino2 {
    grid-template-columns: 160px auto 320px;
  }
  .casino2 .info {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .casino2 .button {
    grid-column-start: 3;
    grid-column-end: 4;
  }
  .casino2 .rating .rating-info {
    justify-content: center;
  }
  .casino2 .rating {
    align-items: center;
  }
}
@media (max-width: 800px) {
  .casino2 {
    grid-template-columns: minmax(160px, 50%) auto;
  }
  .casino2 .bonus,
  .casino2 .info,
  .casino2 .button {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .casino2 .bonus {
    height: auto;
  }
  .casino2 .info ul {
    max-width: 350px;
    margin: 0 auto;
  }
}
@media (max-width: 360px) {
  .casino2 {
    grid-template-columns: minmax(120px, 50%) auto;
  }
}




/* Author */
.author-banner {
  border: 2px solid #316D3B;
  background: #fffcf2;
  border-radius: 20px;
  margin-top: 20px;
  padding: 32px;
  margin-bottom: 20px;
}
.author-meta {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 10px;
}
.author-photo {
  border-radius: 50%;
  border: 2px solid #316D3B;
  width: 64px;
  height: 64px;
}
.author-identity {
  flex-grow: 1;
  display: flex;
  gap: 16px;
  align-items: center;
}
.author-name {
  font-weight: 700;
  font-size: 24px;
}
.author-role {
  color: #316D3B;
  font-size: 16px;
  margin: 3px 0 0;
}
.author-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
}
.author-badges span{
  color: #316D3B;
  font-size: 18px;
}
.img-author-badges{
  width: 38px;
  height: 38px;
}
.badges{
  display: flex;
  align-items: center;
  gap: 10px;
}
.author-content p {
  margin-bottom: 12px;
}
.author-date {
  color: #316D3B;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 1250px) {
  .author-banner {
    padding: 16px;
  }
}




.quote{
  border: 2px solid #5F5F5F;
  padding: 32px 24px;
  margin-bottom: 20px;
  border-radius: 12px;
  background: #fffcf2;
}



.pm__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 24px;
    padding-bottom: 24px;
    margin-top: 20px;
}
.pm__item {
    background: #fffcf2;
    padding: 24px;
    border-radius: 8px;
}
.pm__headings {
    padding: 14px;
    border-radius: 8px;
}
.pm__headings span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}
.pm__item_plus .pm__headings {
    background: #06474b;
}
.pm__item_minus .pm__headings {
    background: #e8b00b;
}
.pm__container ul {
    padding-top: 24px;
}
.pm__container ul li {
    position: relative;
    padding-left: 24px;
    padding-bottom: 8px;
}
.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.png)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.png)no-repeat;
    background-size: cover;
}

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

.sectionOpen {
  background: #e6f4d5;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 24px;
}