/*
Theme Name: Melbet GuideBook
Theme URI: https://melbet.com
Author: Melbet
Author URI: https://melbet.com
Description: Melbet GuideBook
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: melbet-guidebook
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}


a{
    color: #ffb805;
}


:root {
    /* ---------------- BTN VARS ----------------  */
    --btn-padding: 8px 20px;
    --btn-font-size: 14px;
    --btn-border-radius: 3px;
    --btn-gap: 10px;

    --btn-bg-gray: #404040;
    --btn-bg-gray-hover: #474747;

    --btn-bg-yellow: #FFB805;
    --btn-bg-yellow-hover: #F6CC60;

    --btn-black: #000;
    --btn-yellow: #FFB805;
    --btn-white: #FFF;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: rgba(26, 26, 26, 1);
}

/* -------------------------------------- HEADER -------------------------------------- */

.header {
    background: #212121;
    position: sticky;
    top: 0;
    z-index: 55;
}

.header__container {
    display: flex;
    align-items: center;
}

.header__logo {
    padding-right: 37px;
    padding-left: 25px;
}

.header__logo-link {
}

.header__logo-img {
    max-width: 150px;
}


.header__content {
    width: 100%;
}

.header__top {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 25px 10px 0;
    flex-wrap: wrap;
}

.header__left {
}

.header__left--top {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-grow: 2;
}


.header__right {
    margin-left: auto;
}

.header__right--top {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header__right--top > div {
    position: relative;
    padding-right: 10px;
}

.header__right--top > div:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
}

.header__special-link {display: flex;gap: 10px;}

.header__actions {
}

.header__search {
}

.header__search-form {
}

.header__search-label {
    position: relative;
}

.header__search-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    pointer-events: none;
}

.header__search-input {
    width: 160px;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    padding: 8px 8px 8px 30px;
    transition: 0.3s;

    &::placeholder {
        color: #C2C2C2;
    }

    &:focus {
        width: 300px;
    }
}

.header__auth {
}

.header__lang {
    position: relative;
    display: inline-block;
}

.lang-selector {
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
	min-width: 60px;
}

.lang-selector__current {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 5px 0;
}

.lang-selector__icon {
    transition: transform 0.3s ease;
}

.lang-selector__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #212121;
    display: none;
    flex-direction: column;
    min-width: 100%;
    z-index: 10;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    margin-left: -2px;

}

.lang-selector__option {
    padding: 5px 12px;
    text-decoration: none;
    color: #fff;
    display: block;
}

.lang-selector__option:hover {
    background: #454545;
}

.lang-selector:hover .lang-selector__dropdown {
    display: flex;
}

.lang-selector:hover .lang-selector__icon {
    transform: rotate(180deg);
}

.header__bottom {
    background: #FFB805;
    position: relative;
	min-height: 43px;

    &:before {
        bottom: 0;
        content: "";
        position: absolute;
        border: 1.375rem solid transparent;
        border-right: 1.375rem solid #FFB805;
        border-bottom: 1.375rem solid #FFB805;
        right: 100%;
    }
	

}



[dir="rtl"]{
	.header__bottom{
		 &:before {
			bottom: 0;
            content: "";
            position: absolute;
            border: 1.375rem solid transparent;
            border-left: 1.375rem solid #FFB805;
            border-bottom: 1.375rem solid #FFB805;
            right: -43px;
        }
	}
	
	.header__top {
    	padding: 10px 25px 10px 10px;
	}
}

.header__nav-list {
    list-style: none;
    display: flex;
    gap: 15px;
    width: fit-content;
    
    
    
    
    
    


    > li {
        display: flex;
        align-items: center;
        gap: 5px;
        position: relative;
        transition: 0.3s;

        > a {
            font-weight: 700;
            font-size: 14px;
            line-height: 16px;
            text-transform: uppercase;
            color: rgba(0, 0, 0, 1);
            text-decoration: none;
            padding: 13.72px 5px;
            display: block;

        }
    }

    .sub-menu {
        display: none;
        position: absolute;
        background: rgba(255, 188, 0, 1);
        top: 42px;
        flex-direction: column;
        list-style: none;
        border-radius: 2px;


        li {
            > a {
                font-weight: 400;
                font-size: 14px;
                line-height: 100%;
                display: block;
                text-decoration: none;
                color: rgba(0, 0, 0, 1);
                white-space: nowrap;
                padding: 10px 15px;
                border-left: 3px solid transparent;


            }
        }

    }

    &:not(.mob-nav) {


        &:hover > li {
            opacity: 0.3;
        }

        > li {
            &:hover {
                opacity: 1;
            }

            &:hover .sub-menu {
                display: flex;

            }

            &:hover .sub-menu {
                display: flex;

            }

            .sub-menu {

                li {
                    > a {

                        &:hover {
                            border-left: 3px solid rgba(255, 105, 0, 1);
                        }
                    }
                }
            }

        }





    }


}


.content {
    display: flex;
    padding: 30px;
    gap: 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: rgba(255, 255, 255, 1);
    width: 100%;
}

article, .article {
    flex-basis: 80%;
    width: calc(100% - 320px);
    height: fit-content;

	
		img{
		max-width: 100%;
	}


    h1 {
        font-weight: 700;
        font-size: 34px;
        line-height: 150%;
        color: rgba(255, 184, 5, 1);
        margin-bottom: 20px;
    }

    h2 {
        font-weight: 700;
        font-size: 30px;
        line-height: 150%;
        border-left: 3px solid rgba(255, 184, 5, 0.5);
        margin-bottom: 20px;
        padding-left: 20px;
    }

    h3, h4, h5, h6 {
        margin-bottom: 20px;
		font-size: 28px;
    }

    ul, ol{
        margin-left: 40px;
        margin-bottom: 20px;
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        li{
            margin-bottom: 5px;
        }
    }

    p {
        margin-bottom: 15px;
    }

    .wp-block-media-text {
        margin: 20px 0;
    }

    .wp-block-image, .wp-block-columns {
        margin: 20px 0;
    }

    .has-media-on-the-right .wp-block-media-text__content {
        padding-left: 0 !important;
        padding-right: 20px !important;
    }

    .has-media-on-the-left .wp-block-media-text__content {
        padding-left: 20px !important;
        padding-right: 0px !important;
    }

    .melbet-block-content-img img, .wp-block-columns img, .melbet-lightbox-wrapper img{
        border-radius: 10px;
        border: 1px solid rgba(255, 184, 5, 1);
    }

    .wp-block-embed__wrapper {
        iframe {
            border: 1px solid rgba(255, 184, 5, 1);
            border-radius: 10px;
        }
    }


    .is-style-melbet-full-width {
        width: 100% !important;

        img {
            width: 100% !important;
        }

        iframe {
            width: 100% !important;
        }

        table {
            width: 100% !important;
            min-width: 1100px;
        }
    }

    .wp-block-columns {
        .is-style-melbet-full-width {
            margin: 0;
        }
    }

    .wp-block-table{display: block;}

    .wp-block-table table, table {
        border-collapse: separate;
        border-spacing: 0;
        border: 1px solid rgba(255, 184, 5, 1);
        border-radius: 10px;
        overflow: hidden;
        margin: 20px 0;
        width: 100% !important;
        min-width: 1100px;

        tr {
            border: none;
        }

        td, th {
            padding: 10px;
            border: none;
            font-weight: 400;
            font-size: 18px;
            line-height: 150%;
        }

        thead {
            background-color: #2E2E2E;

            th {
                font-weight: 700;
                font-size: 21px;
                line-height: 150%;
                padding: 20px;
                border-bottom: 1px solid rgba(255, 184, 5, 1);
            }
        }


        tr:nth-child(odd) {
            background-color: #404040;
        }

    }

    .wp-block-table.is-style-stripes{



        border: none;

        thead {
            background-color: transparent;

            tr{
                background-color: transparent;
            }
        }
    }
	
		
	 .wp-block-columns .melbet-list {
        margin: 0 0;
    }


}


.sidebar__right {
    min-width: 250px;
    flex-basis: 18%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    scrollbar-width: none;
    transition: 0.3s;
}

.sidebar__right--sticky {
    position: sticky;
    top: 115px; /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°, ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢" */
    max-height: 100dvh; /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° */
    overflow-y: auto; /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â» ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° */
}


.sticky-wrapper{
    min-width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    gap: 40px;
}



/* -------------------------------------- BUTTONS -------------------------------------- */

.btn {
    display: inline-flex;
    align-items: center;
    gap: var(--btn-gap);
    padding: var(--btn-padding);
    border: none;
    cursor: pointer;
    border-radius: var(--btn-border-radius);
    transition: background 0.3s, color 0.3s;
    text-decoration: blink;
    font-weight: 400;
    font-size: var(--btn-font-size);
    line-height: 16px;
    text-align: center;
=: center;
}

.btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: var(--btn-gap);
}

.btn-group--center {
    justify-content: center;
}

.btn-group--right {
    justify-content: flex-end;
}

.btn-group--row {
    flex-direction: row;
}

.btn--icon {
    display: flex;
    align-items: center;
}

.btn--bg-gray {
    background-color: var(--btn-bg-gray);
    color: var(--btn-white);

    &:hover {
        background-color: var(--btn-bg-gray-hover);
    }
}

.btn--bg-yellow {
    background-color: var(--btn-bg-yellow);
    color: var(--btn-black);

    &:hover {
        background-color: var(--btn-bg-yellow-hover);
    }
}

.btn--text-white {
    color: var(--btn-white);
}

.btn--text-black {
    color: var(--btn-black);
}

.btn--text-yellow {
    color: var(--btn-yellow);
}


.btn__icon {
    img {
    }
}

.btn__text {
}


/* -------------------------------------- SPECIAL LINK -------------------------------------- */

.special-link {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: blink;
    color: #fff;

    &:hover {
        text-decoration: underline;
    }
}

.special-link__icon {
    max-width: 30px;

    img {
        width: 100%;
    }
;
}

.special-link__text {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

/* -------------------------------------- TOC -------------------------------------- */

.toc {
    width: 100%;
    background: #2E2E2E;
    padding: 0 25px;
    border-radius: 6px;
    margin: 20px 0;

    &.toc--active {
        .toc__body {
            display: block;
        }

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

.toc__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 17px 0;
}

.toc__title {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
}

.toc__icon {
    transition: 0.3s;
    margin-bottom: -6px;
}

.toc__body {
    border-top: 1px solid #FFB805;
    padding: 20px 0;
    display: none;
}

.toc__list {
    list-style: none;
    padding-left: 0;
    counter-reset: section;
	margin-left: 0px !important;
}

.toc__item {
    counter-increment: section;
    padding: 5px 0;

    > .toc__link {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: rgba(255, 255, 255, 1);
    }
}

.toc__link {
    text-decoration: blink;
}

.toc__sublist {
    list-style: none;
    padding-left: 20px;
    counter-reset: subsection;
    margin-left: 10px !important;!i;!;
}

.toc__sublist .toc__item {
    counter-increment: subsection;

    > .toc__link {
        font-weight: 300;
        font-size: 18px;
        line-height: 150%;
        text-align: right;
        color: rgba(255, 255, 255, 1);

    }
}


.content-buttons-icon {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0px;
}


.is-style-content-buttons-icon-center {
    .content-buttons-icon {
        justify-content: center;
    }
}

.content-buttons-icon__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    border: 1px solid rgba(255, 184, 5, 1);
    border-radius: 10px;
    background: rgba(46, 46, 46, 1);
    padding: 16px 25px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    transition: background 0.3s;
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    justify-content: center;
    min-height: 60px;








    &:hover {
        background: rgba(255, 184, 5, 1);
        color: #000;
    }
}


.content-buttons-icon__icon {
    margin-bottom: 10px;
}

@media (max-width: 1023px) {
    .content-buttons-icon__button {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 600px) {
    .content-buttons-icon__button {
       	flex: 1 1 43%;
        max-width: 100%;
    }
}

.melbet-breadcrumbs::after{
	content:"";
	width: 32px;
	height: 100%;
	position: absolute;
	right: -11px;
	top: 0;
	background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(46, 46, 46, 0.83) 50%);
}

.melbet-breadcrumbs {
    background: #2E2E2E;
    padding: 20px 30px;
    border-radius: 10px;
    display: flex;
    gap: 10px;
    margin-bottom: 4px;
    white-space: pre;
    overflow: auto;
    scrollbar-width: none;
    position: relative;
}

.melbet-breadcrumbs__sep {
}

.melbet-breadcrumbs__link {
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    text-decoration: blink;
    color: #C2C2C2;
}

.melbet-breadcrumbs__span {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}

.is-style-content-def-btn-center {
    .content-def-btn {
        justify-content: center;
    }
}

.content-def-btn {
    margin: 20px 0;

    .btn__text {
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;

    }
}


.melbet-faq {
    margin: 20px 0;
}

.melbet-faq__title {
    margin-bottom: 40px;
}

.melbet-faq__list {
}

.melbet-faq__item {
    box-shadow: 0 0 4px 0 rgba(33, 33, 33, 0.15);
    border-radius: 10px;
    background: rgba(46, 46, 46, 1);
    padding: 0 30px;
    margin-bottom: 30px;
	
	.melbet-faq__item-icon {
    transition: transform 0.3s;
    width: 40px;
    height: 40px;
    border: 1px solid #7c6429;
    border-radius: 50px;
    background-color: #ffb805;
    cursor:pointer;
    min-width: 40px;
    
    
    
    
	
	.arrow{
		width: 10px;
		height: 10px;
		border: 3px solid #3b3b3b;
		border-left: 0;
		border-top: 0;
		transform: rotate(45deg);
		margin: auto;
	}
	
}

    &.melbet-faq__item--active {
        .melbet-faq__item-body {
            display: block;
        }

        .melbet-faq__item-icon {
            transform: rotate(180deg);
        }
    }
}

.melbet-faq__item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
}

.melbet-faq__item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
}

.melbet-faq__item-icon {
    transition: transform 0.3s;
}

.melbet-faq__item-body {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    border-top: 1px solid rgba(255, 184, 5, 1);
    padding: 20px 0;
    display: none;
}


/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° */
.melbet-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.melbet-lightbox.active {
    display: flex;
}

.melbet-lightbox__image {
    max-width: 90%;
    max-height: 90%;
}

.melbet-lightbox__close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
}

.melbet-lightbox-wrapper {
    position: relative;
    cursor: pointer;
    width: fit-content;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ */
.melbet-zoom-icon {
    position: absolute;
    bottom: 16px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url('../guidebook/img/icon-zoom.svg') no-repeat center center;
    background-size: contain;
}


.wp-block-image {
    position: relative;
    display: inline-block;
    cursor: pointer;
}


.melbet-list {
    box-shadow: 0px 0px 4px 0px rgba(33, 33, 33, 0.15);
    border: 1px solid rgba(255, 184, 5, 0.5);
    background: rgba(46, 46, 46, 1);
    border-radius: 20px;
    padding: 20px 40px;
    margin: 20px 0;

}

.melbet-list__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 20px;
}

.melbet-list__items {
}

.melbet-list__item {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 15px;
    padding-left: 40px;

    &.melbet-list__item--green-check {
        background: url(../guidebook/img/list-check.svg) no-repeat left center;
    }

    &.melbet-list__item--red-cross {
        background: url(../guidebook/img/list-cross.svg) no-repeat left center;
    }
}


.melbet-author {
    display: flex;
    gap: 40px;
    align-items: center;
    margin: 26px 0;
    background: #404040;
    padding: 15px;
    border-radius: 10px;
}

.melbet-author__right {
}

.melbet-author__data {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.melbet-author__avatar {
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%;
    min-width: 90px;
    min-height: 90px;
}

.melbet-author__avatar-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.melbet-author__name {
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
}

.melbet-author__type {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-transform: capitalize;
    color: rgba(194, 194, 194, 1);
    margin-top: 2px;
}

.melbet-author__social {
}

.melbet-author__social-link {
    text-decoration: blink;
}

.melbet-author__left {
    width: 70%;
}

.melbet-author__about-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 1);
}

.melbet-author__about-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(255, 255, 255, 1);
}

.melbet-author__social-img {width: 27px;}


.melbet-slider__wrapper {
    position: relative;
    /* max-width: 1200px; */
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

.melbet-slider__scroll-wrapper {
    width: 90%;
    overflow-x: auto;
    padding: 20px;
    user-select: none;
    position: relative;
    z-index: 5;
    margin: 10px auto;
}

.melbet-slider__list {
    display: flex;
    gap: 40px;
}

.melbet-slider__item {
    width: 270px;
    padding: 12px;
    background: linear-gradient(339.4deg, rgba(0, 0, 0, 0.53) -9.04%, rgba(0, 0, 0, 0.16) 23.29%, rgba(234, 177, 17, 0.2) 107.96%);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    min-width: 270px;
}

.melbet-slider__image {
    width: 100px;
    border-radius: 6px;
    display: block;
    margin-bottom: 16px;
}

.melbet-slider__subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #C2C2C2;
    min-height: 20px;
    margin-bottom: 5px;
}

.melbet-slider__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    margin-bottom: 5px;
}

.melbet-slider__text {
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #C2C2C2;
    margin-bottom: 15px;
}

.melbet-slider__last-articles {
    margin-bottom: 20px;
}

.melbet-slider__last-articles-title {
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    color: #C2C2C2;
    margin-bottom: 8px;
}

.melbet-slider__last-articles-list {
}

.melbet-slider__last-article-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    display: block;
    color: #C2C2C2;
    margin-bottom: 5px;

    &:hover {
        text-decoration: blink;
    }
}

.melbet-slider__read-more {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #FFB805;
    text-decoration: blink;
    display: block;
    margin-top: auto;
    margin-bottom: 20px;

    &:hover {
        color: #F6CC60;
    }
}

.melbet-slider__controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1;

    &.hide {
        display: none;
    }
}

.melbet-slider__btn {
    transition: 0.3s;
    width: 44px;
    height: 44px;
    background: url('../guidebook/img/icon-slider-deactive.svg') no-repeat left center;
    cursor: pointer;

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

    &.next {

    }

    &.active {
        background: url('../guidebook/img/icon-slider-active.svg') no-repeat left center;
    }
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #FFB805;
}

::-webkit-scrollbar-thumb:hover {
    background: #FFB805;
}

::-webkit-scrollbar-thumb:active {
    background: #FFB805;
}


.melbet-slot__wrapper {
    border: 1px solid #FFB805;
    border-radius: 10px;
}


.melbet-slot__img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}


.melbet-slot__content {
    padding: 10px;
}


.melbet-slot__title {
    color: rgba(255, 184, 5, 1);
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 184, 5, 1);
    text-align: center;
}

.melbet-slot__attributes {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
    margin-bottom: 20px;
}

.melbet-slot__attribute-item {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.melbet-slot__attribute-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    min-width: 30%;
}

.melbet-slot__attribute-value {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

.melbet-slot__link-all-attr {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    color: #FFB805;
    margin-bottom: 20px;
    gap: 7px;
    align-items: center;

    .melbet-slot__link-all-attr-icon {

    }
}

.melbet-slot__play {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    padding: 12px 10px;
    justify-content: center;
    margin-bottom: 20px;
}

.melbet-slot__btn {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;

    .btn {
        width: 100%;
        justify-content: center;
        padding: 10px 0;
    }
}


.melbet-banner__wrapper {
}

.melbet-banner__img {
    width: 100%;
    display: block;
    border-radius: 10px 10px 0px 0px;
}

.melbet-banner__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
    margin: 30px 0;
}

.melbet-banner__action {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    padding: 12px 10px;
    justify-content: center;
    margin-bottom: 13px;
}

.melbet-banner__btn {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;

    .btn, noindex {
        width: 100%;
        justify-content: center;
        padding: 10px 0;
    }
}


.search-results__title {
}

.search-results__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.search-results__item {
}

.search-results__link {
    font-weight: 700;
    font-size: 33px;
    line-height: 85%;
    border-left: 3px solid rgba(255, 184, 5, 0.5);
    margin-bottom: 20px;
    padding-left: 20px;
    color: #fff;
    text-decoration: blink;
    display: block;

    &:hover {
        text-decoration: underline;
    }
}

.search-results__item-excerpt {
}

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

    .page-numbers {
    }

    .prev {
    }

    .next {
    }

    .current {
        color: #ffb805;
    }

    a {
        color: #fff;
        text-decoration: blink;

        &:hover {
            color: #ffb805;
        }
    }
}

.melbet-footer {
    padding: 30px;
    background: #2E2E2E;
    position: relative;
}

.melbet-footer__row {
    position: relative;
}

.melbet-footer__row--flex {display: flex;gap: 40px;margin-bottom: 8px;}

.melbet-footer__scroll-up {
    position: fixed;
    right: 20px;
    cursor: pointer;
    display: block;
    transition: 0.3s;
    width: 40px;
    height: 40px;
    border: 1px solid #7c6429;
    border-radius: 50px;
    background-color: #ffb805;
    bottom: 20px;
z-index:555;
	.arrow{
		width: 10px;
		height: 10px;
		border: 3px solid #3b3b3b;
		border-left: 0;
		border-top: 0;
		transform: rotate(225deg);
		margin: auto;
		margin-top: 4px;
	}

    &:hover {
        transform: scale(1.2);
    }
}

.melbet-footer__col {
}

.melbet-footer__col--bg {
    background: rgba(59, 59, 59, 1);
    border-radius: 6px;
    padding: 10px;
}

.melbet-footer__data {
    display: flex;
    flex-direction: column;
}

.melbet-footer__logo-link {
    display: block;
    margin-bottom: 10px;
}

.melbet-footer__logo-link-img {
}

.melbet-footer__support-info {
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 10px;
}

.melbet-footer__social {
    display: flex;
    justify-content: space-between;
}

.melbet-footer__social-link {
}

.melbet-footer__nav {
    display: flex;
    gap: 40px;
    justify-content: space-around;
    flex-grow: 1;
}

.melbet-footer__nav-item {
}

.melbet-footer__nav-main {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fff;
    text-decoration: blink;
    margin-bottom: 6px;
    display: block;
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    &:hover {
        text-decoration: underline;
    }
}

.melbet-footer__nav-children-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.melbet-footer__nav-children {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-decoration: none;
    color: #fff;

    &:hover {
        text-decoration: underline;
    }
}

.melbet-footer__license {
    margin-bottom: 10px;
}

.melbet-footer__license-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.melbet-footer__license-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
}

.melbet-footer__payments-wrapper {
    display: flex;
    margin-bottom: 10px;
    gap: 20px;
}

.melbet-footer__payments {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.melbet-footer__payment-item {
}

.melbet-footer__payment {
    max-height: 80px;
    width: 100%;
}

.melbet-footer__age {
}

.melbet-footer__copyright {
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
}

.header__auth-mob, .mob-menu-btn, .nav__arrow--mob, .nav-mob-header, .for-move-block-mob {
    display: none;
}

figure.wp-block-image{
	display: flex;
    flex-direction: column;
}

figure.wp-block-image .melbet-lightbox-wrapper{
	order:1;
}

:root :where(.wp-block-image figcaption){
	    order:0;
}

.wp-block-image .aligncenter>figcaption, :root :where(.wp-block-image figcaption){
	    caption-side: top;
	color: #fff;
    font-size: 15px;
}

.go-template{
    align-content: center;
    align-items: center;
    justify-content: center;
}

.go-template-waite{
    width: 100%;
    text-align: center;
}


@media (max-width: 1100px) {
    .header__search-input {
        width: 85px;

        &:focus {
            width: 100px;
        }
    }

    .header__left--top .btn__text{
        display: none;
    }


    body .is-layout-flex {
        display: flex;
        flex-direction: column;
    }

    article, .article {


        .wp-block-columns {
            gap: 0;
        }
    }

    .melbet-list {
        margin: 20px 0;
        padding: 15px 25px;
    }

    .melbet-faq__item-header {
        align-items: start;
        gap: 10px;
    }

    .melbet-author {
        margin: 20px 0;
        flex-direction: column;
        align-items: start;
    }

    .melbet-author__left {
        width: 100%;
    }

    .melbet-author__right {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .melbet-author__social {
        padding-top: 15px;
    }

    .sidebar__right {
        min-width: 290px;
    }

    .content {
        padding: 25px;
        gap: 25px;
    }

    article, .article {
        width: calc(100% - 290px - 22px);
    }

    .melbet-slider__controls {
        position: relative;
        justify-content: flex-end;
        gap: 20px;
        padding-right: 40px;
    }

    .wp-block-table {
        display: block !important;
        width: auto;
        overflow-x: scroll;
        padding-right: 20px;
        user-select: none;
    }


}

@media (max-width: 999px) {

    :root {
        --btn-padding: 8px 13px;
    }

    .overflow-hidden {
        overflow: hidden;
    }


    .header__bottom, .header__auth, .header__search, .header__special-link {
        display: none;
    }

    .header__left--top .btn__text {
        display: none;
    }

    .header__right {
        margin-left: inherit;
    }

    .header__top {
        justify-content: flex-end;
    }

    .melbet-breadcrumbs {
        margin-bottom: 20px;
    }

    .header__auth-mob {
        display: flex;
        border-top: 1px solid rgba(64, 64, 64, 1);
        padding: 10px;
        justify-content: center;
        background: rgba(38, 38, 38, 1);
    }

    .mob-menu-btn {
        display: flex;

        .btn__icon {
            line-height: 0;
        }
    }


    .header__bottom {
        /* display: flex;*/
        position: fixed;
        background: rgba(17, 17, 17, 1);
        left: 0;
        top: 0;
        width: 100%;
        height: 100dvh;
        z-index: 55;

        &:before {
            content: none;
        }

        .nav {
            width: 100%;
            padding: 15px;
            height: 100dvh;
            overflow-y: auto;
            scrollbar-width: none;
        }
    }

    .header__nav-list {
        flex-direction: column;
        width: 100%;
    }

    .header__nav-list {
        & > li {
            align-items: start;
            flex-direction: column;

            > a {
                text-transform: uppercase;
                color: rgb(255 255 255);
                font-weight: 500;
                font-size: 16px;
                line-height: 100%;

            }

            .nav__arrow--desc {
                display: none;
            }

            .nav__arrow--mob {
                display: block;
                cursor: pointer;
                transform: rotate(-180deg);

                &.nav__arrow--mob--open {
                    transform: rotate(0deg);
                    display: block;
                    width: 100%;
                }
            }

            .nav__arrow {
                position: absolute;
                right: 0;
                top: 14%;
                display: block;
                width: 20px;
                height: 20px;
            }
        }
    }

    .header__nav-list {
        .sub-menu {
            /* display: flex; */
            position: relative;
            background: transparent;
            top: auto;
            flex-direction: column;
            list-style: none;
            border-radius: 0;
        }

        & .sub-menu {

            &.open {
                display: flex !important;
            }

            & li {
                > a {
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 100%;
                    text-transform: uppercase;
                    color: #C2C2C2;

                }
            }
        }
    }


    .nav-mob-header {
        display: block;

        .nav-mob-header-top {
            display: flex;
            justify-content: space-between;
            margin-bottom: 20px;
        }

        .nav-mob-header-spec-link {

            display: flex;
            gap: 10px;

            .special-link__icon {
                max-width: 80px;

                img {

                    width: 100%;
                }
            }

            .special-link__text {
                display: none;
            }
        }

        .nav-mob-header-search {
        }
    }

    .d-flex {
        display: flex;
    }

    .nav-mob-header-search {

        border-top: 1px solid #2E2E2E;
        border-bottom: 1px solid #2E2E2E;

        padding: 10px 0;

        margin-bottom: 10px;

        .header__search {
            display: flex;
            width: 100%;

            .header__search-input {
                width: 100%;
            }

            .header__search-form {
                width: 100%;
            }
        }
    }



    .content{
        flex-direction: column;

        article, .article {
            width: 100%;
            flex-basis: 100%;
        }

        h1{
            font-size: 34px;
            line-height: 115%;
        }

        .sidebar__right {
            min-width: 100%;
            margin-bottom: 40px;
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            flex-direction: row;


            > div {
                width: 42%;
                flex-grow: 1;
                /* flex-basis: 27%; */
                min-width: 300px;
            }

            .melbet-banner__wrapper{
                border: 1px solid #FFB805;
                border-radius: 10px;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                padding: 20px;
            }

            .melbet-banner__title{}
            .melbet-banner__action{}
            .melbet-banner__btn{}

            .melbet-banner__img {
                width: calc(100% + 40px);
                display: block;
                border-radius: 10px 10px 0 0;
                margin-top: -20px;
                margin-left: -20px;
            }
        }


        .sidebar__right--sticky {
            position: relative;
            top: 20px;
            max-height: initial;
            overflow-y: inherit;
            height: auto !important;
        }



    }



    .melbet-footer {
        padding: 30px;
    }

    .melbet-footer__row--flex {
        gap: 7px;
        flex-direction: column;
    }


    .melbet-footer__row {}


    .melbet-footer__scroll-up {
       
    }

    .melbet-footer__col {}

    .melbet-footer__col--bg {}

    .melbet-footer__data {}

    .melbet-footer__logo-link {
        text-align: center;
    }

    .melbet-footer__logo-link-img {}

    .melbet-footer__support-info {
    }

    .melbet-footer__social {
        justify-content: center;
        gap: 10px;
    }

    .melbet-footer__social-link {}

    .melbet-footer__nav {
        flex-wrap: wrap;
        width: 100%;
        gap: 10px;
        margin-bottom: 20px;
        columns: 160px;
        display: flow;
    }

    .melbet-footer__nav-item {
        /* flex-basis: 45%; */
        flex-grow: 3;
        margin-bottom: 20px;
        break-inside: avoid;
    }

    .melbet-footer__nav-main {
    font-size: 15px;
}

    .melbet-footer__nav-children-list {}

    .melbet-footer__nav-children {}

    .melbet-footer__license {}

    .melbet-footer__license-title {}

    .melbet-footer__license-text {}

    .melbet-footer__payments-wrapper {
        flex-direction: column;
    }

    .melbet-footer__payments {
        display: block;
        text-align: center;
    }

    .melbet-footer__payment-item {
        max-width: 80px;
        display: inline-block;
        padding: 7px;
        vertical-align: middle;
    }

    .melbet-footer__payment {
        width: 100%;
    }

    .melbet-footer__age {
        display: none;
    }

    .melbet-footer__copyright {}

    .for-move-block-mob{
        display: flex;
        flex-direction: column;
        margin: 10px 0px;
    }


    .header__logo-img {
        max-width: 134px;
    }

    .header__logo {
        padding-right: 0px;
        padding-left: 11px;
    }

    .header__top {
        padding: 10px 10px 10px 0;
    }

    .melbet-author__right {
        flex-direction: column;
    }

    article{
        .content-def-btn .btn {
            justify-content: center;
            padding: 16px;
            flex-grow: 2;
        }

        h2{
            font-weight: 700;
            font-size: 20px;
            line-height: 130%;
        }
    }

    .melbet-slider__scroll-wrapper {
        width: 100%;
        margin-bottom: 38px;
    }

    .toc__title {
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
    }

    .toc__header {
        padding: 10px 0;
    }

    .toc__toggle{
        height: 23px;
    }

    .toc__item {
        > .toc__link {
            font-size: 16px;
        }

        .toc__sublist .toc__item {
            > .toc__link {
                font-weight: 300;
                font-size: 17px;
                line-height: 150%;
                text-align: right;
                color: rgba(255, 255, 255, 1);
            }
        }
    }

    .header__left--top {
        flex-grow: 0;
    }

	
.toc {
   
    padding: 0 13px;
}

.toc__icon {
    transition: 0.3s;
    margin-bottom: -2px;
    width: 34px;
}

.toc__list {
    margin-left: 10px !important;
}
	
	.toc__sublist .toc__item {
    > .toc__link {
        font-weight: 300;
        font-size: 16px;
        line-height: 150%;
        text-align: right;
        color: rgba(255, 255, 255, 1);
    }
}
	
	article, .article {
    ul, ol {
        margin-left: 25px;
    }
}
	
	
	
	.melbet-author {
    gap: 20px;
}

}



.aligncenter {
      text-align: center;
}

article, .article {
    .wp-block-image {
        width: 100%;
    }
}



.page_404{
	background: url("./img/404_bg.jpg");
	min-height:100dvh;
	width: 100%;
	padding: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.page_404 img{
	max-width: 100%;
}

.page_404__row{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}

.page_404__logo{
    margin-bottom: 30px;
    display: block;
}
.page_404__text{
    margin-bottom: 30px;
    font-size: 24px;
}
.page_404__btn{
    padding: 15px 40px;
}
.page_404__btn span{
    font-size: 18px;
}
.page_404__col{
}
.page_404__col-1{}
.page_404__col-2{}

.page_404 .nav{display: flex;justify-content: center;}
.page_404 .header__nav-list{
	li{}
	a{
		color:#fff;
	}
	
	
	.sub-menu{
		display: none !important;
	}
	.nav__arrow{
				display: none !important;
	}
}


@media (max-width: 999px) {
	.page_404{
		padding: 30px;
		
	}
	
	.page_404__row{
		flex-wrap: wrap;
	}
	
	.page_404__col-1 {
		text-align: center;
	}
	
	.page_404__col-2{
		text-align: center;
	}
	.page_404 .header__nav-list{
		li{
			align-items: center;
		}


}

}




.content{
	.btn{
		padding: 16px 20px;
	}
}


.game-wrap{
	 width: 100%;
	 aspect-ratio: 16 / 7;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 background: url('/wp-content/uploads/2025/05/2210.q705.003.F.m005.c7.realistic-golden-coins-background-scaled.jpg');
	 background-repeat: no-repeat;
	 background-size: cover;
	 margin-bottom: 10px;
	 position: relative;
	 z-index: 5;
	 border-radius: 5px;
	 border: 1px solid #f9b405;
	 overflow: hidden;
	 flex-direction: column;
	 
	
	 
	&::after{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background: #000000c4;
		z-index: -1;
	}
}
.game-btn-play{
	    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    border: 1px solid;
}

.game-btn-play-real{
	font-size: 20px;
	text-transform: uppercase;
	background: #FFB805;
	padding: 20px 30px;
	border-radius: 5px;
	color: #000;
	cursor: pointer;
	display: block;
	margin-bottom: 10px;
	text-decoration: blink;
}

.over_18{
	    margin-top: 10px;
    font-size: 12px;
}

.mb-game{
    display: none;
	&.open{
		display:block;
	}
}
.mb-game-close{}
.mb-game-close span{}
.mb-game-body{}


@media (max-width: 999px) {
	
	.game-btn-play{
	    font-size: 16px;
		        padding: 15px 15px;

}

.game-btn-play-real{
	font-size: 16px;
	        padding: 15px 15px;
}
	
	.game-wrap{
    aspect-ratio: 16 / 13;
}
	.game-btn-play{
		
	}
	
	.mb-game{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100dvh;
    background: #000;
    z-index: 5555;
    left: 0;
}
.mb-game-close{
    font-size: 20px;
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
}
.mb-game-close span{}
.mb-game-body{
    width: 100%;
    height: 100%;
}
	
	.game-attr{
		
		.melbet-slot__attribute-title {
			font-weight: 400 !important;
			font-size: 14px !important;
			line-height: 150% !important;
			min-width: 30% !important;
		}
		
		.melbet-slot__attribute-value {
			font-weight: 500 !important;
			font-size: 16px !important;
			line-height: 150% !important;
		}
		
		table{
			min-width: fit-content;
			border: none;
		}
		tr:nth-child(odd) {
            background-color: transparent !important;
        }
		td, th {
			padding: 2px !important;
		}
	}
	
}

html[dir="rtl"]{

	@media (max-width: 999px) {
		.header__container{
			padding: 0px 10px;
		}
		
	.header__nav-list {
        & > li {
            .nav__arrow {
                position: absolute;
                left: 0;
                top: 14%;
                display: block;
                width: 20px;
                height: 20px;
				right: auto;
            }
        }
    }
		
		.melbet-slider__btn {
			&.next {
        transform: rotate(180deg);
    }
    &.prev {
        
		transform: rotate(0deg);
    }
}
		
		.melbet-slider__controls{
			  justify-content: flex-start;
		}
		
		
	}
	
	
	
	
}
