* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Libre';
  }
    @font-face {
  font-family: 'Libre'; 
  src: url(/fonts/Libre.woff2); 
  font-display: swap;
  }
  
  
  html body {
    overflow-x: hidden;
    position: relative;
    background: #FFF9ED;
  }
  
  .content {
    padding-bottom: 58px;
  }
  button {
    background: none;
    box-shadow: none;
    border: none;
  }
 

  p {
    padding-bottom: 24px;
    padding-top: 24px;
  }
  
  .wrapper,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .general-table-wrapper,
  figcaption,
  ol,
  ul,
  .faq-container,
  main figure,
  .quotation,
  .author_block,
  .bonuses,
.sports-wrapper,
.pm__container
  {
    width: 96%;
    max-width: 1400px;
    margin: 0 auto;
  }

  .section {
    width: 100%;
    border-radius: 0;
  }




.quotation p,
.quotation h2,
.quotation h3
 {
 width: 100%;
  }




  .firstScreenText h1,
  .firstScreenText p,
  .faq-container .faq-question,
  .faq-container .faq-answer,
  .paymentCard .general-table-wrapper {
	  width: 100%;
	  padding-bottom: 0;
    padding-top: 0;
  }
  
  p,
  a,
  span,
  b,
  i,
  figcaption,
  li {
    color: rgba(51, 51, 51, 1);
  }
  
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: rgba(51, 51, 51, 1);
  }
  
  p,
  span,
  li,
  a,
  b,
  i,
  .general-table .general-td,
  .general-table thead tr th,
  .casinoCardItem td {
    font-size: 20px;
    line-height: 28px;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: left;
  } 
  
  h1 {
    font-size: 48px;
    line-height: 58px;
	padding-bottom: 32px;
    color: #FFDF8D;

  }
  
  h2 {
    font-size: 38px;
    line-height: 46px;
    padding-top: 32px;
	padding-bottom: 24px;
  }
  
  h3 {
    font-size: 30px;
    line-height: 36px;
    padding-top: 28px;
	padding-bottom: 22px;
  }
  
  h4 {
    font-size: 24px;
    line-height: 32px;
    padding-top: 24px;
	padding-bottom: 20px;
  }
  
  
  a {
    text-decoration: none;
    transition: .3s;
  }
  
  input,
  button {
    border: none;
    box-shadow: none;
    transition: .3s;
  }
  
  button {
    cursor: pointer;
  }
  
  input {
    outline: none;
  }
  
  img {
    display: block;
    max-width: 100%;
  }
  ul.general-ul li,
  ol.general-ol li {
    list-style: none;
  }
  ul.general-ul {
    padding-left: 20px;
  }
  ul.general-ul li {
    list-style: none;
    padding-left: 16px;
    position: relative;
    margin-bottom: 12px;
  }
  ul.general-ul li:last-child {
    margin-bottom: 0;
  }
  ul.general-ul li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 4px;
    height: 4px;
    background: rgba(125, 107, 143, 1);
    border-radius: 50%;
  }
  ol.general-ol {
    counter-reset: counter-ol;
    padding-left: 20px;
  }
  ol.general-ol li {
    position: relative;
    counter-increment: counter-ol;
    padding-left: 16px;
    margin-left: 20px;
  }
  ol.general-ol li:before {
    position: absolute;
    content: counter(counter-ol) '.';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: rgba(51, 51, 51, 1);
    border-radius: 50%;
    top: 4px;
    left: -20px;
    font-size: 15px;
  }
  
  .buttonBlock,
  ul.general-ul,
  ol.general-ol,
  .general-table-wrapper,
  .faq-container {
    padding-bottom: 32px;
  }

  @media (max-width: 1279px) {
    .firstScreenText h1,
    .firstScreenText p,
	.faq-container .faq-question,
	.faq-container .faq-answer,
	.paymentCard .general-table-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}
  
  
  @media(max-width: 1279px) {
	.wrapper,
	p,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	.general-table-wrapper,
	figcaption,
	ol.general-0l,
	ul.general-ul,
	.faq-container,
	main figure {
		width: 100%;
        max-width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

    .quotation p,
    .quotation h2,
    .quotation h3,
    .author_block p {
      padding-left: 0;
      padding-right: 0;
    }

    .quotation,
    .author_block,
    .bonuses,
    .sports-wrapper {
      width: calc(100% - 48px);
    }
  }
  
  @media(max-width: 599px) {
  
    
    p {
        padding-bottom: 20px;
        padding-top: 18px;
    }
  
    p,
    span,
    li,
    a,
    .general-table .general-td,
    .general-table thead tr th,
	.casinoCardItem  table td {
        font-size: 17px;
        line-height: 24px;
    }
  
	.wrapper,
	p,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	.general-table-wrapper,
	figcaption,
	ol.general-ol,
	ul.general-ul,
	.faq-container,
	main figure {
        padding-left: 20px;
        padding-right: 20px;
    }
  

    .quotation,
    .author_block,
     .bonuses,
     .sports-wrapper {
      width: calc(100% - 40px);
    }

   h1 {
    font-size: 32px;
    line-height: 42px;
	padding-top: 0px;
	padding-bottom: 28px;
  }
  
  h2 {
    font-size: 28px;
    line-height: 40px;
    padding-top: 28px;
	padding-bottom: 20px;
  }
  
  h3 {
    font-size: 22px;
    line-height: 28px;
    padding-top: 20px;
	padding-bottom: 24px;
  }
  
  h4 {
    font-size: 20px;
    line-height: 24px;
    padding-top: 20px;
	padding-bottom: 18px;
  }
  
    .summary h2,
    .step h3,
    .greyBackground h2 {
      width: 100%;
      word-wrap: break-word;
    }
  
    .buttonBlock,
    ul.general-ul,
    ol.general-ol,
    .general-table-wrapper,
    .faq-container {
      padding-bottom: 24px;
    }


  
    .content {
      padding-bottom: 8px;
    }
  
    ol.general-ol li:before {
      top: -1px;
    }
    ul.general-ul li::before {
      top: 12px;
    }
  
  }

.firstScreen p {
  color: #fff;
}


.header {
	background: rgba(239, 239, 239, 0.25);
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
    box-shadow: 0px 4px 4px 0px rgba(37, 38, 37, 0.15);
}

.header.fixed {
	background: #FDEDD6;
}

.header .headerInner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.header .logo__container {
  display: flex;
  align-items: center;
  position: relative;
}
.header .logo__container button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header .headerInner .menu {
    display: flex;
    height: 100%;
}

.header .headerInner .menu a {
    color: rgba(51, 51, 51, 1);
    height: 100%;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
}
.header .headerInner .menu a.active {
  background: rgba(216, 240, 255, 0.8);
}

.header .headerInner .menu a:hover {
    background:rgba(226, 240, 255, 0.9);
}

.header .headerInner .header__dropdown {
	display: none
}

.headerButtons {
    display: flex;
    gap: 0 16px;
}
.headerButtons button {
    padding: 12px 32px;
    border-radius: 100px;
    transition: 0.4s;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.headerButtons .btn-demo {
    background: rgba(255, 234, 0, 1);
}
.headerButtons .btn-demo:hover {
    background: rgba(255, 212, 38, 1);
}
.headerButtons .btn-play {
    background: #FFDF8D;
}
.headerButtons .btn-play:hover {
    background: #c19f49;
}


.burger {
  display: none;
  position: relative;
}

.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: rgba(216, 240, 255, 1);
  min-height: 100vh;
  padding: 10px;
  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;
  justify-content: center;
  margin-bottom: 55px;
  margin-top: 20px;
}

.mobileMenu .mobileMenuLinks {
  display: flex;
  flex-direction: column;
  gap: 26px 0;
  margin-top: 40px;
}

.mobileMenu .mobileMenuLinks a {
  color: #333;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

.mobileMenu .mobileMenuLinks a.active {
  color: rgba(255, 71, 191, 1);
}

.mobileMenu .mobileMenuLinks a:hover {
  text-decoration: none;
}

.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: 1279px) {
  /* .burger {
    display: block;
  } */
  .header .headerInner .menu,
  .headerButtons {
    display: none;
  }
  .header {
    height: 60px;
  }
}


.firstScreen {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(/banner-img.webp)no-repeat;
    background-size: cover;
    padding-top: 112px;
    padding-bottom: 80px;
}
.firstScreenInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.firstScreenText {
    max-width: 950px;
}
.firstScreenText p {
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 24px;
}
.firstScreenText button {
    border-radius: 100px;
    padding: 12px 32px;
    background: #298FE3;
    box-shadow: 0px 0px 12px 4px #298fe38a;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    transition: 0.3s;
}
.firstScreenText button:hover {
    background: #1e67a3;
}
.firstScreenImg img {
    width: 481px;
    height: 214px;
}
@media screen and (max-width: 1279px) {
  .firstScreenInner {
    flex-direction: column;
  }
  .firstScreenImg {
    order: -1;
  }
  .firstScreenImg img {
    width: 254px;
    height: 113px;
  }
  .firstScreen {
    padding-top: 76px;
    padding-bottom: 0;
  }
  .firstScreenText {
    background: #44444480;
    border-radius: 12px 12px 0 0;
    margin-top: 12px;
    padding: 20px 12px 28px 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .firstScreenText h1 {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
  }
  .firstScreenText p {
    text-align: center;
  }
}

/* --- Table --- */
.general-table {
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.general-table .general-tr:nth-child(1n) .general-td  {
    background: rgba(255, 238, 191, 1);
}
.general-table .general-tr:nth-child(2n) .general-td {
    background: rgba(255, 246, 221, 1);
}
  .general-table .general-tr {
     border:1px solid #fff; 
  }
  .general-table .general-td {
    padding: 12px 12px;
    text-align: center;
    border-right:1px solid #fff;
  }
  .general-table thead tr th {
    color: rgba(254, 251, 255, 1);
    font-weight: bold;
    background: rgba(215, 148, 255, 1);
    padding: 12px 12px;
    text-align: center;

  }
  .general-table thead tr th:nth-child(1){
    border-radius: 12px 0px 0 0;
  }
  .general-table thead tr th:last-child{
    border-radius: 0px 12px 0 0;
  }
  .general-td.mark {
	color: rgba(61, 135, 122, 1);
	font-weight: bold;
	text-transform: uppercase;
  }
  
  @media(max-width: 1279px) {
    .general-table-wrapper {
      overflow: scroll;
    }
  }


.faq-container .faq-item {
	margin: 0 auto;
	position: relative;
	min-height: 54px;
	margin-bottom: 20px;
	background-color: #FDEDD6;
	z-index: 5;
	border-radius: 12px;
	transition: all .4s ease;
	border: none;
	padding: 20px 0px 20px 20px;
}

.faq-container .faq-question {
	position: relative;
	padding-top: 0;
	font-size: 24px;
	padding-right: 42px;
}

.faq-container .faq-answer {
	height: 0;
	overflow: hidden;
	z-index: -1;
	position: relative;
	opacity: 0;
}

.faq-container .icon {
	height: 20px;
	position: absolute;
	width: 20px;
	right: 16px;
	top: 26px;
	z-index: 2
}

.faq-container .icon::before,
.faq-container .icon::after {
	background: #FDB448;
	content: "";
	height: 4px;
	width: 20px;
	position: absolute;
	right: 0;
	top: 8px;
	transition: transform .4s ease;
}


.faq-container .toggle {
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	z-index: 3;
	left: 0;
}

.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: #FDB448;
}

.faq-container .toggle:checked~.faq-question {
	color: rgba(61, 55, 53, 1);
}

.faq-container .toggle:checked~.faq-answer {
	color: rgba(61, 55, 53, 1);
	padding-top: 12px;
	padding-right: 20px;
}

.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
}

@media(max-width: 599px) {
	.faq-container .faq-question {
		font-size:20px;
	}
}


.general-image {
  display: block;
  border-radius: 15px;
  max-height: 500px;
  width: auto;
  height: auto;
  margin: 0 auto 10px auto;
}


.footer {
  background: #FFE9B4;
  padding: 32px 32px;
}
.footerInner .copyright {
  display: block;
  text-align: center;
  color: rgba(51, 51, 51, 1);
}
.footer .scrollTop {
	background: #FDB448;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 80px;
	right: 30px;
	opacity: 0;
	cursor: pointer;
	border-radius: 50%;
	z-index: 5
}

.footer .scrollTop.pam_content {
	opacity: 1
}

.footer-block-btn {
  display: none;
}
.footer-block-btn .buttons {
  display: flex;
  padding: 12px 10px;
  gap: 0 20px;
  justify-content: center;
}

.footer-block-btn .buttons button {
    padding: 12px 0px;
    border-radius: 100px;
    transition: 0.4s;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 120px;
}
.footer-block-btn .buttons .btn-demo {
    background: rgba(79, 242, 152, 1);
}
.footer-block-btn .buttons .btn-play {
    background: rgba(255, 234, 0, 1);
}

@media screen and (max-width: 1279px) {
  .footer-block-btn {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(217, 242, 255, 1);
    z-index: 5;
  }
  .footer {
    padding: 32px 32px 100px 32px;
  }
}


.casinos {
  margin: 0 auto;
  gap: 24px;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  margin-top: 24px;
}

.casinos-wrapper {
  background: #FFDF8D;
  border-radius: 10px;
  width: 100%;
  max-width: 1400px;
  padding: 20px 24px;
}

.casino {
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px;
  display: grid;
  grid-template-columns: 200px auto 450px 120px;
  align-items: center;
  gap: 20px 20px;
  margin-bottom: 20px;
}

.casino .img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 160px;
  height: 66px;
}

.casino .img .img_img {
  width: 160px;
  height: 66px;
  border-radius: 4px;
}

.casino .rating {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: flex-start;
  flex-direction: column;
}
.casino .rating .title {
  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-weight: 400;
  line-height: 16px;
  padding-left: 5px;
  font-size: 16px;
}
.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 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.casino .bonus span {
  font-weight: 400;
  line-height: 13.2px;
  text-align: left;
  color: #333;
  display: block;
  font-size: 15px;
}

.casino .bonus p {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  color: #000;
  padding-top: 8px;
  margin: 0;
  padding-bottom: 0;
  text-align: center;
}

.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: 18px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  background: #298FE3;
  color: #fff;
  border-radius: 100px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: none;
  padding: 14px 32px;
  cursor: pointer;
  transition: 0.4s;
  text-align: center;
}


.casino .button button:hover {
  opacity: 0.8;
}

.more-info {
  display: grid;
  grid-template-columns: 50% 25% auto;
  gap: 20px 20px;
}
.more-info .info-deposit {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  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: 20px;
}
.more-info .min-dep .more-info-title,
.more-info .max-dep .more-info-title {
  font-weight: 700;
  line-height: 16px;
  text-align: left;
  color: #000;
  margin: 0;
  padding-bottom: 8px;
  width: 100%;
  font-size: 14px;
  padding-top: 0;
}

.more-info .min-dep span,
.more-info .max-dep span {
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #000;
}

.more-info .info-deposit .more-info-title {
  font-weight: 700;
  line-height: 16px;
  text-align: left;
  color: #000;
  margin: 0;
  padding-bottom: 8px;
  font-size: 14px;
  padding-top: 0;
}
.more-info .info-deposit span {
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  color: #000;
}

@media (max-width: 1279px) {
  .casino {
    grid-template-columns: 50% 50%;
    padding: 16px 16px 16px 16px;
    gap: 24px 14px;
  }
  .casino .bonus p {
    max-width: unset;
  }

  .casino .bonus {
    padding-left: 0;
  }

  .casino .button {
    margin: 0 auto;
    justify-content: flex-start;
  }
  .more-info .min-dep .more-info-title, 
  .more-info .max-dep .more-info-title,
  .more-info .info-deposit .more-info-title {
    padding-left: 0px;
    padding-right: 0px;
  }
  .casino .img img {
    margin: 0 auto;
  }
}
@media (max-width: 1000px) {
  .more-info {
    grid-template-columns: 1fr 1fr;
  }
  .more-info .info-deposit {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .more-info .info-deposit,
   .more-info .min-dep, 
   .more-info .max-dep {
    padding: 16px 16px;
  }
  .casino .bonus,
  .casino .button {
    grid-column-start: 1;
    grid-column-end: 3;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 500px) {

  .casino .rating {
    align-items: center;
  }


  .casino .img img {
    max-width: 100%;
    height: auto;
  }
  .casino {
    grid-template-columns: 100px auto;
  }
  .casino .rating .license {
    align-items: flex-start;
  }
  .casino .rating span {
    font-size: 14px;
  }
  .more-info .min-dep, .more-info .max-dep {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .casinos-wrapper {
    padding: 16px 16px;
  }
   .casino {
    margin-bottom: 16px;
   }
   .more-info {
    gap: 16px;
   }
}




.banner-block .table-wrap img {
  height: auto;
}
.banner-block {
  padding: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: fit-content;
}

.banner .banner-img {
  width: 100%;
  height: auto;
}

.banner-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}

.banner-caption {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
}


.section {
  background: #FFE9B4;
  padding: 14px 0;
  margin-bottom: 20px;
}

.section-2 {
  background: #FDEDD6;
  margin-bottom: 20px;
}

.author_block {
  background: #FFF9ED;
  border-radius: 12px;
  padding: 24px 24px 2px 24px;
  margin-bottom: 20px;
}
.author_block_top {
  display: flex; 
  justify-content: flex-start;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
}
.author_block_top img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #FFDF8D;
}
.author_text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.author_text .author_name {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
}
.author_text .author_description {
  font-size: 16px;
  line-height: 20px;
  color: rgba(132, 144, 147, 1);
}
.author_block p {
  width: 100%;
  padding-top: 0;
}

.quotation {
  border: 2px solid #298FE3;
  border-radius: 12px;
  margin-bottom: 24px;
  padding: 32px 24px;
  position: relative;
}
.quotation p {
  padding-bottom: 20px;
  padding-top: 0;
}
.quotation:before {
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
  top:-14px;
  left: 64px;
  background: url(/quote.svg)no-repeat;
  background-size: cover;
}
.quotation_author {
  display: flex;
  flex-direction: column;
}
.quotation_author .author_name {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
}
.quotation_author .author_description {
  font-size: 16px;
  line-height: 20px;
  color: rgba(132, 144, 147, 1);
}


.sports-wrapper {
display: grid;
grid-template-columns: repeat(4, 1fr); 
grid-template-rows: repeat(2, auto); 
gap: 20px; 
margin-bottom: 20px;
}

.bonuses {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; 
  justify-items: center; 
}


.sport-items {
  background: #FFF9ED;
  padding: 24px 16px;
  border: 1px solid #C8C8C8;
  border-radius: 12px;
}

.bonus-items {
  background: #FFF9ED;
  padding: 24px 16px;
  border: 1px solid #C8C8C8;
  min-height: 156px; 
  border-radius: 12px;
}


.sport-items p, .bonus-items p {
  color: #1F1F1F;
  font-weight: 400;
  font-size: 16px; 
  margin-top: 12px;
  padding: 0;
}


.bonus-red p, .bonus-red .bonus-title span {
  color: #fff;
}


.sports-title, .bonus-title {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}

.sports-title span, .bonus-title span {
  color: #1F1F1F;
  font-weight: 700;
  font-size: 16px; 
}

.sports-title img {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 850px) {

.sports-wrapper {
  grid-template-columns: repeat(2, 1fr);
}
  
.bonuses {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; 
  justify-items: center; 
}
}


@media screen and (max-width: 550px) {
  .bonuses {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px; 
    justify-items: center; 
  }

  .sports-wrapper {
    grid-template-columns: repeat(1, 1fr); 
    grid-template-rows: repeat(4, auto); 
  }
  
}

.content404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 200px;
}

.content404 h1 {
  text-align: center;
  font-size: 58px;
}

.button404 {
  border-radius: 100px;
  padding: 12px 32px;
  background: #298FE3;
  box-shadow: 0px 0px 12px 4px #298fe38a;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  transition: 0.3s;
}

.pm__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 24px;
    padding-bottom: 24px;
    margin-top: 24px;
}
.pm__item {
    background: rgba(230, 207, 224, 1);
    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: rgba(143, 39, 110, 1);
}
.pm__item_minus .pm__headings {
    background: rgba(243, 137, 50, 1);
}
.pm__container ul {
    padding-top: 24px;
    list-style: none;
}
.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.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;
    }
}