@font-face {
    font-family: Gilroy-Regular;
    src: url(../fonts/Gilroy/Gilroy-Regular.woff);
    font-display: swap;
}
@font-face {
    font-family: Gilroy-Medium;
    src: url(../fonts/Gilroy/Gilroy-Medium.woff);
    font-display: swap;
}
html {
    height: 100%;
}
body {
    margin: 0;
    height: 100%;
}
ul {
    list-style: none;
}
h1,
h2,
h3,
li,
p,
ul {
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a,
button,
input {
    outline: 0;
}
a {
    text-decoration: none;
}
.about-text__text > div > ul > li {
  margin-bottom: 10px;
}
.permalink, .permalink:hover, .permalink:active {
  color: #161616;
}
.content-container {
    min-height: 100%;
    min-height-margin-bottom: -141px;
}
.content-container:after {
    content: "";
    display: block;
    height: 141px;
}
body {
    font-family: Gilroy-Regular, sans-serif;
}
.content-center {
    max-width: 1170px;
    margin: 0 auto;
}
.btn {
    font-size: 14px;
    color: #fff;
    padding: 13px 61px 11px;
    -webkit-transition: background-color 0.4s linear;
    -o-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
    display: inline-block;
}
.red-btn {
    background-color: #eb1c30;
}
.red-btn:hover {
    background-color: #141414;
}
.black-btn {
    background-color: #141414;
}
.black-btn:hover {
    background-color: #eb1c30;
}
.top-casino__tab {
    display: flex;
    align-items: center;
}
.main-title {
    font-size: 42px;
    color: #161616;
    font-family: Gilroy-Medium, sans-serif;
    letter-spacing: -0.03em;
    text-align: center;
}
.main-subtitle {
    font-size: 18px;
    line-height: 26px;
    color: rgba(29, 39, 48, 0.5);
    width: 58%;
    text-align: center;
    margin: 12px auto 0;
    letter-spacing: -0.01em;
}
.link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.about-text {
    font-size: 16px;
    line-height: 26px;
    color: rgba(29, 39, 48, 0.5);
    text-align: left;
    margin-top: 74px;
    letter-spacing: 0.003em;
}
.about-text__title {
    color: #161616;
    font-size: 28px;
    margin-bottom: 18px;
    font-family: Gilroy-Medium, sans-serif;
    letter-spacing: -0.02em;
    margin-top: 10px;
}
.about-text__text {
    margin-bottom: 26px;
}
.about-text__text p{
    margin-top: 15px;
    margin-bottom: 15px;
}
.about-text__text .bulleted-list, .category-page__content ol {
    margin: 25px 0 30px;
    padding-left: 0;
}
.about-text__text .bulleted-list li {
    list-style-type: disc;
}
.about-text__text ol li {
    list-style-type: decimal;
}
.about-text__text .bulleted-list li,
.about-text__text ol li {
  font-family: 'Gilroy-Regular', sans-serif;
  color: #8b8b8b;
  margin-left: 20px;
  margin-bottom: 11px;
  letter-spacing: -0.2px;
}
.about-text__list li {
    list-style-type: disc;
    list-style-position: inside;
}
.star {
    margin-right: 4px;
    -webkit-mask-image: url(../img/star.svg);
    mask-image: url(../img/star.svg);
    width: 15px;
    height: 15px;
    background-color: rgba(0, 0, 0, 0.1);
}
.star:last-child {
    margin-right: 0;
}
.footer__author,
.header__author {
    font-size: 14px;
    width: 222px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__author-title,
.header__author-title {
    color: rgba(255, 255, 255, 0.6);
}
.footer__author-photo,
.header__author-photo {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -2px;
}
.footer__author-photo img,
.header__author-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.footer__author-name,
.header__author-name {
    color: #fff;
}
.footer__author-name:hover,
.header__author-name:hover {
    color: #eb1c30;
}
.header {
    background: #000;
    padding-top: 13px;
}
.header > .content-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__logo {
    width: 150px;
    height: 33px;
    margin-top: -3px;
}
.header__logo img {
  width: 100px;
}
.header__form-search {
    position: relative;
    width: 65.3%;
}
.header__form-search input[type="search"] {
    font-size: 14px;
    background: #fff;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 14px 50px 14px 20px;
    width: 95%;
    margin-left: 5%;
    -webkit-appearance: none !important;
    height: 44px;
}
.header__form-search input[type="search"]::-webkit-input-placeholder {
    font-size: 12px;
    color: #929292;
}
.header__form-search input[type="search"]:-moz-placeholder {
    font-size: 12px;
    color: #929292;
}
.header__form-search input[type="search"]::-moz-placeholder {
    font-size: 12px;
    color: #929292;
}
.header__form-search input[type="search"]:-ms-input-placeholder {
    font-size: 12px;
    color: #929292;
}
.header__form-search .btn-submit {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 15px;
    height: 15px;
    background: url(../img/search-icon.svg);
    padding: 0;
    border: none;
    cursor: pointer;
}
.header__subheader {
    background: #141414;
    padding: 22px 0 19px;
    margin-top: 13px;
}
.header__subheader-menu li {
    display: inline-block;
    margin-right: 40px;
}
.header__subheader-menu li:last-child {
    margin-right: 0;
}
.header__subheader-menu li a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
}
.header__subheader-menu li a:hover {
    color: #eb1c30;
}
.header__subheader-menu .dropdown-icon a:after {
    content: "";
    background-image: url(../img/arrow-down.svg);
    display: inline-block;
    width: 9px;
    height: 5px;
    margin-left: 11px;
    vertical-align: middle;
}
.header__subheader .mob-author {
    display: none;
}
.header__burger-menu {
    margin-left: 20px;
    width: 13px;
    height: 12px;
    display: none;
}
.header__burger-menu svg {
    width: 100%;
}
.swiper-container {
  max-width: 1170px;
}
.slider-wrapper {
    background: #f7f7f7;
    height: 506px;
}
.slider-wrapper .main-slider {
    overflow: hidden;
}
.slider-wrapper .main-slider__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    outline: 0;
}
.slider-wrapper .main-slider__item-text {
    width: 350px;
    margin-bottom: 142px;
    position: relative;
}
.slider-wrapper .main-slider__item-text .title {
    font-size: 44px;
    line-height: 48px;
    color: #161616;
    font-family: Gilroy-Medium, sans-serif;
    letter-spacing: -0.03em;
}
.slider-wrapper .main-slider__item-text .description {
    font-size: 16px;
    line-height: 26px;
    color: rgba(29, 39, 48, 0.5);
    margin: 10px 0 30px;
}
.slider-wrapper .main-slider__item-image {
    width: 771px;
    margin: 0 -94px 0 -157px;
}
.slider-wrapper .main-slider__item-image img {
    margin: 0 auto;
    width: auto;
    image-rendering: -webkit-optimize-contrast;
    max-height: 500px;
}
.slider-wrapper .main-slider__item-image .mob {
    display: none;
}
.slider-wrapper .main-slider__item-casino {
    width: 300px;
    margin-bottom: 109px;
    position: relative;
}
.slider-wrapper .main-slider__item-casino .subtitle {
    font-size: 14px;
    color: rgba(29, 39, 48, 0.5);
}
.slider-wrapper .main-slider__item-casino .widget-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 26px 25px 28px 33px;
    background: #fff;
}
.slider-wrapper .main-slider__item-casino .widget-wrap .img-wrap {
    width: 60px;
    height: 60px;
    position: relative;
}
.slider-wrapper .main-slider__item-casino .widget-wrap .img-wrap svg {
    position: absolute;
    top: -1px;
    left: -1px;
    right: 0;
    bottom: 0;
    width: 62px;
    height: 62px;
}
.slider-wrapper .main-slider__item-casino .widget-wrap .img-wrap svg .st0 {
    stroke-miterlimit: 2;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: dash 14s linear forwards;
    animation: dash 14s linear forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
@-webkit-keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}
.slider-wrapper .main-slider__item-casino .widget-wrap .img-wrap img {
    width: 60px;
    height: 60px;
}
.slider-wrapper .main-slider__item-casino .widget-wrap .widget-text {
    width: 66%;
    margin-left: 20px;
    margin-top: 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.slider-wrapper .main-slider__item-casino .widget-wrap .widget-text p {
    font-size: 18px;
    color: #161616;
    font-family: Gilroy-Medium, sans-serif;
    width: 100%;
    margin-bottom: 6px;
}
.slider-wrapper .main-slider__item-casino .widget-wrap .widget-text span {
    font-size: 14px;
    color: rgba(29, 39, 48, 0.5);
}
.slider-wrapper .main-slider__item-casino .widget-wrap .widget-text .widget-rate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -2px 0 0 12px;
}
.slider-wrapper .main-slider__item-casino .widget-wrap .widget-text .widget-rate .active-star {
    background-color: #eb1c30;
}
.slider-wrapper .main-slider .item-3 .main-slider__item-text {
    margin-bottom: 115px;
}
.slider-wrapper .main-slider .item-3 .main-slider__item-image {
    margin: 0 -118px 0 -115px;
}
.slider-wrapper .main-slider .item-3 .main-slider__item-image img {
    max-height: 480px;
}
.slider-wrapper .main-slider .item-3 .main-slider__item-casino {
    margin-bottom: 83px;
}
.top-casino {
    position: relative;
    z-index: 1;
    text-align: center;
}
.tab-content {
	display: none;
}
.tab-content.active {
	display: block;
}
.top-casino__pagination {
    background: #fff;
    padding: 18px 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 4px 70px rgba(228, 228, 228, 0.5);
    box-shadow: 0 4px 70px rgba(228, 228, 228, 0.5);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: -67px;
    text-align: left;
}
.top-casino__pagination-item {
    width: 33.3%;
    border-right: 1px solid #eaeaea;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
    padding: 17px 0 14px 41px;
    cursor: pointer;
}
.top-casino__pagination-item:last-child {
    border-right: none;
}
.top-casino__pagination-item:hover .line {
    background: #eb1c30;
}
.top-casino__pagination-item .title {
    width: 70%;
    margin: 8px 0 0 20px;
}
.top-casino__pagination-item .title p {
    font-size: 14px;
    color: rgba(29, 39, 48, 0.5);
}
.top-casino__pagination-item .title p + p {
    margin-top: 5px;
    font-size: 21px;
    color: #161616;
    font-family: Gilroy-Medium, sans-serif;
    letter-spacing: -0.02em;
}
.top-casino__pagination-item .line {
    width: 100%;
    height: 2px;
    background: 0 0;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}
.top-casino__pagination .item-1 .icon {
    background: url(../img/top-casino-icon-1.svg) no-repeat;
    width: 59px;
    height: 61px;
}
.top-casino__pagination .item-2 .icon {
    background: url(../img/top-casino-icon-2.svg) no-repeat;
    width: 60px;
    height: 60px;
}
.top-casino__pagination .item-3 .icon {
    background: url(../img/top-casino-icon-3.svg) no-repeat;
    width: 60px;
    height: 60px;
}
.top-casino__pagination .active .line {
    background: #eb1c30;
}
.top-casino__pagination .active .title p + p {
    color: #eb1c30;
}
.top-casino__title {
    margin-top: 105px;
}
.top-casino__list {
    margin-top: 97px;
    text-align: left;
}
.top-casino__list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 0 30px;
    border-bottom: 1px solid #e2e2e2;
}
.top-casino__list .top-first {
    background: #ebebeb !important;
}
.top-casino__list .top-second {
    background: #f3f3f3 !important;
}
.top-casino__list .top-third {
    background: #f8f8f8 !important;
}
.top-casino__list-item .label__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(235, 28, 48, 0.1);
}
.top-casino__list-item .label__icon:before {
    content: "";
    display: block;
    background-color: #eb1c30;
}
.top-casino__list-item .label__icon img {
  width: 22px;
  height: 22px;
}
.top-casino__list-item .best-mobile:before {
    -webkit-mask-image: url(../img/label_best-mobile.svg);
    mask-image: url(../img/label_best-mobile.svg);
    width: 12px;
    height: 17px;
    margin: 8px auto 0;
}
.top-casino__list-item .most-popular:before {
    -webkit-mask-image: url(../img/label_most-popular.svg);
    mask-image: url(../img/label_most-popular.svg);
    width: 17px;
    height: 16px;
    margin: 9px auto 0;
}
.top-casino__list-item .users-choice:before {
    -webkit-mask-image: url(../img/label_users-choice.svg);
    mask-image: url(../img/label_users-choice.svg);
    width: 13px;
    height: 9px;
    margin: 13px auto 0;
}
.top-casino__list-item .bitcoin:before {
    -webkit-mask-image: url(../img/label_bitcoin-casino.svg);
    mask-image: url(../img/label_bitcoin-casino.svg);
    width: 12px;
    height: 15px;
    margin: 11px auto 0;
}
.top-casino__list-item .top-pokies:before {
    -webkit-mask-image: url(../img/label_top-pokies.svg);
    mask-image: url(../img/label_top-pokies.svg);
    width: 17px;
    height: 17px;
    margin: 10px auto 0;
}
.top-casino__list-item .number {
    font-size: 14px;
    color: rgba(29, 39, 48, 0.5);
}
.top-casino__list-item .name {
    margin-left: -37px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 225px;
    max-width: 260px;
}
.top-casino__list-item .name .country {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.top-casino__list-item .name .country-ua {
    background: url(../img/country-ua.svg) no-repeat;
}
.top-casino__list-item .name .country-fr {
    background: url(../img/country-fr.svg) no-repeat;
}
.top-casino__list-item .name .country-ge {
    background: url(../img/country-ge.svg) no-repeat;
}
.top-casino__list-item .name__img {
    width: 60px;
    height: 60px;
    position: relative;
}
.top-casino__list-item .name__img img {
    width: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    image-rendering: -webkit-optimize-contrast;
    height: 100%;
}
.top-casino__list-item .name__text {
    margin-left: 24px;
    width: 63%;
}
.top-casino__list-item .name__text-title {
    font-size: 21px;
    font-family: Gilroy-Medium, sans-serif;
    color: #161616;
    letter-spacing: -0.02em;
}
.top-casino__list-item .name__text-rate {
    margin-top: 10px;
    font-size: 14px;
    color: rgba(29, 39, 48, 0.5);
}
.top-casino__list-item .name__text-rate:before {
    content: "";
    -webkit-mask-image: url(../img/star.svg);
    mask-image: url(../img/star.svg);
    background-color: #eb1c30;
    width: 15px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    margin: -2px 11px 0 0;
}
.top-casino__list-item .name__text-mob-icons {
    display: none;
}
.top-casino__list-item .bonus {
    width: 214px;
}
.top-casino__list-item .bonus .mobile-bonus {
    display: none;
}
.top-casino__list-item .bonus p {
    font-size: 18px;
    font-family: Gilroy-Medium, sans-serif;
    color: #161616;
}
.top-casino__list-item .bonus p + p {
    font-family: Gilroy-Regular, sans-serif;
    font-size: 14px;
    color: rgba(29, 39, 48, 0.5);
    margin-top: 9px;
}
.top-casino__list-item .label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 85px;
}
.top-casino__list-item .label__text {
    margin-top: 7px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(29, 39, 48, 0.5);
    text-align: center;
}
.top-casino__list-item .details {
    width: 222px;
}
.top-casino__list-item .details__item {
    margin-bottom: 20px;
    font-size: 14px;
    color: #161616;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top-casino__list-item .details__item:last-child {
    margin-bottom: 0;
}
.top-casino__list-item .details__item:before {
    content: "";
    background: url(../img/label_users-choice.svg) no-repeat 0 0 / contain;
    width: 11px;
    height: 7px;
    display: inline-block;
    vertical-align: top;
    margin: 3px 12px 0 0;
}
.top-casino__list-item .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-casino__list-item .buttons__play {
    padding: 13px 30px 11px;
}
.top-casino__list-item .buttons__preview {
    margin-top: 29px;
    font-size: 12px;
    font-family: Gilroy-Medium, sans-serif;
    text-transform: uppercase;
    color: rgba(29, 39, 48, 0.5);
}
.top-casino__list-item .buttons__preview:hover {
    text-decoration: underline;
}
.top-casino__list .top-first,
.top-casino__list .top-second,
.top-casino__list .top-third {
    margin: 0 -44px;
    padding: 32px 44px 30px;
}
.top-casino__list .top-first .name__text-title:before,
.top-casino__list .top-second .name__text-title:before,
.top-casino__list .top-third .name__text-title:before {
    content: "";
    -webkit-mask-image: url(../img/cup.svg);
    mask-image: url(../img/cup.svg);
    background-color: #f9af41;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    margin: 1px 11px 0 0;
}
.top-casino__list .top-first {
    background: #ebebeb;
}
.top-casino__list .top-second {
    background: #f3f3f3;
}
.top-casino__list .top-second .name__text-title:before {
    background-color: #b6b6b6;
}
.top-casino__list .top-third {
    background: #f8f8f8;
}
.top-casino__list .top-third .name__text-title:before {
    background-color: #ab6c64;
}
.top-casino__more-btn {
    margin-top: 55px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 13px 80px 11px;
    outline: none;
    border: none;
    cursor: pointer;
}
.quick-navigation {
    padding: 100px 0 73px;
}
.quick-navigation__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 65px;
}
.quick-navigation__list-item {
    width: 24%;
    background: #fff;
    padding: 34px 20px 36px;
    text-align: center;
    -webkit-box-shadow: 0 4px 70px rgba(228, 228, 228, 0.5);
    box-shadow: 0 4px 70px rgba(228, 228, 228, 0.5);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: -webkit-box-shadow 0.2s linear;
    transition: -webkit-box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
    will-change: transform;
}
.quick-navigation__list-item:hover {
    -webkit-box-shadow: 0 4px 70px #e4e4e4;
    box-shadow: 0 4px 70px #e4e4e4;
}
.quick-navigation__list-item .img-wrap {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}
.quick-navigation__list-item .img-wrap img {
    width: 100%;
}
.quick-navigation__list-item .title {
    margin-top: 20px;
    font-family: Gilroy-Medium, sans-serif;
    font-size: 21px;
    color: #161616;
    letter-spacing: -0.02em;
}
.quick-navigation__list-item .description {
    margin-top: 8px;
    color: rgba(29, 39, 48, 0.5);
    font-size: 14px;
}
.quick-navigation__about-text {
    margin-top: 58px;
}
.content .payments-categories,
.content .providers-categories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 30px;
}
.page-info {
  font-size: 14px;
  color: rgba(29, 39, 48, 0.5);
  margin-top: 10px;
}
.category__providers .blog-text {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #8b8b8b;
    letter-spacing: -0.18px;
    margin-bottom: 15px;
}
.category__providers .blog-text .text-link {
    color: #eb1c30;
}
.category__providers .blog-text .text-link:hover {
    text-decoration: underline;
}
.category__providers .text-title {
    margin: 15px 0 11px;
    font-family: Gilroy-Medium, sans-serif;
    font-size: 28px;
    line-height: 30px;
    color: #161616;
    letter-spacing: -0.1px;
}
.category__providers .quote-section {
    background: #fafafa;
    font-family: 'Gilroy-Medium', sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #8b8b8b;
    padding: 43px 40px 43px 124px;
    letter-spacing: -0.18px;
    position: relative;
    /* margin-top: 65px; */
}
.category__providers .quote-section:before {
    content: "";
    -webkit-mask-image: url(../img/quotes-icon.svg);
    mask-image: url(../img/quotes-icon.svg);
    width: 41px;
    height: 28px;
    background-color: #eb1c30;
    position: absolute;
    top: 41px;
    left: 44px;
}
.category__providers .bulleted-list, .category__providers ol {
    margin: 30px 0 30px;
    padding-left: 0;
}
.category__providers .bulleted-list li {
    list-style-type: disc;
}
.category__providers ol li {
    list-style-type: decimal;
}
.category__providers .bulleted-list li,
.category__providers ol li {
  font-family: 'Gilroy-Regular', sans-serif;
  color: #8b8b8b;
  margin-left: 20px;
  margin-bottom: 11px;
  letter-spacing: -0.2px;
}
.page__author-name:hover, .page__author-name {
  color: rgba(29, 39, 48, 0.5);
}
.content .payments-categories__item,
.content .providers-categories__item {
    width: 23.6%;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    position: relative;
    min-height: 260px;
}
.content .payments-categories__item:nth-child(4n),
.content .providers-categories__item:nth-child(4n) {
    margin-right: 0;
}
.content .payments-categories__item:hover .info-text,
.content .providers-categories__item:hover .info-text {
    display: none;
}
.content .payments-categories__item:hover .review-btn,
.content .providers-categories__item:hover .review-btn {
    display: block;
}
.content .payments-categories__item .card,
.content .providers-categories__item .card {
    position: relative;
    height: 100%;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.content .payments-categories__item .card .back-card,
.content .payments-categories__item .card .front-card,
.content .providers-categories__item .card .back-card,
.content .providers-categories__item .card .front-card {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.content .payments-categories__item .card .front-card,
.content .providers-categories__item .card .front-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 15px 30px;
}
.content .payments-categories__item .card .back-card,
.content .providers-categories__item .card .back-card {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    padding: 30px 25px;
    text-align: left;
}
.content .payments-categories__item .card .back-card .name-wrap,
.content .providers-categories__item .card .back-card .name-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.content .payments-categories__item .card .back-card .name-wrap .icon-wrap,
.content .providers-categories__item .card .back-card .name-wrap .icon-wrap {
    width: 42px;
    height: 42px;
    margin-right: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.content .payments-categories__item-descr,
.content .providers-categories__item-descr {
    font-size: 14px;
    line-height: 22px;
    color: #8b8b8b;
    max-height: 132px;
    overflow: hidden;
    font-family: Gilroy-Regular, sans-serif;
    margin-top: 20px;
}
.content .payments-categories__item .flipper .front-card,
.content .providers-categories__item .flipper .front-card {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.content .payments-categories__item .flipper .back-card,
.content .providers-categories__item .flipper .back-card {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.content .payments-categories__item .card-btn,
.content .providers-categories__item .card-btn {
    width: 20px;
    height: 20px;
    background-color: #e4e4e4;
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
.content .payments-categories__item .info-btn,
.content .providers-categories__item .info-btn {
    -webkit-mask-image: url(../img/info-icon.svg);
    mask-image: url(../img/info-icon.svg);
}
.content .payments-categories__item .info-btn:hover,
.content .providers-categories__item .info-btn:hover {
    background-color: #cbcbcb;
}
.content .payments-categories__item .close-btn,
.content .providers-categories__item .close-btn {
    -webkit-mask-image: url(../img/close-icon.svg);
    mask-image: url(../img/close-icon.svg);
    background-color: #1f4ad8;
}
.content .payments-categories__icon,
.content .providers-categories__icon {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.content .payments-categories__name,
.content .providers-categories__name {
    font-size: 18px;
    line-height: 18px;
    color: #161616;
}
.content .payments-categories__btn-wrap,
.content .providers-categories__btn-wrap {
    width: 100%;
    text-align: center;
}
.content .payments-categories__btn-wrap .item-name,
.content .providers-categories__btn-wrap .item-name {
    margin-left: 4px;
}
.content .payments-categories__btn-wrap .info-text,
.content .providers-categories__btn-wrap .info-text {
    font-size: 14px;
    color: #8b8b8b;
    background-color: #f7f7f7;
    width: 100%;
    padding: 15px 20px 13px;
    font-family: Gilroy-Regular, sans-serif;
    cursor: default;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.content .payments-categories__btn-wrap .review-btn,
.content .providers-categories__btn-wrap .review-btn {
    font-size: 14px;
    color: #fff;
    width: 100%;
    padding: 15px 20px 13px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: none;
}
.content .more-btn {
    margin-top: 29px;
    padding: 13px 80px 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#newest-casinos {
    outline: none;
    border: none;
    cursor: pointer;
}
.newest-casinos {
    background: #f7f7f7;
    padding: 108px 0 111px;
    text-align: center;
}
.newest-casinos__title {
    margin-top: 0;
}
.newest-casinos__subtitle {
    width: 100%;
}
.newest-casinos__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 46px;
    text-align: left;
}
.newest-casinos__list-item {
    width: 24%;
    min-height: 390px;
    background: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    outline: 0;
}
.newest-casinos__list-item .card {
    position: relative;
    height: 100%;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.newest-casinos__list-item .card .back-card,
.newest-casinos__list-item .card .front-card {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.newest-casinos__list-item .card .front-card .wrapper .description {
    max-height: 40px;
    overflow: hidden;
}
.newest-casinos__list-item .card .back-card {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    text-align: left;
    padding: 0 30px;
}
.newest-casinos__list-item .card .back-card .title {
    margin: 30px 0 10px;
}
.newest-casinos__list-item .card .back-card .description {
    max-height: 120px;
    overflow: hidden;
}
.newest-casinos__list-item .flipper .front-card {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.newest-casinos__list-item .flipper .back-card {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.newest-casinos__list-item .card-btn {
    width: 20px;
    height: 20px;
    background-color: #e4e4e4;
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
.newest-casinos__list-item .card-btn:hover {
    background-color: #cbcbcb;
}
.newest-casinos__list-item .info-btn {
    -webkit-mask-image: url(../img/info-icon.svg);
    mask-image: url(../img/info-icon.svg);
}
.newest-casinos__list-item .close-btn {
    -webkit-mask-image: url(../img/close-icon.svg);
    mask-image: url(../img/close-icon.svg);
}
.newest-casinos__list-item .img-wrap {
    width: 80px;
    height: 80px;
    margin: 30px auto 0;
}
.newest-casinos__list-item .img-wrap img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
}
.newest-casinos__list-item .newest-rate {
    margin-top: 19px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.newest-casinos__list-item .newest-rate .active-star {
    background-color: #ffd93d;
}
.newest-casinos__list-item .newest-rate-text {
    font-size: 14px;
    color: rgba(29, 39, 48, 0.5);
    margin-top: 22px;
}
.newest-casinos__list-item .wrapper {
    border-top: 1px solid #f2f2f2;
    padding: 25px 30px 34px;
    text-align: left;
    margin-top: 17px;
}
.newest-casinos__list-item .title {
    font-family: Gilroy-Medium, sans-serif;
    color: #161616;
    font-size: 18px;
}
.newest-casinos__list-item .description {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(29, 39, 48, 0.5);
}
.newest-casinos__list-item .red-btn {
    position: absolute;
    bottom: 34px;
    left: 30px;
    right: 30px;
    text-align: center;
    cursor: pointer;
}
.newest-casinos__more-btn {
    margin-top: 33px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 13px 80px 11px;
}
.newest-casinos__about-text {
    margin-top: 69px;
}
.games__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.games__list li {
  width: 25%;
  padding: 5px 10px;
}
.games__list-itemtext {
  color: rgba(29, 39, 48, 0.5);
  font-family: Gilroy-Medium, sans-serif;
}
.games__list-itemlink:hover {
  -webkit-filter: drop-shadow(2px 4px 6px black);
  filter: drop-shadow(2px 4px 6px black);
}
.more_games__more-btn {
  margin: 25px auto;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 13px 80px 11px;
  outline: none;
  border: none;
  cursor: pointer;
}
.newest-slots {
    padding: 100px 0 74px;
    text-align: center;
}
.newest-slots__subtitle {
    width: 50%;
    margin-bottom: 20px;
}
.newest-slots__list {
    margin-top: 66px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
}
.newest-slots__list-item {
    margin-bottom: 30px;
    position: relative;
    width: 178px;
}
.newest-slots__list-item:hover .title {
    color: #eb1c30;
}
.newest-slots__list-item .img-wrap {
    width: 178px;
    height: 178px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.newest-slots__list-item .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.newest-slots__list-item .title {
    margin-top: 13px;
    font-family: Gilroy-Medium, sans-serif;
    font-size: 16px;
    color: #161616;
    letter-spacing: 0.02em;
}
.newest-slots__list-item .subtitle {
    margin-top: 3px;
    font-size: 12px;
    color: rgba(29, 39, 48, 0.5);
}
.newest-slots__more-btn {
    margin-top: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 13px 80px 11px;
    outline: none;
    border: none;
    cursor: pointer;
}
.newest-slots__about-text {
    margin-top: 74px;
}
.casino-reviews {
    background: #f7f7f7;
    padding: 123px 0 77px;
}
.casino-reviews__subtitle {
    width: 75%;
}
.casino-reviews__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.casino-reviews__list-item {
    background: #fff;
    width: 32%;
    padding: 33px 36px 32px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.casino-reviews__list-item .title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.casino-reviews__list-item .title-wrap .img-wrap {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.casino-reviews__list-item .title-wrap .title {
    font-family: Gilroy-Medium, sans-serif;
    font-size: 18px;
    color: #161616;
}
.casino-reviews__list-item .description {
    margin-top: 17px;
    font-size: 14px;
    line-height: 22px;
    color: rgba(16, 16, 16, 0.5);
}
.favourite-casinos {
    padding: 102px 0 117px;
}
.favourite-casinos__list {
    margin-top: 47px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.favourite-casinos__list-item {
    margin-right: 20px;
    width: 178px;
    height: 66px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}
.favourite-casinos__list-item img {
    height: 100%;
    max-height: 100px;
    width: 66px;
}
.favourite-casinos__list-item:last-child {
    margin-right: 0;
}
.faq {
    padding: 109px 0 72px;
    background: #f7f7f7;
}
.faq__subtitle {
    width: 50%;
}
.faq__list {
    margin-top: 67px;
}
.faq__list-item {
    background: #fff;
    list-style: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    cursor: pointer;
}
.faq__list-item ::-webkit-details-marker {
    display: none;
}
.faq__list-item[open] > summary:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq__list-item-title {
    font-family: Gilroy-Medium, sans-serif;
    font-size: 18px;
    color: #161616;
    outline: 0;
    position: relative;
    padding: 32px 30px 30px 40px;
}
.faq__list-item-title:before {
    content: "";
    -webkit-mask-image: url(../img/arrow-down.svg);
    mask-image: url(../img/arrow-down.svg);
    -webkit-mask-size: 14px 9px;
    mask-size: 14px 9px;
    background-repeat: no-repeat;
    background-color: #eb1c30;
    width: 14px;
    height: 9px;
    display: block;
    position: absolute;
    top: 45%;
    right: 28px;
}
.faq__list-item-text {
    font-size: 16px;
    line-height: 26px;
    color: rgba(16, 16, 16, 0.5);
    padding: 0 42px 30px;
}
.form-subscribe input[type="email"] {
    background: #fff;
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 17px 30px 17px;
    color: #161616;
    margin-right: 16px;
    width: 76.5%;
}
.form-subscribe input[type="email"]::-webkit-input-placeholder {
    font-size: 14px;
    color: #737373;
}
.form-subscribe input[type="email"]:-moz-placeholder {
    font-size: 14px;
    color: #737373;
}
.form-subscribe input[type="email"]::-moz-placeholder {
    font-size: 14px;
    color: #737373;
}
.form-subscribe input[type="email"]:-ms-input-placeholder {
    font-size: 14px;
    color: #737373;
}
.form-subscribe .black-btn,
.form-subscribe .red-btn {
    border: none;
    padding: 16px 54px 17px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}
.form-subscribe .black-btn:hover,
.form-subscribe .red-btn:hover {
    background: #940d1a;
}
.form-subscribe .privacy {
    margin-top: 29px;
    display: block;
    font-size: 12px;
    color: #7f7f7f;
}
.form-subscribe .privacy a {
    color: #fff;
}
.form-subscribe .privacy a:hover {
    text-decoration: underline;
}
.subscribe {
    background: #eb1c30;
    padding: 48px 0 50px;
}
.subscribe .content-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.subscribe__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%;
}
.subscribe__logo .img-wrap {
    width: 60px;
    height: 60px;
}
.subscribe__logo .img-wrap img {
    width: 60px;
    height: 60px;
}
.subscribe__logo .slogan {
    margin-left: 36px;
    font-size: 26px;
    line-height: 35px;
    font-family: Gilroy-Medium, sans-serif;
    letter-spacing: -0.015em;
    color: #fff;
    width: 58%;
}
.subscribe__form {
    width: 65%;
}
.subscribe__form .black-btn:hover {
    background: #2a2a2a;
}
.subscribe__form .privacy {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 19px;
}
.footer {
    background: #000;
    padding: 48px 0 90px;
}
.footer__top-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 55px;
    border-bottom: 1px solid #1d1d1d;
}
.footer__logo {
    width: 250px;
    height: 50px;
}
.footer__logo img {
  width: 100%;
}
.footer__slogan {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
    width: 195px;
    margin-left: 47px;
}
.footer__author {
    margin-left: auto;
    margin-right: 30px;
}
.footer__to-top {
    width: 49px;
    height: 49px;
    background: 0 0;
    border: 1px solid #252525;
}
.footer__to-top:before {
    content: "";
    background: url(../img/arrow-top.svg) no-repeat;
    width: 13px;
    height: 14px;
    display: block;
    margin: 16px auto 0;
}
.footer__to-top:hover {
    border-color: #3f3f3f;
}
.footer__info-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 64px 0;
}
.footer__info-wrap .left {
    width: 33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer__info-wrap .left .red-btn {
    padding: 17px 31px 14px;
    margin-right: 38px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    margin-bottom: 20px;
    white-space: nowrap;
}
.footer__buttons {
  display: flex;
}
.footer__buttons div {
  display: flex;
  flex-direction: column;
  color: #f7f7f7;
}
.footer__info-wrap .left .red-btn:hover {
    background: #940d1a;
}
.footer__info-wrap .left .lang-dropdown {
    width: 107px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}
.footer__info-wrap .left .lang-dropdown .lang {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.footer__info-wrap .left .lang-dropdown .lang-en {
    background: url(../img/country-en.svg) no-repeat;
}
.footer__info-wrap .left .lang-dropdown p {
    font-size: 14px;
    color: #fff;
}
.footer__info-wrap .left .lang-dropdown .arrow {
    background: url(../img/arrow-down.svg) no-repeat;
    width: 9px;
    height: 5px;
}
.footer__info-wrap .left .logos-list {
    width: 100%;
    margin-top: 77px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__info-wrap .left .logos-list li {
    margin-right: 43px;
}
.footer__info-wrap .left .logos-list li:last-child {
    margin-right: 0;
}
.footer__info-wrap .right {
    width: 59%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__info-wrap .right .footer-menu,
.footer__info-wrap .right .footer-sub-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.footer__info-wrap .right .footer-menu li,
.footer__info-wrap .right .footer-sub-menu li {
    margin-right: 36px;
}
.footer__info-wrap .right .footer-menu li:last-child,
.footer__info-wrap .right .footer-sub-menu li:last-child {
    margin-right: 0;
}
.footer__info-wrap .right .footer-menu li a,
.footer__info-wrap .right .footer-sub-menu li a {
    font-size: 16px;
    color: #fff;
}
.footer__info-wrap .right .footer-menu li a:hover,
.footer__info-wrap .right .footer-sub-menu li a:hover {
    color: #eb1c30;
}
.footer__info-wrap .right .footer-sub-menu li a {
    color: #7f7f7f;
}
.footer__info-wrap .right .form-subscribe {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.footer__info-wrap .right .form-subscribe p {
    font-family: Gilroy-Medium, sans-serif;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}
.footer__copyright {
    padding: 69px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__copyright .copy,
.footer__copyright .created {
    font-size: 14px;
    color: #737373;
}
.footer__copyright .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer__copyright .social li {
    margin: 0 7px;
}
.footer__copyright .social li a {
    display: block;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
.footer__copyright .social li a:hover {
    color: #eb1c30;
}
.footer__copyright .social li .fb {
    -webkit-mask-image: url(../img/social_fb.svg);
    mask-image: url(../img/social_fb.svg);
    -webkit-mask-size: 17px 18px;
    mask-size: 17px 18px;
    width: 13px;
    height: 17px;
}
.footer__copyright .social li .insta {
    -webkit-mask-image: url(../img/social_insta.svg);
    mask-image: url(../img/social_insta.svg);
    -webkit-mask-size: 17px 18px;
    mask-size: 17px 18px;
    width: 17px;
    height: 17px;
}
.footer__copyright .social li .linkedin {
    -webkit-mask-image: url(../img/social_linkedin.svg);
    mask-image: url(../img/social_linkedin.svg);
    -webkit-mask-size: 17px 18px;
    mask-size: 17px 18px;
    width: 17px;
    height: 17px;
}
.footer__copyright .social li .twitter {
    -webkit-mask-image: url(../img/social_twitter.svg);
    mask-image: url(../img/social_twitter.svg);
    -webkit-mask-size: 17px 18px;
    mask-size: 17px 18px;
    width: 17px;
    height: 17px;
}

.blog-page__header {
    padding-bottom: 35px;
}
.blog-page__header .breadcrumbs {
    padding: 28px 17px 29px;
    margin: 0 -17px;
    background: #fff;
}
.blog-page__header .breadcrumbs li {
    font-size: 12px;
}
.blog-page__header .page-title {
    letter-spacing: normal;
}
.blog-page__header .page-subtitle {
    margin-top: 16px;
}
.blog-page__content .blog-list .blog-list-item {
    width: 341px;
    margin: 0 0 38px;
    display: none;
}
.blog-page__content .blog-list .blog-list-item:nth-child(4n) {
    margin-right: 0;
}
.blog-page__content .blog-list .blog-list-item:nth-child(1),
.blog-page__content .blog-list .blog-list-item:nth-child(2),
.blog-page__content .blog-list .blog-list-item:nth-child(3),
.blog-page__content .blog-list .blog-list-item:nth-child(4) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.blog-page__content .blog-list .blog-list-item .img-wrap {
    height: 276px;
}
.blog-page__content .pagination {
    margin: 0 auto;
    height: 65px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 341px;
}
.blog-page__content .pagination .next-page,
.blog-page__content .pagination .prev-page {
    display: none;
}
.blog-page__content .pagination .number-page li:first-child {
    border-left: none;
}
.blog-page__content .pagination .number-page li:last-child {
    border-right: none;
}
.blog-page__content .pagination .number-page li a {
    padding: 0 29px;
}
.blog-page__content .seo-text .section-subtitle {
    width: 100%;
    margin-bottom: 20px;
}
.blog-page__header {
    padding-bottom: 30px;
}
.blog-page__header .page-title {
    font-family: Gilroy-Medium, sans-serif;
    font-size: 42px;
    color: #161616;
    letter-spacing: -1.2px;
    margin-top: 13px;
}
.blog-page__header .page-subtitle {
    margin-top: 13px;
    font-size: 18px;
    color: rgba(16, 16, 16, 0.5);
    letter-spacing: -0.13px;
}
.blog-page__content {
    margin-top: 39px;
}
.blog-page__content .blog-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog-page__content .blog-list .blog-list-item {
    width: 276px;
    margin-right: 22px;
    margin-bottom: 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.blog-page__content .blog-list .blog-list-item:nth-child(4n) {
    margin-right: 0;
}
.blog-page__content .blog-list .blog-list-item .img-wrap {
    width: 100%;
    height: 276px;
    border-radius: 6px;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}
.blog-page__content .blog-list .blog-list-item .img-wrap img {
    max-width: none;
    height: 100%;
}
.blog-page__content .blog-list .blog-list-item .blog-title {
    font-family: Axiforma-Regular, sans-serif;
    font-size: 18px;
    line-height: 23px;
}
.blog-page__content .blog-list .blog-list-item .blog-title a {
    color: #161616;
    font-size: 14px;
}
.blog-page__content .blog-list .blog-list-item span {
    margin-top: 20px;
    font-family: Axiforma-Regular, sans-serif;
    font-size: 12px;
    color: #8e9398;
    text-transform: uppercase;
}
.blog-page__content .pagination {
    margin-top: 30px;
    border: 1px solid #e4e4e4;
    height: 65px;
    padding: 8px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.blog-page__content .pagination .next-page,
.blog-page__content .pagination .prev-page {
    border-right: 1px solid #e4e4e4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 24px;
}
.blog-page__content .pagination .next-page {
    border-right: none;
    border-left: 1px solid #e4e4e4;
}
.blog-page__content .pagination .number-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.blog-page__content .pagination .number-page li {
    border-left: 1px solid #e4e4e4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 3px;
}
.blog-page__content .pagination .number-page li:last-child {
    border-right: 1px solid #e4e4e4;
}
.blog-page__content .pagination .number-page li a {
    font-family: Axiforma-Regular, sans-serif;
    font-size: 16px;
    color: #161616;
    padding: 0 28px;
}
.blog__btn {
    /* width: 30%; */
    display: inline-block;
    display: block;
    margin: 0 auto;
    border: none;
    color: #fff;
    padding: 16px 80px 13px;
    margin-bottom: 50px;
    border-radius: 3px;
    cursor: pointer;
    transition: all .4s;
}
.number--mobile {
    display: none;
}
@media screen and (max-width: 1250px) {
    .content-center {
        padding: 0 20px;
    }
    .header__form-search {
        margin: 0 20px;
    }
    .header__subheader .content-center li {
        margin-right: 20px;
    }
    .slider-wrapper {
        height: 444px;
    }
    .slider-wrapper .main-slider__item-text {
        margin-bottom: 0;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-top: 50px;
    }
    .slider-wrapper .main-slider__item-text .title {
        font-size: 40px;
        line-height: 42px;
    }
    .slider-wrapper .main-slider__item-image {
        margin: 0 -130px 0 -157px;
    }
    .slider-wrapper .main-slider__item-image img {
        max-height: 430px;
    }
    .slider-wrapper .main-slider__item-casino {
        width: 360px;
    }
    .slider-wrapper .main-slider__item-casino .widget-wrap {
        /* padding: 26px 20px; */
    }
    .slider-wrapper .main-slider .item-3 .main-slider__item-text {
        margin-bottom: 0;
    }
    .slider-wrapper .main-slider .item-3 .main-slider__item-image {
        margin: 0 -155px 0 -110px;
    }
    .slider-wrapper .main-slider .item-3 .main-slider__item-image img {
        max-height: 430px;
    }
    .slider-wrapper .main-slider .item-3 .main-slider__item-casino {
        margin-bottom: 109px;
    }
    .top-casino__pagination-item {
        padding: 17px 20px 14px;
    }
    .top-casino__title {
        margin-top: 60px;
    }
    .top-casino__list {
        margin-top: 50px;
    }
    .top-casino__list .top-first,
    .top-casino__list .top-second,
    .top-casino__list .top-third {
        margin: 0 -20px;
        padding: 32px 20px 30px;
    }
    .top-casino__list-item .number {
        width: 25px;
        margin-right: 15px;
    }
    .top-casino__list-item .bonus {
        width: 202px;
    }
    .top-casino__list-item .details {
        width: 170px;
    }
    .faq,
    .newest-casinos,
    .newest-slots,
    .quick-navigation {
        padding: 50px 0;
    }
    .quick-navigation__list {
        margin-top: 40px;
    }
    .content .payments-categories,
    .content .providers-categories {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .content .payments-categories__item,
    .content .providers-categories__item {
        width: 31.7%;
    }
    .content .payments-categories__item:nth-child(4n),
    .content .providers-categories__item:nth-child(4n) {
        margin-right: 20px;
    }
    .content .payments-categories__item:nth-child(3n),
    .content .providers-categories__item:nth-child(3n) {
        margin-right: 0;
    }
    .newest-casinos__list {
        margin-top: 40px;
    }
    .newest-casinos__list-item .wrapper {
        padding: 20px 15px 20px;
    }
    .newest-casinos__list-item .red-btn {
        left: 15px;
        right: 15px;
    }
    .newest-slots__list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .newest-slots__list-item {
        margin: 0 3px 30px;
    }
    .newest-slots__list-item .img-wrap img {
        -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-pixelated;
        image-rendering: pixelated;
    }
    .casino-reviews {
        padding: 50px 0;
    }
    .casino-reviews__list {
        margin-top: 35px;
    }
    .casino-reviews__list-item .title-wrap .title {
        width: 65%;
    }
    .favourite-casinos {
        padding: 50px 0;
    }
    .favourite-casinos__list {
        margin-top: 30px;
    }
    .faq__list {
        margin-top: 40px;
    }
    .subscribe__logo {
        width: 33%;
    }
    .subscribe__logo .slogan {
        width: 66%;
    }
    .subscribe__form {
        width: 62%;
    }
    .subscribe__form input[type="email"] {
        width: 72%;
    }
    .footer {
        padding: 48px 0 50px;
    }
    .footer__info-wrap .left .red-btn {
        padding: 15px;
    }
    .footer__info-wrap .left .logos-list li {
        margin-right: 30px;
    }
    .footer__info-wrap .right {
        width: 61%;
        margin-top: 15px;
    }
    .footer__info-wrap .right .footer-menu li,
    .footer__info-wrap .right .footer-sub-menu li {
        margin-right: 25px;
    }
    .footer__info-wrap .right .footer-menu li a,
    .footer__info-wrap .right .footer-sub-menu li a {
        font-size: 14px;
    }
    .footer__info-wrap .right .form-subscribe .privacy,
    .footer__info-wrap .right .form-subscribe input[type="email"] {
        width: 71%;
    }
    .footer__info-wrap .right .form-subscribe p {
        font-size: 16px;
    }
    .footer__copyright {
        padding: 0;
    }
    .blog-page__header .breadcrumbs {
        padding: 35px 0;
    }
    .blog-page__header .page-title {
        margin-top: 0;
    }
    .blog-page__content {
        margin-top: 0;
    }
    .blog-page__content .blog-list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .blog-page__content .blog-list .blog-list-item {
        margin: 0 15px 38px;
    }
    .blog-page__content .blog-list .blog-list-item:nth-child(4n) {
        margin-right: 15px;
    }
}
@media screen and (max-width:1020px) {
    .footer {
        padding: 35px 0;
    }
    .footer__top-wrap {
        padding-bottom: 35px;
    }
    .footer__logo {
        width: 110px;
        height: 38px;
    }
    .footer__logo img {
      width: 110px;
    }
    .footer__info-wrap {
        padding: 35px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__info-wrap .left {
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer__info-wrap .left .logos-list {
        width: auto;
        margin-top: 0;
        margin-left: auto;
    }
    .footer__info-wrap .right {
        width: 100%;
        margin-top: 30px;
    }
    .footer__info-wrap .right .form-subscribe {
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
    }
    .footer__info-wrap .right .form-subscribe input[type="email"] {
        padding: 14px 20px 14px;
    }
    .footer__info-wrap .right .form-subscribe .red-btn {
        padding: 13px 54px 14px;
    }
    .footer__info-wrap .right .form-subscribe p {
        font-size: 14px;
    }
    .footer__info-wrap .right .form-subscribe .privacy {
        width: 100%;
        margin-top: 20px;
    }

}
@media screen and (max-width: 960px) {
    .games__list li {
      width: 33%;
    }
    .slick-dots {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .slick-dots li {
        margin: 0 6px;
    }
    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        padding: 0;
        width: 6px;
        height: 6px;
        background: 0 0;
        border: none;
        outline: 0;
        cursor: pointer;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
    .slick-dots li button:before {
        content: "";
        width: 6px;
        height: 6px;
        background: #c4c4c4;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        display: block;
    }
    .slick-dots .slick-active button:before {
        background: #161616;
    }
    .main-title {
        font-size: 36px;
    }
    .main-subtitle {
        width: 87%;
        font-size: 16px;
        line-height: 20px;
    }
    .header {
        padding-bottom: 13px;
    }
    .header__logo {
        margin-top: 0;
    }
    .header__form-search {
        width: 45%;
    }
    .header__form-search input[type="search"] {
        padding: 10px 40px 10px 20px;
    }
    .header__form-search .btn-submit {
        top: 16px;
        right: 20px;
    }
    .header__burger-menu {
        display: block;
    }
    .header__subheader {
        display: none;
    }
    .header__author {
        margin-top: 2px;
    }
    .slider-wrapper {
        height: 375px;
    }
    .slider-wrapper .main-slider__item-text {
        margin-top: 30px;
    }
    .slider-wrapper .main-slider__item-text .title {
        font-size: 28px;
        line-height: 30px;
    }
    .slider-wrapper .main-slider__item-text .description {
        line-height: 24px;
        margin-bottom: 20px;
    }
    .slider-wrapper .main-slider__item-image {
        margin: 0 -140px;
    }
    .slider-wrapper .main-slider__item-image img {
        max-height: 335px;
    }
    .slider-wrapper .main-slider__item-casino {
        margin-bottom: 70px;
    }
    .slider-wrapper .main-slider__item-casino .subtitle {
        display: none;
    }
    .slider-wrapper .main-slider__item-casino .widget-wrap {
        margin-top: 0;
        /* padding: 20px 12px; */
    }
    .slider-wrapper .main-slider__item-casino .widget-wrap .widget-text {
        margin-left: 10px;
    }
    .slider-wrapper .main-slider__item-casino .widget-wrap .widget-text p {
        font-size: 16px;
    }
    .slider-wrapper .main-slider__item-casino .widget-wrap .widget-text span {
        font-size: 12px;
    }
    .slider-wrapper .main-slider .item-3 .main-slider__item-image {
        margin: 0 -186px 0 -80px;
    }
    .slider-wrapper .main-slider .item-3 .main-slider__item-image img {
        max-height: 335px;
    }
    .slider-wrapper .main-slider .item-3 .main-slider__item-casino {
        margin-bottom: 70px;
    }
    .top-casino__pagination {
        padding: 13px 0 15px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .top-casino__pagination-item {
        padding: 12px 20px 9px;
        margin: 0 8px;
    }
    .top-casino__pagination-item .line {
        bottom: -15px;
    }
    .top-casino__pagination-item .title {
        width: 59%;
        margin-top: 2px;
    }
    .top-casino__pagination-item .title p + p {
        font-size: 21px;
        line-height: 25px;
        color: #161616;
    }
    .top-casino__list-item .name__text-title {
        font-size: 18px;
    }
    .top-casino__list-item .label__text {
        line-height: 17px;
    }
    .top-casino__list-item .details {
        display: none;
    }
    .top-casino__list-item .buttons__preview {
        margin-top: 18px;
    }
    .content .payments-categories,
    .content .providers-categories {
        margin-left: -8px;
    }
    .content .payments-categories__item,
    .content .providers-categories__item {
        width: 31%;
        margin: 0 8px 15px !important;
    }
    .content .payments-categories__btn-wrap .item-name,
    .content .providers-categories__btn-wrap .item-name {
        display: block;
    }
    .content .payments-categories__btn-wrap .info-text,
    .content .payments-categories__btn-wrap .review-btn,
    .content .providers-categories__btn-wrap .info-text,
    .content .providers-categories__btn-wrap .review-btn {
        padding: 15px 10px 13px;
    }
    .newest-casinos {
        overflow: hidden;
    }
    .newest-casinos .content-center {
        padding: 0;
    }
    .newest-casinos .wrap {
        position: relative;
    }
    .newest-casinos__list {
        margin: 40px 0 0 0;
        padding-bottom: 50px;
    }
    .newest-casinos__list .owl-stage-outer {
        width: 150%;
    }
    .newest-casinos__list-item {
        width: 220px;
        margin: 0 10px;
        height: 390px;
    }
    .newest-casinos__list-item .card .back-card {
        padding: 0 15px;
    }
    .newest-casinos__more-btn {
        display: none;
    }
    .newest-casinos__about-text {
        padding: 0 20px;
    }
    .casino-reviews__list-item {
        padding: 28px 25px 27px;
    }
    .casino-reviews__list-item .title-wrap .title {
        font-size: 16px;
    }
    .faq__list-item {
        -webkit-tap-highlight-color: transparent;
    }
    .faq__list-item-title {
        padding: 22px 30px 20px 30px;
    }
    .subscribe {
        padding: 48px 0 40px;
    }
    .subscribe .content-center {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .subscribe__logo {
        width: 33%;
    }
    .subscribe__logo .slogan {
        margin-left: 25px;
        font-size: 20px;
        line-height: 28px;
    }
    .subscribe__form {
        width: 60%;
    }
    .subscribe__form input[type="email"] {
        width: 68%;
    }
    .subscribe__form button[type="submit"] {
        padding: 16px 44px 17px;
    }
    .blog-page__header .breadcrumbs {
        padding: 28px 0;
    }
    .blog-page__header .page-title {
        font-size: 35px;
    }
    .blog-page__header .page-subtitle {
        font-size: 16px;
    }
    .blog-page__content .blog-list .blog-list-item {
        margin: 0 10px 20px;
        width: 220px;
    }
    .blog-page__content .blog-list .blog-list-item .img-wrap {
        height: 220px;
    }
    .blog-page__content .blog-list .blog-list-item .blog-title {
        font-size: 16px;
        line-height: 20px;
    }
    .blog-page__content .blog-list .blog-list-item .date {
        margin-top: 10px;
    }
    .blog-page__content .pagination {
        height: 50px;
        padding: 5px 0;
    }
    .blog-page__content .pagination .next-page,
    .blog-page__content .pagination .prev-page {
        padding: 0 20px;
    }
    .blog-page__content .pagination .number-page li {
        padding-top: 5px;
    }
    .blog-page__content .pagination .number-page li a {
        padding: 0 21px;
        font-size: 14px;
    }
    .blog-page__content .pagination .number-page .active-page {
        margin: -6px 0;
    }
    .blog-page__content .seo-text {
        padding: 50px 0;
    }
    .blog-page__content .seo-text .section-title {
        font-size: 35px;
    }
    .blog-page__content .seo-text .section-subtitle {
        font-size: 16px;
        line-height: 22px;
    }
    .blog-page__content .seo-text .more {
        margin-top: 0;
    }

}
@media screen and (max-width: 768px) {
    .content-center {
        padding: 0 16px;
    }
    .favourite-casinos__list-item {
        width: 178px;
        height: 66px;
        margin-right: 0px;
        text-align: center;
    }
    .games__list li {
      width: 50%;
    }
    .casino-reviews__list-item {
      width: 45%;
      margin-bottom: 20px;
    }
    .about-text {
        margin-top: 40px;
        font-size: 14px;
        line-height: 20px;
    }
    .about-text__title {
        font-size: 21px;
    }
    .main-title {
        font-size: 28px;
        line-height: 32px;
    }
    .main-subtitle {
        font-size: 14px;
    }
    .header {
        padding-bottom: 0;
    }
    .header__author {
        display: none;
    }
    .header__burger-menu {
        margin-left: 0;
    }
    .header__form-search {
        width: 60%;
    }
    .header__form-search input[type="search"] {
        padding: 8px 40px 8px 15px;
    }
    .header__subheader {
        display: block;
        padding: 15px 0;
    }
    .header__subheader-menu {
        display: none;
    }
    .header__subheader .mob-author {
        width: 185px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0;
        font-size: 12px;
    }
    .slider-wrapper {
        height: auto;
    }
    .slider-wrapper .main-slider__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .slider-wrapper .main-slider__item-text {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        text-align: center;
    }
    .slider-wrapper .main-slider__item-image {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin: 0;
        width: auto;
    }
    .slider-wrapper .main-slider__item-image .desktop {
        display: none;
    }
    .slider-wrapper .main-slider__item-image .mob {
        display: block;
        margin-bottom: 40px;
    }
    .slider-wrapper .main-slider__item-casino {
        width: 245px;
        margin: 20px 0;
    }
    .slider-wrapper .main-slider__item-casino .widget-wrap {
        background: 0 0;
    }
    .slider-wrapper .main-slider__item-casino .widget-wrap .widget-text {
        width: 67%;
    }
    .slider-wrapper .main-slider__item-casino .widget-wrap .widget-text p {
        margin: -2px 0 0 12px;
    }
    .slider-wrapper .main-slider .item-2 .main-slider__item-image {
        margin: 26px 0 0;
    }
    .slider-wrapper .main-slider .item-3 .main-slider__item-image {
        margin: -18px 0 30px;
    }
    .slider-wrapper .main-slider .item-3 .main-slider__item-image img {
        max-height: 335px;
    }
    .slider-wrapper .main-slider .item-3 .main-slider__item-casino {
        margin-bottom: 20px;
    }
    .top-casino .content-center {
        padding: 0;
    }
    .top-casino__pagination {
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: -55px;
        padding: 0;
    }
    .top-casino__pagination-item {
        background: #fff;
        width: 100%;
        -webkit-box-shadow: 0 4px 30px rgba(228, 228, 228, 0.5);
        box-shadow: 0 4px 30px rgba(228, 228, 228, 0.5);
        margin-bottom: 12px;
        padding: 20px 15px;
        height: 110px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .top-casino__pagination-item .title p + p {
        font-size: 18px;
        line-height: 20px;
    }
    .top-casino__pagination-item .line {
        display: none;
    }
    .top-casino__pagination-item .icon {
        width: 50px !important;
        height: 50px !important;
        -webkit-background-size: contain !important;
        background-size: contain !important;
    }
    .top-casino__title {
        margin: 30px auto 0;
        width: 80%;
    }
    .top-casino__list {
        padding: 0;
        margin-top: 10px;
    }
    #top-casino__list .top-first , 
    #top-casino__list .top-second , 
    #top-casino__list .top-third {
        margin: 0px auto 20px;
        background: none;
    }
    .top-casino__list-item .details {
        display: flex;
        flex-direction: column;
        width: 80%;
        margin-bottom: 20px;
    }
    .top-casino__list-item .buttons {
        max-width: 150px;
        width: 100%;
    }
    .top-casino__list-item .buttons .red-btn {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .top-casino__list .bonus {
        display: none;
    }
    .number {
        display: none;
    }
    .number--mobile {
        display: block;
        margin-right: 10px;
    }
    .top-casino__list .top-casino__list-item {
        padding: 30px;
        flex-direction: column;
        align-items: center;
        width: 60%;
        margin: 0 auto;
        border: 1px solid #333;
        margin-bottom: 20px;
    }
    .top-casino__list-item .name  {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .top-casino__list-item .name__img {
        width: 50px;
        height: 50px;
    }
    .top-casino__list-item .name__img .country {
        display: none;
    }
    .top-casino__list-item .name__text {
        margin-left: 15px;
    }
    .top-casino__list-item .name__text-title {
        font-size: 15px;
    }
    .top-casino__list-item .name__text-rate {
        display: none;
    }
    .top-casino__list-item .name__text-mob-icons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 6px;
    }
    .top-casino__list-item .name__text-mob-icons .country {
        position: static;
        margin-right: 7px;
        width: 18px;
        height: 18px;
        -webkit-background-size: contain;
        background-size: contain;
    }
    .top-casino__list-item .name__text-mob-icons .label__icon {
        width: 18px;
        height: 18px;
    }
    .top-casino__list-item .name__text-mob-icons .label__icon:before {
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }
    .top-casino__list-item .name__text-mob-icons .best-mobile:before {
        width: 7px;
        height: 11px;
        margin: 3px auto 0;
        -webkit-mask-size: 7px 11px;
        mask-size: 7px 11px;
    }
    .top-casino__list-item .name__text-mob-icons .most-popular:before {
        width: 10px;
        height: 11px;
        margin: 3px auto 0;
        -webkit-mask-size: 10px 11px;
        mask-size: 10px 11px;
    }
    .top-casino__list-item .name__text-mob-icons .users-choice:before {
        width: 9px;
        height: 8px;
        margin: 5px auto 0;
        -webkit-mask-size: 9px 8px;
        mask-size: 9px 8px;
    }
    .top-casino__list-item .name__text-mob-icons .bitcoin:before {
        width: 8px;
        height: 11px;
        margin: 4px auto 0;
        -webkit-mask-size: 8px 11px;
        mask-size: 8px 11px;
    }
    .top-casino__list-item .name__text-mob-icons .top-pokies:before {
        width: 9px;
        height: 11px;
        margin: 3px auto 0;
        -webkit-mask-size: 9px 11px;
        mask-size: 9px 11px;
    }
    .top-casino__list-item .bonus {
        width: 44%;
    }
    .top-casino__list-item .bonus p {
        font-size: 16px;
    }
    .top-casino__list-item .bonus p + p {
        margin-top: 5px;
    }
    .top-casino__list-item .label {
        display: none;
    }
    .top-casino__list-item .buttons__play span {
        display: none;
    }
    .top-casino__list-item .buttons__preview {
      text-align: center;
      margin-top: 5px;
      font-size: 10px;
      white-space: nowrap;
    }
    .top-casino__list .top-first,
    .top-casino__list .top-second,
    .top-casino__list .top-third {
        background: #fff;
        padding: 20px;
        margin: 0;
    }
    .top-casino__list .top-first .name__text-title:before,
    .top-casino__list .top-second .name__text-title:before,
    .top-casino__list .top-third .name__text-title:before {
        display: none;
    }
    .top-casino__list .top-first .name__text-mob-icons .cup,
    .top-casino__list .top-second .name__text-mob-icons .cup,
    .top-casino__list .top-third .name__text-mob-icons .cup {
        -webkit-mask-image: url(../img/cup.svg);
        mask-image: url(../img/cup.svg);
        -webkit-mask-size: 16px 17px;
        mask-size: 16px 17px;
        background-color: #f9af41;
        width: 16px;
        height: 17px;
        margin-right: 7px;
    }
    .top-casino__list .top-second .name__text-mob-icons .cup {
        background-color: #b6b6b6;
    }
    .top-casino__list .top-third .name__text-mob-icons .cup {
        background-color: #ab6c64;
    }
    .top-casino__more-btn {
        margin-top: 30px;
    }
    .top-casino__about-text {
        padding: 0 16px;
    }
    .quick-navigation {
        padding: 50px 0 30px;
    }
    .quick-navigation .about-text {
        margin-top: 30px;
    }
    .quick-navigation__list {
        margin-top: 30px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .quick-navigation__list-item {
        padding: 20px;
        width: 215px;
        margin: 0 8px 20px;
        will-change: transform;
    }
    .quick-navigation__list-item .title {
        font-size: 18px;
        line-height: 23px;
    }
    .quick-navigation__list-item .description {
        font-size: 12px;
        line-height: 20px;
    }
    .content .payments-categories,
    .content .providers-categories {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: 0;
    }
    .content .payments-categories__item,
    .content .providers-categories__item {
        width: 48.5%;
        margin: 0 0 15px !important;
    }
    .category__providers .text-title {
        margin-top: 30px;
    }
    .content .payments-categories__name,
    .content .providers-categories__name {
        font-size: 16px;
        line-height: 16px;
    }
    .content .payments-categories__icon,
    .content .providers-categories__icon {
        width: 70px;
        height: 70px;
    }
    .category__providers .blog-text {
        font-size: 16px;
        line-height: 26px;
    }
    .category__providers .text-title {
        margin-top: 30px;
    }
    .category__providers .quote-section {
        padding: 90px 30px 35px 30px;
        font-size: 16px;
        line-height: 26px;
    }
    .category__providers .quote-section:before {
        top: 40px;
        left: 25px;
        transform: scale(0.7);
    }
    .category__providers .numbered-list {
        margin-top: 30px;
    }
    .category__providers .bulleted-list li,
    .category__providers .numbered-list li {
        font-size: 16px;
        line-height: 26px;
    }
    .newest-casinos__list {
        margin-left: 0;
        width: auto;
    }
    .newest-casinos__list-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .newest-casinos__about-text, .newest-slots__about-text, .quick-navigation__about-text {
        padding: 0 16px;
    }
    .newest-slots {
        padding: 50px 0 30px;
    }
    .newest-slots__list {
        margin-top: 30px;
    }
    .newest-slots__more-btn {
        margin-top: 10px;
    }
    .casino-reviews__list {
        padding-bottom: 35px;
    }
    .casino-reviews__list-item {
        margin: 0 10px;
        outline: 0;
    }
    .favourite-casinos__list {
        padding-bottom: 35px;
    }
    .favourite-casinos__list-item {
        height: auto;
    }
    .favourite-casinos__list-item:last-child {
        margin-right: 10px;
    }
    .faq {
        padding: 50px 0 30px;
    }
    .faq__list {
        margin-top: 30px;
    }
    .faq__list-item-title {
        font-size: 16px;
        padding: 19px 60px 17px 30px;
    }
    .faq__list-item-text {
        font-size: 14px;
        line-height: 20px;
    }
    .subscribe {
        padding: 40px 0;
    }
    .subscribe .content-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .subscribe__logo {
        width: 44%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .subscribe__logo .img-wrap {
        width: 43px;
        height: 43px;
    }
    .subscribe__logo .img-wrap img {
      width: 43px;
      height: 43px;
    }
    .subscribe__logo .slogan {
        margin: 15px 0 0 0;
        width: 100%;
        text-align: center;
    }
    .subscribe__form {
        width: 470px;
        margin-top: 20px;
        text-align: center;
    }
    .subscribe__form input[type="email"] {
        width: 70%;
    }
    .footer__top-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: none;
        padding-bottom: 0;
    }
    .footer__slogan {
        margin: 30px 0;
        text-align: center;
    }
    .footer__author {
        margin: 0;
    }
    .footer__to-top {
        display: none;
    }
    .footer__info-wrap .left {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer__info-wrap .left .red-btn {
        padding: 14px 25px 11px;
        margin-right: 25px;
    }
    .footer__info-wrap .left .logos-list {
        width: 100%;
        margin-top: 35px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer__info-wrap .right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 35px;
    }
    .footer__info-wrap .right .footer-sub-menu {
        margin-top: 20px;
    }
    .footer__info-wrap .right .form-subscribe input[type="email"] {
        width: 65%;
    }
    .blog-page__header .breadcrumbs {
        padding: 20px 0;
    }
    .blog-page__header .page-title {
        font-size: 28px;
    }
    .blog-page__header .page-subtitle {
        font-size: 14px;
        line-height: 20px;
    }
    .blog-page__content .blog-list .blog-list-item {
        margin: 0 7px 20px;
        width: 215px;
    }
    .blog-page__content .blog-list .blog-list-item .img-wrap {
        height: 215px;
    }
    .blog-page__content .blog-list .blog-list-item .blog-title {
        font-size: 18px;
        line-height: 23px;
    }
    .blog-page__content .blog-list .blog-list-item .date {
        margin-top: 20px;
    }
    .blog-page__content .seo-text .section-title {
        font-size: 28px;
        line-height: 36px;
    }
    .blog-page__content .seo-text .section-subtitle {
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width: 640px) {
    .footer__info-wrap .right .footer-menu,
    .footer__info-wrap .right .footer-sub-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer__info-wrap .right .footer-menu li,
    .footer__info-wrap .right .footer-sub-menu li {
        margin-right: 0;
        margin-bottom: 28px;
    }
}
@media screen and (max-width: 500px) {
    #nav-tab {
      display: none;
    }
    .about-text__title {
      line-height: 30px;
    }
    .games__list li {
      padding: 5px;
    }
    .footer__buttons {
        flex-direction: column;
        text-align: center;
    }
    .content-center {
        padding: 0 17px;
    }
    .header {
        padding-top: 10px;
    }
    .header__logo {
        width: 88px;
        height: 30px;
    }
    .header__logo img {
        width: 100%;
        width: 88px;
    }
    .header__form-search {
        width: auto;
        margin: 6px 18px 0 auto;
    }
    .header__form-search input[type="search"] {
        display: block;
        width: 150px;
        height: 35px;
    }
    .header__form-search .btn-submit {
      top: 10px;
      padding: 0;
      position: absolute;
      background-color: #fff;
      right: 10px;
    }
    .header__form-search .btn-submit svg path {
        fill: #fff;
    }
    .header__subheader {
        margin-top: 10px;
    }
    .top-casino__pagination-item {
      margin: 12px 20px;
      height: auto !important;
      width: 89% !important;
    }
    .slider-wrapper .main-slider__item-text {
        margin-top: 40px;
    }
    .slider-wrapper .main-slider__item-text .title {
        font-size: 32px;
        line-height: 36px;
    }
    .slider-wrapper .main-slider__item-text .description {
        font-size: 14px;
        line-height: 20px;
        margin: 14px 0 24px;
    }
    .slider-wrapper .main-slider__item-text .red-btn {
        padding: 13px 70px 11px;
    }
    .slider-wrapper .main-slider__item-casino {
        margin: 23px 0 0;
    }
    .slider-wrapper .main-slider .item-3 .main-slider__item-image img {
        max-height: 310px;
    }
    .top-casino__pagination-item .title p + p {
        font-size: 21px;
        line-height: 25px;
    }
    .top-casino__list {
        margin-top: 14px;
    }
    .top-casino__list-item {
        padding: 30px 10px;
    }
    .top-casino__list .top-casino__list-item {
        width: 80%;
    }
    .top-casino__list-item .details , .top-casino__list-item .details {
        width: 100%;
    }
    .top-casino__list-item .name__img {
        width: 43px;
        height: 43px;
    }
    .top-casino__list-item .name__text-title {
        font-size: 14px;
    }
    .top-casino__list-item .buttons__play {
        padding: 11px 19px 11px;
    }
    .top-casino__list-item .bonus {
        width: 25%;
    }
    .top-casino__list-item .bonus .desktop-bonus {
        display: none;
    }
    .top-casino__list-item .bonus .mobile-bonus {
        display: block;
        width: 25%;
    }
    .top-casino__list-item .bonus .mobile-bonus p {
        font-size: 12px;
    }
    .top-casino__list .top-first,
    .top-casino__list .top-second,
    .top-casino__list .top-third {
        padding: 30px 10px;
    }
    .top-casino__more-btn {
        padding: 15px 125px 14px;
        margin-top: 11px;
    }
    .top-casino__title {
        margin-top: 50px;
    }
    .top-casino__subtitle {
        margin-top: 17px;
    }
    .top-casino__about-text {
        margin-top: 55px;
    }
    .quick-navigation__list-item {
        width: 45%;
    }
    .quick-navigation__list-item .img-wrap {
        width: 50px;
        height: 50px;
    }
    .content .payments-categories__item .card .front-card,
    .content .providers-categories__item .card .front-card {
        padding: 30px 15px;
    }
    .content .payments-categories__item .card .back-card,
    .content .providers-categories__item .card .back-card {
        padding: 40px 15px 30px;
    }
    .content .payments-categories__item .info-btn,
    .content .providers-categories__item .info-btn {
        top: 15px;
        right: 15px;
    }
    .newest-casinos__list {
        margin-top: 30px;
    }
    .newest-casinos__list-item .wrapper {
        padding: 26px 40px;
    }
    .newest-casinos__list-item .red-btn {
        left: 40px;
        right: 40px;
    }
    .newest-slots__list-item {
        width: 162px;
    }
    .newest-slots__list-item .img-wrap {
        width: 162px;
        height: 166px;
    }
    .casino-reviews {
        padding: 54px 0 50px;
    }
    .casino-reviews__list {
        margin-top: 27px;
    }
    .casino-reviews__list-item {
        margin: 0;
        padding: 30px 35px 27px;
        width: 100%;
        margin-bottom: 20px;
    }
    .casino-reviews__list-item .title-wrap .title {
        font-size: 18px;
    }
    .favourite-casinos {
        padding: 68px 0 50px;
    }
    .favourite-casinos .content-center {
        padding: 0;
    }
    .favourite-casinos__list {
        margin-top: 38px;
        padding-bottom: 23px;
    }
    .favourite-casinos__list-item {
        width: 178px;
        height: 66px;
    }
    .subscribe {
        padding: 43px 0;
    }
    .subscribe__logo {
        width: 57%;
    }
    .subscribe__logo .slogan {
        margin-top: 24px;
    }
    .subscribe__form {
        width: 100%;
        margin-top: 26px;
    }
    .subscribe__form input[type="email"] {
        margin-right: 12px;
        padding: 16px 20px 14px;
    }
    .subscribe__form button[type="submit"] {
        padding: 15px 24px 14px;
    }
    .subscribe__form .privacy {
        margin: 26px auto 0;
        width: 80%;
        line-height: 18px;
    }
    .footer {
        padding: 47px 0;
    }
    .footer__logo {
        width: 89px;
        height: 30px;
    }
    .footer__slogan {
        margin: 20px 0 34px;
    }
    .footer__info-wrap {
        padding: 40px 0 54px;
    }
    .footer__info-wrap .left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer__info-wrap .left .red-btn {
        padding: 17px 30px 14px;
        margin-right: 0;
    }
    .footer__buttons {
      flex-direction: column;
    }
    .footer__buttons div {
        margin-bottom: 20px;
        text-align: center;
    }
    .footer__info-wrap .left .lang-dropdown {
        margin-top: 27px;
    }
    .footer__info-wrap .left .logos-list {
        margin-top: 38px;
        margin-left: 0;
    }
    .footer__info-wrap .left .logos-list li {
        margin-right: 20px;
    }
    .footer__info-wrap .right {
        margin-top: 56px;
    }


    .footer__info-wrap .right .footer-menu li a,
    .footer__info-wrap .right .footer-sub-menu li a {
        font-size: 16px;
    }
    .footer__info-wrap .right .footer-sub-menu {
        margin-top: 26px;
    }
    .footer__info-wrap .right .form-subscribe {
        margin-top: 28px;
        margin-bottom: 28px;
    }
    .footer__info-wrap .right .form-subscribe p {
        font-size: 18px;
        margin-bottom: 13px;
    }
    .footer__info-wrap .right .form-subscribe input[type="email"] {
        width: 70%;
        padding: 16px 20px 14px;
        margin-right: 11px;
    }
    .footer__info-wrap .right .form-subscribe .red-btn {
        padding: 15px 25px 14px;
    }
    .footer__info-wrap .right .form-subscribe .privacy {
        margin: 29px auto 0;
        line-height: 18px;
        width: 79%;
    }
    .footer__copyright {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer__copyright .copy,
    .footer__copyright .created {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .footer__copyright .social {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .footer__copyright .copy {
        margin: 60px 0 41px;
    }

.blog-page__header {
    padding-bottom: 35px;
}
.blog-page__header .breadcrumbs {
    padding: 28px 17px 29px;
    margin: 0 -17px;
    background: #fff;
}
.blog-page__header .breadcrumbs li {
    font-size: 12px;
}
.blog-page__header .page-title {
    letter-spacing: normal;
}
.blog-page__header .page-subtitle {
    margin-top: 16px;
}
.blog-page__content .blog-list .blog-list-item {
    width: 341px;
    margin: 0 0 38px;
    display: none;
}
.blog-page__content .blog-list .blog-list-item:nth-child(4n) {
    margin-right: 0;
}
.blog-page__content .blog-list .blog-list-item:nth-child(1),
.blog-page__content .blog-list .blog-list-item:nth-child(2),
.blog-page__content .blog-list .blog-list-item:nth-child(3),
.blog-page__content .blog-list .blog-list-item:nth-child(4) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.blog-page__content .blog-list .blog-list-item .img-wrap {
    height: 276px;
}
.blog-page__content .pagination {
    margin: 0 auto;
    height: 65px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 341px;
}
.blog-page__content .pagination .next-page,
.blog-page__content .pagination .prev-page {
    display: none;
}
.blog-page__content .pagination .number-page li:first-child {
    border-left: none;
}
.blog-page__content .pagination .number-page li:last-child {
    border-right: none;
}
.blog-page__content .pagination .number-page li a {
    padding: 0 29px;
}
.blog-page__content .seo-text .section-subtitle {
    width: 100%;
    margin-bottom: 20px;
}
}
@media screen and (max-width: 467px) {
  .favourite-casinos__list-item {
      padding-left: 10px;
      margin-left: 0;
  }
  .slider-wrapper {
    display: none;
  }
  .top-casino {
    margin-top: 50px;
  }
  .top-casino__pagination {
    background-color: #f7f7f7;
  }
  .top-casino__pagination-item {
    margin-top: 10px;
  }
}
@media screen and (max-width: 374px) {
    .blog-page__content .blog-list .blog-list-item {
        width: 286px;
    }
    .blog-page__content .pagination {
        width: 286px;
        height: 54px;
    }
    .blog-page__content .pagination .number-page li a {
        padding: 0 24px;
    }
}
.iframe_kh_wrapper{display: none!important;}