* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Muli';
  }
    @font-face {
  font-family: 'Muli'; 
  src: url(fonts/Muli.woff2); 
  font-display: swap;
  }
  
  
  html body {
    overflow-x: hidden;
    position: relative;
    background: rgba(251, 251, 252, 1);
  }
  
  .content {
    padding-bottom: 58px;
  }
  .contentMain {
    padding-top: 96px;
  }

  p {
    padding-bottom: 24px;
  }
  
  .wrapper,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .general-table-wrapper,
  figcaption,
  ol,
  ul,
  .faq-container,
  main figure
  {
    width: 96%;
    max-width: 1400px;
    margin: 0 auto;
  }

  .iconsOnline .item p,
  .licenseList .item p,
  .returnList .item p,
  .paymentCard p,
  .paymentCard h3,
  .testimonial p,
  .casinoCardItem p, 
  .plusMinusInner ul,
  .frame h3,
  .frame p,
  .faq-container .faq-question,
  .faq-container .faq-answer,
  .paymentCard .general-table-wrapper {
	  width: 100%;
	  padding-bottom: 0;
  }
  
  p,
  a,
  span,
  b,
  i,
  figcaption,
  li {
    color: rgba(61, 55, 53, 1);
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: rgba(61, 55, 53, 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-top: 24px;
	padding-bottom: 32px;
  }
  
  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: 16px;
    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(125, 107, 143, 1);
    border-radius: 50%;
    top: 4px;
    left: -20px;
  }
  
  .buttonBlock,
  ul.general-ul,
  ol.general-ol,
  .general-table-wrapper,
  .faq-container {
    padding-bottom: 32px;
  }

  @media (max-width: 1279px) {
    .iconsOnline .item p,
	.licenseList .item p,
	.returnList .item p,
	.paymentCard p,
	.paymentCard h3,
	.testimonial p,
	.casinoCardItem p, 
    .plusMinusInner ul,
	.frame h3,
	.frame 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;
    }
  }
  
  @media(max-width: 599px) {
  
    
    p {
        padding-bottom: 20px;
    }
  
    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;
    }
  
   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;
    }
  
  }

.header {
	background: rgba(251, 251, 252, 1);
	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 .headerInner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.header .headerInner .menu {
    display: flex;
    gap: 0 20px;
}

.header .headerInner .menu a {
    color: rgba(61, 55, 53, 1);
	font-size: 15px;
}

.header .headerInner .menu a:hover {
    color:rgba(231, 85, 67, 1)
}

.header .headerInner .header__dropdown {
	display: none
}

.header__burger {
	position: absolute;
	right: 20px;
	top: 34%;
	width: 30px;
	height: 30px;
	display: none;
	cursor: pointer;
}

.header__burger span {
	height: 1.5px;
	transition: all .2s ease-in-out;
	position: relative
}

.header__burger span {
	width: 100%;
	background: rgba(231, 85, 67, 1);
}

header #toggle {
	display: none;
	width: 100%;
	height: 100%
}

header #toggle:checked+.header__burger {
	right: 20px;
	top: 15px
}

header #toggle:checked+.header__burger .top {
	transform: rotate(-45deg);
	margin-top: 22px
}

header #toggle:checked+.header__burger .meat {
	transform: rotate(45deg);
	margin-top: -2px
}

header #toggle:checked+.header__burger .bottom {
	transform: scale(0)
}

header #toggle:checked~.menu-list {
	padding-top: 20px;
	height: -moz-fit-content;
	height: fit-content;
	padding-bottom: 20px
}

header toggle:checked~.overlay {
	position: fixed;
	top: 200px;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #000;
	opacity: .8
}

@media (max-width: 1279px) {
    .header .headerInner .menu {
        display: none;
    }
	.header .headerInner .header__dropdown {
		display: block
	}

	.header__burger {
		display: grid;
		grid-template-rows: repeat(3, 1fr);
		justify-items: center
	}

	.header__burger:hover {
		cursor: pointer
	}
	.header__dropdown .menu-list {
		height: 0px;
		overflow: hidden;
		z-index: 3;
		width: 100vw;
		position: absolute;
		right: 0;
		top: 80px;
		transition: right .8s;
		background-color: rgba(231, 244, 242, 1);
		display: flex;
		flex-direction: column;
		gap: 12px;
		box-shadow: 0px 4px 4px 0px rgba(37, 38, 37, 0.15);
	}
	
	.header__dropdown .menu-list a {
		text-align: center;
	}
	
	.header__dropdown .menu-list a:hover {
		color:rgba(231, 85, 67, 1);
	}
	
	.header__dropdown .menu-list a.active {
		color:rgba(231, 85, 67, 1);
	}
}


.colorContent{
    background: rgba(231, 244, 242, 1);
}


.button-block {
	width: 100%;
	padding: 20px 20px;
}
.button-blockInner {
	display: flex;
	justify-content: center;
}
.button-blockInner button {
	background: rgba(61, 135, 122, 1);
	border-radius: 8px;
	color: #fff;
	padding: 16px 82px;
	font-weight: bold;
	font-size: 20px;
    line-height: 32px;
}
.button-blockInner button:hover {
	background: #157665;
}

@media (max-width: 599px) {
	.button-blockInner button {
		padding: 16px 0px;
		width: 100%;
		max-width:300px ;
	}
}

/* --- Table --- */
.general-table {
    border-collapse: collapse;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.general-table .general-tr:nth-child(1n) .general-td  {
    background: rgba(254, 251, 249, 1);
}
.general-table .general-tr:nth-child(2n) .general-td {
    background: rgba(242, 242, 242, 1);
}
  .general-table .general-tr {
     border:1px solid rgba(239, 142, 130, 1); 
  }
  .general-table .general-td {
    padding: 12px 12px;
    text-align: center;
    border-right:1px solid rgba(239, 142, 130, 1);
  }
  .general-table thead tr th {
    color: rgba(254, 251, 255, 1);
    font-weight: bold;
    background: rgba(231, 85, 67, 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;
    }
  }
  



.iconsOnline {
    display: flex;
    gap: 24px 24px;
    justify-content: center;
    padding-bottom: 32px;
    flex-wrap: wrap;
}
.iconsOnline .item {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    width: 280px;
    display: flex;
    padding: 12px 24px;
    border-radius: 12px;
    gap: 12px;
    align-items: center;
    background: rgba(251, 251, 252, 1);
}
.iconsOnline .item img {
    height: 58px;
    width: 58px;
}
.iconsOnline .item span {
    font-size: 16px;
    line-height: 24px;
    color: rgba(231, 85, 67, 1);
    text-decoration: underline;
}
.iconsOnline .item p {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    padding-bottom: 8px;
	width: 100%;
}

@media (max-width: 1279px) {
    .iconsOnline {
        gap: 12px 12px;
    }
    .iconsOnline .item {
        width: 48%;
        max-width: 280px;
    }
}

@media(max-width: 599px) {
    .iconsOnline .item {
        width: 100%;
        max-width: 100%;
    }
}

.bonusList {
	margin-bottom: 20px;
}
.bonusListInner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px 12px;
}
.bonusList .item {
	background: rgba(254, 251, 249, 1);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 12px;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
}
.bonusList .item img {
	width: 40px;
	height: 40px;
}

@media (max-width: 900px) {
	.bonusListInner {
		grid-template-columns: repeat(1, 1fr);
	}
}

.licenseList {
	margin-bottom: 20px;
}
.licenseListInner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px 12px;
}
.licenseList .item {
	background: rgba(254, 251, 249, 1);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 12px;
	display: flex;
	gap: 12px;
	padding: 16px 16px;
	flex-direction: column;
}
.licenseList .item span {
	font-weight: bold;
}
.licenseList .item p {
	padding-bottom: 0;
	width: 100%;
}
@media (max-width: 900px) {
	.licenseListInner {
		grid-template-columns: repeat(1, 1fr);
	}
}

.returnList {
	margin-bottom: 20px;
}
.returnListInner {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 12px 12px;
}
.returnList .item {
	background: rgba(254, 251, 249, 1);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 12px;
	display: flex;
	gap: 12px;
	padding: 16px 16px;
	flex-direction: column;
}
.returnList .item span {
	font-weight: bold;
}
.returnList .item p {
	padding-bottom: 0;
	width: 100%;
}


.general-ul.giftList li::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(/listgift.svg)no-repeat;
	background-size: cover;
}
.general-ul.giftList li {
	padding-left: 28px;
}


.paymentCard {
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 12px;
	padding: 16px;
}
.paymentCard h3,
.paymentCard p {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}
.paymentCardTitle {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 20px;
	margin-bottom: 20px;
}
@media (max-width: 599px) {
	.paymentCardTitle {
		flex-direction: column;
		justify-content: center;
		margin-bottom: 16px;
	}
	.paymentCardTitle img {
		order: -1;
		margin-bottom: 12px;
	}
}

.testimonial {
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 12px;
	padding: 16px;
	margin-bottom: 12px;
}
.testimonialTitle {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}
.testimonialTitle span {
	font-weight: bold;
}
.testimonialTitle .stars {
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	gap: 8px;
	padding: 8px 16px;
	border-radius: 100px;
}
.testimonialTitle .stars img {
	width: 16px;
	height: 16px;
}



main figure {
	margin: 0 auto;
	margin-bottom: 20px;
}
.general-image {
	display: block;
	border-radius: 15px;
	max-height: 500px;
	width: auto;
	height: auto;
	margin: 0 auto 10px auto
}

.general-image.vertical {
	max-height: 500px;
	max-width: 70%
}

.general-image.horizontal {
	max-width: 100%
}
figure span {
	height: 50%;
	width: 100%;
	position: absolute;
	left: 0;
	top: -50%
}

figcaption {
	color: #fff;
	font-size: 14px
}


.paymentCard {
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 12px;
	padding: 16px;
	background: rgba(254, 251, 249, 1);
	margin-bottom: 24px;
}
.paymentCard h3,
.paymentCard p {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}
.paymentCardTitle {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 20px;
	margin-bottom: 20px;
}
.paymentCard .general-table-wrapper {
	margin-top: 24px;
}
@media (max-width: 599px) {
	.paymentCardTitle {
		flex-direction: column;
		justify-content: center;
		margin-bottom: 16px;
	}
	.paymentCardTitle img {
		order: -1;
		margin-bottom: 12px;
	}
}


.padding32 {
	height: 32px;
	width: 100%;
}


.casinoCardItem {
	border: 1px solid rgba(61, 135, 122, 1);
	border-radius: 12px;
	padding: 24px 16px;
	margin-bottom: 24px;
	background: rgba(254, 251, 249, 1);
}
.casinoCardTop {
	display: flex;
	justify-content: space-between;
}
.casinoCardTop img {
	width: 512px;
	height: 194px;
}
.casinoCardTop .text {
	width: calc(100% - 532px);
}
.casinoCardTop .text span {
	font-weight: 700;
	display: block;
  padding-bottom: 16px;
}
.casinoCardItem  table {
	margin-top: 20px;
	border-collapse: collapse;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.casinoCardItem  table tr:nth-child(2n) td {
	background: rgba(242, 242, 242, 1);
}
.casinoCardItem  table tr:nth-child(2n) td:nth-child(1n) {
	border-radius: 15px 0 0 15px;
}
.casinoCardItem  table tr:nth-child(2n) td:nth-child(2n) {
	border-radius: 0 15px 15px 0;
}
.casinoCardItem  table td {
	padding: 12px 8px;
}
.casinoCardItem  table tr td:nth-child(1) {
	width: 25%;
}


@media (max-width: 1279px) {
	.casinoCardTop {
		flex-direction: column;
		gap: 16px;
	}
	.casinoCardTop .text  {
		width: 100%;
	}
	.casinoCardTop img {
		margin: 0 auto;
		max-width: 512px;
		height: auto;
		width: 100%;
	}
}
@media (max-width: 599px) {
	.casinoCardItem  table {
		text-align: left;
	}
}


.testimonial {
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 12px;
	padding: 16px;
	margin-bottom: 12px;
	background: rgba(254, 251, 249, 1);
}
.testimonialTitle {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}
.testimonialTitle span {
	font-weight: bold;
}
.testimonialTitle .stars {
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	gap: 8px;
	padding: 8px 16px;
	border-radius: 100px;
}
.testimonialTitle .stars img {
	width: 16px;
	height: 16px;
}


.plusMinusInner {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}
.itemPlus, .itemMinus {
	width: 50%;
	background: rgba(251, 251, 252, 1);
	
	border-radius: 12px;
}
.itemPlusHead, .itemMinusHead {
	border-radius: 12px 12px 0 0;
	padding: 12px 16px;
	
}
.itemPlusHead span, .itemMinusHead span {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.itemPlusHead {
	background: rgba(61, 135, 122, 1);
	
}
.itemMinusHead {
	background: rgba(231, 85, 67, 1);
}
.plusMinusInner ul li {
	list-style: none;
	margin-bottom: 16px;
	position: relative;
	padding-left: 32px;
}
.plusMinusInner ul {
	padding: 12px 16px;
	background: rgb(251, 251, 252);
	border-radius: 12px;
}
.itemPlus li:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(/plus.svg)no-repeat;
	background-size: cover;
}
.itemMinus li:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(/minus.svg)no-repeat;
	background-size: cover;
}
@media (max-width: 1050px) {
	.itemPlus, .itemMinus {
		width: 100%;
	}
	.plusMinusInner {
		flex-wrap: wrap;
	}
}



.general-ul.crossList li::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(/crosslist.svg)no-repeat;
	background-size: cover;
}
.general-ul.crossList li {
	padding-left: 28px;
}


.frame {
	background: rgba(254, 251, 249, 1);
	border-radius: 12px;
	padding: 16px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 12px;
}
.frame h3 {
	padding-top: 0;
	padding-bottom: 12px;
}


.faq-container .faq-item {
	margin: 0 auto;
	position: relative;
	min-height: 54px;
	margin-bottom: 20px;
	background-color: rgba(254, 251, 249, 1);
	z-index: 5;
	border-radius: 12px;
	transition: all .4s ease;
	border: 1px solid rgba(61, 135, 122, 1);
	padding: 20px 0px 20px 20px;
}

.faq-container .faq-item:hover .icon::before,
.faq-container .faq-item:hover .icon::after {
	background: rgba(61, 135, 122, 1);
}

.faq-container .faq-item:hover .faq-question {
	color: rgba(61, 135, 122, 1);
}

.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: rgba(61, 135, 122, 1);
	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: rgba(61, 135, 122, 1);
}

.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;
	}
}


.footer {
	background-color: rgba(24, 99, 86, 1);
	padding: 24px 0;
}

.footer .footerInner {
	display: block;
	text-align: center
}

.footer .footerInner .copyright {
	color: #fff;
}

.footer .footerInner .menu {
	padding: 18px 0;
	display: flex;
	text-align: center;
	gap: 20px;
	flex-wrap: wrap;
}

.footer .footerInner .menu a {
	color: #f5d061;
}

.footer .scrollTop {
	background: rgba(231, 85, 67, 1);
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 20px;
	right: 20px;
	opacity: 0;
	cursor: pointer;
	border-radius: 50%;
	z-index: 5
}

.footer .scrollTop.pam_content {
	opacity: 1
}


.casinosColumns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 24px;
	gap: 16px 24px;
	margin-top: 32px;
}
.columnItem {
	position: relative;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 12px;
	background: rgba(251, 251, 252, 1);
	padding-bottom: 8px;
}
.columnItem:nth-child(2){
	border-radius: 0 0 12px 12px;
}
.columnImg {
	height: 130px;
	display: flex;
	align-items: center;
}
.columnImg img {
	margin: 0 auto;
}
.columnMiddle {
	background: rgba(231, 244, 242, 1);
	padding: 20px 18px;
}
.columnMiddle .heading {
	display: flex;
	gap: 8px;
	margin-bottom: 16px;
	align-items: center;
	justify-content: center;
}
.columnMiddle .heading img {
	width: 20px;
	height: 20px;
}
.columnMiddle .bonus {
	font-size: 22px;
	display: block;
	text-align: center;
	font-weight: bold;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.columnMiddle .columnButton {
	background: rgba(231, 85, 67, 1);
	border-radius: 8px;
	color: #fff;
	font-size: 18px;
	padding: 16px 0px;
	display: flex;
	margin: 0 auto;
	margin-top: 16px;
	font-weight: bold;
	max-width: 300px;
  	width: 100%;
	justify-content: center;
}
.columnMiddle .columnButton:hover {
	background: #E22C16;
}
.columnInfo {
	padding: 24px 18px 0 18px;
}
.columnInfo .infoBlock {
	display: flex;
	gap: 12px;
	margin-bottom: 16px;
}
.columnInfo .infoBlock img {
	width: 20px;
	height: 20px;
}
.columnInfo .infoBlock .infoText {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.columnInfo .infoBlock .infoText .second {
	font-weight: bold;
}
.columnInfo .infoBlock .infoText span {
	line-height: 20px;
}
.casinos .number {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: rgba(245, 245, 245, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px 0 8px 0;
}
.columnItem .number span {
	font-weight: bold;
}
.casinos .numberHat {
	position: absolute;
	top: -32px;
	left: 0;
	width: 100%;
	height: 32px;
	background: linear-gradient(90deg, #F4BC00 0%, #FFF6D7 50.48%, #F4BC00 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px 12px 0 0;
}
.casinos .numberHat span {
	font-weight: bold;
}

@media (max-width: 1279px) {
	.casinosColumns .columnItem:nth-child(2) {
		order: -1;
	}
	.casinosColumns {
		grid-template-columns: repeat(2, 1fr);
	}
	.casinosColumns .columnItem:nth-child(3) {
		grid-column-start: 1;
		grid-column-end: 3;
	}
	.casinosColumns .columnItem:nth-child(3) .columnInfo{
		flex-direction: row;
		display: flex;
		justify-content: space-evenly;
	}
	.columnImg {
		height: 100px;
	}
}

@media (max-width: 850px) {
	.casinosColumns .columnItem:nth-child(1),
	.casinosColumns .columnItem:nth-child(2) {
		grid-column-start: 1;
		grid-column-end: 3;
	}
	.columnInfo .infoBlock:nth-child(1) .infoText {
		flex-direction: row;
	}
	.columnMiddle .heading {
		margin-bottom: 8px;
	}
	.casinosColumns .columnItem:nth-child(3) .columnInfo {
		flex-direction: column;
	}
	
}

@media (max-width: 599px) {
	.columnMiddle .bonus {
		line-height: 26px;
	}
}

@media (max-width: 350px) {
	.columnInfo .infoBlock:nth-child(1) .infoText {
		flex-direction: column;
	  }
}


.casinosRows {
	margin-bottom: 40px;
}
.casinosRows .rowItem {
	background: rgba(251, 251, 252, 1);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 12px;
	margin-bottom: 24px;
	position: relative;
}
.rowItemTop {
	display: grid;
	grid-template-columns: 200px auto 300px;
	padding: 12px 45px 12px 24px;
	align-items: center;
	gap: 0 35px;
}
.rowItemTop .rowImg {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
}
.rowBonus .heading {
	display: flex;
	align-items: center;
	gap: 8px;
}
.rowBonus .heading img {
	width: 20px;
	height: 20px;
}
.rowBonus .bonusText { 
	font-weight: bold;
	font-size: 22px;
}
.rowItemTop .rowButton button {
	background: rgba(231, 85, 67, 1);
	border-radius: 8px;
	color: #fff;
	font-size: 18px;
	padding: 16px 0px;
	width: 100%;
	font-weight: bold;
	max-width: 300px;
}
.rowItemTop .rowButton button:hover {
	background: #E22C16;
}
.rowItemBottom {
	background: rgba(231, 244, 242, 1);
	padding: 24px 18px;
}
.rowItemBottom .rowInfo {
	display: flex;
	gap: 14px 24px;
	align-items: center;
}
.rowItemBottom .infoBlock {
	display: flex;
	align-items: center;
	gap: 8px;
}
.rowItemBottom .infoBlock img {
	width: 20px;
	height: 20px;
	margin-right: 12px;
}
.rowItemBottom .infoBlock .second {
	font-weight: bold;
}
.rowItemBottom .infoBlock .rowImgFirst {
	display: flex;
	align-items: center;
}

@media (max-width: 1279px) {
	.rowItemTop {
		grid-template-columns: 1fr;
		padding: 0px 0px 0px 0px;
	}
	.rowItemTop .rowBonus {
		background: rgba(231, 244, 242, 1);
		padding: 20px 18px;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}
	.rowButton {
		background: rgba(231, 244, 242, 1);
		padding-bottom: 20px;
		display: flex;
    	justify-content: center;
		padding: 0 18px 20px 18px;;
	}
	.rowItemBottom {
		background: transparent;
	}
	.rowItemBottom .rowInfo {
		justify-content: space-evenly;
		gap: 0 0;
	}
	.rowItemBottom .infoBlock {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 0;
		margin-bottom: 8px;
	}
	.rowItemBottom .infoBlock .second {
		padding-left: 36px;
	}
	.rowBonus .bonusText {
		display: block;
		text-align: center;
	}
}

@media (max-width: 850px) {
	.rowItemTop .rowBonus {
		gap: 0;
	}
	.rowBonus .heading {
		margin-bottom: 8px;
	}
	.rowItemBottom .rowInfo {
		flex-direction: column;
		align-items: flex-start;
	}
	.rowItemBottom .infoBlock:nth-child(1) {
		flex-direction: row;
	}
	.rowItemBottom .infoBlock:nth-child(1) .second {
		padding-left: 8px;
	}
}
@media (max-width: 599px) {
	.rowItemBottom .infoBlock .second {
		padding-left: 32px;
	  }
}
@media (max-width: 350px) {
	.rowItemBottom .infoBlock:nth-child(1) {
	flex-direction: column;
	}
	.rowItemBottom .infoBlock:nth-child(1) .second {
		padding-left: 32px;
	}
}


.sectionContent {
  background: rgba(231, 244, 242, 1);
  border-radius: 20px;
  width: 96%;
  max-width: 1400px;
  padding: 10px;
  margin: 32px auto;
}


