/*
Theme Name: buk-uzb
Theme URI: https://Uzbekny.com /
Author: Uzbekny.com 
Author URI: https://Uzbekny.com /
Description: Uzbekny.com 
Version: 1.0
License: Uzbekny.com 
License URI: https://Uzbekny.com /
Tested up to: 5.6
Requires PHP: 5.6
Text Domain:Uzbekny.com 
Tags: Uzbekny.com 
*/

/*
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-ThinItalic.woff2') format('woff2');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-ExtraLightItalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
}
*/

/* Montserrat Google Fonts import */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

/* 
 
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2');
    font-weight: 800;
    font-style: italic;
}

*/

@font-face {
	font-display: swap;
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Black.woff2.html') format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
	font-display: swap;
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-BlackItalic.woff2.html') format('woff2');
    font-weight: 900;
    font-style: bold;
}



html, body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', 'Arial', sans-serif;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

html {
    scroll-behavior: smooth;
}

.hide {
    display: none;
}

.rotate svg {
    transform: rotate(180deg);
}


/* Header */

.header {
    width: 100%;
    height: 144px;
    box-shadow: 0 20px 60px 0 #e7f0ff;
}

.header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1320px;
    height: 100%;
    margin: 0 auto;
}

.header__logo {
    height: 100%;
    width: auto;
}

.header__logo a {
    display: flex;
    height: 100%;
    align-items: center;
}

.header__logo img {
    height: 70%;
    width: auto;
    max-width: 170px;
}

.header__nav-line {
    width: 99%;
    height: 2px;
    background-color: #5FBE00;
    margin: 16px auto;
    border-radius: 1px;
}

.header__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;    
    height: 38px;
}

.languages {
    display: flex;
    color: black;
}

.wp-block-button a {
	color: white !important;
}


/* Header Menu */

.mobmenu-button, .mobsearch-button {
    display: none;
}

.top-menu {
    display: flex;
    justify-content: space-between;
    width: 844px;
    padding: 0;     
    list-style: none;
}

.top-menu a {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #161616;    
    text-decoration: none;
    margin-right: 10px;
    white-space: nowrap;
}

.top-menu a:hover {
    color: #67c509;
}

.sub-menu {
    display: none;
    position: absolute;
    list-style: none;
    padding: 10px;
    top: 20px;
    left: -20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0px 3px 43px rgb(43 64 96 / 15%);
    z-index: 2;    
}

.sub-menu li {
    padding: 10px;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
}


/* Footer Menu */

.footer-menu {
    display: flex;
    list-style: none;
}

.footer-menu a {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #161616;    
    text-decoration: none;
    margin-left: 50px;
    white-space: nowrap;    
}

.footer-menu a:hover {
    color: #67c509;
}



/* Buttons */

.button {
    font-family: 'Montserrat', 'Arial', sans-serif;
}

.header-button {
    width: 280px;
    height: 65px; 
    background-color: #67C509;
    box-shadow: 0 4px 22px rgba(103, 197, 9, 0.7);
    border-radius: 42px;  
    border: none;
    cursor: pointer;
    
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
    
    text-align: center;
    text-transform: uppercase;   
    
    color: white;
}

.header-button:hover {
    background: #58AA06;
}



/* Search Form */

.search-form {
    display: flex;
    align-items: center;
    width: 240px;
    height: 34px;    
    border: 2px solid #8b8b8b;
    border-radius: 30px;
    position: relative;
}

.search-form > div {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    margin-left: 6px;
}

.search-form input {
    border: none;
    outline: none;
    font-family: 'Montserrat', 'Arial', sans-serif;
    color: #8b8b8b;
}

.search-form input[type="search"] {
    width: 190px;
    height: 30px;
    font-size: 16px;
    margin-left: 10px;
    background-color: transparent;
}

.search-form input[type="submit"] {
    position: absolute;
    width: 25px;
    height: 25px;
    background: transparent;
    cursor: pointer;
}


/* Promo */

.promo, .promo-bottom {
    width: 100%;
    height: max-content;
    padding: 120px 0;    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.promo {
    /* background-image: url(/wp-content/themes/buk-uzb/img/Uzbekny.com ); */
}

.promo-bottom {
    /* background-image: url(/wp-content/themes/buk-uzb/img/promo-bottom.jpg); */
}


.promo__content, .promo-bottom__content {
    width: 1320px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;    
    gap: 100px;
}

.promo__header, .promo-bottom__header, .promo__header h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.1;
    text-align: center;
	color: #000;
}



/* Main Content */

.site-content-wrapper {
    width: 100%; 
    position: relative;
    background-image: url(img/bg-l.png.html), url(img/bg-r.png.html);
    background-repeat: repeat-y, repeat-y;
    background-position: -200px 200px, right 800px;
}

.bg-left {
    position: absolute;
    left: -22px;
    top: 320px;  
    z-index: -1;
}

.site-content {
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
    width: 1320px;
    margin: 0 auto;
}

.main {
    width: 985px;
}

.main__content {

}


/* Sidebar */

.sidebar {
    width: 315px;
    border: 2px dashed #5FBE00;
    border-radius: 30px;
    height: max-content;
    position: sticky;
    top: 20px;
    margin-top: 60px;
}

.sidebar__header {
    padding: 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
}

.sidebar__header .sidebar__button {
    width: 98px;
    height: 25px;    
    background: #005B94;
    box-shadow: 0 4px 22px rgba(118, 185, 217, 0.7);
    border: none;
    border-radius: 20px;    
    color: white;
    font-weight: 500;
    font-size: 12px;    
    font-family: 'Montserrat';
    cursor: pointer;
    margin-left: 20px;
}

.sidebar__header .sidebar__button_hide {
    background: #1C6600;
    box-shadow: 0 4px 13px rgba(103, 197, 9, 0.5);    
}

.sidebar__button-arrow {
    margin-left: 6px;
    display: inline-block;
}

.sidebar__button-arrow svg {
    margin-top: -6px;
    position: absolute;
}

.sidebar__content {
    padding: 0 20px 20px 20px;
    font-size: 12px;
}

.sidebar__content ul {
    list-style: none;
    padding-left: 0;
}

.sidebar__content ul a {
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 2;    
    color: #000;
}

.sidebar__content ul a:hover {
    color: #5FBE00;
}

.li-H3 {
    margin-left: 15px;
}

.li-H4 {
    margin-left: 30px;
}



/* Article */

.entry-content, .entry-content ul, .entry-content ol {
    line-height: 22px;    
}

.entry-content a {
    color: #1C6600;
}

.entry-content img {
    border-radius: 4px;
}

.entry-content .alignright {
    float: right;
    margin-left: 20px;
}

.entry-content .alignleft {
    float: left;
    margin-right: 20px;
}

.entry-content  .aligncenter {
    margin: 0 auto;
    display: block;
}

.aligncenter img {
	display: block;
	margin: 0 auto;
}

h1, .h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;    
    color: #1C6600;
}

h2, .h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;    
    color: #1C6600;
}

h3, .h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;    
    color: #1C6600;
}

h4, .h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;    
    color: #1C6600;
}

blockquote {
    width: 70%;
    padding: 25px 38px;
    border: 2px dashed #5FBE00;
    border-radius: 30px;
    margin: 30px auto;
    position: relative;
    text-align: center;
    font-style: italic;
    font-weight: 300;
    font-size: 20px;    
}

blockquote::before {
    content: '\201c';
    font-size: 50px;
    font-weight: 700;
    color: #5FBE00;
    position: absolute;
    left: 20px;
    top: 27px;
}

blockquote::after {
    content: '\201d';
    font-size: 50px;
    font-weight: 700;
    color: #5FBE00;
    position: absolute;
    bottom: 0;
    right: 20px;
}

.post-img {
    width: 100%;
    height: auto;
}

.post-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}



/* Casino List */

.casino-list {
    box-shadow: 0 3px 43px rgba(43, 64, 96, 0.2);
    border-radius: 20px;    
    margin: 40px 0;
}

.casino-list__header {
    height: 53px;
    display: flex;
    gap: 28px;
    align-items: center;
    background: #5FBE00;
    box-shadow: 0 3px 43px rgba(43, 64, 96, 0.2);    
    border-radius: 20px 20px 0 0;  
    font-size: 12px;
    color: white;
    line-height: 1.3;    
    padding: 0 60px;
    text-transform: uppercase;
}

.casino-list__content {
    display: flex;
    flex-direction: column;
    gap: 28px;    
    padding: 28px;    
    background-color: white;
    border-radius: 0 0 20px 20px;
}

.casino-list__item {
    min-height: 220px;
    border-radius: 20px; 
    padding: 20px 24px;
    box-sizing: border-box;
    font-size: 12px;
}

.casino-list__item_green {
    background-color: #dff2cc;
    border: 2px solid #9ed765;
}

.casino__line {
    width: 100%;
    height: 1px;
    border-top: 2px dashed #9ed765;
}

.casino__top {
    display: flex;
    gap: 20px;
    padding-bottom: 14px;
}

.num {
    width: 80px;
    text-align: center;
}

.num span {
    display: block;
    width: 40px;
    height: 40px;
    background: #67C509;
    border-radius: 20px;
    color: white;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    font-weight: 900;
    filter: drop-shadow(0px 2.58065px 4.51613px rgba(101, 172, 30, 0.5));
}

.brand-logo img {
    width: 114px;
    height: 62px; 

}

.brand {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 6px;    
    width: 118px;
    text-align: center;
}

.brand-name {
    display: flex;
    justify-content: space-between;
}

.brand-stars {
    width: 118px;
    height: 21px;
    /* background-image: url(img/stars-white.png); */
}

.brand-stars div {
    width: 118px;
    max-width: 118px;
    height: 21px;
    /* background-image: url(img/stars.png); */
}

.deposit div:nth-of-type(1), .pay div:nth-of-type(1), .cashback div:nth-of-type(1), .bonus div:nth-of-type(1) {
    display: none;
}

.deposit {
    width: 68px;
    text-align: center;
}

.pay, .bonus, .cashback, .casino-buttons {
    width: 128px;
    text-align: center;
}

.casino-buttons {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.review-button, .reg-button {
    width: 128px;
    height: 34px;
    border: 2px solid #1C6600;
    border-radius: 17px;
    cursor: pointer;
}

.review-button {
    background-color: white;    
    box-shadow: 0 2px 10px rgba(103, 197, 9, 0.5);
}

.review-button:hover {
    background: rgba(95, 190, 0, 0.2);
}

.reg-button {
    background-color: #1C6600;    
    box-shadow: 0 4px 22px rgba(103, 197, 9, 0.7);
    color: white;    
}

.reg-button:hover {
    border: 2px solid #58AA06;
    background: #58AA06;
    box-shadow: 0 4px 22px rgba(103, 197, 9, 0.7);
}


.casino__bottom {
    display: flex;
    gap: 20px;
    line-height: 1.3;    
    padding-top: 14px;
}

.software {
    width: 80px;
}

.casino-list__item_blue {
    background-color: #d5ecfd;
}

.casino-list__item_blue .casino__line {
    border-top: 2px dashed #2DA1F4;
}

.casino-list__item_blue .num span {
    display: block;
    width: 36px;
    height: 36px;
    background: white;
    color: black;
    line-height: 36px;
    filter: drop-shadow(0px 2.58065px 4.51613px rgba(45, 161, 244, 0.5));
    border: 2px solid #2DA1F4;
}

.casino-list__item_blue .review-button, .casino-list__item_blue .reg-button {
    border: 2px solid #005B94;
}

.casino-list__item_blue .review-button {
    background-color: white;    
    box-shadow: 0 2px 10px rgba(45, 161, 244, 0.5);
}

.casino-list__item_blue .review-button:hover {
    background: rgba(45, 161, 244, 0.2);
    box-shadow: 0 2px 10px rgba(45, 161, 244, 0.5);
}

.casino-list__item_blue .reg-button {
    background: #005B94;
    box-shadow: 0 4px 22px rgba(45, 161, 244, 0.7);
}

.casino-list__item_blue .reg-button:hover {
    border: 2px solid #0089C9;
    background: #0089C9;
    box-shadow: 0 4px 22px rgba(45, 161, 244, 0.7);
}



/* Casino PlusMinus*/

.casino-pm {
    margin: 60px 0;
    border-top: 2px dashed #5FBE00;
}

.casino-pm__item {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px dashed #5FBE00;
}

.casino-pm__item-left {
    width: 472px;
    display: flex;
    flex-direction: column;
    gap: 35px;    
}

.casino-pm-brand {
    display: flex;
    gap: 28px;  
}

.casino-pm-brand-left {
    width: 237px;
    height: 129px;
}

.casino-pm-brand-left img {
    width: 237px;
    height: 129px;
    object-fit: cover;
}

.casino-pm-brand-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;    
}

.casino-pm-brand-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;    
}

.casino-pm-brand-rating {
    display: flex;
    align-items: flex-end;
    gap: 10px;    
}

.casino-pm-brand-rating_stars {
    width: 118px;
    height: 21px;
    background-image: url(img/stars-white.png.html);
}

.casino-pm-brand-rating_stars div {
    width: 118px;
    max-width: 118px;
    height: 21px;
    background-image: url(img/stars.png.html);
}

.casino-pm-brand-rating_nums {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #161616;
}


.casino-pm-brand-button button {
    width: 150px;
    height: 40px;
    border-radius: 32px;
    cursor: pointer;    
    border: 2px solid #2DA1F4;
    background: #2DA1F4;
    box-shadow: 0 4px 22px rgba(45, 161, 244, 0.7);
    color: white;
}

.casino-pm-brand-button button:hover {
    border: 2px solid #0089C9;
    background: #0089C9;
    box-shadow: 0 4px 22px rgba(45, 161, 244, 0.7);
}

.casino-pm-text {
    line-height: 1.4;
    height: 90px;
    overflow: hidden;    
}

.casino-pm-read-more {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2%;
    text-decoration: underline;
    color: #2DA1F4;   
    cursor: pointer;
}

.text-open .casino-pm-text {
    height: auto;
}

.casino-pm__item-right {
    width: 488px;
    display: flex;
    gap: 14px;    
}

.casino-pm__plus, .casino-pm__minus {
    width: 237px;
    border-radius: 20px;
    height: max-content;
}

.casino-pm__plus {
    background-color: #dff2cc;
}

.casino-pm__minus {
    background-color: #fbdddd;
}

.casino-pm__plus-header, .casino-pm__minus-header {
    line-height: 49px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: white;
    text-transform: uppercase;    
}

.casino-pm__plus-header {
    height: 49px;
    background: #5FBE00;  
    border-radius: 20px 20px 0 0;
}

.casino-pm__minus-header {
    height: 49px;
    background: #EC5656;  
    border-radius: 20px 20px 0 0;
}

.casino-pm__plus-content ul, .casino-pm__minus-content ul  {
    list-style: none;
    padding: 0;
    margin: 0;    
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;    
}

.casino-pm__plus-content ul li, .casino-pm__minus-content ul li {
    padding: 14px 14px 14px 40px;
    border-bottom: 2px solid white;
    position: relative;
}

.casino-pm__plus-content ul li:last-child, .casino-pm__minus-content ul li:last-child {
    border-bottom: none;
}

.casino-pm__plus-content ul li::before {
    content: '+';
    position: absolute;
    left: 10px;
    top: -4px;
    font-size: 44px;
    color: #5FBE00;
    font-weight: 300;
}

.casino-pm__minus-content ul li::before {
    content: '–';
    position: absolute;
    left: 10px;
    top: -8px;
    font-size: 44px;
    color: #EC5656;
    font-weight: 300;
}





/* Slider */

.promo__slider {
    position: relative;
    height: 356px;
}

.promo__item {
    display: inline-block;
    transition: transform 0.5s ease-out;
    position: absolute;
    left: -213px;
}

.promo__item[data-pos="1"] {
    transform: translate(-470px, 0) scale(0.75); 
    opacity: 0.8;
    z-index: 1;
    cursor: pointer;    
}

.promo__item[data-pos="2"] {
    transform: translate(-250px, 0) scale(0.9);
    opacity: 0.9;
    z-index: 2;
    cursor: pointer;    
}

.promo__item[data-pos="3"] {
    transform: translate(0, 0) scale(1);  
    z-index: 3;
    opacity: 1;
}

.promo__item[data-pos="4"] {
    transform: translate(250px, 0) scale(0.9);
    opacity: 0.9;
    z-index: 2;
    cursor: pointer;    
}

.promo__item[data-pos="5"] {
    transform: translate(470px, 0) scale(0.75);
    opacity: 0.8;
    z-index: 1;
    cursor: pointer;    
}

.promo__slide {
    width: 426px;
    height: 356px;
    background: white;
    box-shadow: 0 3px 43px rgba(43, 64, 96, 0.3);
    border-radius: 20px;    
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 26px 0;
    box-sizing: border-box;   
}

.slider-stars {
    width: 118px;
    max-width: 118px;
    height: 21px;
    background-image: url(img/stars-white.png.html);
    background-repeat: no-repeat;
}

.slider-stars div {
    width: 118px;
    height: 21px;    
    background-image: url(img/stars.png.html);
    background-repeat: no-repeat;
}

.promo__slide-logo img {
    width: 313px;
    height: 157px;
    border-radius: 14px;
    object-fit: cover;
}

.promo__slide-rating {
    display: flex;
    justify-content: space-between;  
    align-items: center;
    height: 21px;    
    gap: 10px;
}

.slider-rating-num {
    font-weight: 600;
    font-size: 14px;    
}

.promo__slide-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #161616;         
}
    
.promo__slide-button button {
    width: 150px;
    height: 40px;
    background: #005B94;
    box-shadow: 0 4px 22px rgba(118, 185, 217, 0.7);
    border-radius: 32px;   
    color: white;
    border: none;
    cursor: pointer;
}
    
.promo__slide-button button:hover {
    background: #0078AF;
    box-shadow: 0 4px 22px rgba(118, 185, 217, 0.7);
    border-radius: 25px;    
}

.promo__item-num {
    position: absolute;
    top: -36px;
    left: 190px;    
    width: 47px;
    height: 47px;  
    border-radius: 50%;
    z-index: 1;
    line-height: 46px;    
    font-size: 36px;
    font-weight: 700;
    text-align: center;    
}

.promo__item-num-45 {
    filter: drop-shadow(0px 3.02408px 5.29214px rgba(101, 172, 30, 0.5));
    border: 4px solid #67C509;
    background: white;
    color: black;    
}

.promo__item-num-123 {
    filter: drop-shadow(0px 4px 7px rgba(101, 172, 30, 0.5));
    border: 4px solid #67C509;
    background: #67C509;
    color: white;    
}



.slider__control {
    position: absolute;
    z-index: 10;
}

.slider__arrow {
    width: 28px;
    height: 28px;
    border-top: 4px solid #a2a2a2;
    border-left: 4px solid #a2a2a2;
    position: absolute;
    top: 178px;
    cursor: pointer;
}

.slider__arrow-left {
    transform: rotate(-45deg);
    left: -190px;    
}

.slider__arrow-right {
    transform: rotate(135deg);
    left: 160px;  
}





/* Footer */

.footer {
    width: 100%;
    background-color: #E2E2E2;
}

.footer__content {
    width: 1320px;
    height: 92px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;   
    font-size: 12px;
}


/* CasinoPage Casino Card */

.page-template-casinopage .promo {
    height: 910px;
}

.casino-card {
    width: 1320px;
    height: auto;
    min-height: 588px;
    box-sizing: border-box;
    padding: 40px;
    background-color: white;
    border-radius: 20px;    
    display: flex;
    justify-content: space-between;
}

.casino-card__left {
    width: 386px;
}

.casino-card__logo {
    width: 386px;
    height: 210px;
}

.casino-card__logo img {
    width: 386px;
    height: 210px;
    object-fit: cover; 
    border-radius: 20px;
}

.casino-card__data {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.casino-card__button button {
    width: 240px;
    height: 50px;
    border-radius: 25px;
    cursor: pointer;
    border: 2px solid #2DA1F4;
    background: #2DA1F4;
    box-shadow: 0 4px 22px rgb(45 161 244 / 70%);
    color: white;   
}

.casino-card__button button:hover {
    border: 2px solid #0089C9;
    background: #0089C9;
    box-shadow: 0 4px 22px rgb(45 161 244 / 70%);    
}

.casino-card__rating {
    display: flex;
    align-items: center;
    gap: 5px;
}

.casino-card__num {
    line-height: 44px;
    font-weight: 600;
    font-size: 20px;
    color: #161616;
}

.casino-card__desc {
    margin-top: 40px;
    font-weight: 400;
    font-size: 16px;   
    line-height: 1.4;
}

.casino-card__right {
    width: 820px;
    height: max-content;
    border: 2px dashed #5FBE00;
    border-radius: 20px;
    overflow: hidden;
}

.casino-card__right > div {
    display: flex;
}

.casino-card__right > div div {
    padding: 20px 26px;
    box-sizing: border-box;
}

.casino-card__right > div div:nth-of-type(1) {
    width: 200px;
}

.casino-card__right > div div:nth-of-type(2) {
    width: 620px;
}

.casino-card__right > div:nth-of-type(even) {
    background-color: #dff2cc;
}

/* CasinoPage PlusMinus */

.casinopage-pm {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.casinopage-pm > div {
    width: 49%;
}

.casinopage-pm__plus, .casinopage-pm__minus {
    border-radius: 20px;
    height: max-content;
}

.casinopage-pm__plus {
    background-color: #dff2cc;
}

.casinopage-pm__minus {
    background-color: #fbdddd;
}

.casinopage-pm__plus-header, .casinopage-pm__minus-header {
    line-height: 49px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: white;
    text-transform: uppercase;
}

.casinopage-pm__plus-header {
    height: 49px;
    background: #5FBE00;
    border-radius: 20px 20px 0 0;
}

.casinopage-pm__minus-header {
    height: 49px;
    background: #EC5656;
    border-radius: 20px 20px 0 0;
}

.casinopage-pm__plus-content ul, .casinopage-pm__minus-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
}

.casinopage-pm__plus-content ul li, .casinopage-pm__minus-content ul li {
    padding: 14px 14px 14px 40px;
    border-bottom: 2px solid white;
    position: relative;
}

.casinopage-pm__plus-content ul li::before {
    content: '+';
    position: absolute;
    left: 10px;
    top: -4px;
    font-size: 44px;
    color: #5FBE00;
    font-weight: 300;
}

.casinopage-pm__minus-content ul li::before {
    content: "–";
    position: absolute;
    left: 10px;
    top: -8px;
    font-size: 44px;
    color: rgb(236, 86, 86);
    font-weight: 300;
}

.casinopage-pm__plus-content ul li:last-child, .casinopage-pm__minus-content ul li:last-child {
    border-bottom: none;
}



/* More Casino */

.more-casino {
    width: 100%;
}

.more-casino__content {
    width: 1320px;
    margin: 0 auto;
    padding: 120px 0;
}

.more-casino__header {
    margin-bottom: 60px;
}

.more-casino__cards {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.more-casino__card {
    width: 315px;
    height: 378px;
    box-shadow: 0 3px 43px rgba(43, 64, 96, 0.15);
    border-radius: 20px;    
}

.more-casino__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;    
    justify-content: space-between;
}

.more-casino__card-logo img {
    width: 235px;
    height: 129px;
    border-radius: 6px;
    object-fit: cover;    
}

.more-casino__card-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;    
}

.more-casino__card-rating {
    display: flex;
    gap: 10px;   
    align-items: center;
}

.more-casino__card-rating_stars {
    width: 118px;
    max-width: 118px;
    height: 21px;
    background-image: url(img/stars-white.png.html);
    background-repeat: no-repeat;
}

.more-casino__card-rating_stars div {
    width: 118px;
    height: 21px;
    background-image: url(img/stars.png.html);
    background-repeat: no-repeat;
}

.more-casino__card-rating_nums {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;   
}

.more-casino__card-button button {
    width: 150px;
    height: 40px;
    background: #2DA1F4;
    box-shadow: 0 4px 22px rgb(118 185 217 / 70%);
    border-radius: 32px;
    color: white;
    border: none;
    cursor: pointer;    
}

.more-casino__card-button button:hover {
    background: #0078AF;
    box-shadow: 0 4px 22px rgb(118 185 217 / 70%);
}

.author {
    display: flex;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 2px solid #5FBE00;    
    gap: 20px;
}

.author-name {
    color: #2DA1F4;
}

.author-description {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    margin-top: 10px;
}

.author img {
    border-radius: 50%;
}



/* Breadcrumbs */

.breadcrumbs {
    display: flex;
    gap: 16px;
    align-items: center;
    color: #161616;
    font-size: 14px;
}

.breadcrumbs a {
    color: #161616;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #67c509;
}

.breadcrumbs-separator {
    font-size: 20px;
}

.best-casino, .more-posts {
    padding: 0 20px 20px 20px;
    font-size: 12px;   
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog .best-casino, .category .best-casino, .search .best-casino {
    margin-top: 20px;
}

.best-casino__title, .more-posts__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;    
    text-transform: uppercase;
}

.best-casino__item, .more-posts__item {
    display: flex;
    gap: 10px;
}

.best-casino__img, .more-posts__img {
    width: 45%;
}

.best-casino__img img, .more-posts__img img  {
    width: 100%;
    border-radius: 4px;
    height: auto;
    object-fit: cover;
}

.best-casino__info-rating, .more-posts__info-rating  {
    display: flex;
    gap: 2px;
    font-size: 14px;
    font-weight: bold;
    align-items: baseline
}

.best-casino__info-rating div:nth-of-type(2), .more-posts__info-rating div:nth-of-type(2) {
    font-size: 18px;
    color: #ffb800;
}

.best-casino__info-title, .more-posts__info-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;  
    color: #161616;
}

.more-posts__info-title {
    font-size: 16px;
}



/* Blog */

.blog-item {
    margin-top: 30px;
    padding: 20px;
    box-shadow: 0 3px 43px rgba(43, 64, 96, 0.15);
    border-radius: 10px;
    background-color: white;
}

.blog-item article {
    display: flex;
    gap: 30px;
}

.blog-item .post-thumbnail a {
    width: 250px;
    height: 250px;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.blog-item-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;    
}

.entry-title {
   
}

.entry-title a {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    color: #161616;     
    text-decoration: none;
}

.read-more-button button{
    width: 240px;
    height: 55px;
    background: #2DA1F4;
    box-shadow: 0 4px 22px rgb(118 185 217 / 70%);
    border-radius: 32px;
    color: white;
    border: none;
    cursor: pointer;    
}

.read-more-button button:hover {
    background: #0078AF;
    box-shadow: 0 4px 22px rgb(118 185 217 / 70%);
    border-radius: 25px;    
}

.read-more {
    display: flex;
    justify-content: space-between; 
    align-items: center;
}



/* Pagination */

.pagination {
    margin-top: 60px;
}

.nav-links {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-numbers {
    min-width: 62px;
    height: 62px;
    background-color: #67C509;
    border: 2px solid #67C509;
    border-radius: 31px;
    filter: drop-shadow(0px 4px 7px rgba(101, 172, 30, 0.5));    
    color: white;
    font-weight: 700;
    font-size: 36px;    
    line-height: 62px; 
    text-align: center;
    text-decoration: none;
}

.current {
    background-color: white;
    color: #161616;
}

.prev, .next {
    background-color: transparent;
    background-image: url(img/prev-next.png.html);
    background-position: -28px -26px;    
    border: 2px solid transparent;
    filter: none;
}

.prev {
    transform: rotate(180deg);    
}



/* Post Likes */

.post-likes {
    width: 100%;
    height: 430px;
    padding: 90px 0 30px 0;
    background-image: url(img/football.png.html);
    background-repeat: no-repeat;
    background-position: right top;
    color: #161616;
    margin: 40px auto;
}

.post-likes__header {
    font-weight: 600;
    font-size: 28px;    
    margin-bottom: 30px;
}

.post-likes__rating {
    display: flex;
    gap: 30px
}

.post-likes__hearts span {
    font-size: 26px;
    opacity: 0.1;
    cursor: pointer;
}

.post-likes__hearts span:hover {
    opacity: 1;
}

.post-likes__hearts span:hover ~ .post-likes__hearts span {
    opacity: 1;
}

.fill-heart, .temp-fill {
    opacity: 1 !important;
}

.post-likes__nums {
    font-weight: 600;
    font-size: 20px;    
}

.post-likes__text, .post-likes__voted, .post-likes__average {
    margin-top: 20px;
    font-weight: 400;
    font-size: 12px;    
}

.post-likes__voted {
    display: none;
}




/* 1366px */

@media (max-width: 1366px) {
    .header__content {
        width: 1100px;
    }
    
    .top-menu {
        width: auto;
    }
    
    .header-button {
        width: 240px;
        height: 55px;        
        font-size: 12px;
    }
    
    .promo__content, .promo-bottom__content {
        width: 1100px;
    }
    
    .promo__item[data-pos="1"] {
        transform: translate(-410px, 0) scale(0.75); 
        opacity: 0.8;
        z-index: 1;
        cursor: pointer;    
    }
    
    .promo__item[data-pos="2"] {
        transform: translate(-220px, 0) scale(0.9);
        opacity: 0.9;
        z-index: 2;
        cursor: pointer;    
    }
    
    .promo__item[data-pos="3"] {
        transform: translate(0, 0) scale(1);  
        z-index: 3;
        opacity: 1;
    }
    
    .promo__item[data-pos="4"] {
        transform: translate(220px, 0) scale(0.9);
        opacity: 0.9;
        z-index: 2;
        cursor: pointer;    
    }
    
    .promo__item[data-pos="5"] {
        transform: translate(410px, 0) scale(0.75);
        opacity: 0.8;
        z-index: 1;
        cursor: pointer;    
    }    
    
    .promo__slide {
        width: 360px;
    }    
    
    .promo__item {
        left: -180px;
    }
    
    .slider__arrow {
        width: 20px;
        height: 20px;
        top: 200px;
    }    
    
    .slider__arrow-left {
        left: -165px;
    }
    
    .slider__arrow-right {
        left: 145px;
    }
    
    .promo__item-num {
        left: 160px;
    }
    
    .site-content {
        flex-direction: column-reverse;
        width: 985px;
        padding: 60px 0;
    }
    
    .sidebar {
        position: relative;
        margin-bottom: 60px;
        margin-top: 0;
    }
    
    .footer__content {
        width: 1100px;
    }
    
    .more-casino__content {
        width: 1100px;
    }
    
    .casino-card {
        width: 1100px;
        gap: 20px;
    }
    
    .casino-card__right {
        width: 800px;
    }
    
    .casino-card__right > div div:nth-of-type(2) {
        width: 600px;
    }    
    
    .casino-card__right > div div {
        padding: 16px 10px;
    }
    
    .casino-card__logo img {
        width: 330px;
        height: 179px;
    }
    
    .casino-card__left, .casino-card__logo {
        width: 330px;
        height: 179px;
    }
    
    .casino-card__button button {
        width: 200px;
        height: 40px;
        border-radius: 20px;
    }
    
    .casino-card__desc {
        font-size: 14px;
    }
    
    .sidebar{
        width: 100%;
    }    
    
}


/* 1100px */

@media (max-width: 1100px) {
    
    .header {
        height: 68px;
    }
    
    .header__content, .promo__content, .promo-bottom__content {
        width: 100%;
        padding: 0 10px;
        gap: 60px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .header__nav .header__nav-line, .header__nav .header__bottom {
        display: none;
    }
    
    .header__button {
        display: none;
    }
    
    .promo__header, .promo-bottom__header {
        font-size: 40px;
    }  
    
    .mobmenu-button {
        display: block;
    }    
    
    .site-content-wrapper {
        background: none;
    }
    
    .site-content {
        width: 100%;
        padding: 60px 10px;   
        box-sizing: border-box;
    }
    
    .main {
        width: 100%;
    }
    
    .entry-content .alignleft, .entry-content .alignright, .entry-content .aligncenter {
        display: block;
        margin: 10px auto;
        width: 96%;
    }
    
    blockquote {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;        
    }
    
    .footer__content {
        width: 100%;
        height: max-content;
        padding: 10px;   
        box-sizing: border-box;   
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    
    .footer-menu {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        margin-bottom: 20px;
    }
    
    .footer-menu a {
        margin-left: 0;
    }
    
    .casino-list {
        box-shadow: none;
        border-radius: 0;        
    }
    
    .casino-list__header, .casino__line {
        display: none;
    }
    
    .casino-list__content {
        padding: 0;
        gap: 50px;
        margin-top: 50px;
    }
    
    .casino-pm {
        overflow: hidden;
    }    
    
    .casino__top {
        gap: 10px;
        position: relative;
        flex-wrap: wrap;
    }    
    
    .num {
        position: absolute;
        top: -20px;
        left: calc(50% - 20px);
    }
    
    .brand, .deposit, .pay, .cashback, .bonus, .casino-buttons {
        width: 100%;        
        text-align: left;
        padding: 10px;
    }
    
    .casino-buttons {
        text-align: center;
        order: 10;
    }
    
    .brand {
        padding-top: 25px;
    }
    
    .brand-logo img {
        width: 100%;
        height: auto;
    }
    
    .brand-name {
        gap: 10px;
        justify-content: center;
        font-size: 20px;
    }
    
    .casino-list__item {
        padding: 0;
    }
    
    .entry-content img {
        border-radius: 10px;
    }    
    
    .promo, .promo-bottom {
        box-sizing: border-box;
    }    
    
    .review-button, .reg-button {
        width: 100%;
        max-width: 300px;
    }
    
    .brand-stars {
        margin: auto;
    }
    
    .software-caption {
        font-weight: bold;
    }
    
    .deposit div:nth-of-type(1), .pay div:nth-of-type(1), .cashback div:nth-of-type(1), .bonus div:nth-of-type(1) {
        display: block;
        font-weight: bold;
    }
    
    .deposit, .cashback {
        background: white;
    }
    
    .casino__bottom {
        flex-wrap: wrap;
        background: white;
        padding: 10px;
    }
    
    .casino-list__item_blue {
        border: 2px solid #d5ecfd;
    }    
    
    .mobmenu-button {
        display: flex;
        flex-direction: column;
        width: 22px;
        height: 22px;
        gap: 8px;
    }
    
    .svg-mobmenu-close {
        display: none;
    }
    
    .mobmenu-open .svg-mobmenu-open {
        display: none;
    }  
    
    .mobmenu-open .svg-mobmenu-close {
        display: block;
    }  
    
    .top-menu {
        display: none;
        position: absolute;
        flex-direction: column;
        gap: 10px;        
        background: white;
        padding: 10px;
        width: 100%;     
        left: 0;   
        z-index: 55;
        box-shadow: 0px 20px 15px rgb(43 64 96 / 30%);
    }
    
    .sub-menu {
        display: block;
        position: unset;
        box-shadow: none;
        padding: 0 10px;
    }
    
    .sub-menu li {
        padding: 10px 0 0 10px;
    }
    
    .mobmenu-open .top-menu {
        display: flex;
    }
    
    .header__nav nav {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    
    .mob-menu-green-line {
        height: 2px; background: #5FBE00;
    }
    
    .casino-pm__item {
        flex-direction: column;
    }
    
    .casino-pm__item-left {
        width: 100%;
        margin-bottom: 40px;
    }
    
    .casino-pm-brand-left, .casino-pm-brand-left img {
        width: 100%;
        height: auto;        
    }
    
    .casino-pm-brand {
        flex-direction: column;
    }
    
    .casino-pm-brand-right {
        align-items: center;
        gap: 10px;
    }
    
    .casino-pm-brand-button {
        margin-top: 15px;
    }
    
    .casino-pm-text, .casino-pm-read-more {
        display: none;
    }
    
    .casino-pm__item-right {
        width: 100%;
        flex-direction: column;
    }
    
    .casino-pm__plus, .casino-pm__minus {
        width: 100%;
    }
    
    .casino-card {
        width: 100%;
        flex-direction: column;
        padding: 10px;
        box-sizing: border-box;
    }
    
    .casino-card__left, .casino-card__logo {
        width: 100%;
        height: auto;        
    }
    
    .casino-card__right {
        width: 100%;
    }
    
    .casino-card__right > div {
        flex-direction: column;
    }
    
    .casino-card__right > div div:nth-of-type(1), .casino-card__right > div div:nth-of-type(2) {
        width: 100%;
    }
    
    .more-casino__content {
        width: 100%;
        padding: 60px 0;
    }
    
    .more-casino__cards {
        align-items: center;
        flex-direction: column;        
    }
    
    .more-casino__header {
        padding: 0 10px;
        text-align: center;        
    }
    
    .casinopage-pm {
        flex-direction: column;
        gap: 20px;
    }
    
    .casinopage-pm > div {
        width: 100%;
    }
    
    .page-template-casinopage .promo, .promo-bottom {
        height: auto;
        padding: 60px 0;
    }
    
    .casino-card__logo img {
        width: 100%;
        height: auto;
    }
    
    .casino-card__right > div div {
        padding: 10px;
    }
    
    .casino-card__right > div div:nth-of-type(1) {
        font-weight: bold;
    }
    
    .blog-item article {
        flex-direction: column;
    }
    
    .blog-item .post-thumbnail a {
        width: 100%;
    }
    
    .read-more {
        flex-direction: column;
        gap: 20px;
    }
	
    .post-likes {
        width: 100%;
        padding: 10px 0 10px 0;
        background-position: center bottom;
        margin: 40px auto;
        background-size: contain;
    }	

}




.promo__slide-button a {
    width: 150px;
    display: block;
    padding: 10px;
    text-align: center;
    background: #005B94;
    box-shadow: 0 4px 22px rgba(118, 185, 217, 0.7);
    border-radius: 32px;
    color: white;
    border: none;
    cursor: pointer;
    text-decoration: none;
}