/*!
Theme Name: cgwptheme
Text Domain: cgwptheme
*/

iframe {
    max-width: 100%;
}

.btn {
    text-decoration: none !important;
}

.fx {
    position: fixed;
    left: 50%;
    margin-right: -50%;
    transform: translateX(-50%);
    bottom: 15px;
    z-index: 100;
    width: auto !important;
}

.tbl {
    transition: .3s;
}

.wp-block-rank-math-toc-block {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}

table {
    width: 100%;
    max-width: 860px;
    margin: 50px auto;
    background-color: #EEF1F3;
    border-radius: 16px;
    border: none;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
    table-layout: fixed;
}

.faq-wrap__list {
    max-width: 860px !important;
}

table {
    padding: 0 15px !important;
}



table tr {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: solid 1px #E3E3E3 !important;
}

table::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

table::-webkit-scrollbar-track {
    background: #f1f1f1;
}

table::-webkit-scrollbar-thumb {
    background: #23539A;
    border-radius: 500px;
}
.wp-block-table td, .wp-block-table th {
    border: none !important
}

table tr td {
    padding: 20px !important;
    white-space: break-spaces;
    /* display: inline-block; */
    max-width: 50%;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: solid 1px #E3E3E3 !important;
}

.footer-wrap__list {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-wrap__list .item {
    margin-bottom: 50px;
    opacity: .5;
    width: 100%;
    max-width: 180px;
    display: flex;
    justify-content: center;
}

.footer-wrap__list .item:nth-child(1),
.footer-wrap__list .item:nth-child(2),
.footer-wrap__list .item:nth-child(3),
.footer-wrap__list .item:nth-child(4),
.footer-wrap__list .item:nth-child(5),
.footer-wrap__list .item:nth-child(6),
.footer-wrap__list .item:nth-child(7) {
    justify-content: flex-start;
}

.footer-wrap__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.footer-wrap__flex--text {
    width: 100%;
    max-width: 640px;
}

.footer-wrap__flex--text p {
    display: block;
    margin-bottom: 20px;
}

.footer-wrap__copyright {
    margin-bottom: 20px;
}

.list-wrap {
    margin: 100px 0;
    padding: 100px 110px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(4, 18, 90, 0.0588235294);
    box-shadow: 0px 2px 5px 0px rgba(4, 18, 90, 0.0588235294);
    background-color: #fff;
    border-radius: 40px;
}

.list-wrap__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 44px;
}

.list-wrap__top--title {
    font-size: 48px;
    line-height: 57px;
    font-weight: 600;
    max-width: 640px;
}

.list-wrap__top--text {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.04em;
    max-width: 310px;
}

.list-wrap__tabs {
    margin-right: -16px;
    margin-bottom: 54px;
    position: relative;
}

.list-wrap__tabs::after {
    content: "";
    display: block;
    width: 60px;
    -webkit-filter: blur(25px);
    filter: blur(25px);
    height: 100%;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(4, 18, 90, 0.0588235294);
    box-shadow: 0px 2px 5px 0px rgba(4, 18, 90, 0.0588235294);
    background-color: #fff;
    position: absolute;
    right: -30px;
    top: 0;
}

.single-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px 0;
}

.single-nav .bt {
    border-radius: 50px;
    background-color: #EEF1F3;
    font-size: 16px;
    padding: 8px 20px;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    color: #23539A;
    transition: .3s;
    font-weight: 600;
}

.single-nav .bt:hover {
    opacity: .8;
}

.single-nav .btn2 {
    background-color: #23539A;
    color: #fff;
}

.single-nav .bt svg {
    margin: 0 6px;
}

.list-wrap__tabs .slick-arrow {
    position: absolute;
    right: -60px;
    top: -25px;
}

.list-wrap__tabs .slick-next {
    top: 42px;
}

.single-author__body {
    font-size: 14px;
    line-height: 21px;
}

.list-wrap__tabs .wrapper {
    margin-right: 12px;
}

.list-wrap__tabs .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F3F6FB;
    border-radius: 24px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    justify-content: space-between;
    padding-left: 20px;
}

.list-wrap__tabs .item-image {
    width: 120px;
    height: 80px;
    order: 10;
    background-color: #262626;
    border-radius: 16px;
}

.list-wrap__tabs .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 24px;
}

.list-wrap__tabs .item-content__count {
    font-size: 20px;
    line-height: 27px;
    color: #DF774D;
    font-weight: 600;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-align: center;
}

.list-wrap__tabs .item-content__title {
    font-size: 17px;
    line-height: 23px;
    font-weight: 700;
}

.list-wrap__tabs .item:hover {
    background-color: #7752FA;
    color: #fff;
}

.list-wrap__tabs .item:hover .item-content__count {
    color: #fff;
}

.list-wrap__tabs .active {
    background-color: #DF774D !important;
    color: #fff !important;
}

.list-wrap__tabs .active .item-content__count {
    color: #fff !important;
}

.single-author {
    margin-top: 50px;
    background-color: #fff;
    border: 1px solid #E3E3E3;
    padding: 20px;
    border-radius: 16px;
}

.single-author__top {
    display: flex;
    align-items: center;
}

.single-author__top--image img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 16px;
}

.single-author__top--meta-flex {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.single-author__top--meta-title {
    font-size: 18px;
    font-weight: 700;
    margin-right: 12px;
}

.single-author__top--meta-socials {
    display: flex;
    align-items: center;
}

.single-author__top--meta-socials a {
    display: block;
    margin-right: 12px;
}

.single-author__top--meta-position {
    font-size: 14px;
    font-weight: 500;
}

.single-author__body {
    margin-top: 16px;
    margin-bottom: 24px;
}

.single-author__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
    border-top: solid 1px #E3E3E3;
}

.single-author__tags span {
    padding: 2px 10px;
    text-align: center;
    display: block;
    margin-right: 4px;
    margin-bottom: 4px;
    border-radius: 50px;
    background-color: #EEF1F3;
    font-size: 12px;
    font-weight: 600;
}

.block1-wrap {
    max-width: 860px;
    margin: 50px auto;
    background-color: #EEF1F3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-radius: 16px;
}

.block1-wrap__counter {
    min-width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #3BBB82;
    border-radius: 8px;
}

.block1-wrap__image {
    max-width: 127px;
}

.block1-wrap__title {
    max-width: 357px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 8px;
    background-color: #F9F9FA;
    font-size: 18px;
    font-weight: 600;
}

.block1-wrap__title span {
    max-width: 87%;
    margin-left: 10px;
    display: block;
}

.block1-wrap__title strong {
    font-weight: 600;
}

.block1-wrap .btn {
    padding: 14px 24px;
    min-width: auto;
}

.block1-wrap .btn svg {
    margin-left: 10px;
}

.block2-wrap {
    position: relative;
    margin: 50px 0;
}

.block2-wrap .wrapper {
    margin: 0 6px;
}

.block2-wrap .slick-arrow {
    position: absolute;
    left: -30px;
    top: 45%;
}

.block2-wrap .slick-next {
    right: -30px;
    left: auto;
}

.block2-wrap .item {
    border: 1px solid #E3E3E3;
    background-color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    border-radius: 16px;
}

.block2-wrap .item .btn {
    min-width: 100%;
}

.block2-wrap .item-image {
    width: 100%;
    height: 150px;
    margin-bottom: 18px;
}

.block2 .container {
    max-width: 890px;
}

.block2-wrap .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.block2-wrap .item-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.block2-wrap .item-tags span {
    display: inline-block;
    padding: 2px 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #414C56;
    background-color: #EEF1F3;
    border-radius: 50px;
    margin-right: 4px;
    margin-bottom: 4px;
}

.block2-wrap .item-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 8px;
}

.block2-wrap .item-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #23539A;
    margin-bottom: 16px;
}

.block2-wrap .item-link svg {
    margin-left: 6px;
}


.main-wrap__aut {
    margin-top: 50px;
}

.news-cat {
    margin-bottom: 40px;
}

.news-cat .item {
    text-decoration: none;
    transition: .3s;
}

.news-cat .item:hover {
    background-color: #414C56;
    color: #fff;
}

.new-auth {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #414C56;
    font-weight: 600;
}

.single-wrap__meta--auth {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.single-wrap__meta--auth-image img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 12px;
    object-fit: cover;
}


.single-wrap__meta--auth-meta span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #262626;
    margin-bottom: 4px;
}

.flxx {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #414C56;
}

.flxx-right {
    display: flex;
    align-items: center;
}

.flxx-right svg {
    margin-right: 4px;
}

.flxx-right::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #414C56;
    margin: 0 8px;
}

.new-auth__meta {
    display: flex;
    align-items: center;
}

.new-auth__date {
    display: flex;
    align-items: center;
}

.new-auth__date::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #414C56;
    margin: 0 8px;
}

.new-auth__meta img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}



.header-wrap__logo img:nth-child(2) {
    display: none;
}

.sites-wrap__list .item,
.news-wrap__list .item {
    text-decoration: none !important;
}

.wpcf7-not-valid {
    border-color: red !important;
}

.top-wrap__tb,
.top-wrap__nav {
    display: none !important;
}

.cntn {
    overflow: hidden;
}

.cntn figure {
    max-width: 100% !important;
}

.cntn .alignleft {
    float: left;
}

.news-wrap__categories {
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
    margin-top: 20px;
    padding: 30px 0;
}

.news-wrap__categories::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.news-wrap__categories::-webkit-scrollbar-track {
    background: #E3E3E3;
    border-radius: 500px;
}

.news-wrap__categories::-webkit-scrollbar-thumb {
    background: #414C56;
    border-radius: 500px;
}

.news-wrap__categories .item {
    padding: 10px 30px;
    font-weight: 600;
    color: #414C56;
    margin: 0 5px 10px;
    border: 1px solid #414C56;
    border-radius: 50px;
}


.item-categories {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
}

.item-categories__cat {
    padding: 5px 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #414C56;
    margin-right: 4px;
    margin-bottom: 4px;
    background-color: #EEF1F3;
    border-radius: 50px;
}

.news-wrap__categories .active {
    background-color: #414C56;
    color: #fff;
}

.top-wrap__list--item {
    max-height: 225px;
    overflow: hidden;
    transition: .5s;
}

.partners-wrap__item {
    display: none !important;
}

.partners-wrap__item:nth-child(1),
.partners-wrap__item:nth-child(2),
.partners-wrap__item:nth-child(3) {
    display: flex !important;
}

.partners-wrap__item .right-row__currency span {
    height: 26px;
    padding: 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #23539A;
    border: 1px solid #23539A;
    border-radius: 5px;
    min-width: 40px;
}

.top-wrap__list--more {
    display: flex !important;
}

.top-wrap__tb {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    max-width: 860px;
    left: 50%;
    margin-right: -50%;
    transform: translateX(-50%);
    margin-bottom: 10px !important;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.vis {
    opacity: 1;
    visibility: visible;
}

.top-wrap__list .active {
    max-height: 1000px;
}

form br {
    display: none !important;
}

form p {
    margin: 0 !important;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    width: 100% !important;
    margin-top: -10px;
}

.single-content__read span {
    padding-left: 3px;
}

.archive .news-wrap__list .item-text {
    display: none;
}

.archive .news-wrap__list .item-small .item-text {
    display: block;
}



.header-wrap__nav--languages .current-lang::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url('./assets/img/main/lang.svg') no-repeat center center;
    margin-left: 2px;
}

.header-wrap__nav--languages ul {
    list-style-type: none;
    position: relative;
    display: flex;
    flex-direction: column;
}

.header-wrap__nav--languages ul li {
    display: flex;
    align-items: center;
    color: #262626;
    padding: 8px 10px;
    background-color: #EEF1F3;
    border-radius: 8px;
    box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.05);
}

.header-wrap__nav--languages ul li {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    display: none;
}


.header-wrap__nav--languages ul li:hover {
    background-color: #fff;
}

.header-wrap__nav--languages ul .current-lang {
    position: static;
    opacity: 1;
    visibility: visible;
    background-color: #EEF1F3;
    order: -1;
    display: flex;
}

.header-wrap__nav--flex {
    display: flex;
    align-items: flex-start;
    padding-right: 120px;
    position: relative;
}

.header-wrap__nav--languages {
    position: absolute;
    right: 0;
}

.header-wrap__nav--color {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EEF1F3;
    border-radius: 8px;
}

.header-wrap__nav--languages ul:hover li {
    opacity: 1;
    visibility: visible;
    display: flex;
}

.header-wrap__nav--languages ul li span {
    margin-left: 14px !important;
}

.header-wrap__nav--languages ul li a {
    color: #262626;
}

.header-wrap__nav {
    align-items: flex-start !important;
}

.header-wrap__nav--menu {
    margin-top: 14px;
}

.header-wrap {
    align-items: flex-start !important;
}

.to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    z-index: 100;
    width: 50px;
    height: 50px;
    background-color: #fff;
    box-shadow: (0px 0px 32px rgba(14, 28, 50, 0.15));
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    filter: drop-shadow(0px 0px 32px rgba(14, 28, 50, 0.15));
}

.main-wrap__more svg {
    transition: .3s;
}

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

/* .top-wrap__nav {
    position: sticky;
    top: 93%;
    z-index: 100;
} */

.partners-wrap__item {
    background-color: #fff;
}

.dark {
    color: #fff !important;
    background-color: rgb(23, 32, 42) !important;
}

.dark .header-wrap__logo img {
    display: none;
}

.dark .header-wrap__logo img:nth-child(2) {
    display: block;
}

.header-wrap__nav--flex {
    margin-left: 80px;
}

.partners-wrap__item {
    border-radius: 16px;
}

.dark .partners-wrap__item .right {
    background-color: rgb(28, 39, 51);
}

.dark .header-wrap {
    background-color: rgb(28, 39, 51) !important;
}

.dark .header-wrap__nav--menu ul li a {
    color: #fff !important;
}

.dark .header-wrap__nav--color {
    background-color: rgb(23, 32, 42) !important;
}

.dark .header-wrap__nav--color svg * {
    fill: #fff;
}

.dark .header-wrap__nav--languages ul li {
    background-color: rgb(23, 32, 42) !important;
}

.dark .header-wrap__nav--languages ul li a,
.dark .sites-wrap__list .item-active,
.dark .mr,
.dark .news-wrap__list .item,
.dark .cookie-wrap__text p {
    color: #fff !important;
}

.dark .mr:hover {
    color: #fff !important;
}

.dark .mr svg *,
.dark .single-content__read svg * {
    fill: #fff !important;
}

.dark .main-wrap,
.dark .top-wrap__meta--left-position,
.dark .tabs,
.dark .top-wrap__bonus,
.dark .top-wrap__list--item,
.dark .sites-wrap__list .item-active,
.dark .news-wrap__list .item,
.dark .footer-wrap,
.dark .archive-wrap,
.dark .single-wrap,
.dark blockquote,
.dark .about-wrap__banner,
.dark .contacts-wrap__form,
.dark .header-wrap::after,
.dark .cookie-wrap {
    background-color: rgb(28, 39, 51) !important;
}

.dark .header-wrap__icon span {
    border-color: #fff !important;
}

.dark .main-wrap__author,
.dark .header-wrap__icon--active {
    background-color: rgb(23, 32, 42) !important;
}


.top-wrap__list--text {
    margin-bottom: 10px;
}

.dark .top-wrap__list--text::after {
    display: none;
}

.top-wrap__image img {
    border-radius: 16px;
}

@media (max-width: 1200px) {

    .header-wrap__nav--flex {
        margin-left: 0 !important;
    }

    .header-wrap__nav--flex {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        max-width: 290px;
        padding: 0;
    }

    .header-wrap__nav--languages {
        position: static;
        background-color: inherit;
        padding: 0 !important;
        width: auto !important;
        order: -1;
    }

    .header-wrap__nav--color {
        background-color: #fff;
    }

    .header-wrap__nav--languages ul li {
        background-color: #fff !important;
        box-shadow: none !important;
        padding: 12px !important;
        margin: 0 !important;
    }

    .header-wrap__nav--languages .current-lang::after {
        display: none;
    }

    .dark .header-wrap__nav ul li,
    .dark .header-wrap__nav--languages {
        background-color: rgb(28, 39, 51) !important;
    }

    .dark .header-wrap__nav {
        background-color: rgb(23, 32, 42) !important;
    }

    .header-wrap__nav {
        align-items: center !important;
    }

    .header-wrap {
        position: relative;
        z-index: 100;
    }

    .header-wrap::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #FFFFFF;
        border-radius: 0px 0px 20px 20px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
    }

    .header-wrap__nav ul li {
        justify-content: center !important;
    }

    .header-wrap__nav ul li .sub-menu li a {
        text-align: center;
    }

    .header-wrap__nav ul li .sub-menu .sub-menu a {
        max-width: 100%;
    }

    .header-wrap__nav ul li .sub-menu .sub-menu {
        margin: 0 0 -10px !important;
    }

}

@media (max-width: 768px) {
    .partners-wrap__item .left {
        background: #fff !important;
    }

    .partners-wrap__item .left-logo {
        border-radius: 8px;
    }

    .partners-wrap__item .left-meta {
        margin-top: 0 !important;
    }

    .partners-wrap {
        padding: 0 !important;
    }

    .partners-wrap__item .right-row__currency img {
        margin-right: 6px !important;
    }

    .top-wrap__list .active .top-wrap__list--more svg:nth-child(2) {
        display: none !important;
    }

    .dark .partners-wrap__item .left {
        background: rgb(23, 32, 42) !important;
    }

    .dark .partners-wrap__item .left-meta,
    .dark .partners-wrap__item .left-meta {
        color: #fff !important;
    }

}

@media (max-width: 520px) {
    .partners-wrap__item .left-logo {
        max-width: 64px;
        height: 64px;
    }

    .partners-wrap__item .left-logo img {
        max-height: 64px;
        width: auto;
    }

    .partners-wrap__item .right-row__subtitle {
        font-size: 12px !important;
        margin-bottom: 8px !important;
    }

    .partners-wrap__item .right-row__title {
        margin-bottom: 8px !important;
    }

    .partners-wrap__item .right-row__notice {
        margin-bottom: 24px !important;
    }

    .mr {
        justify-content: flex-start !important;
    }

    .partners-more {
        padding-left: 15px !important;
    }

    .news-wrap__list .item-image {
        max-width: 100% !important;
        height: 150px !important;
        margin: 0 auto 12px !important;
    }

    .main-wrap__more {
        justify-content: center !important;
    }

    .partners-wrap__item .right-row .btn {
        min-height: 50px;
    }

    .partners-wrap__item .right-row:last-child {
        max-width: 100% !important;
    }

    .partners-wrap__item .right-row .btn {
        /* max-width: 258px !important; */
        margin: 0 auto 10px !important;
    }

    .partners-wrap__item .right-row__updated {
        margin: 10px 0 !important;
    }

    .main-wrap__description {
        font-size: 15px !important;
    }

    .partners-wrap__item .right-row__list .item {
        width: 100% !important;
        max-width: 48% !important;
        margin: 0 0 10px !important;
    }

    .partners-wrap__item .right-row .btn {
        font-size: 15px !important;
    }

    .partners-wrap__item .right-full__right {
        margin: 0 auto !important;
    }

    .partners-wrap__item .right-full {
        font-size: 15px !important;
    }

    .faq-wrap__list .item-top__title {
        font-size: 15px !important;
    }

    .top-wrap__list--meta-title {
        font-size: 15px !important;
        margin-bottom: 10px !important;
    }

    .top-wrap__list .active .top-wrap__list--text {
        font-size: 15px !important;
    }

    .archive-wrap__text {
        font-size: 15px !important;
    }

    .partners-wrap__item .left-logo {
        max-width: 82px !important;
        height: 82px !important;
        padding: 0 !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .partners-wrap__item .left-logo img {
        max-height: 82px !important;
        padding: 5px;
    }

}

html :where(img[class*=wp-image-]) {
    margin-right: 10px;
}

@media (max-width: 1250px) {
    .list-wrap {
        padding: 80px 30px;
        overflow: hidden;
    }

    .list-wrap__tabs {
        margin-right: -30px;
    }
}

@media (max-width: 1024px) {
    .list-wrap__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .list-wrap__top--title {
        margin-bottom: 4px;
    }
}

@media (max-width: 768px) {
    .single-wrap__meta--auth {
        justify-content: center;
    }

    .block1-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .block1-wrap__image {
        margin: 0 20px;
    }

    .list-wrap__tabs .wrapper {
        max-width: 80px;
    }

    .list-wrap__tabs .item {
        padding: 0;
    }

    .list-wrap__tabs .item-image {
        margin: 0;
    }

    .list-wrap__tabs .item-content {
        display: none;
    }

    .list-wrap__tabs .item-content__title {
        display: none;
    }

    .list-wrap__tabs .active-mob {
        max-width: 150px;
    }

    .list-wrap__tabs .active-mob .item-content {
        margin-left: 16px;
        display: block;
        padding-right: 16px;
        max-width: 20%;
    }

    .footer-wrap__list {
        margin-left: -8px;
        margin-right: -8px;
        margin-top: 0;
    }

    .footer-wrap__list .item:nth-child(1n+1) {
        max-width: 60px;
        width: inherit;
        justify-content: center;
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 15px;
    }

    .wp-block-image img {
        border-radius: 8px;
    }

    .fx {
        width: 90% !important;
    }

}

@media (max-width: 620px) {
    .block1-wrap__title {
        font-size: 12px;
        line-height: 18px;
        margin: 12px 0 0;
    }

    .block1-wrap .btn {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 550px) {
    .main-wrap__aut {
        margin-top: 25px;
    }

    .new-auth {
        font-size: 12px;
    }

    .new-auth__meta img {
        width: 26px;
        height: 26px;
        margin-right: 8px;
    }

    .single-wrap__meta--auth {
        margin-top: 10px;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        padding-left: 15px;
    }

    .single-wrap__meta--auth-image img {
        width: 30px;
        height: 30px;
        margin-right: 0;
    }

    .single-wrap__meta--auth-meta span {
        font-size: 14px;
        left: 60px;
        top: 5px;
        position: absolute;
    }

    .flxx {
        margin-top: 11px;
        flex-direction: column;
        align-items: flex-start;
    }

    .flxx-right {
        margin-top: 4px;
    }

    .flxx-right::before {
        display: none;
    }

    .single-wrap__meta .item-categories {
        padding-left: 15px;
    }

    .single-wrap__meta--title {
        text-align: left !important;
        padding-left: 15px;
    }

    .block1 {
        margin: 0 15px;
    }

    .block1-wrap {
        padding: 16px;
        border-radius: 16px;
    }

    .block1-wrap__counter {
        min-width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .block1-wrap__image {
        max-width: 90px;
        margin: 0 30px 0 12px;
    }

    .block1-wrap .btn {
        margin-top: 12px;
        max-width: 258px;
    }

    .list .container {
        padding: 0;
    }

    .list-wrap {
        margin: 50px 0;
        padding: 16px 20px;
    }

    .list-wrap__top--title {
        font-size: 24px !important;
        line-height: 28px !important;
    }

    .list-wrap__top--text {
        max-width: 320px;
    }

    .list-wrap__tabs .item {
        border-radius: 20px;
    }

    .list-wrap__tabs .item-image img {
        border-radius: 20px;
    }

}






/* rev */



.review-block {
    background: var(--light-grey, #EEF1F3);
    border-radius: 16px;

    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.review-block__wrap {
    max-width: 1080px;
    margin: 0 auto;
}

.review-title {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.review-title h1 {
    max-width: 650px;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 67.2px */
}

.review-data {
    color: #707070;

    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.6px;
}

.review-data b {
    color: var(--Main, #7752FA);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.6px;
}

.review-img {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.review-img img {
    width: 200px;
    height: 121px;
    border-radius: 10px;
    object-fit: cover;
}

.review-info {
    display: flex;
    justify-content: space-between;


}

.review-mini-block {
    max-width: 420px;
    margin-left: auto;
    margin-right: 20px;
}

.review-item {
    border-radius: 10px;
    background: #DDE6FF;
    padding: 20px 24px;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
}

.review-item span {
    display: block;
    text-align: left;
    min-width: 145px;
}

.review-item-title {
    color: var(--txt, #2E2E2E);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 8px;
}

.review-item-price {
    color: var(--Main, #7752FA);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.review-item-text {
    color: #6E6E6E;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.review-item--w {
    padding: 20px 24px;
    border-radius: 10px;
    /* border: 2px solid #DDE6FF; */
    background: var(--white, #FFF);
}

.review-item-list {
    column-count: 2;
    margin: 0 !important;
    list-style: none;
}

.review-item-list li {
    padding-left: 22px;
    position: relative;
}
.review-item-list li:after {
    background: url(/wp-content/themes/cgwptheme/assets/img/main/li.svg) no-repeat center center/contain !important;
    content: "";
    display: block;
    width: 12px;
    height: 12px;

    position: absolute;
    left: 0;
    top: 4px;
}

.review-item-list li {
    margin-bottom: 8px !important;
}

.review-play-btn {
    height: 42px;
    max-width: 200px;
    min-width: 100% !important;
    margin-top: 12px;
    padding: 9px !important;
    display: inline-flex;
    padding: 12px 30px 14px 30px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 500px;
    background: var(--Main, #7752FA);
    color: var(--white, #FFF) !important;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 20.8px */
    text-decoration: none !important;

}

.review-rat {
    border-radius: 8px;
    background: var(--white, #FFF);
    display: flex;
    padding: 8px;
    align-items: flex-start;
    gap: 8px;
    color: var(--txt, #2E2E2E);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 18px */
    position: absolute;
    right: 12px;
    top: 12px;
}

.review-last {
    display: flex;
    width: 420px;
    justify-content: space-between;
}



.review-last-item {
    display: flex;
    flex-direction: column;
    max-width: 200px;
    min-width: 200px;
    padding-left: 44px;
    margin-bottom: 27px;
}

.review-last-item:last-child {
    margin-bottom: 0;
}

.review-last-item-title {
    color: #6E6E6E;
    text-wrap: nowrap;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.review-last-item-text {
    color: var(--txt, #2E2E2E);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.6px;
}

.text-section-block {
    padding: 50px 60px;
    margin: 50px 0;
}

.compare2 {
    max-width: 100%;
}

@media (max-width:950px) {
    .text-section-block {
        padding: 16px 20px;
    }

    .review-title {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .review-info {
        flex-direction: column;
    }

    .review-title h1 {
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        margin-bottom: 12px;
    }

    .review-last {
        /* flex-direction: column; */
        width: 100%;
        margin-bottom: 12px;
    }

    .review-item-list {
        column-count: 1;
    }

    .review-mini-block {
        margin: 0;
        margin-bottom: 20px;
    }



    .review-img img {
        width: 100%;
    }

    .review-item span {
        min-width: 125px;
    }

    .review-block {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .review-block__wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .review-last-item-title  {
        font-size: 10px;
    }
    .review-last-item {
        max-width: 180px;
        min-width: inherit;
    }
}



.about-wrap__content {
    padding: 0 30px;
}

.rank-math-list {
    margin-left: 40px;
}

.dark table {
    background-color: #222533;
}

.dark .review-item-text {
    color: #ffffff;
}
.dark .review-last-item-text {
    color: #fff;
}
.dark .review-item-title,
.dark .review-data {
    color: #fff;
}

.dark .review-block {
    background: #202633;
}
.dark .review-item--w,
.dark .review-item {
    background: #1a1f2a;
}

.dark .tbl {
  width: 100%;
  background: url("https://cryptogamblingsite.org/wp-content/themes/cgwptheme/assets/img/main/tbl.svg") no-repeat 97% center #222533;
  border-radius: 8px;
  border: none;
  padding: 15px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}


.dark .block2-wrap .item-title,
.dark .tbl option {
    color: #fff;
}

.dark .block2-wrap .item,

.dark .header-wrap__nav--menu ul li .sub-menu,
.dark .single-author,
.dark .block1-wrap {
    background-color: #222533;
}

.dark .block1-wrap__title {
    background-color: #1a1f2a;
}


.dark .single-author__tags span {
    background: #000;
}

.dark .block2-wrap .item-tags span {
    background: #000;
    color: #fff;

}
.dark .new-auth {
    color: #fff;
}
mark {
    line-height: 1.6em;
}


@media(max-width: 520px) {
    .partners-wrap__item .right-full__right {
        max-width: 100% !important;
    }
    .partners-wrap__item .right-full__right .preview {
        height: 200px !important;
    }
    .partners-wrap__item .right-row .btn {
        justify-content: center !important;
    }

    .partners-wrap__item .right-row .btn svg {
        margin-left: 10px;
    }
    .partners-wrap__item .right-full ul li {
        line-height: 21px;
    }

    .wp-block-table table {
        width: 300%;
    }
}