* {
    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,
  .quote,
  .pm__container,
  .author
  {
    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, 
  .frame h3,
  .frame p,
  .faq-container .faq-question,
  .faq-container .faq-answer,
  .paymentCard .general-table-wrapper,
  .quote p {
	  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: 26px;
    position: relative;
    margin-bottom: 12px;
  }
  ul.general-ul li:last-child {
    margin-bottom: 0;
  }
  ul.general-ul li:before {
    content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(/icon-list.svg)no-repeat;
	background-size: cover;
  }
  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: 0px;
    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, 
	.frame h3,
	.frame p,
	.faq-container .faq-question,
	.faq-container .faq-answer,
	.paymentCard .general-table-wrapper,
	.quote p,
	.author p {
        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,
	.quote,
	.pm__container,
	.author {
		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,
	.quote,
	.pm__container,
	.author {
        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;
    }

  
  }



.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);
}

.header .headerInner .menu a:hover {
    color:#CD4553
}

.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: #CD4553;
}

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
}

header .headerButtons .btn-log {
	background: #D0A068;
	border-radius: 8px;
	color: #fff;
	font-size: 16px;
	padding: 16px 32px;
	font-weight: bold;
	transition: 0.4s;
}
header .headerButtons .btn-log:hover {
	opacity: 0.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: #FFEFDD;
		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:#CD4553;
	}
	
	.header__dropdown .menu-list a.active {
		color:#CD4553;
	}
}

@media (max-width: 600px) {
	header .headerButtons {
		display: none;
	}
}


.colorContent{
    background: #FFEFDD;
}


.button-block {
	width: 100%;
	padding: 20px 20px;
}
.button-blockInner {
	display: flex;
	justify-content: center;
}
.button-blockInner button {
	background: #CD4553;
	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: #CD4553;
    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: #CD4553;
	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: #CD4553;
    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 #CD4553;
	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;
}



.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 #CD4553;
	padding: 20px 0px 20px 20px;
}

.faq-container .faq-item:hover .icon::before,
.faq-container .faq-item:hover .icon::after {
	background: #CD4553;
}

.faq-container .faq-item:hover .faq-question {
	color: #CD4553;
}

.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: #CD4553;
	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: #CD4553;
}

.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: #CD4553;
	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: #CD4553;
	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: #fff;
}
.footer-block-btn button {
    background: rgba(13, 59, 153, 1);
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    padding: 16px 32px;
    font-weight: bold;
    transition: 0.4s;
}


@media (max-width: 600px) {
	header .headerButtons {
		display: none;
	}
	.footer-block-btn {
		height: 60px;
		display: flex
	}
	.footer {
		padding: 24px 0 80px 0;
	}
}



.casinos {
	margin-bottom: 40px;
	margin-top: 40px;
}
.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;
}

.casinos .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;
}
.casinos .rowItem:nth-child(1) {
	border: 2px solid #F4BC00;
	border-radius: 0 12px 12px 12px;
	box-shadow: none;
}
.casinos .rowItem:nth-child(1)::before {
	content: "#1 Best casino";
	position: absolute;
	top: -32px;
	left: -2px;
	width: 100%;
	max-width: 350px;
	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;
	font-size: 20px;
}
.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: #CD4553;
	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: #FFEFDD;
	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: #FFEFDD;
		padding: 20px 18px;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}
	.rowButton {
		background: #FFEFDD;
		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: 670px) {
	.casinos .rowItem:nth-child(1) {
		border-radius: 0 0px 12px 12px;
	}
	.casinos .rowItem:nth-child(1)::before {
		max-width: calc(100% + 4px);
		width: calc(100% + 4px);
  }
	
}
@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;
	}
}


.content404Page {
	min-height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.content404Page .button404 {
	background: rgb(172 32 52);
	border-radius: 8px;
	color: #fff;
	font-size: 16px;
	padding: 16px 32px;
	font-weight: bold;
	transition: 0.4s;
	margin: 0 auto;
}
.content404Page .button404:hover {
	opacity: 0.8;
}
.content404 {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
}
.content404 img {
	margin:  0 auto;
}
.content404Page h1 {
	width: 100%;
	text-align: center;
}
@media (max-width: 599px) {
	.content404Page h1 {
		padding-left: 0;
		padding-right: 0;
	}
}


.quote {
	margin-bottom: 32px;
}
.quote_inner {
	background: #CD4553;
	border-radius: 12px;
	padding: 32px 24px 32px 127px;
	position: relative;
}
.quote p { 
	color:#fff;
}
.quote_inner:before{
	content: '';
	width: 71px;
	height: 71px;
	position: absolute;
	left: 24px;
	top: calc((100% - 71px) / 2);
	background: url(/quote.svg)no-repeat;
	background-size: cover;
}
@media (max-width: 599px) {
	.quote_inner:before{
		width: 52px;
		height: 52px;
		left: 20px;
		top: 24px;
	}
	.quote_inner {
		padding: 96px 20px 24px 20px;
	}
}


.pm__container {
    margin-bottom: 24px;
}
.pm__container_inner {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 24px;
}
.pm__item {
    background: rgb(251, 251, 252);
    border-radius: 8px;
}
.pm__headings {
    padding: 14px;
    border-radius: 12px 12px 0 0;
}
.pm__headings span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}
.pm__item_plus .pm__headings {
	background: #59B322;

}
.pm__item_minus .pm__headings {
    background: #A22835;
}
.pm__container ul {
    padding: 12px 16px;
	width: 100%;
}
.pm__container ul li {
    position: relative;
    padding-left: 32px;
    padding-bottom: 16px;
	list-style: none;
}
.pm__container ul li:last-child {
    padding-bottom: 0;
}
.pm__item_plus li:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 0;
    background: url(/plus.svg)no-repeat;
    background-size: cover;
}
.pm__item_minus li:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 0;
    background: url(/minus.svg)no-repeat;
    background-size: cover;
}

@media (max-width: 900px) {
    .pm__container_inner {
        grid-template-columns: repeat(1, 1fr);
    }
}

.author {
	margin-bottom: 32px;
}
.author_wrapper {
	background: rgba(254, 251, 249, 1);
	padding: 32px 32px;
	border-radius: 16px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.author p {
	width: 100%;
}
.author_inner {
	display: flex;
	gap: 20px 24px;
}
.author_left {
	width: 197px;
	background: #CD4553;
	border-radius: 10px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.author_right {
	width: calc(100% - 197px);
}
.author_left .author_img {
	width: 96px;
	height: 96px;
	border: 2px solid #FFEFDD;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 12px;
}
.author .author_name {
	color: rgba(247, 247, 247, 1);
	font-size: 20px;
	font-weight: bold;
	display: block;
	width: 100%;
	text-align: center;
}
.author .reviewer {
	color: rgba(247, 247, 247, 1);
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	width: 100%;
	text-align: center;
}
.author .rating,
.author .reviews {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}
.author .rating span, .author .reviews span {
	color: rgba(247, 247, 247, 1);
	font-size: 12px;
}

@media (max-width: 900px) {
	.author_inner {
		flex-wrap: wrap;
	}
	.author_right,
	.author_left {
		width: 100%;
	}
	.author_wrapper {
		padding: 24px 24px;
	}
}