@media screen and (max-width: 767px) {
    .hero__button:hover {
        transform: translateX(-50%) scale(1) !important;
    }
}
.footer__email {
    display: block;
    text-align: center;
    margin-top: 30px;
}
 @media screen and (max-width: 767px) {
    .footer__email {
        font-size: 14px;
    }
}
.review-form {
    margin: 60px 0;
}
.custom-button {
    background: #ffe500;
    color: black;
    margin: 20px auto;
    width: 100%;
    height: 76px;
    font-size: 20px;
}
 @media screen and (max-width: 767px) {
    .custom-button {
        height: 45px;
        font-size: 16px;
    }
    .review-form {
        margin: 30px 0;
    }
    .content {
        padding-top: 0 !important;
    }
}
/* NEW FOOTER */
 .footer__wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px 
}
 @media screen and (max-width: 540px) {
    .footer ul {
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }
    .footer ul li::after {
        display: none;
    }
}
/* FOOTER SOCIAL */
 .footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.footer__social-item {
    width: 30px;
    height: 30px;
    transition: 0.3s;
}
.footer__social-item:hover {
    transform: scale(1.2);
}
.footer__social-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
 @media screen and (max-width: 540px) {
    .footer__social-item {
        width: 21px;
        height: 21px;
    }
}
/* FOOTER LOGOS */
 .footer__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.footer__logos-item {
    width: 150px;
    height: 100%;
}
.footer__logos-item img {
    width: 100%;
    height: 100%;
    max-height: 60px;
    object-fit: contain;
}
 @media screen and (max-width: 991px) {
    .footer__logos {
        flex-wrap: wrap;
        gap: 15px;
    }
    .footer__logos-item {
        width: 100px;
    }
    .footer__logos-item img {
        max-height: 40px;
    }
}
 @media screen and (max-width: 540px) {
    .footer__logos {
        gap: 5px;
    }
    .footer__logos-item {
        width: 60px;
    }
    .footer__logos-item img {
        max-height: 25px;
    }
}
/* ARTICLE */
 .article {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 40px auto;
}
.article__name {
    font-weight: 900;
    color: #e00840;
}
.article__social {
    display: flex;
    align-items: center;
    gap: 20px;
}
.article__social-item {
    display: block;
    width: 20px;
    height: 20px;
}
.article__social-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
 html.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
    overflow: auto !important;
}
 html.pum-open.pum-open-overlay body, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay body {
    overflow: hidden;
}
 html.pum-open.pum-open-overlay #not-kz, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay #not-kz {
    overflow: auto;
}
 html.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
    overflow: auto !important;
}
.reviews__list {
    margin-top: 40px;
    margin-bottom: 40px;
}
.reviews__text {
    margin-bottom: 0;
}
.table-of-content {
    display: none;
}
.hero {
    min-height: 100%;
    margin-bottom: 60px;
}
.Français {
    display: none !important;
}
.author_box {
    background: #2d3345 !important;
    border-radius: 20px;
}
/* .content {
    padding-top: 100px;
}
 */
 .reviews {
    margin-bottom: 0 !important;
}
.space-organizations-3-archive-item-logo-ins {
    padding: 0 !important;
}
.author_block a {
    color: white !important;
}
.author_link_p {
    color: white !important;
    font-weight: 400;
    margin-top: 10px;
}
.author_text {
    color: white !important;
}
.author_expert {
    white-space: nowrap;
    margin: 5px 10px 0;
    border-radius: 5px;
    padding: 5px 10px !important;
    width: fit-content !important;
    color: white !important;
    border: 2px solid white !important;
}
.space-organizations-3-archive-items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.space-organizations-3-archive-item-ins {
    background-color: #2d3345 !important;
    max-width: 45% !important;
    height: 120px;
}
.space-organizations-3-archive-items-title {
    font-size: 24px;
    text-align: center;
    margin: 20px 0 15px;
    width: 100% 
}
.space-organizations-3-title-box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid white;
}
.reds {
    margin: 0 auto !important;
    min-width: 100px !important;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 20px;
    text-align: center;
    display: block;
}
.space-organizations-3-archive-item-ins {
    display: flex;
    align-items: center;
}
.space-organizations-3-archive-item-logo-ins:after,
.space-organizations-3-archive-item-terms-ins:after,
.space-organizations-3-archive-item-rating-ins:after {
    display: none;
}
.space-organizations-3-archive-item-rating-box {
    text-align: center;
    height: fit-content;
    padding: 10px 20px;
    border: none;
}
.space-organizations-3-archive-item-rating-box div {
    color: white !important;
    font-weight: 400 !important;
}
.space-organizations-3-archive-item-logo-ins {
    padding: 5px 15px;
}
.space-organizations-3-logo-title-box {
    padding: 0;
}
.space-organizations-3-archive-item-ins {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
}
.image_block__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 60px;
}
.image_block img {
    max-width: 289px;
    min-width: 289px;
    width: 100%;
    height: 100%;
    max-height: 148px;
    margin-bottom: 13px;
}
.review-template {
    padding-bottom: 100px;
}
/* .review-template h1 {
    font-size: 51px;
}
 */
 .review-template h2 {
    font-size: 41px;
}
.review-template h3 {
    font-size: 31px;
}
 h1, h2, h3, h4 {
    text-transform: uppercase;
}
.comments {
    background: #2D3345;
    border-radius: 10px;
    border: 1px solid #545969;
    padding: 48px;
    width: 100%;
}
.comment-reply-title {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
    color: white;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    margin: 0 !important;
}
.comments-span {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    margin-bottom: 24px;
    display: block;
}
.comments input, .comments textarea {
    width: 100%;
    padding: 16px;
    border: 1px solid #52586A;
    background: #373E51;
    border-radius: 10px;
    color: white;
    opacity: 1;
}
.comments input:focus, .comments textarea:focus {
    outline: 1px solid #E00840;
}
.comments input::placeholder, .comments textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: white;
    opacity: 1;
}
.comments-field {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 24px;
}
.comments h2 {
    margin: 0;
    padding: 0;
}
.comments .submit {
    border-radius: 8px;
    background: #E00840;
    padding: 14px;
    color: white;
    text-align: center;
    font-family: Oswald;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.64px;
    text-transform: uppercase;
    border: 1px solid #E00840;
    transition: 0.3s;
}
.comments .submit:hover {
    background: white;
    color: #E00840;
}
 #wp-comment-cookies-consent {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}
.footer__copyright {
    margin-top: 20px;
    text-align: center;
}
.comments-field--save label {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}
 ul {
    padding-left: 20px;
}
.review-comment {
    display: flex;
    flex-direction: column;
    gap: 46px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 60px;
}
.review-comment__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #E1E5F2;
    padding: 24px;
    border-radius: 10px;
    position: relative;
}
.review-comment__arrow {
    position: absolute;
    top: 99%;
}
.review-comment__name {
    color: #202020;
    font-family: Oswald;
    font-size: 24px;
    font-weight: 400;
    line-height: 20.7px;
}
.review-comment__content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #202020;
}
.review-comment__date {
    color: #202020;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}
.review-comment__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review-comment__block {
    display: flex;
    gap: 9px;
    align-items: center;
}
.review-comment__img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
}
.lang-menu .current-lang-item {
    display: none;
}
.lang-menu {
    flex-direction: column;
    border-radius: 6px;
    border: 1px solid #52586A;
    background: #373E51;
    gap: 8px;
    padding: 12px 25px 8px 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
}
.current-lang {
    display: flex;
    flex-wrap: nowrap;
    gap: 7px;
    margin-right: 0 !important;
    position: relative;
}
.lang-flag {
    border-radius: 50%;
    height: 22px;
    width: 22px;
    object-fit: cover;
    border: 1px solid white;
}
.custom-dropdown {
    display: flex;
    flex-wrap: nowrap;
    gap: 7px;
    padding: 8px 35px 8px 10px;
    border-radius: 6px;
    border: 1px solid #52586A;
    background: #373E51;
    margin: 0;
    min-width: 143px;
}
.dropdown-toggle::before {
    margin-right: 0 !important;
}
.lang-item, .lang-item a {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: nowrap;
}
.dropdown-toggle {
    position: absolute;
    right: 10%;
}
 @media screen and (max-width: 767px) {
    .comments {
        padding: 14px 12px;
    }
    .comment-reply-title {
        font-size: 24px !important;
        font-weight: 400;
        line-height: 54px;
        letter-spacing: 1.12px;
        margin-bottom: 0;
    }
    .comments-span {
        font-size: 14px;
        font-weight: 300;
        line-height: 24px;
    }
    .review-template h1 {
        font-size: 25px;
    }
    .review-template h2 {
        font-size: 21px;
    }
    .review-template h3 {
        font-size: 18px;
    }
    .comments-field--save label {
        font-size: 10px;
        font-style: normal;
        font-weight: 300;
        line-height: 15px;
        margin-top: -2px;
    }
    .comments-field {
        align-items: flex-start;
    }
    .pal {
        width: 100%;
    }
    .space-organizations-3-archive-item-ins {
        max-width: 100% !important;
    }
    .space-organizations-3-archive-items {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .space-organizations-3-title-box {
        text-align: center;
    }
    .reds {
        display: block;
        margin: 0 auto !important;
        min-width: 120px !important;
        width: 90%;
        text-align: center;
        padding: 10px;
        border-radius: 20px;
    }
    .space-shortcode-4 .space-organizations-3-archive-item-ins {
        height: fit-content !important;
        border-radius: 10px;
        padding: 15px 0;
    }
    .space-shortcode-4 .space-organizations-3-archive-item-ins .space-organizations-3-title-box img {
        max-width: 100px;
    }
    .author_expert {
        right: 2px;
        font-size: 12px;
    }
    .author_logo {
        max-width: 90px;
    }
    .review-comment__item {
        padding: 16px;
    }
    .review-comment__img {
        width: 32px;
        height: 32px;
    }
    .review-comment__name {
        font-size: 18px;
        font-weight: 400;
        line-height: 20.7px;
    }
    .review-comment__date {
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
    }
    .review-comment__content {
        font-size: 14px;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.448px;
    }
    .footer {
        width: 90%;
    }
    .footer ul {
        flex-direction: column;
    }
    .review-template {
        padding-bottom: 20px;
        padding-top: 100px;
    }
    p {
        font-size: 14px;
    }
    .comments input::placeholder, .comments textarea::placeholder {
        font-size: 12px;
    }
    .space-organizations-3-archive-items {
        flex-direction: column;
    }
    .space-organizations-3-archive-item-ins {
        flex-direction: column;
    }
    .reds {
        margin-top: 10px !important;
    }
}
 table{
    font-size: 15px;
}
.reviews__text p{
    text-transform: inherit;
}
.hero__bonus-desc span{
    font-size: 10px !important;
}
.hero__bonus-desc span::after, .hero__bonus-desc a::after {
    margin: 0 4px;
}
 #ez-toc-container {
    width: 100%;
    background-color: #545969;
    color: white;
}
 #ez-toc-container a {
    color: white;
}
.ez-toc-toggle {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}
.ez-toc-title {
    font-family: oswald,sans-serif;
    text-transform: uppercase;
}
/* POPUP */
 .popmake {
    background-color: #2d3345 !important;
    border-radius: 10px !important;
    border: 1px solid #545969 !important;
}
.pum-content input {
    font-size: 14px;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #545969;
    color: white;
}
.pum-content .wpcf7-submit {
    border: 1px solid #e00840;
    font-size: 14px;
    color: white;
    background-color: #e00840;
    width: 200px;
    margin: 0 auto;
    display: block;
    margin-top: 45px;
    transition: 0.3s;
    font-family: oswald,sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}
.pum-content .wpcf7-submit:hover {
    transform: scale(1.07);
}
.pum-content .wpcf7-not-valid-tip {
    position: absolute;
    top: 40px;
}
.pum-content .wpcf7-response-output {
    display: none !important;
}
.pum-content .wpcf7-spinner {
    left: -20px;
    top: -20px;
}
 #notkz .pum {
    display: none !important;
}
 input[type=email] {
    color: black;
}
 @media screen and (max-width: 767px) {
    .popmake {
        max-width: 90% !important;
    }
    .pum-content h3 {
        font-size: 24px;
    }
    .pum-content p {
        margin-bottom: 20px;
    }
}
.review-template{
    padding-top: 100px;
}
