* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  html,
  body {
    background: #e9f2fb;
    height: 100%;
    font-family: Verdana, sans-serif;
    position: relative;
  }
  main {
    padding: 100px 0 0;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 60px);
    font-family: Verdana, sans-serif;
  }
  main p,
  main span,
  main h1,
  main h2,
  main h3,
  main h4,
  main h5,
  main figcaption,
  main li {
    color: #1F1F1F;
    font-family: Verdana, sans-serif;
  }
  main h1,
  main h2,
  main h3,
  main h4,
  main h5,
  main h6 {
    color: #1860C6;
    width: 96%;
    max-width: 1280px;
  }
  main .general-table-wrapper {
    overflow-x: overlay;
  }
  main figure {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  main p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    line-height: normal;
  }
  header .wrapper {
    margin: 0 auto;
    width: calc(100% - 80px);
    max-width: 1280px;
  }
  .headerWrapper {
    margin: 0 auto;
    width: calc(100% - 80px);
    max-width: 1280px;
    height: 100%;
  }
  a {
    text-decoration: none;
    transition: 0.3s;
  }
  table,
  tr,
  td,
  tbody,
  thead {
    font-family: Verdana, sans-serif;
     
  }
  input,
  button {
    font-family: Verdana, sans-serif;
    border: none;
    box-shadow: none;
    transition: 0.3s;
    font-family: Tahoma;
    font-size: 20px;
    font-weight: 700;
  }
  input {
    outline: none;
  }
  p,
  span,
  li,
  a {
    cursor: default;
    font-size: 18px;
    line-height: normal;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: left;
    padding: 15px 0;
    color: #1F1F1F;
  }
  h1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.32px;
  }
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
  h3 {
    font-size: 18px;
    line-height: 20px;
  }
  h4 {
    font-size: 16px;
    line-height: 18px;
  }
  h5,
  h6 {
    font-size: 14px;
    line-height: 16px;
  }
  p,
  span,
  li,
  h1,
  h2,
  h3,
  a,
  b,
  i,
  label,
  input,
  button,
  td,
  tr,
  figcaption {
    color: #1F1F1F;
  }
  p {
    padding-bottom: 20px;
  }
  li {
    list-style: none;
  }
  button {
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
  }
  img {
    max-width: 100%;
    display: block;
  }
  i {
    font-style: normal;
  }
  #__next {
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }
  .content {
    margin: 0 auto;
    width: calc(100% - 80px);
    max-width: 1280px;
  }
  .content .content-block {
    margin-bottom: 20px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0);
  }
  .content .general-ol {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 20px;
    counter-reset: counter-ol;
    padding-left: 20px;
  }
  .content .general-ol li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
    counter-increment: counter-ol;
  }
  .content .general-ol li::before {
    position: absolute;
    content: counter(counter-ol);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: #1F1F1F;
    border-radius: 50%;
    top: -2px;
    left: -26px;
    background: #29003f;
    font-size: 14px;
  }
  .content .general-ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .content .general-ul li {
    position: relative;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .content .general-ul li::before {
    content: no-open-quote;
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 8px;
    background-color: #1F1F1F;
    border-radius: 50%;
  }
  .pageError {
    min-height: calc(100vh - 70px);
  }
  .buttons {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .imgWrap {
    display: block;
    position: relative;
  }
  figure {
    margin-bottom: 20px;
    text-align: center;
  }
  figure span {
    height: 50%;
    width: 100%;
    position: absolute;
    left: 0;
    top: -50%;
  }
  figcaption {
    color: #1F1F1F;
    font-size: 14px;
  }
  .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%;
  }
  .general-table {
    border-collapse: collapse;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin: 20px auto;
    border-radius: 18px;
  }

  .general-table .general-tr .general-td {
    padding: 16px;
    text-align: start;
    color: #1F1F1F;
    font-size: 16px;
    line-height: 20px;
    padding-left: 20px;
  }
  .general-table .general-tr  {
    background: #FFFFFF;
  }    
  .general-table .general-tr:nth-child(even) {
    background: #FFF7F1;
  }

  .general-table thead tr {
    background: #1860C6;
    text-align: left;
  }

  .general-table thead tr th {
    padding: 16px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background: #1860C6;
    text-align: left;
  }

  .faq-container .faq-item {
    margin: 0 auto;
    position: relative;
    min-height: 54px;
    margin-bottom: 20px;
    z-index: 5;
    border-radius: 26px;
    transition: all 0.4s ease;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #1860C633;
  }
  .faq-container .faq-item:hover .icon::before,
  .faq-container .faq-item:hover .icon::after {
    background: #fff;
  }
  .faq-container .faq-item:hover .faq-question {
    color: #1F1F1F;
  }
  .faq-container .faq-question {
    color: #1F1F1F;
    position: relative;
    padding-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    top: 15px;
    width: 96%;
    line-height: 22px;
    padding-left: 25px;
    padding-top: 0;
    text-align: left;
  }
  .faq-container .faq-answer {
    width: 96%;
    padding: 10px 0 22px 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
    opacity: 0;
    top: 10px;
    padding-left: 25px;
  }
  .faq-container .icon {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 24px;
    top: 15px;
    z-index: 2;
    background: #1860C6;
    border-radius: 50%;    
  }
  .faq-container .icon::before,
  .faq-container .icon::after {
    background: #fff;
    content: no-open-quote;
    height: 2px;
    right: 7px;
    position: absolute;
    top: 11px;
    width: 10px;
    transition: transform 0.4s ease;
  }
  .faq-container .toggle {
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 3;
  }
  .faq-container .bg-active {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 26px;
    z-index: -1;
    opacity: 0;
    transition: all 0.4s ease;
  }
  .faq-container .toggle:checked ~ .bg-active {
    opacity: 1;
  }
  .faq-container .toggle:checked ~ .icon::before,
  .faq-container .toggle:checked ~ .icon::after {
    background: #fff;
  }
  .faq-container .toggle:checked ~ .faq-question {
    color: #1F1F1F;
  }
  .faq-container .toggle:checked ~ .faq-answer {
    color: #1F1F1F;
  }
  .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;
  }
  .columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .columns p {
    width: 100%;
  }
  .columns .column {
    width: 48%;
  }
  .columns .column-header {
    padding-top: 0;
    text-align: left;
  }
  .columns .column-p {
    position: relative;
    margin-left: 15px;
    padding-left: 25px;
  }
  .columns .column-p::before {
    content: no-open-quote;
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(list.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 8px;
  }
  .bannerSlots {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    max-width: 1158px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .logo__container {
    position: relative;
  }
  .logo__container img {
    height: 41px;
  }
  .logo__container .logoButton {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .frame {
    width: 640px;
    max-width: 98%;
    margin: 32px auto;
    aspect-ratio: 4/3;
  }
  .frame iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  .table_of_contents_wrapper {
    max-width: 1128px;
    margin: 0 auto;
    width: 96%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .table_of_contents {
    max-width: 400px;
    border-radius: 8px;
    border: 1px solid #f5d061;
  }
  .table_of_contents .toggle {
    display: none;
  }
  .table_of_contents .lbl-toggle {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    color: #1F1F1F;
    background: #f5d061;
    width: 100%;
    cursor: pointer;
    border-radius: 7px;
    transition: all 0.25s ease-out;
  }
  .table_of_contents .table_box {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.25s ease-in-out;
    display: flex;
    width: 100%;
    max-width: 500px;
    flex-direction: column;
  }
  .table_of_contents .toggle:checked + .lbl-toggle + div {
    max-height: 1000px;
    padding: 20px;
    background: #181616;
    border-radius: 8px;
    gap: 20px;
  }
  .table_of_contents .table_link {
    position: relative;
    padding-left: 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #1F1F1F;
  }
  .table_of_contents .table_link:hover {
    color: #f5d061;
  }
  .content404Page span {
    cursor: default;
  }
  .content404Page.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    max-width: 100%;
    width: 100%;
    background: #1860C6;
  }
  .content404Page.wrapper .content404 {
    gap: 50px;
    display: flex;
    flex-direction: column;
    max-width: 320px;
    width: 100%;
  }
  .content404Page.wrapper .content404 img {
    display: block;
    margin: 0 auto;
  }
  .content404Page.wrapper .content404 h1 {
    color: #fff;
    cursor: default;
  }
  .content404Page.wrapper .content404 a {
    text-align: center;
    color: #1F1F1F;
  }
  .content404Page.wrapper .content404 a:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .content404Page.wrapper .content404 button {
    border-radius: 8px;
    background: #FFBF68;
    padding: 10px 48px;
    font-family: Tahoma;
    font-weight: 700;
    font-size: 18px;
    line-height: 21.73px;
    color: #fff;
  }
  .contentMap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    max-width: 100%;
    width: 100%;
    background: #f5d061;
  }
  .contentMap h1 {
    text-align: left;
    color: #1F1F1F;
    margin-bottom: 64px;
  }
  .contentMap .sitemapLinks {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 640px;
  }
  .contentMap .sitemapLinks a {
    display: inline-block;
    color: #1F1F1F;
    margin: 0 auto 12px;
    position: relative;
  }
  .contentMap .sitemapLinks a:before {
    position: absolute;
    left: -16px;
    top: 10px;
    content: no-open-quote;
    width: 8px;
    height: 8px;
    background: #1F1F1F;
    border-radius: 50%;
  }
  .contentMap .sitemapLinks a:hover {
    color: #92c637;
  }
  .img-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .img-overlay:target {
    visibility: visible;
    opacity: 1;
  }
  .img-overlay .img-popup {
    margin: 70px auto;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    position: relative;
    transition: all 5s ease-in-out;
  }
  .img-overlay .img-popup.horizontal {
    aspect-ratio: 1/0.2;
  }
  .img-overlay .img-popup.vartical {
    aspect-ratio: 0.5/1;
  }
  .button-block {
    padding: 24px 16px;
    text-align: center;
    margin: 10px 0;
    background-color: rgba(0, 0, 0, 0);
  }
  .button-block button {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding: 16px 34px;
    color: #1F1F1F;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    border-radius: 8px;
    background: #f5d061;
    box-shadow: 0px 0px 12px 0px rgba(11, 54, 0, 0.16);
  }
  
  .quote {
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
    width: 96%;
    max-width: 600px;
    border-radius: 12px;
    background: #11999e;
  }
  .quote p {
    padding: 40px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #1F1F1F;
  }
  .quote::after,
  .quote::before {
    position: absolute;
    content: no-open-quote;
    width: 24px;
    height: 20px;
    background-image: url(/quote-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .quote::after {
    left: -5px;
    top: -10px;
  }
  .quote::before {
    right: -5px;
    bottom: -10px;
    transform: rotate(180deg);
  }
  .reviews {
    max-width: 1128px;
    margin: 0 auto;
    width: 96%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .reviews .review {
    border: 1px solid #000;
    padding: 20px 20px 0 20px;
    border-radius: 20px;
    border-left: 5px solid #11999e;
    margin-bottom: 20px;
    width: 48%;
  }
  .reviews .review p {
    max-width: 100%;
    width: 100%;
  }
  .reviews .review .name {
    font-weight: bold;
  }
  .reviews .review .date {
    color: rgba(0, 0, 0, 0.5);
  }
  .reviews .review .answer {
    padding-left: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .footer {
    background: #002B69;
    padding: 0 0 30px 0;
  }
  .footer .footerInner {
    display: block;
    text-align: center;
  }
  .footer .footerInner .dmca-badge {
    display: block;
    margin-top: 4px;
    margin-bottom: 8px;
  }
  .footer .footerInner .dmca-badge img {
    display: block;
    margin: 0 auto;
  }
  .footer .footerInner .copyright {
    color: #fff;
    font-size: 15px;
  }
  .footer .footerInner .menu {
    padding: 18px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-gap: 10px;
    gap: 10px;
  }
  .footer .footerInner .menu a {
    color: #FFBF68;
    margin: 0 5px 5px 5px;
  }
  .footer .scrollTop {
    background: #FFBF68;
    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: #1860C6;
  }
  .footer-block-btn .bonus {
    border-radius:8px;
    background: #FFBF68;
    padding: 10px 48px;
    font-family: Tahoma;
    font-weight: 700;
    font-size: 18px;
    line-height: 21.73px;
    color: #fff;
  }
  .footer-info {
	width: 100vw;
	height: auto;
	background: #002B69;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px;
}
.footer-g ,.footer-pay {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 15px;
}

.footer-logo {
	border-bottom: 1px solid #FFFFFF33;
    width: 96%;
    display: flex;
    justify-content: center;
}
.footer-logo a{ 
    margin-bottom: 48px;
}
.footer-app .app {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.ios_main {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	gap: 5px;
	background: transparent;
	border: 2px solid #232834;
	padding: 5px 10px;
  }
  .ios_main button {
	color: #80858F;
	height: 18px;
	font-family: Verdana;
	font-size: 8px;
	font-style: normal;
	font-weight: 700;
	line-height: 8px;
  }
  .ios_main p , .android_main p {
	color: #80858F;
	font-family: Verdana;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height:15px;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	padding-bottom: 0;
	width: 100%;
	cursor: pointer;
  }
  .ios_btn , .android_btn {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	gap: 0;
  }
  .android_main {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: transparent;
	border: 2px solid #232834;
	padding: 5px 10px;
	gap: 5px;
  }

  .android_main button {
	color: #80858F;
	height: 18px;
	font-family: Verdana;
	font-size: 8px;
	font-style: normal;
	font-weight: 700;
	line-height:8px;
  }
  .ios_main p:hover , .android_main p:hover {
	color: #fff;
  }
  .footer-app {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 20px;

  }
  .footer-app p {
	font-family: Verdana;
font-size: 14px;
font-weight: 400;
line-height: 17.01px;
color: #FFFFFF80;
text-align: center;
  }
.footer-logo img:hover , .footer-pay img:hover {
	filter: unset;
	}
  
  @media screen and (max-width: 623px) {
	.footer-logo ,.footer-pay {
	  gap: 5px;
	}
	.footer-logo img , .footer-pay img {
		width: 80px;
		height: 32px;
		}
  }
	
  .header {
    background: #1860C6;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    padding: 0;
  }
  .header .headerInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  .header .headerInner .menu a {
    margin-right: 20px;
    color: #1F1F1F;
    font-family: Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.45px;
    text-align: center;
    transition: all 0.3s ease;
    text-transform: uppercase;
  }
  .header .headerInner .menu a:last-of-type {
    margin-right: 0;
  }
  .header .headerInner .menu a:hover {
    cursor: pointer;
    color: #f5d061;
  }
  .header .headerInner .menu a.active {
    color: #f5d061;
    cursor: default;
  }
  .header .headerInner .header__dropdown {
    display: none;
  }
  .header__burger {
    position: absolute;
    right: 20px;
    top: 34%;
    width: 30px;
    height: 30px;
    display: none;
  }
  .header__burger span {
    height: 1.5px;
    transition: all 0.2s ease-in-out;
    position: relative;
  }
  .header__burger span {
    width: 100%;
    background-color: #1F1F1F;
  }
  #toggle {
    display: none;
    width: 100%;
    height: 100%;
  }
  #toggle:checked + .header__burger {
    right: 20px;
    top: 15px;
  }
  #toggle:checked + .header__burger .top {
    transform: rotate(-45deg);
    margin-top: 22px;
  }
  #toggle:checked + .header__burger .meat {
    transform: rotate(45deg);
    margin-top: -2px;
  }
  #toggle:checked + .header__burger .bottom {
    transform: scale(0);
  }
  #toggle:checked ~ .menu-list {
    height: -moz-fit-content;
    height: fit-content;
  }
  #toggle:checked ~ .overlay {
    position: fixed;
    top: 200px;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
  }
  
  .header .btnBonus {
    border-radius:8px;
    background: #FFBF68;
    padding: 10px 48px;
    font-family: Tahoma;
    font-weight: 700;
    font-size: 18px;
    line-height: 21.73px;
    color: #fff;
}
  .header .btnBonus:hover {
    background: #f5d061;
  }
  .menu-list {
    margin: 0;
    display: -ms-grid;
    height: 0px;
    overflow: hidden;
    z-index: 3;
    transition: all 0.3s ease;
    padding: 0;
    width: 100vw;
    position: absolute;
    right: 0;
    top: 79px;
    margin: 0;
    width: 100%;
    transition: right 0.8s;
    border-radius: 0 0 24px 24px;
    background-color: #4b7c6d;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .menu-list a {
    font-family: Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    color: #1F1F1F;
  }
  .menu-list a:hover {
    color: #1F1F1F;
    cursor: pointer;
  }
  .menu-list a.active {
    color: #f5d061;
    cursor: default;
  }
  .header__dropdown a {
    display: block;
    text-transform: uppercase;
  }
  .header__dropdown li:hover a,
  .header__dropdown .menu-list li a.active {
    background: #3b3a3a;
    color: #f8ff13;
  }
  .breadcrumbs {
    margin: 80px 0 20px;
    display: flex;
    align-items: center;
    padding-top: 25px;
    overflow-x: hidden;
  }
  .breadcrumbs a {
    color: #13abb0;
    font-size: 14px;
    cursor: pointer;
  }
  .breadcrumbs a:hover {
    text-decoration: none;
    color: #0f898d;
  }
  .breadcrumbs .last {
    position: relative;
    margin-left: 10px;
    font-size: 14px;
  }
  .breadcrumbs a:after {
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url(arrow-right.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 10px;
    content: no-open-quote;
  }
  .banner {
    height: 220px;
    width: 100vw;
    margin-bottom: 20px;
    background: url(/banner.webp) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .banner .banner_inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner .banner_inner h1 {
    color: #1F1F1F;
  }
  .plus-minus {
    display: grid;
    grid-template-columns: repeat(2, minmax(400px, 500px));
    grid-gap: 30px;
    gap: 30px;
    justify-content: center;
    margin-bottom: 30px;
  }
  .plus-minus span {
    border-bottom: 2px solid;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 29.05px;
    text-align: left;
    padding-left: 60px;
  }
  .plus-minus p {
    display: block;
    padding: 0;
    padding-left: 50px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: left;
  }
  .plus-minus__pro,
  .plus-minus__contra {
    width: 100%;
    border-bottom: solid 2px;
  }
  .plus-minus__pro {
    border-color: #0cc4cd;
  }
  .plus-minus__contra {
    border-color: #fa7c7c;
  }
  .plus-minus__pro span {
    border-color: #0cc4cd;
    color: #009da4;
  }
  .plus-minus__contra span {
    color: #ff2525;
  }
  .plus-minus__head {
    padding-top: 13px;
    min-height: 56px;
    background-position: left 18px center;
    background-repeat: no-repeat;
  }
  .plus-minus__pro .plus-minus__head {
    background-color: rgba(12, 196, 205, 0.2);
    background-image: url(plus_head.svg);
  }
  .plus-minus__contra .plus-minus__head {
    background-color: rgba(255, 37, 37, 0.2);
    background-image: url(minus_head.svg);
  }
  .plus-minus .plus-minus__list-item {
    background-position: left 18px top 4px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
  }
  .plus-minus__list-item:first-of-type {
    margin-top: 20px;
  }
  .plus-minus__list-item:last-of-type {
    margin-bottom: 20px;
  }
  .plus-minus__pro .plus-minus__list-item {
    background-image: url(plus.svg);
  }
  .plus-minus__contra .plus-minus__list-item {
    background-image: url(minus.svg);
  }
  @media (max-width: 1250px) {
    .content {
      width: calc(100% - 32px);
    }
    main h1,
    main h2,
    main h3,
    main h4,
    main h5,
    main h6,
    main p,
    main ol,
    main ul,
    main figure,
    main .general-table-wrapper,
    main .faq-container,
    .headerWrapper,
    header .wrapper {
      width: calc(100% - 32px);
    }
    h1 {
      font-size: 26px;
      line-height: 30px;
    }
    h2 {
      font-size: 22px;
      line-height: 32px;
    }
    h3 {
      font-size: 20px;
      line-height: 30px;
    }
    h4 {
      font-size: 18px;
      line-height: 28px;
    }
    h5,
    h6 {
      font-size: 16px;
      line-height: 26px;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      padding: 10px 0;
    }
    .general-table .general-tr .general-td {
      padding-left: 10px;
      padding-right: 10px;
    }
    .content .contentMain {
      width: 100%;
    }
    .content .general-ol li,
    .content .general-ul li {
      width: 100%;
    }
    .columns {
      flex-wrap: wrap;
    }
    .columns .column {
      width: 100%;
    }
    .column-p {
      margin-left: 0;
    }
    .button-block button {
      padding: 14px 5px;
    }
    .quote {
      width: calc(100% - 32px);
    }
    .faq-container .faq-item {
      border-radius: 14px;
    }
    .faq-container .faq-question {
      width: 100%;
      padding-left: 20px;
      padding-right: 34px;
    }
    .faq-container .faq-answer {
      width: 100%;
      padding-left: 20px;
    }
    .faq-container .bg-active {
      border-radius: 14px;
    }
    .faq-container .icon {
      right: 15px;
    }
    .header .headerInner .menu {
      display: none;
    }
    .header__burger {
     
      grid-template-rows: repeat(3, 1fr);
      justify-items: center;
    }
    .header__burger:hover {
      cursor: pointer;
    }
  }
  @media screen and (max-width: 1024px) {
    header .wrapper {
      width: calc(100% - 20px);
    }
    .plus-minus {
      grid-template-columns: minmax(min-content, calc(100% - 50px));
    }
    .footer-block-btn {
      height: 60px;
      display: flex;
    }
    .footer {padding: 0 0 80px 0;}
    .header .btnBonus {
        display: none;
    }
  }
  @media screen and (max-width: 670px) {
    .header {
      height: 60px;
    }
    main {
      padding: 80px 10px 0 10px;
    }
    .banner {
      height: 200px;
      background-image: url(/banner_mobile.webp);
      background-position: right 56% center;
    }
    .breadcrumbs {
      margin-top: 60px;
      padding-top: 15px;
    }
    #toggle:checked + .header__burger {
      top: 8px;
    }
    .menu-list {
      top: 59px;
    }
  }
  @media screen and (max-width: 600px) {
    .content {
      width: calc(100% - 10px);
    }
    .reviews .review {
      width: 100%;
    }
    .bannerSlots {
      grid-template-columns: repeat(2, 1fr);
    }
    h1 {
      font-size: 22px;
      line-height: 24px;
    }
    .banner .banner_inner h1 {
      margin-bottom: 0;
    }
    .plus-minus {
      grid-template-columns: minmax(min-content, calc(100% - 20px));
    }
  
  }
  @media screen and (max-width: 400px) {
    .general-table {
      max-width: 100%;
    }
    .general-table-wrapper {
      max-width: 100%;
    }
  }
  @media (max-width: 600px) {
    main h1,
    main h2,
    main h3,
    main h4,
    main h5,
    main h6,
    main p,
    main ol,
    main ul,
    main figure,
    main .general-table-wrapper,
    main .faq-container {
      width: calc(100% - 20px);
    }
  }
  
  .slots.wrapper {
    margin: 10px 0 20px 0;
    width: 96%;
  }
  .slots.wrapper .slots-list {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2%;
    gap: 2%;
  }
  .slots.wrapper .slots-list ul {
    margin: 0;
  }
  .slots.wrapper .slots-list button {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
  }
  .slots.wrapper .slots-list .slot {
    position: relative;
    border: 1px #e3eeeb solid;
    border-radius: 20px;
    padding: 23px;
    overflow: hidden;
  }
  .slots.wrapper .slots-list .slot:hover {
    cursor: pointer;
  }
  .slots.wrapper .slots-list .slot span {
    display: block;
    text-align: center;
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    color: #e3eeeb;
  }
  .slots.wrapper .slots-list .slot:hover img {
    opacity: 0.8;
  }
  .slots.wrapper .slots-list .slot img {
    display: block;
    margin: 0 auto 12px;
    height: 44px;
  }
  @media screen and (max-width: 1100px) {
    .slots.wrapper .slots-list .slot span {
      font-family: Tahoma;
      font-size: 14px;
    }
  }
  @media screen and (max-width: 900px) {
    .slots.wrapper .slots-list {
      gap: 2%;
      grid-template-columns: repeat(2, 1fr);
    }
    .slots.wrapper .slots-list .slot span {
      width: calc(100% - 4px);
      font-size: 12px;
    }
  }
  @media screen and (max-width: 700px) {
    .slots.wrapper .slots-list {
      width: 90%;
      grid-template-rows: repeat(2, max-content);
      gap: 28px;
    }
    .slots.wrapper .slots-list .slot span {
      width: calc(100% - 6px);
    }
  }
  @media screen and (max-width: 560px) {
    .slots.wrapper .slots-list {
      gap: 20px;
      width: 96%;
    }
  }
  @media screen and (max-width: 450px) {
    .slots.wrapper .slots-list {
      gap: 12px;
    }
  }
  .panel.wrapper {
    max-width: 1280px;
    margin: 20px auto;
  }
  .panel.wrapper .panel-list {
    max-width: 100%;
    margin-block: unset;
    margin: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 32%);
    grid-gap: 10px 2%;
    gap: 10px 2%;
  }
  .panel.wrapper .panel-list button {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
  }
  .panel.wrapper .panel-list .panel-item {
    display: flex;
    position: relative;
    min-height: 75px;
    padding: 0 24px 0 28px;
    border-radius: 10px;
    align-items: center;
    border: 1px #e3eeeb solid;
  }
  .panel.wrapper .panel-list .panel-item span {
    font-family: Verdana;
    font-size: 16px;
    font-weight: 700;
    color: #e3eeeb;
    max-width: 242px;
  }
  .panel.wrapper .panel-list .panel-item_license {
    background: right 18px center/44px 44px no-repeat url(panel/dice.svg);
  }
  .panel.wrapper .panel-list .panel-item_best-slots {
    background: right 18px center/44px 44px no-repeat url(panel/jackpot.svg);
  }
  .panel.wrapper .panel-list .panel-item_best-bonus {
    background: right 18px center/44px 44px no-repeat url(panel/coins.svg);
  }
  .panel.wrapper .panel-list .panel-item_vip {
    background: right 18px center/44px 44px no-repeat url(panel/crown.svg);
  }
  .panel.wrapper .panel-list .panel-item_dealers {
    background: right 18px center/44px 44px no-repeat url(panel/dealers.svg);
  }
  .panel.wrapper .panel-list .panel-item_exclusive {
    background: right 18px center/44px 44px no-repeat url(panel/diamond.svg);
  }
  @media screen and (max-width: 1400px) {
    .panel.wrapper .panel-list {
      grid-template-columns: repeat(3, 32.6%);
      gap: 10px 1.1%;
    }
  }
  @media screen and (max-width: 1240px) {
    .panel.wrapper .panel-list {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px 1.1%;
    }
    .panel.wrapper .panel-list .panel-item {
      min-height: 64px;
      padding-left: 12px;
    }
    .panel.wrapper .panel-list .panel-item span {
      font-family: Tahoma;
      font-size: 14px;
      font-weight: 400;
      line-height: 15.4px;
      text-align: left;
    }
  }
  @media screen and (max-width: 740px) {
    .panel.wrapper .panel-list {
      display: block;
    }
    .panel.wrapper .panel-list .panel-item {
      margin-bottom: 12px;
    }
    .panel.wrapper .panel-list .panel-item_license {
      background: right 18px center/32px 32px no-repeat url(panel/dice.svg);
    }
    .panel.wrapper .panel-list .panel-item_best-slots {
      background: right 18px center/32px 32px no-repeat url(panel/jackpot.svg);
    }
    .panel.wrapper .panel-list .panel-item_best-bonus {
      background: right 18px center/32px 32px no-repeat url(panel/coins.svg);
    }
    .panel.wrapper .panel-list .panel-item_vip {
      background: right 18px center/32px 32px no-repeat url(panel/crown.svg);
    }
    .panel.wrapper .panel-list .panel-item_dealers {
      background: right 18px center/32px 32px no-repeat url(panel/dealers.svg);
    }
    .panel.wrapper .panel-list .panel-item_exclusive {
      background: right 18px center/32px 32px no-repeat url(panel/diamond.svg);
    }
    .panel.wrapper .panel-list .panel.wrapper .panel-list {
      grid-template-columns: minmax(320px, 100%);
      justify-content: center;
    }
  }
  @media screen and (max-width: 600px) {
    .panel.wrapper {
      width: 96%;
    }
    .panel.wrapper .panel-list {
      gap: 12px;
    }
    .panel.wrapper .panel-list .panel-item span {
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
    }
  }
  .reviews-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .review {
    border: 1px solid #e3eeeb;
    padding: 10px;
    border-radius: 10px;
  }
  .review h3 {
    padding: 0;
  }
  
  .first-review {
    background-color: #182e28;
    width: 100%;
  }
  
  .review-group {
    display: flex;
    gap: 20px;
  }
  
  .review-group > .review {
    width: calc(50% - 10px);
  }
  
  .review-header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .author {
    text-align: center;
  }
  
  .rating {
    font-size: 20px;
    color: #ffc107;
    margin-top: 5px;
  }
  
  .review-content {
    margin-top: 10px;
  }
  
  @media screen and (max-width: 744px) {
    .review-group > .review {
      width: 100%;
    }
    .review-group {
      display: flex;
      gap: 20px;
      flex-direction: column;
    }
  }
  
  .casinos {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
    gap: 24px;
    display: flex;
    flex-direction: column;
  }
  .casinos-wrapper {
    border-radius: 10px;
    width: 100%;
    max-width: 1400px;
    background: #233B34;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 20px 24px;
  }
  
  .casino {
    background: #29443C;
    border-radius: 10px;
    padding: 20px 24px 20px 24px;
    display: grid;
    /* grid-template-columns: 160px 25% 350px auto; */
    grid-template-columns:160px 10% 450px auto;
    align-items: center;
    border: 1px solid #ECE5E7;
    gap: 20px;
  }
  
  .casino .img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 160px;
  
  }
  
  .casino .img span {
    color: #1F1F1F;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 28px;
  }
  
  .casino .img .img_img {
    width: 160px;
    height: 66px;
    border-radius: 4px;
  }
  
  .casinos-wrapper:nth-child(1) .img .img_img {
    background: url(cards-casino/codere.webp) no-repeat;
    background-size: contain;
    background-position: 0 center;
  }
  
  .casinos-wrapper:nth-child(2) .img .img_img {
    background: url(cards-casino/bc-game.webp) no-repeat;
    background-size: contain;
    background-position: 0 center;
  }
  
  .casinos-wrapper:nth-child(3) .img .img_img {
    background: url(cards-casino/bet365.webp) no-repeat;
    background-size: contain;
    background-position: 0 center;
  }
  
  .casinos-wrapper:nth-child(4n) .img .img_img {
    background: url(cards-casino/melbet.webp) no-repeat;
    background-size: contain;
    background-position: 0 center;
  }
  .casinos-wrapper:nth-child(5n) .img .img_img {
    background: url(cards-casino/paripesa.webp) no-repeat;
    background-size: contain;
    background-position: 0 center;
  }
  .casinos-wrapper:nth-child(6n) .img .img_img {
    background: url(cards-casino/cbet.webp) no-repeat;
    background-size: contain;
    background-position: 0 center;
  }
  .casinos-wrapper:nth-child(7n) .img .img_img {
    background: url(cards-casino/betway.webp) no-repeat;
    background-size: contain;
    background-position: 0 center;
  }
  .casino .rating {
    height: 53px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
  }
  .casino .rating .title {
    font-family: Tahoma;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  color: #1F1F1F;
  
  }
  
  .casino .rating img {
    width: 15px;
  }
  
  .casino .rating span {
    color: #1F1F1F;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 5px;
    
  }
  .casino .rating .rating-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .casino .rating .license {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
  .casino .bonus span {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: 400;
    line-height: 13.2px;
    text-align: left;
    color: #ACACAC;
  
  }
  
  .casino .bonus p {
    font-family: Tahoma;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;  
    color: #1F1F1F;
    padding-top: 8px;
    margin: 0;
    width: 100%;
    max-width: 450px;}
  
  .casino .button {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
  
  .casino .button button {
    font-family: Tahoma;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;  
    color:  #29443C;
    background: #FFDA67;
    border-radius: 10px;
    box-shadow: none;
    border: none;
    width: 100%;
    max-width: 230px;  
    padding: 14px 24px;
    cursor: pointer;
    transition: 0.4s;
    text-align: center;
    opacity: 1;
  }
  .casino .button .info-casino {
    font-family: Tahoma;
  font-size: 10px;
  font-weight: 400;
  line-height: 12.1px;
  text-align: left;
  color: #1F1F1F;
  background: transparent;
  position: relative;
  }
  .casino .button .info-casino::after {
    content: url(cards-casino/down.svg);
    width: 8px;
    height: 8px;
    position: absolute;
    padding-left: 5px;
  }
  
  .casino .button button:hover {
    opacity: 0.8;
  }
  
  .more-info {
    display: none;
    margin-top: 10px;
    gap: 17px;
    grid-template-columns: 50% 25% auto;
  }
  .more-info .info-deposit {
    background: #29443C;
    border-radius: 10px;
    padding: 5px 12px 5px 12px;
    width: 100%;
    max-width: 678px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
  
  }
  .more-info  .min-dep , .more-info  .max-dep {
    background: #29443C;
    border-radius: 10px;
    padding: 12px;
    width: 100%;
    max-width: 320px;
  }
  .more-info  .min-dep .more-info-title , .more-info  .max-dep .more-info-title {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    color: #1F1F1F;
    margin: 0;
    padding-bottom: 8px;
  }
  
  .more-info  .min-dep span , .more-info  .max-dep span {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #1F1F1F;
  }
  
  .more-info .info-deposit .more-info-title {
    font-family: Tahoma;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
  color: #1F1F1F;
  margin: 0;
  padding-bottom: 8px;
  }
  .more-info .info-deposit span {
    font-family: Tahoma;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  color: #1F1F1F;
  
  }
  
  .more-info.visible {
    display: block;
  }
  
  @media (max-width: 1250px) {
    .header {
        height: 60px;
    }
    .casino {
        grid-template-columns: 50% 50%;
        padding: 20px 20px 14px 20px;
    }
    .casino .bonus p {
      max-width: unset;
    }
    .casino .button button {
      max-width: 175px;
    }
  
    .casino .bonus {
        padding-left: 0;
    }
  
    .casino .button {
        margin: 0 auto;
        justify-content: flex-start;
    }
  }
  @media (max-width: 750px) { 
    .more-info {
      flex-direction: column;
    }
    .casino .button button {
      max-width: 230px;
    }
  }
  
  @media (max-width: 700px) {
    .casino {
        margin-bottom: 12px;
    }
  
    .casino .bonus {
        grid-column-start: 1;
        grid-column-end: 3;
    }
  
    .casino .button {
        grid-column-start: 1;
        grid-column-end: 3;
        margin-left: 0;
    }
    .more-info {
      grid-template-columns: 1fr 1fr;
    }
    .more-info .info-deposit  {
      grid-column-start: 1;
      grid-column-end: 3;
    }
    .more-info .min-dep, .more-info .max-dep {
      padding: 5px 12px 5px 12px;
    }
  
  }
  
  @media (max-width: 520px) {
    .casino {
      padding: 12px;
  }
    .casino .rating {
        gap: 2px;
    }
    .casino .rating .title {
      font-size: 14px;
      line-height: 15px;
    }
    .casino .bonus {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .casino .bonus p {
      text-align: center;
      font-size: 18px;
      line-height: 20px;
      padding: 5px 5px 5px 5px;
      max-width: 300px;
    }
    .casino .bonus span {
      text-align: center;
    }
    .casino .rating span {
        font-size: 12px;
        line-height: 15px;
    }
    .casino .button {
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
  
  
  }
  
  @media (max-width: 380px) {
    .casino {
        grid-template-columns: 1fr 1fr;
        padding: 10px 10px 10px 10px;
        gap: 8px;
    }
    .casino .img {
      max-width: 130px;
    }
    .casino .img .img_img {
      width: 130px;
    }
}
.slots {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.slots .slots-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
}
.slots .slots-wrapper .slot {
    display: grid;
    grid-template-columns: repeat(4 , 1fr);
    gap: 20px;
    border: 2px solid #FED6B3;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 24px;
    border-radius: 20px;
}
.slots-wrapper .slot .slot-title {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
}
.slot-title .title {
    font-family: Tahoma;
    font-weight: 700;
    font-size: 18px;
    line-height: 21.73px;
    color: #000;    
    padding-bottom: 0;
    text-align: left;
}
.slot .slot-title .slot-button button {
    background: #1860C6;
    border-radius: 8px;
    padding: 12px 32px;
    font-family: Tahoma;
    font-weight: 700;
    font-size: 16px;
    line-height: 19.31px;
    color: #fff;
    width: 100%;
    min-width: 296px;
}
.slot .slot-title .slot-button button:hover {
    opacity: 0.8;
}
.slot-bonus,
.slot-min_dep {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
    margin-top: 40px;
}
.slot-bonus .bonus , 
.slot-min_dep .min-dep,
.slot-benefits .benefits {
    font-family: Tahoma;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.31px;
    color: #333333;
}
.slot-bonus .info-bonus ,
.slot-min_dep .info-min-dep {
    font-family: Tahoma;
    font-weight: 700;
    font-size: 16px;
    line-height: 19.31px;
    color: #333333;
}
.slot-bonus .title-bonus ,
.slot-bonus .min-dep,
.slot-bonus .info-min-dep {
    font-family: Tahoma;
    font-weight: 700;
    font-size: 16px;
    line-height: 19.31px;
    color: #333333;
    display: none;
}
.slot-benefits {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
    margin-top: 40px;
}
.benefits-list li {
    position: relative;
    padding-bottom: 10px;
    padding-left: 15px;
    font-family: Tahoma;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.31px;
    color: #333333;
}
.benefits-list li::before {
    background: #FED6B3;
    width: 14px;
    height: 14px;
    content: no-open-quote;
    position: absolute;
    left: -8px;
    top: 4px;
    border-radius: 50%;
}

@media (max-width: 1100px) { 
    .slots .slots-wrapper .slot {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 16px;
    }
    .slot-benefits {
        grid-column-start: 1;
        grid-column-end: 6;
    }
    .slot-bonus {
        grid-column-start: 2;
        grid-column-end: 4;
        margin-top: 0;
    }
    .slot-bonus {
      margin-left: 40px;
    }
    .slot-bonus .title-bonus ,
    .slot-bonus .info-min-dep{
        font-family: Tahoma;
        font-weight: 700;
        font-size: 16px;
        line-height: 19.31px;
        color: #333333;
        display: flex;
    }
    .slot-bonus .min-dep  {
        font-family: Tahoma;
        font-weight: 400;
        font-size: 16px;
        line-height: 19.31px;
        color: #333333;
        display: flex;
    }
    .slot-title .title ,
    .slot-min_dep .min-dep,
    .slot-min_dep .info-min-dep ,
    .slot-min_dep{
        display: none;
    }
    .slot-benefits {
        margin-top: 0;
    }
}
@media (max-width: 800px) { 
    .slot-bonus {
        margin-left: 20px;
      }
}

@media (max-width: 550px) { 
    .slots .slots-wrapper .slot {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 16px;
    }
    .slot-bonus {
        margin-left: 0;
        grid-column-start: 1;
        grid-column-end: 2;
      }
      .slot .slot-title .slot-button button {
        min-width: 250px;
      }
}
.content-column {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
}
@media (max-width: 800px) { 
    .content-column {
       flex-direction: column;
       align-items: center;
      }
}

.content-ol {
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
    gap: 20px;
    margin-bottom: 20px;
    counter-reset: counter-ol;
    padding-left: 20px;
}
.content-ol li {
    box-shadow: 0px 4px 4px 0px #1860C633;
    background: #FFFFFF;
    padding: 24px 24px 24px 65px;
    width: 100%;
    max-width: 681px;
    height: 100%;
    border-radius: 20px;    
    position: relative;
    counter-increment: counter-ol;

}
.content-ol li:before {
    background: #FED6B3;
    width: 32px;
    height: 32px;
    content: counter(counter-ol);
    position: absolute;
    left: 16px;
    top: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 14px;
}
@media (max-width: 1100px) { 
    .content-ol {
        grid-template-columns: 1fr;
    }
    .content-ol li {
        max-width: unset;
    }
    .content-ol li:before {
        left: 18px;
        top: 30px;

    }
}
