@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v12/BngMUXZYTXPIvIBgJJSb6ufN5qWr4xCC.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'PT Serif', serif;
}

a {
    color: unset;
    text-decoration: none;
}

main {
    background-color: #E3E3E7;
}

.main-left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 851px;
}

.wrapper {
    width: 100%; 
    max-width: 1173px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
    margin: 0 auto;
}

.row-direction {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.title {
    font-family: 'Roboto Slab', serif;
}

.top-text {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0.1em;
}

.main-btn {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 174px;
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    transition: all .3s ease;
}

.main-btn:hover::before {
    bottom: -1px;
    right: -1px;
}

.main-btn:hover {
    text-decoration: underline;
    background-color: #ffffff;
}

.main-btn::before {
    content: '';
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
}

.white-main-btn {
    background-color: #ffffff;
    color: #333333;
}

.white-main-btn::before {
    border: 1px solid #ffffff;
}

.green-main-btn {
    background-color: #2AB03C;
}

.green-main-btn:hover {
    color: #2AB03C;
}

.green-main-btn::before {
    border: 1px solid #2AB03C;
}

.yelow-main-btn {
    background-color: #FDC246;
}

.yelow-main-btn:hover {
    color: #FDC246;
}

.yelow-main-btn::before {
    border: 1px solid #FDC246;
}

.deshed-border {
    width: 100%;
    height: 10px;
    background-image: -webkit-gradient(linear,left top, right top,color-stop(50%, #FFFFFF),color-stop(50%, #CA1D1D), to(#CA1D1D));
    background-image: -o-linear-gradient(left,#FFFFFF 50%,#CA1D1D 50%, #CA1D1D 100%);
    background-image: linear-gradient(to right,#FFFFFF 50%,#CA1D1D 50%, #CA1D1D 100%);
    background-size: 200px 100%;
}

.square-link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px;
}

.square-link {
    width: 174px;
    height: 174px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding: 7px;
    background-image: -o-linear-gradient(135deg, #219653 0 50%,#2AB03C 50% 100%);
    background-image: linear-gradient(-45deg, #219653 0 50%,#2AB03C 50% 100%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-box-shadow: 22px 22px 33px rgba(39, 98, 52, 0.25);
            box-shadow: 22px 22px 33px rgba(39, 98, 52, 0.25);
}

.square-link:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.square-link div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    
    height: 100%;
    border: 1px solid #ffffff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.square-link img {
    margin-bottom: 18px;
}

.flag-row {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.main-title {
    font-size: 48px;
    color: #1D2730;
    font-weight: bold;
    width: 100%;
    line-height: 63px;
    margin-bottom: 20px;
}

article {
    width: 100%;
    max-width: 851px;
}

aside {
    width: 271px;
    margin-left: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 50px;
}

.aside-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 30px;
}

.align-center {
    text-align: center;
}

.aside-title img {
    margin-right: 10px;
}

.rate-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.aside-rate img {
    width: 15px;
    height: 15px;
}

.casinos-list {
    list-style: none;
    margin-bottom: 59px;
}

.casinos-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #C4C4C4;
    padding: 7px 0;
}

.casinos-list li:last-child {
    border-bottom: 1px solid #C4C4C4;
}

.casinos-list picture {
    height: 45px;
}

.content-top-title {
    font-size: 48px;
    margin-bottom: 35px;
}

.content a {
    color: #2AB03C;
}

.content p, .content ul {
    font-family: 'PT Serif', serif;
    font-size: 20px;
    color: #000000;
    line-height: 170%;
    width: 100%;
}

.content ul {
    padding-left: 25px;
}

.content section {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.content-row__items {
    margin-right: 2%;
}

.content-row img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.content-row__two-items .content-row__items {
    width: 100%;
    max-width: 48%;
    height: 206px;
    -o-object-fit: cover;
       object-fit: cover;
}

.content-row__three-items .content-row__items {
    width: 100%;
    max-width: 31%;
    height: 365px;
    -o-object-fit: cover;
       object-fit: cover;
}

.content-row__four-items .content-row__items {
    width: 100%;
    max-width: 23%;
    height: 305px;
    -o-object-fit: cover;
       object-fit: cover;
}

.content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 56px 47px 25px;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
}

.content p:not(:last-child), .content ul {
    margin-bottom: 25px;
}

.content-title {
    font-size: 26px;
    text-align: start;
    width: 100%;
    line-height: 170%;
    font-family: 'PT Serif', serif;
    font-weight: bold;
}

.content h4, .content h3 {
    font-size: 26px;
    text-align: start;
    width: 100%;
    line-height: 170%;
    font-family: 'PT Serif', serif;
    font-weight: bold;
}

.content h2:not(.main-title) {
    font-size: 34px;
    margin-right: auto;
}

.checked-list {
    font-size: 20px;
    padding-left: 25px;
    color: #000000;
    width: 100%;
}

.checked-list.visible {
    list-style-image: url('../img/checkmark-green.png');
}

.checked-list:not(:last-child) {
    margin: 0 0 25px;
}

.checked-list li {
    font-family: 'PT Serif', serif;
}

.aside-casinos-logo {
    width: 65px;
    height: 45px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 12px;
}

.aside-casino-name {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 7px;
    width: 132px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.aside-casino-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    height: 32px;
    background-color: #2AB03C;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    margin-left: auto;
}

.aside-list {
    list-style: none;
    border-bottom: 1px solid #C4C4C4;
    font-size: 18px;
    color: #000000;
    margin-bottom: 46.2px;
    padding-bottom: 20px;
}

.aside-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
}

.aside-list a:hover {
    background-color: #D6D8DB;
}

.aside-rectangle-card {
    width: 100%;
    padding: 8px;
    color: #ffffff;
    font-size: 24px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    height: 101px;
    background-image: -o-linear-gradient(315deg, #2AB03C 0% 27%, #219653 27% 73%, #2AB03C 73% 100%);
    background-image: linear-gradient(135deg, #2AB03C 0% 27%, #219653 27% 73%, #2AB03C 73% 100%);
    margin-bottom: 10px;
}

.aside-rectangle-card:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.aside-rectangle-card div {
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 15px;
}

.aside-rectangle-card img {
    max-width: 60px;
    width: 100%;
    height: auto;
    max-height: 60px;
    margin-right: 20px;
}

.main-text {
    font-size: 20px;
    line-height: 170%;
    color: #000000;
    font-family: 'PT Serif', serif;
}

.main-text:not(:last-child) {
    margin-bottom: 25px;
}

.four-items-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}

.four-item-column {
    width: 24%;
    margin-bottom: 20px;
    -webkit-box-shadow: 6px 8px 22px rgba(0, 0, 0, 0.2);
            box-shadow: 6px 8px 22px rgba(0, 0, 0, 0.2);
}

.four-item__name {
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
}

.load-more {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
    border: 1px solid #2AB03C;
    font-size: 16px;
    text-transform: uppercase;
    color: #219653;
    height: 56px;
    cursor: pointer;
}

.load-more svg {
    margin-left: 5px;
}

.content > picture {
    margin: 0 auto;
}

.content > picture img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.content > img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

@media(max-width: 990px) {
    aside {
        display: none;
    }

    .square-links__wrapper.wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .square-link-wrapper {
        width: 50%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0;
        padding: 10px;
    }
}

@media(max-width: 768px) {
    .main-title {
        font-size: 36px;
        text-align: center;
        line-height: 47px;
        word-break: break-word;
    }

    .four-items-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .four-item-column {
        width: 100%;
        max-width: 270px;
        margin-bottom: 10px;
    }

    .deshed-border {
        height: 7.4px;
    }

    
    .content-top-title {
        font-size: 36px;
    }

    .content {
        width: calc(100% + 30px);
        padding: 15px;
        background-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
    }

    .content-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .content-row__items {
        max-width: 400px !important;
        margin: 5px 0;
        max-height: 100% !important;
    }

    .content-row__four-items .content-row__items {
        height: 294px;
        width: 48%;
        margin-right: 2%;
    }

    .content-row.content-row__four-items {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

     .pros-cons h2 {
        text-align: center!important;
        color: #FFF;
    }
}